HomeSort by relevance Sort by last modified time
    Searched full:nulls (Results 26 - 50 of 231) sorted by null

12 3 4 5 6 7 8 910

  /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.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 66 * However it cannot contain nulls.
79 * This array can be null or empty. It can't contain nulls though.
  /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 111 * @param count number of collation key values, including trailing nulls.
167 * including any trailing nulls.
178 * 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/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.
  /frameworks/compile/mclinker/lib/MC/
MCBitcodeInterceptor.cpp 38 : MCObjectWriter(llvm::nulls(),
  /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] */
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 128 ErrorStream(nulls()),
232 ErrorStream, nulls());
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 71 /*REMOVE*/ nulls(), 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())){
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 30 // MDString objects, even with the same string pointer and nulls in the string.

Completed in 1014 milliseconds

12 3 4 5 6 7 8 910