/external/chromium/base/ |
values.h | 108 // Compares if two Value objects have equal contents. Can handle NULLs. 109 // NULLs are considered equal but different from Value::CreateNullValue().
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 760 icu_data_all_len = icu_data->index[count]; // includes all NULLs 761 icu_data_all_len -= count; // excludes all NULLs
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 419 /// nulls() - This returns a reference to a raw_ostream which simply discards 421 raw_ostream &nulls();
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 133 if (&vStream == &nulls()) 134 loggerFn = 0; // Disable logging completely if it's going to nulls().
|
/external/quake/quake/src/QW/client/ |
cmd.c | 223 continue; // NEXTSTEP nulls out -NXHost 234 continue; // NEXTSTEP nulls out -NXHost
|
/external/quake/quake/src/WinQuake/ |
cmd.cpp | 230 continue; // NEXTSTEP nulls out -NXHost 241 continue; // NEXTSTEP nulls out -NXHost
|
/gdk/samples/quake/jni/ |
cmd.cpp | 230 continue; // NEXTSTEP nulls out -NXHost 241 continue; // NEXTSTEP nulls out -NXHost
|
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 276 * Helper for addOneAttachment that compares two strings, deals with nulls, and treats 277 * nulls and empty strings as equal.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CollectionsTest.java | 428 assertEquals("Fill with nulls modified list size", size, ll.size()); 431 assertNull("Failed to fill with nulls", i.next()); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CollectionsTest.java | 448 assertTrue("Fill with nulls modified list size", size == ll.size()); 451 assertNull("Failed to fill with nulls", i.next()); [all...] |
/bionic/libc/unistd/ |
fnmatch.c | 261 /* Refuse to advance over trailing slash or nulls
|
/cts/libs/json/src/com/android/json/stream/ |
JsonWriter.java | 28 * literal values (strings, numbers, booleans and nulls) as well as the begin
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 262 * Compares, handling nulls safely
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 260 * Compares, handling nulls safely
|
/dalvik/vm/ |
IndirectRefTable.h | 225 // We skip NULLs and tombstones. Clients don't want to see implementation details.
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 221 // check for nulls, ensuring symantics match superclass
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 161 // characters. Use a space for nulls, and a period for
|
/external/chromium/googleurl/src/ |
url_canon_etc.cc | 277 // IE just strips NULLs, so we do too.
|
url_canon_path.cc | 305 // For NULLs, etc. fail.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Insn.java | 260 * Compares, handling nulls safely
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
ConcurrentMapInterfaceTest.java | 30 * {@link ConcurrentMap} implementations that support nulls.
|
/external/llvm/lib/Target/PTX/ |
PTXMCAsmStreamer.cpp | 91 return nulls(); // Discard comments unless in verbose asm mode.
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 258 // Count the the number of verification types, ignoring any nulls at
|
/external/stlport/src/ |
c_locale.h | 297 * string may contain embedded null characters; nulls aren't special.
|
/external/tcpdump/ |
parsenfsfh.c | 459 * (3) followed by string of nulls
|