HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 201 - 225 of 843) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/program/
prog_cache.c 88 cache->last = NULL;
114 cache->last = NULL;
123 NULL);
125 _mesa_reference_program(ctx, &c->program, NULL);
129 cache->items[i] = NULL;
148 return NULL;
192 return NULL;
  /external/nanopb-c/extra/
pb_syshdr.h 37 #ifndef NULL
38 #define NULL 0
  /external/pixman/test/
rotate-test.c 93 src, NULL, dest,
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 32 #undef NULL
  /external/qemu/slirp-android/
slirp.h 183 #ifndef NULL
184 #define NULL (void *)0
  /external/speex/libspeex/
modes.c 49 #ifndef NULL
50 #define NULL 0
162 NULL,
166 NULL,
183 NULL,
332 {NULL, &nb_submode1, &nb_submode2, &nb_submode3, &nb_submode4, &nb_submode5, &nb_submode6, &nb_submode7,
333 &nb_submode8, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
    [all...]
speex.c 43 #ifndef NULL
44 #define NULL 0
204 else if (m->submodes[*((int*)ptr)]==NULL)
  /external/srec/portable/include/
pmalloc.h 48 #ifndef NULL
49 #define NULL 0
67 _Cell **_Plast; /* null, or where to resume malloc scan */
68 _Cell *_Head; /* null, or lowest addressed free cell */
  /external/valgrind/main/coregrind/
m_tooliface.c 60 .name = NULL,
61 .version = NULL,
62 .description = NULL,
63 .copyright_author = NULL,
64 .bug_reports_to = NULL,
117 CHECK_NOT(VG_(details).name, NULL);
118 /* Nb: .version can be NULL */
119 CHECK_NOT(VG_(details).description, NULL);
120 CHECK_NOT(VG_(details).copyright_author, NULL);
121 CHECK_NOT(VG_(details).bug_reports_to, NULL);
    [all...]
  /external/wpa_supplicant_8/src/utils/
browser.c 134 ctx->hover_link = NULL;
160 if (!gtk_init_check(NULL, NULL))
165 "/etc/ssl/certs/ca-certificates.crt", NULL);
166 g_object_set(G_OBJECT(s), "ssl-strict", FALSE, NULL);
173 scroll = gtk_scrolled_window_new(NULL, NULL);
206 "hs20-client/1.0", NULL);
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 57 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
70 *phCodec = NULL;
81 if(NULL == hAacEnc)
90 if(NULL == hAacEnc->intbuf)
119 hAacEnc = NULL;
121 *phCodec = NULL;
171 if(NULL == hCodec || NULL == pInput || NULL == pInput->Buffer
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 164 #ifndef NULL
165 #define NULL 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 60 #ifndef NULL
61 #define NULL 0
150 H264SwDecFree((ptr)); (ptr) = NULL; \
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java 40 // Package name null, resId -1, use the default
41 assertEquals(DEFAULT, AccountType.getResourceText(c, null, -1, DEFAULT));
54 AccountType.getResourceText(c, null, internalResId, DEFAULT));
91 final AccountTypeForDisplayLabelTest NULL = new AccountTypeForDisplayLabelTest(null);
103 assertTrue(compareDisplayLabel(EMPTY, NULL) == 0);
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stddef.h 93 #undef NULL
96 # define NULL __null
98 # define NULL 0
101 # define NULL ((void*)0)
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stddef.h 93 #undef NULL
96 # define NULL __null
98 # define NULL 0
101 # define NULL ((void*)0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
types.h 55 #ifndef NULL
56 # define NULL 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
types.h 55 #ifndef NULL
56 # define NULL 0
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 93 #undef NULL
96 # define NULL __null
98 # define NULL 0
101 # define NULL ((void*)0)
  /device/asus/grouper/keymaster/
s_type.h 94 #ifndef NULL
96 # define NULL 0
98 # define NULL ((void *)0)
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 94 #ifndef NULL
96 # define NULL 0
98 # define NULL ((void *)0)
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 94 #ifndef NULL
96 # define NULL 0
98 # define NULL ((void *)0)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 63 public static final int NULL=-1;
89 m_hashStart[i]=NULL;
100 if(i==NULL) return null;
107 if(s==null) return NULL;
115 while(hashcandidate!=NULL)
128 m_hashChain.addElement(NULL); // Initialize to no-following-same-hash
129 if(hashlast==NULL) // First for this hash
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 9 public static final int NULL = 0x05;
  /external/ceres-solver/examples/
ellipse_approximation.cc 302 if (jacobians == NULL) {
306 if (jacobians[0] != NULL) {
311 if (jacobians[i + 1] != NULL) {
415 parameter_blocks[0] = NULL;
423 NULL,
431 NULL,

Completed in 3024 milliseconds

1 2 3 4 5 6 7 891011>>