HomeSort by relevance Sort by last modified time
    Searched defs:NIL (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p7.cpp 3 namespace NIL {} // expected-note {{previous definition}}
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}}
  /external/chromium/base/
tracked_objects.h 375 NIL = 0,
391 // Reset the comparator to a NIL selector. Clear() and recursively delete any
  /external/zlib/contrib/puff/
puff.c 78 #define NIL ((unsigned char *)0) /* for no output option */
174 if (s->out != NIL) {
450 if (s->out != NIL) {
472 if (s->out != NIL) {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 94 public static final String NIL = "NIL";
  /external/libxml2/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
407 while ((*first != NIL) && (*second != NIL))
416 return ((*first == NIL) && (*second == NIL));
532 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
542 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
    [all...]
trio.c 109 #define NIL ((char)0)
747 static TRIO_CONST char internalNullString[] = "(nil)";
871 (internalLocaleValues->decimal_point[0] != NIL))
880 internalDecimalPoint = NIL;
887 (internalLocaleValues->thousands_sep[0] != NIL))
895 (internalLocaleValues->grouping[0] != NIL))
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 105 #define NIL 0
200 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 187 /* NIL must be 0. If not, its special meaning when making equivalence classes
190 #define NIL 0
193 #define NO_TRANSITION NIL
406 * skel_ind - index into "skel" array, if skelfile is nil
    [all...]
  /external/zlib/
deflate.c 104 #define NIL 0
194 s->head[s->hash_size-1] = NIL; \
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 140 #define NIL ((Node *) 0)
  /prebuilt/common/ecj/
ecj.jar 

Completed in 237 milliseconds