/external/valgrind/main/none/tests/ |
pth_exit.c | 14 pthread_create(&a, NULL, th, NULL); 15 pthread_create(&a, NULL, th, NULL); 16 pthread_create(&a, NULL, th, NULL); 17 pthread_create(&a, NULL, th, NULL);
|
/dalvik/vm/native/ |
java_util_concurrent_atomic_AtomicLong.cpp | 37 { NULL, NULL, NULL },
|
org_apache_harmony_dalvik_NativeTestTarget.cpp | 41 { NULL, NULL, NULL },
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.def | 32 If a code does not use operand vectors, STRUCTURE should be NULL. */ 35 DEFGSCODE(GIMPLE_ERROR_MARK, "gimple_error_mark", NULL) 134 be NULL. 145 RETVAL is the value to return or NULL. If a value is returned it 154 DEFGSCODE(GIMPLE_BIND, "gimple_bind", NULL) 159 DEFGSCODE(GIMPLE_CATCH, "gimple_catch", NULL) 164 DEFGSCODE(GIMPLE_EH_FILTER, "gimple_eh_filter", NULL) 176 DEFGSCODE(GIMPLE_PHI, "gimple_phi", NULL) 180 DEFGSCODE(GIMPLE_RESX, "gimple_resx", NULL) 195 DEFGSCODE(GIMPLE_TRY, "gimple_try", NULL) [all...] |
/external/ppp/pppd/ |
ecp.c | 76 { NULL } 101 NULL, /* ecp_input, */ 102 NULL, /* ecp_protrej, */ 103 NULL, /* ecp_lowerup, */ 104 NULL, /* ecp_lowerdown, */ 105 NULL, /* ecp_open, */ 106 NULL, /* ecp_close, */ 108 NULL, /* ecp_datainput, */ 113 NULL, 114 NULL, [all...] |
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_tray_gtk.cc | 9 return NULL;
|
/external/iproute2/genl/ |
static-syms.c | 5 return NULL;
|
/external/iproute2/ip/ |
static-syms.c | 5 return NULL;
|
/external/iproute2/tc/ |
static-syms.c | 5 return NULL;
|
/external/kernel-headers/original/asm-generic/ |
emergency-restart.h | 6 machine_restart(NULL);
|
/external/valgrind/main/memcheck/tests/ |
execve2.c | 6 char* null_filename = NULL; 8 execve(null_filename, NULL, NULL); 9 execve("../../tests/true", NULL, envp);
|
/external/e2fsprogs/lib/ss/ |
data.c | 21 ss_data **_ss_table = (ss_data **)NULL; 22 char *_ss_pager_name = (char *)NULL;
|
/external/elfutils/libdwfl/ |
dwfl_linemodule.c | 55 if (line == NULL) 56 return NULL;
|
/external/qemu/ |
dynlink-static.c | 27 /* Do not return NULL to route around a bug in our SDL configure script */ 38 return NULL; 43 return NULL;
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_utils_gtk_unittest.cc | 11 nodes = bookmark_utils::GetNodesFromSelection(NULL, NULL, 0, NULL, NULL, 12 NULL); 16 data.data = NULL; 18 nodes = bookmark_utils::GetNodesFromSelection(NULL, &data, 0, NULL, NULL, 19 NULL); [all...] |
/external/valgrind/main/helgrind/tests/ |
hg04_race.c | 19 pthread_create(&a, NULL, th, NULL); 21 pthread_create(&b, NULL, th, NULL); 23 pthread_join(a, NULL); 24 pthread_join(b, NULL);
|
/frameworks/av/services/audioflinger/ |
FastMixerState.cpp | 22 mBufferProvider(NULL), mVolumeProvider(NULL), mSampleRate(0), 32 mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0), 33 mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), 34 mDumpState(NULL), mTeeSink(NULL)
|
/external/skia/src/gpu/ |
GrResource.cpp | 15 fNext = NULL; 16 fPrevious = NULL; 21 if (NULL != fGpu) { 24 fGpu = NULL; 29 if (NULL != fGpu) { 32 fGpu = NULL; 37 if (NULL != fGpu) { 40 return NULL; 45 if (NULL != fGpu) { 48 return NULL; [all...] |
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 27 return NULL; 36 pthread_create(&t1, NULL, test1::helper, NULL); 37 pthread_create(&t2, NULL, test1::helper, NULL); 38 pthread_join(t1, NULL); 39 pthread_join(t2, NULL);
|
/external/svox/pico/lib/ |
picoknow.c | 50 if (NULL != this) { 53 this->next = NULL; 55 this->base = NULL; 57 this->subObj = NULL; 58 this->subDeallocate = NULL; 66 if (NULL != (*this)) { 70 if ((*this)->subObj != NULL) {
|
/external/chromium/net/proxy/ |
proxy_config_service_win_unittest.cc | 29 NULL, // lpszAutoConfigUrl 30 NULL, // lpszProxy 31 NULL, // lpszProxyBypass 45 NULL, // lpszProxy 46 NULL, // lpszProxy_bypass 60 NULL, // lpszProxy 61 NULL, // lpszProxy_bypass 74 NULL, // lpszAutoConfigUrl 76 NULL, // lpszProxy_bypass 91 NULL, // lpszAutoConfigUr [all...] |
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_done_encrypt.c | 33 LTC_ARGCHK(ocb != NULL); 34 LTC_ARGCHK(pt != NULL); 35 LTC_ARGCHK(ct != NULL); 36 LTC_ARGCHK(tag != NULL); 37 LTC_ARGCHK(taglen != NULL);
|
/frameworks/base/media/libdrm/mobile1/src/xml/ |
xml_tinyparser.c | 29 if (NULL == buffer) 30 return NULL; 43 if (NULL == buffer) 44 return NULL; 49 while (buffer != NULL && XML_IS_NAMECHAR(*buffer)) 51 if (NULL == buffer) 52 return NULL; 56 if (NULL == (buffer = xml_ignore_blank(buffer))) 57 return NULL; 62 if (NULL = [all...] |
/external/bluetooth/glib/tests/ |
module-test.c | 57 desc, expected ? expected : "NULL", found ? found : "NULL"); 68 global_state = *gplugin_a_state = *gplugin_b_state = NULL; 71 static SimpleFunc plugin_clash_func = NULL; 89 NULL); 91 NULL); 97 module_self = g_module_open (NULL, G_MODULE_BIND_LAZY); 121 test_states (NULL, NULL, "check-init"); 127 test_states (NULL, NULL, NULL) [all...] |
/external/bluetooth/glib/gio/tests/ |
buffered-input-stream.c | 36 base = g_memory_input_stream_new_from_data ("abcdefghijk", -1, NULL); 39 g_assert_cmpint (g_buffered_input_stream_read_byte (G_BUFFERED_INPUT_STREAM (in), NULL, NULL), ==, 'a'); 40 g_assert_cmpint (g_buffered_input_stream_read_byte (G_BUFFERED_INPUT_STREAM (in), NULL, NULL), ==, 'b'); 41 g_assert_cmpint (g_buffered_input_stream_read_byte (G_BUFFERED_INPUT_STREAM (in), NULL, NULL), ==, 'c'); 43 g_assert_cmpint (g_input_stream_skip (in, 3, NULL, NULL), ==, 3); 45 g_assert_cmpint (g_buffered_input_stream_read_byte (G_BUFFERED_INPUT_STREAM (in), NULL, NULL), ==, 'g') [all...] |