plateform stringclasses 1
value | repo_name stringclasses 2
values | name stringlengths 1 78 | ext stringclasses 2
values | path stringlengths 15 1.11k | size int64 1 8.55M | source_encoding stringclasses 11
values | md5 stringlengths 32 32 | text stringlengths 0 8.49M |
|---|---|---|---|---|---|---|---|---|
google | android | pthread_condattr_init | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_init.c | 2,942 | utf_8 | 33f3f42e7259ebfd279f55e2742a87f7 | /*
* pthread_condattr_init.c
*
* Description:
* This translation unit implements condition variables and their primitives.
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of th... |
google | android | pthread_mutex_unlock | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_unlock.c | 5,470 | utf_8 | f0adb2b756d4ee503ade6b624958af22 | /*
* pthread_mutex_unlock.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Les... |
google | android | pthread_spin_destroy | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_destroy.c | 3,179 | utf_8 | 8375f6a76884350800890252a66d3684 | /*
* pthread_spin_destroy.c
*
* Description:
* This translation unit implements spin lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser General Pub... |
google | android | semaphore | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.c | 2,301 | utf_8 | ce6f31a01a6ab60b0155e7810accad5a | /*
* -------------------------------------------------------------
*
* Module: semaphore.c
*
* Purpose:
* Concatenated version of separate modules to allow
* inlining optimisation, which it is assumed can only
* be effective within a single module.
*
* Semaphores aren't actually part of the PThreads standard.... |
google | android | pthread_attr_setstacksize | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstacksize.c | 3,486 | utf_8 | 740bf0bc7f727b72267717f1f52b29e5 | /*
* pthread_attr_setstacksize.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the... |
google | android | pthread_attr_setstackaddr | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstackaddr.c | 3,214 | utf_8 | 04a744036d80e7cc7bf4c123d63d86da | /*
* pthread_attr_setstackaddr.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the... |
google | android | mutex | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/mutex.c | 2,297 | utf_8 | a32d0cd7e6c4c07798fe0d428e2a9432 | /*
* mutex.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser General Pub... |
google | android | sched_get_priority_max | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sched_get_priority_max.c | 6,351 | utf_8 | 152d904dd07fb95cee15d388fec4b00b | /*
* sched_get_priority_max.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser Genera... |
google | android | global | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/global.c | 3,384 | utf_8 | e1cc30e185b71544cfcc4da1ebcb5eff | /*
* global.c
*
* Description:
* This translation unit instantiates data associated with the implementation
* as a whole.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the G... |
google | android | pthread_setconcurrency | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setconcurrency.c | 1,740 | utf_8 | 40bf325fb6e869d30b8645d220280da3 | /*
* pthread_setconcurrency.c
*
* Description:
* This translation unit implements miscellaneous thread functions.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser... |
google | android | pthread_rwlock_destroy | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c | 4,049 | utf_8 | a2bdd60dd797b2c06198f88d7904b3a6 | /*
* pthread_rwlock_destroy.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser Gen... |
google | android | sem_getvalue | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c | 3,246 | utf_8 | 911293f2dd48f704df823d0473239a22 | /*
* -------------------------------------------------------------
*
* Module: sem_getvalue.c
*
* Purpose:
* Semaphores aren't actually part of PThreads.
* They are defined by the POSIX Standard:
*
* POSIX 1003.1-2001
*
* -------------------------------------------------------------
*
* ------------------... |
google | android | pthread_rwlock_wrlock | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_wrlock.c | 3,577 | utf_8 | 4d337d153f7d4f4d53b041db17c33ccf | /*
* pthread_rwlock_wrlock.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser Gene... |
google | android | sched_getscheduler | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c | 2,175 | utf_8 | e8569028fdfeb4e94d66dd5af0092bdf | /*
* sched_getscheduler.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser General Pu... |
google | android | pthread_barrierattr_destroy | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_destroy.c | 2,649 | utf_8 | 38dd59a11ebca517c61887af9773a87b | /*
* pthread_barrier_attr_destroy.c
*
* Description:
* This translation unit implements barrier primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser Gener... |
google | android | fork | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/fork.c | 1,539 | utf_8 | 206a887d735be97e34d83b284a082156 | /*
* fork.c
*
* Description:
* Implementation of fork() for POSIX threads.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser General Public
* 59 Temple Place... |
google | android | pthread_rwlock_init | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c | 2,779 | utf_8 | 0a6771669b076e7608d971e14f8e3446 | /*
* pthread_rwlock_init.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser Genera... |
google | android | cleanup | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c | 5,036 | utf_8 | 16284d6af18110027a3421899c46484c | /*
* cleanup.c
*
* Description:
* This translation unit implements routines associated
* with cleaning up threads.
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU L... |
google | android | spin | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/spin.c | 1,758 | utf_8 | 7a3a1c6501868b4c5706ad15bcc11dea | /*
* spin.c
*
* Description:
* This translation unit implements spin lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser General Public
* 59 T... |
google | android | pthread_attr_getinheritsched | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getinheritsched.c | 1,826 | utf_8 | 2fe5a4f6b03fc1e8b2170cf6df1c6244 | /*
* pthread_attr_getinheritsched.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser ... |
google | android | condvar | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/condvar.c | 1,903 | utf_8 | 3067a38b51cd40aa6633341c74e91290 | /*
* condvar.c
*
* Description:
* This translation unit implements condition variables and their primitives.
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser G... |
google | android | pthread_join | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c | 4,527 | utf_8 | af42b26cc1e4f2077e2d363fe547bea4 | /*
* pthread_join.c
*
* Description:
* This translation unit implements functions related to thread
* synchronisation.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU ... |
google | android | pthread_mutexattr_setkind_np | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setkind_np.c | 1,708 | utf_8 | d6474e163e052d6f89ca967857a3cb7f | /*
* pthread_mutexattr_setkind_np.c
*
* Description:
* This translation unit implements non-portable thread functions.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU L... |
google | android | pthread_mutex_init | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c | 3,761 | utf_8 | 3e24605ea55ce6652f62c1bf0651b57a | /*
* pthread_mutex_init.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesse... |
google | android | pthread_attr_getstackaddr | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstackaddr.c | 3,213 | utf_8 | 49c7733cc3f3a0cf75d3ef7ac42d8bf0 | /*
* pthread_attr_getstackaddr.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the... |
google | android | pthread_attr_setinheritsched | .c | platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setinheritsched.c | 1,921 | utf_8 | ce48c551b00c0620fd19af164dffdbb0 | /*
* pthread_attr_setinheritsched.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
*
* You should have received a copy of the GNU Lesser ... |
google | android | ppapi_main | .c | platform/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/ppapi_main.c | 3,474 | utf_8 | a2a33b91a5a6db685159e079b3d8dd7a | /*
*/
#include <pthread.h>
#include "irt_syscalls.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/ppp.h"
struct PP_StartFunctions {
int32_t (*PPP_InitializeModule)(PP_Module module_id,
PPB_GetInterface get_browser_interface);
void (*PPP_ShutdownModule)();
const void* (*PPP_G... |
google | android | main | .c | platform/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/main.c | 468 | utf_8 | 6780f464a3a4a3bb06e826d34a65fdae | /*
*/
/*
* An application that doesn't define its own main but links in -lppapi
* gets this one. A plugin may instead have its own main that calls
* PpapiPluginMain (or PpapiPluginStart) after doing some other setup.
*/
int PpapiPluginMain();
int main(void) {
return PpapiPluginMain();
} |
google | android | debugging | .c | platform/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/debugging.c | 4,582 | utf_8 | bdd423feb2ff231325e48b3faa87d04f | * This example, is a modified version of hello world. It will start a second
* thread and cause that thread to crash via a NULL dereference.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/ppb.h... |
google | android | hello_world | .c | platform/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/hello_world.c | 793 | utf_8 | 9fba286f876b4eb00293102afd2c1e36 | */
#include <stdio.h>
#include <string.h>
#include "ppapi_simple/ps_main.h"
int example_main(int argc, char* argv[]) {
/* Use ppb_messaging to send "Hello World" to JavaScript. */
printf("Hello World STDOUT.\n");
/* Use ppb_console send "Hello World" to the JavaScript Console. */
fprintf(stderr, "Hello World S... |
google | android | life | .c | platform/external/chromium_org/native_client_sdk/src/examples/demo/life/life.c | 10,021 | utf_8 | 54665be89c4f8778d9c1f43d3828551c | */
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb_core.h"
#include "ppapi/c/ppb_fullscreen.h"
#include "ppapi/c/ppb_graphics_2d.h"
#include "ppapi/c/ppb_image_data.h"
#include "ppapi/c/ppb_input_event.h"
#include "... |
google | android | nacl_io_demo | .c | platform/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/nacl_io_demo.c | 13,888 | utf_8 | 6e2eb3ff222519d533226ef2cb41f85b | */
#include "nacl_io_demo.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mount.h>
#include <sys/param.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <pthread.h>
#include <unistd.... |
google | android | queue | .c | platform/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/queue.c | 3,229 | utf_8 | 38e3d0be52485f75c628354beca42190 | */
#include "queue.h"
#include <pthread.h>
#include <stdlib.h>
#include "ppapi/c/pp_var.h"
#define MAX_QUEUE_SIZE 16
/** A mutex that guards |g_queue|. */
static pthread_mutex_t g_queue_mutex;
/** A condition variable that is signalled when |g_queue| is not empty. */
static pthread_cond_t g_queue_not_empty_cond;
/** A... |
google | android | handlers | .c | platform/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/handlers.c | 32,208 | utf_8 | fb0aa422e083473276f803d89d163493 | #include "handlers.h"
#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <netdb.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include "nacl_io/osdiren... |
google | android | life | .c | platform/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/life.c | 10,107 | utf_8 | b851f5c526427a041ed3a97001aeb277 | */
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "common/fps.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb_core.h"
#include "ppapi/c/ppb_graphics_2d.h"
#include "ppapi/c/ppb_image_data.h"
#include "ppapi/c/ppb_input_event.h"
#include "ppapi/c/ppb_... |
google | android | core_unittest_pure_c | .c | platform/external/chromium_org/mojo/public/c/system/tests/core_unittest_pure_c.c | 3,452 | utf_8 | 46c6c8bcba641a42a94a6a6eaf5dc183 | #ifdef __cplusplus
#error "This file should be compiled as C, not C++."
#endif
#include <stddef.h>
#include <string.h>
// Include all the header files that are meant to be compilable as C. Start with
// core.h, since it's the most important one.
#include "mojo/public/c/environment/async_waiter.h"
#include "mojo/public/... |
google | android | stub | .c | platform/external/chromium_org/ppapi/examples/stub/stub.c | 1,057 | utf_8 | 9fa31d85ed683062f15cc4021bc105d7 | // This is the simplest possible C Pepper plugin that does nothing. If you're
// using C++, you will want to look at stub.cc which uses the more convenient
// C++ wrappers.
#include <stddef.h>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/ppb.h"
#include "ppapi/c/ppp.h"
PP_Module g_mod... |
google | android | graphics_2d_example | .c | platform/external/chromium_org/ppapi/examples/2d/graphics_2d_example.c | 6,315 | utf_8 | 2dd9492c44cb68bfd0696f8c1c73052e | */
#include <stdlib.h>
#include <string.h>
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/ppb.h"
#include "ppapi/c/ppb_core.h"
#include "ppapi/c/ppb_gra... |
google | android | test_struct_sizes | .c | platform/external/chromium_org/ppapi/tests/test_struct_sizes.c | 1,307 | utf_8 | 9bd423c9fe2367e4d206ebfa772ac395 | *
* This test ensures (at compile time) that some types have the expected size in
* C. The purpose is to ensure that the ABI of PPAPI is known, consistent, and
* stable. Only structs that have architecture-dependent size are checked by
* this test. These structs use at least one type which differs in size betwe... |
google | android | test_c_includes | .c | platform/external/chromium_org/ppapi/tests/test_c_includes.c | 338 | utf_8 | b2b93534740f4f1264306df760d1c05c | *
* This test simply includes all the C headers to ensure they compile with a
* C compiler. If it compiles, it passes.
*/
#include "ppapi/tests/all_c_includes.h" |
google | android | gles2 | .c | platform/external/chromium_org/ppapi/lib/gl/gles2/gles2.c | 40,622 | utf_8 | 89342467c1730cc426c07d3e7173b943 | // This file is auto-generated from
// gpu/command_buffer/build_gles2_cmd_buffer.py
// It's formatted by clang-format using chromium coding style:
// clang-format -i -style=chromium filename
// DO NOT EDIT!
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES
#endif
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h... |
google | android | gl2ext_ppapi | .c | platform/external/chromium_org/ppapi/lib/gl/gles2/gl2ext_ppapi.c | 4,778 | utf_8 | 4f4f0925db3759695f25026e8ea9ab85 | #include "ppapi/lib/gl/gles2/gl2ext_ppapi.h"
#include <stddef.h>
#ifndef GL_FALSE
#define GL_FALSE 0
#endif // GL_FALSE
#ifndef GL_TRUE
#define GL_TRUE 1
#endif // GL_TRUE
#if defined(__GNUC__) && !defined(__APPLE__) && !defined(ANDROID)
#define PP_TLS __thread
#elif defined(_MSC_VER)
#define PP_TLS __declspec(thread... |
google | android | test_runner_ppapi | .c | platform/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c | 4,667 | utf_8 | 4ed660ca60923f14a82e24109ba77489 | /*
*/
#include "native_client/tests/inbrowser_test_runner/test_runner.h"
#include <stdio.h>
#include <string.h>
#include "ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/ppb_messaging.h"
#include "ppapi/c/... |
google | android | ppapi_srpc_main | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ppapi_srpc_main.c | 2,457 | utf_8 | a864ea3ca55381553d79136ef25737d6 | /*
* separate allocators, globals, etc because of the IRT separation, so
* that the NaClSrpcModuleInit that is invoked in the IRT will not
* initialize the data structures used by the copy in the user code.
*
* The weak reference to the function __nacl_register_thread_creator
* is an IRT implementation-dependent ... |
google | android | irt_shim_ppapi | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c | 2,678 | utf_8 | 715fc0a8bd3dd78497b3323bbeb566c1 | /*
*/
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.h"
#include "native_client/src/untrusted/irt/irt.h"
#include "ppapi/nacl_irt/public/irt_ppapi.h"
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h"
#include "ppapi/nacl_irt/plugin_main.h"
/*
* Defines a version of th... |
google | android | shim_ppapi | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c | 2,684 | utf_8 | 12acf318e51e18d4d4840728d86ee579 | /*
*/
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.h"
#include <string.h>
#include "native_client/src/untrusted/irt/irt.h"
#include "ppapi/nacl_irt/public/irt_ppapi.h"
#include "ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h"
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/i... |
google | android | pnacl_shim | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | 387,171 | utf_8 | fcc88ce7151c311a9a106195a5cd950e | */
/* NOTE: this is auto-generated from IDL */
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h"
#include "ppapi/c/ppb.h"
#include "ppapi/c/dev/ppb_audio_input_dev.h"
#include "ppapi/c/dev/ppb_device_ref_dev.h"
#include "ppapi/c/dev/ppb_file_chooser_dev.h"
#include "ppapi/c/dev/ppb_font_dev.h"
#... |
google | android | shim_entry | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c | 1,948 | utf_8 | 7edb60bc42c3f5019742795bc897034b | /*
*/
#include "native_client/src/include/elf32.h"
#include "native_client/src/include/elf_auxv.h"
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/untrusted/nacl/nacl_startup.h"
#include "ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.h"
/*
* This is the true entry point fo... |
google | android | ppapi_plugin_main | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c | 666 | utf_8 | 54d4afead0a47b2e8b9b8c9394e52269 | /*
*/
#include "ppapi/native_client/src/untrusted/irt_stub/ppapi_start.h"
/*
* These are dangling references to functions that the application must define.
*/
static const struct PP_StartFunctions ppapi_app_start_callbacks = {
PPP_InitializeModule,
PPP_ShutdownModule,
PPP_GetInterface
};
/*
* The application'... |
google | android | thread_creator | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c | 1,689 | utf_8 | a865c795611514a6a3e53c94cd7a37fe | /*
*/
#include "ppapi/native_client/src/untrusted/irt_stub/thread_creator.h"
#include <pthread.h>
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/untrusted/irt/irt.h"
static int thread_create(uintptr_t *tid,
void (*func)(void *thread_argument),
... |
google | android | ppapi_plugin_start | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c | 2,262 | utf_8 | e016a56a4597fdc331844ed8665acc61 | /*
*/
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "native_client/src/include/elf32.h"
#include "native_client/src/include/elf_auxv.h"
#include "native_client/src/untrusted/irt/irt.h"
#include "ppapi/nacl_irt/public/irt_ppapi.h"
#include "ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h"
... |
google | android | plugin_main_irt | .c | platform/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/plugin_main_irt.c | 510 | utf_8 | dd95fa801a0ff8a58e0145c367cafd57 | /*
*/
#include "ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h"
/*
* An application that doesn't define its own main but links in -lppapi
* gets this one. A plugin may instead have its own main that calls
* PpapiPluginMain (or PpapiPluginStart) after doing some other setup.
*/
int main(void) {
return Pp... |
google | android | enum_last_value_from_c | .c | platform/external/chromium_org/tools/clang/plugins/tests/enum_last_value_from_c.c | 960 | utf_8 | 885d731071899ff722a17c6bba459be1 | // We warn when xxxLAST constants aren't last.
enum BadOne {
kBadOneInvalid = -1,
kBadOneRed,
kBadOneGreen,
kBadOneBlue,
kBadOneLast = kBadOneGreen
};
// We don't handle this case when called from C due to sign mismatch issues.
// No matter; we're not looking for this issue outside of C++.
enum FailOne {
FA... |
google | android | adb_reboot | .c | platform/external/chromium_org/tools/android/adb_reboot/adb_reboot.c | 839 | utf_8 | abf5cbb89e860a9967e2fd9df4b9ea5b | #include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
int main(int argc, char ** argv) {
int i = fork();
struct stat ft;
time_t ct;
if (i < 0) {
printf("fork error");
return 1;
}
if (i > 0)
return 0;
/* child (daemon) continue... |
google | android | purge_ashmem | .c | platform/external/chromium_org/tools/android/purge_ashmem/purge_ashmem.c | 545 | utf_8 | 48bf1dcc1511715d5833bfe2141f8fab | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "third_party/ashmem/ashmem.h"
int main(void) {
const int pages_purged = ashmem_purge_all();
if (pages_purged < 0) {
perror("ashmem_purge_all");
return EXIT_FAILURE;
}
printf("Purged %d pages (%d KBytes)\n",
pages_purged, pages_... |
google | android | ps_ext | .c | platform/external/chromium_org/tools/android/ps_ext/ps_ext.c | 4,649 | utf_8 | e88b60c18980697f7cf8d1bdd07864c9 | /*
*/
#include <ctype.h>
#include <dirent.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
/*
* This tool is essentially an extended version of ps with JSON output.
* Its output is meant consumed by scripts / tools for gathering OS/ps stats.
* ... |
google | android | run_pie | .c | platform/external/chromium_org/tools/android/run_pie/run_pie.c | 2,319 | utf_8 | 818cd7cd4d7dfa66ab3d6a394065743e | #include <dlfcn.h>
#include <stdio.h>
#include <string.h>
#include <sys/prctl.h>
#include <unistd.h>
// This is a wrapper to run position independent executables on Android ICS,
// where the linker doesn't support PIE. This requires the PIE binaries to be
// built with CFLAGS +=-fvisibility=default -fPIE, and LDFLAGS +... |
google | android | heap_profiler | .c | platform/external/chromium_org/tools/android/heap_profiler/heap_profiler.c | 14,917 | utf_8 | 522dc3a275b3eac2ba7f9e55874a0d6e | // This is a OS-independent* module which purpose is tracking allocations and
// their call sites (stack traces). It is able to deal with hole punching
// (read: munmap). Also, it has low overhead and its presence in the system its
// barely noticeable, even if tracing *all* the processes.
// This module does NOT know ... |
google | android | heap_dump | .c | platform/external/chromium_org/tools/android/heap_profiler/heap_dump.c | 10,387 | utf_8 | 9dc34947914957bea8dcc7af99ba8ca4 | // The client dump tool for libheap_profiler. It attaches to a process (given
// its pid) and dumps all the libheap_profiler tracking information in JSON.
// The JSON output looks like this:
// {
// "total_allocated": 908748493, # Total bytes allocated and not freed.
// "num_allocs": 37542, # Number of... |
google | android | heap_profiler_hooks_android | .c | platform/external/chromium_org/tools/android/heap_profiler/heap_profiler_hooks_android.c | 7,524 | utf_8 | f4dc358e09bc30cfaf4f94b376999704 | #include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <unistd.h>
#include <unwind.h>
#include "tools/android/heap_profiler/heap_profiler.h"
#define HEAP_PROFILER_EXPORT __attribute__((visibility("default")))
static inline __a... |
google | android | curve25519-donna | .c | platform/external/chromium_org/crypto/curve25519-donna.c | 21,244 | utf_8 | cd57379d50f75de0cd414f8c7db6641d | *
* More information about curve25519 can be found here
* http://cr.yp.to/ecdh.html
*
* djb's sample implementation of curve25519 is written in a special assembly
* language called qhasm and uses the floating point registers.
*
* This is, almost, a clean room reimplementation from the curve25519 paper. It
* ... |
google | android | rsawrapr | .c | platform/external/chromium_org/crypto/third_party/nss/rsawrapr.c | 4,691 | utf_8 | fccedd92d190b0c970fb38267e846f08 | /*
* PKCS#1 encoding and decoding functions.
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "seccomon.h"
#include "secerr.h"
#include "sechash.h"
/* Needed for RSA-PSS functions */
static const unsigned char eightZeros[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
/*
* Mask generation function MGF1 as defi... |
google | android | sandbox | .c | platform/external/chromium_org/sandbox/linux/suid/sandbox.c | 13,647 | utf_8 | ec83d8f7e0aa226eea3f307399ca97f3 | // http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox
#include "sandbox/linux/suid/common/sandbox.h"
#define _GNU_SOURCE
#include <asm/unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <sched.h>
#include <signal.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <st... |
google | android | process_util_linux | .c | platform/external/chromium_org/sandbox/linux/suid/process_util_linux.c | 2,451 | utf_8 | e3c62e9f899556ada347a59aa18441ff | // The following is the C version of code from base/process_utils_linux.cc.
// We shouldn't link against C++ code in a setuid binary.
// Needed for O_DIRECTORY, must be defined before fcntl.h is included
// (and it can be included earlier than the explicit #include below
// in some versions of glibc).
#define _GNU_SOUR... |
google | android | gles2_conform_support | .c | platform/external/chromium_org/gpu/gles2_conform_support/gles2_conform_support.c | 686 | utf_8 | d426fe663e39f244f9bb22d45fe0e5b7 | // A small sample just to make sure we can actually compile and link
// our OpenGL ES 2.0 conformance test support code.
#include <EGL/egl.h>
#include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
// Note: This code is not intended to run, only compile and link.
int GTFMain(int argc, char** argv) {
EGLint major, minor;... |
google | android | goobspatch | .c | platform/external/chromium_org/chrome/installer/mac/third_party/bsdiff/goobspatch.c | 15,255 | utf_8 | 3da2d8d90afb504c004f6fb6e8ddcd93 | /*-
* POSSIBILITY OF SUCH DAMAGE.
*/
#if 0
#endif
#include <sys/types.h>
#include <bzlib.h>
#include <err.h>
#include <fcntl.h>
#include <lzma.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <zlib.h>
#if defined(__APPLE__)
#include <libkern/OSByteOrder.h>
#define le64toh(x) ... |
google | android | goobsdiff | .c | platform/external/chromium_org/chrome/installer/mac/third_party/bsdiff/goobsdiff.c | 13,214 | utf_8 | 2ebae5a8df76efe02322715574da3bf8 | /*-
* POSSIBILITY OF SUCH DAMAGE.
*/
#if 0
#endif
#include <sys/types.h>
#include <bzlib.h>
#include <err.h>
#include <fcntl.h>
#include <lzma.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <zlib.h>
#if defined(__APPLE__)
#include <libkern/OSByteOrder.h>
#define htole64(x) ... |
google | android | evxface | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/evxface.c | 32,109 | utf_8 | 7d6717bfe2dd9ba2c3bca741719b5ea2 | /******************************************************************************
*
* Module Name: evxface - External interfaces for ACPI events
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SU... |
google | android | nsxfname | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/nsxfname.c | 19,062 | utf_8 | 4996345e25d7dd41cfb2acb94f8be0e2 | /******************************************************************************
*
* Module Name: nsxfname - Public interfaces to the ACPI subsystem
* ACPI Namespace oriented interfaces
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXP... |
google | android | utownerid | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utownerid.c | 6,911 | utf_8 | ae3c7f20619bdfc5de1a33393b4789c9 | /*******************************************************************************
*
* Module Name: utownerid - Support for Table/Method Owner IDs
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF... |
google | android | hwxface | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwxface.c | 17,850 | utf_8 | 81b586694db99b036a8188b7c1d07ce2 | /******************************************************************************
*
* Module Name: hwxface - Public ACPICA hardware interfaces
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH... |
google | android | uteval | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/uteval.c | 10,356 | utf_8 | a74e746c6503bead8b43d4157e075e5d | /******************************************************************************
*
* Module Name: uteval - Object evaluation
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH DAMAGES.
*/
#in... |
google | android | utlock | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utlock.c | 5,784 | utf_8 | fad31aa4a704653e76bbdd28fc322b45 | /******************************************************************************
*
* Module Name: utlock - Reader/Writer lock interfaces
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH DAMA... |
google | android | rsdumpinfo | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/rsdumpinfo.c | 19,780 | utf_8 | 19f71e0f9ec824800d89dc1d6581aefb | /*******************************************************************************
*
* Module Name: rsdumpinfo - Tables used to display resource descriptors.
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POS... |
google | android | nspredef | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/nspredef.c | 13,572 | utf_8 | 55a81d61fe1c62d317b3369a26ece925 | /******************************************************************************
*
* Module Name: nspredef - Validation of ACPI predefined methods and objects
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* PO... |
google | android | psopinfo | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/psopinfo.c | 9,290 | utf_8 | 8fdef31dc41a96e659c5b1418a311372 | /******************************************************************************
*
* Module Name: psopinfo - AML opcode information functions and dispatch tables
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
*... |
google | android | exoparg2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/exoparg2.c | 15,922 | utf_8 | 7eb277c402a4af8fd83b46a08160afbb | /******************************************************************************
*
* Module Name: exoparg2 - AML execution - opcodes with 2 arguments
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY... |
google | android | dsinit | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dsinit.c | 8,108 | utf_8 | d013b2ca024a5f9cea77fc61d403b60d | /******************************************************************************
*
* Module Name: dsinit - Object initialization namespace walk
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SU... |
google | android | rsmisc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/rsmisc.c | 20,952 | utf_8 | 0389194397cac38ba30c12c90397abc3 | /*******************************************************************************
*
* Module Name: rsmisc - Miscellaneous resource descriptors
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SU... |
google | android | hwesleep | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwesleep.c | 7,799 | utf_8 | 6260149ea9d5c5de198c289ef570269a | /******************************************************************************
*
* Name: hwesleep.c - ACPI Hardware Sleep/Wake Support functions for the
* extended FADT-V5 sleep registers.
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXP... |
google | android | exsystem | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/exsystem.c | 9,303 | utf_8 | 8b4f9dc7a1319d5e99849ea4739f0139 | /******************************************************************************
*
* Module Name: exsystem - Interface to OS services
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH DAMAGES... |
google | android | rscreate | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/rscreate.c | 15,292 | utf_8 | 9b753400ee3c6924d8399c8783c3498a | /*******************************************************************************
*
* Module Name: rscreate - Create resource lists/tables
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH D... |
google | android | utresrc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utresrc.c | 21,613 | utf_8 | d0f18aaefb8f8269bc4a591caf378ada | /*******************************************************************************
*
* Module Name: utresrc - Resource management utilities
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH D... |
google | android | utdelete | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utdelete.c | 20,435 | utf_8 | c06b2e301025e2e4740e1334206cd28f | /*******************************************************************************
*
* Module Name: utdelete - object deletion and reference count utilities
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSS... |
google | android | dbexec | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dbexec.c | 22,040 | utf_8 | d634c3bf959c69d6f6f7782e92e118d9 | /*******************************************************************************
*
* Module Name: dbexec - debugger control method execution
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUC... |
google | android | dsobject | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dsobject.c | 25,114 | utf_8 | e2fc80eb92bd1da3a242a93a8dd8528f | /******************************************************************************
*
* Module Name: dsobject - Dispatcher object management routines
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF... |
google | android | dbinput | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dbinput.c | 30,176 | utf_8 | 4df9e70b83842018305c30c002da1cfc | /*******************************************************************************
*
* Module Name: dbinput - user front-end to the AML debugger
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF S... |
google | android | hwsleep | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwsleep.c | 10,363 | utf_8 | 3881ced874e31c2b5d10465d93932b18 | /******************************************************************************
*
* Name: hwsleep.c - ACPI Hardware Sleep/Wake Support functions for the
* original/legacy sleep/PM registers.
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXP... |
google | android | nsconvert | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/nsconvert.c | 12,538 | utf_8 | be869a9f3acc59aa72ab4cecd9653c7c | /******************************************************************************
*
* Module Name: nsconvert - Object conversions for objects returned by
* predefined methods
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMP... |
google | android | dbnames | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dbnames.c | 26,343 | utf_8 | 517f900df2c80c4c04f435148b82884f | /*******************************************************************************
*
* Module Name: dbnames - Debugger commands for the acpi namespace
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILIT... |
google | android | psparse | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/psparse.c | 19,011 | utf_8 | 7c1e66cf458eb2950f1f38170cc85990 | /******************************************************************************
*
* Module Name: psparse - Parser top level AML parse routines
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SU... |
google | android | dbconvert | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dbconvert.c | 14,603 | utf_8 | 79bc95cbddba7bc22ebc45fd79b67633 | /*******************************************************************************
*
* Module Name: dbconvert - debugger miscellaneous conversion routines
*
******************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIB... |
google | android | evgpeinit | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/evgpeinit.c | 14,100 | utf_8 | f430595943ff0a0e3e59bc3dcf89bec8 | /******************************************************************************
*
* Module Name: evgpeinit - System GPE initialization and update
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF... |
google | android | tbxface | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/tbxface.c | 14,346 | utf_8 | bf0cb70ffa0768e97eb13e22fb3c86f8 | /******************************************************************************
*
* Module Name: tbxface - ACPI table-oriented external interfaces
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY O... |
google | android | hwtimer | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwtimer.c | 6,668 | utf_8 | f0d37bb8a9e6d26b83b5c5adba2e5da3 | /******************************************************************************
*
* Name: hwtimer.c - ACPI Power Management Timer Interface
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH ... |
google | android | psutils | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/psutils.c | 6,963 | utf_8 | 2514a0d564740ef8226f1c47a1936c2a | /******************************************************************************
*
* Module Name: psutils - Parser miscellaneous utilities (Parser only)
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBIL... |
google | android | dbhistry | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/dbhistry.c | 6,986 | utf_8 | 3354855d66a0102c8ef34dc212b9be75 | /******************************************************************************
*
* Module Name: dbhistry - debugger HISTORY command
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH DAMAGES... |
google | android | tbxfroot | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/tbxfroot.c | 8,869 | utf_8 | 47e43e7c7a1450b362e1b9665827f01d | /******************************************************************************
*
* Module Name: tbxfroot - Find the root ACPI table (RSDT)
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH ... |
google | android | nsparse | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/nsparse.c | 6,750 | utf_8 | f57cb3fed86e2a4e7362aad22366b807 | /******************************************************************************
*
* Module Name: nsparse - namespace interface to AML parser
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSSIBILITY OF SUCH... |
google | android | exconfig | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/exconfig.c | 18,214 | utf_8 | c968035dbffda0253c23d996fcffe118 | /******************************************************************************
*
* Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
*
*****************************************************************************/
/*
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* POSS... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.