/development/samples/training/NsdChat/src/com/example/android/nsdchat/ |
ChatConnection.java | 241 Log.d(CLIENT_TAG, "The nulls! The nulls!");
|
/external/chromium/base/ |
sys_string_conversions_linux.cc | 52 // Skip NULLs to avoid wcrtomb's special handling of them. 80 // We don't want wcrtomb to do it's funkiness for embedded NULLs.
|
/external/llvm/tools/llvm-mc/ |
Disassembler.cpp | 67 /*REMOVE*/ nulls(), nulls());
|
/frameworks/compile/libbcc/lib/Support/ |
Disassembler.cpp | 140 llvm::nulls(), llvm::nulls());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
LinkedListTest.java | 160 assertNull("a) List w/nulls not added correctly", ll.get(50)); 161 assertEquals("b) List w/nulls not added correctly", 163 assertNull("c) List w/nulls not added correctly", ll.get(52)); 164 assertEquals("d) List w/nulls not added correctly", 166 assertNull("e) List w/nulls not added correctly", ll.get(54)); 216 assertNull("a) List w/nulls not added correctly", ll.get(200)); 217 assertEquals("b) List w/nulls not added correctly", 219 assertNull("c) List w/nulls not added correctly", ll.get(202)); 220 assertEquals("d) List w/nulls not added correctly", 222 assertNull("e) List w/nulls not added correctly", ll.get(204)) [all...] |
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 231 // We split the string into 4 parts on NULLs. 253 "parts separated by NULLs"; 266 "parts separated by NULLs";
|
/external/icu4c/i18n/unicode/ |
sortkey.h | 112 * @param count number of collation key values, including trailing nulls. 168 * including any trailing nulls. 179 * including any trailing nulls.
|
/external/chromium/net/disk_cache/ |
disk_cache_test_util.h | 29 // Fills buffer with random values (may contain nulls unless no_nulls is true).
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalCollection.java | 31 // TODO: expose allow nulls parameter?
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionAddTester.java | 99 * 6409434</a> is fixed. It's unclear whether nulls were to be permitted or
|
ListSetTester.java | 143 * 6409434</a> is fixed. It's unclear whether nulls were to be permitted or
|
/external/skia/legacy/src/core/ |
SkPathEffect.cpp | 40 // either of these may fail, so we have to check for nulls later on
|
/frameworks/base/core/java/android/webkit/ |
DeviceMotionService.java | 86 // The special case of all nulls is used to signify a failure to get data.
|
/external/libpcap/ |
fad-win32.c | 268 * This means there are two ASCII nulls at the end 280 * nulls at the end of the list of names, so the
|
/external/libpng/contrib/gregbook/ |
readpng.c | 100 /* could pass pointers to user-defined error handlers instead of NULLs: */ 135 * compression_type and filter_type => NULLs] */
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogGroupBuilderTest.java | 200 // Nulls. 221 // Nulls.
|
/external/chromium/net/base/ |
escape_unittest.cc | 205 // When we're unescaping NULLs 212 // When we're not unescaping NULLs. 273 // When we're unescaping NULLs 280 // When we're not unescaping NULLs.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sec_buffer.h | 87 // Frees the buffer appropriately, and re-nulls
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_Utf8_info.java | 24 * UTF-8 strings never have embedded nulls. Second, only the one-byte, two-byte,
|
/external/guava/guava-tests/test/com/google/common/cache/ |
TestingCacheLoaders.java | 47 Map<K, V> result = Maps.newHashMap(); // allow nulls
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableTest.java | 78 // This test assumes that the implementation does not support nulls.
|
ListsTest.java | 147 .named("Lists.transform, random access, no nulls") 162 .named("Lists.transform, sequential access, no nulls") 174 .named("Lists.transform, random access, nulls") 187 .named("Lists.transform, sequential access, nulls")
|
/external/kernel-headers/original/linux/ |
inotify.h | 22 __u32 len; /* length (including nulls) of name */
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.cpp | 56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){
|
MachODump.cpp | 307 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); 309 raw_ostream &DebugOut = nulls(); 438 DebugOut, nulls())) { 483 DebugOut, nulls())) {
|