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

1 2 3 4 5 6 7 8 910

  /external/webkit/LayoutTests/fast/encoding/
decoder-allow-null-chars-expected.txt 1 This tests that we no longer strip nulls from tags. This matches Firefox behavior.
decoder-allow-null-chars.html 2 <p>This tests that we no longer strip nulls from tags. This matches Firefox behavior.</p>
  /external/chromium/chrome/browser/password_manager/
login_database_mac.cc 7 // On the Mac, the LoginDatabase nulls out passwords, so that we can use the
  /external/chromium/base/
sys_string_conversions_unittest.cc 38 // Test embedded NULLs.
64 // Test embedded NULLs.
113 // Test embedded NULLs.
141 // Test embedded NULLs.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 106 // Storing a category-2 entry nulls out the next index.
116 * Overwriting the second half of a category-2 entry nulls out
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 106 // Storing a category-2 entry nulls out the next index.
116 * Overwriting the second half of a category-2 entry nulls out
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 106 // Storing a category-2 entry nulls out the next index.
116 * Overwriting the second half of a category-2 entry nulls out
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 120 /* REMOVED */ llvm::nulls(), llvm::nulls())) {
  /frameworks/native/include/utils/
Tokenizer.h 100 * Also stops at embedded nulls.
114 * Also skips embedded nulls.
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSet.java 31 // the same elements in hashed positions (plus nulls)
  /external/icu4c/tools/makeconv/
ucnvstat.c 60 /* NULLs for algorithmic types, their tables live in ucnv_bld.c */
  /external/icu4c/common/
ustr_wcs.c 179 if(nulLen!=count){ /*there are embedded nulls*/
186 /*scan for nulls */
311 * assume that there are no embedded nulls, this is a fast
335 * so it may have nulls embeded and we need to
345 /* find nulls in the string */
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 118 assertNull("a) List w/nulls not added correctly", ll.get(50));
119 assertEquals("b) List w/nulls not added correctly",
121 assertNull("c) List w/nulls not added correctly", ll.get(52));
122 assertEquals("d) List w/nulls not added correctly",
124 assertNull("e) List w/nulls not added correctly", ll.get(54));
188 assertNull("a) List w/nulls not added correctly", ll.get(200));
189 assertEquals("b) List w/nulls not added correctly",
191 assertNull("c) List w/nulls not added correctly", ll.get(202));
192 assertEquals("d) List w/nulls not added correctly",
194 assertNull("e) List w/nulls not added correctly", ll.get(204))
    [all...]
  /external/bluetooth/glib/tests/
utf8.txt 30 # FIXME - handle NULLS?
  /external/chromium/chrome/browser/ui/cocoa/
table_row_nsimage_cache.mm 41 // Instead expand the array with NULLs.
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.h 75 // Removes the observer from the model and NULLs out model_.
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 31 // Makes the preview view the active view and nulls out the old active view.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestContainerGenerator.java 49 * generator. The returned array will contain only nulls.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h 22 __u32 len; /* length (including nulls) of name */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 31 WRDE_DOOFFS = (1 << 0), /* Insert PWORDEXP->we_offs NULLs. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h 22 __u32 len; /* length (including nulls) of name */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 31 WRDE_DOOFFS = (1 << 0), /* Insert PWORDEXP->we_offs NULLs. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h 22 __u32 len; /* length (including nulls) of name */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 31 WRDE_DOOFFS = (1 << 0), /* Insert PWORDEXP->we_offs NULLs. */
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 241 Log.d(CLIENT_TAG, "The nulls! The nulls!");

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 910