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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/rlz/lib/
machine_id.cc 59 // Note that digest can have embedded nulls.
  /external/chromium_org/sync/notifier/
invalidation_state_tracker.h 45 // bootstrap itself. |data| is binary data (not valid UTF8, embedded nulls,
  /external/chromium_org/ui/views/ime/
input_method_base.h 65 // Removes any state installed on |widget_| and NULLs it out. Use if the
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestContainerGenerator.java 49 * generator. The returned array will contain only nulls.
  /external/mockito/src/org/mockito/
Answers.java 37 * An answer that returns smart-nulls.
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 25 * Answer returns SmartNulls instead of 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. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 25 Frame evaluation usually NULLs it, but a frame that yields sets it
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 25 Frame evaluation usually NULLs it, but a frame that yields sets it
  /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/chromium_org/base/strings/
sys_string_conversions_posix.cc 54 // Skip NULLs to avoid wcrtomb's special handling of them.
82 // We don't want wcrtomb to do its funkiness for embedded 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/chromium_org/third_party/icu/source/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_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 308 nulls(), nulls())) {
310 nulls())) {
  /external/chromium_org/third_party/sqlite/src/test/
analyze5.test 53 CREATE INDEX t1w ON t1(w); -- integers 0, 1, 2 and a few NULLs
54 CREATE INDEX t1x ON t1(x); -- integers 1, 2, 3 and many NULLs
195 # Increase the number of NULLs in column x
  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 308 nulls(), nulls())) {
310 nulls())) {

Completed in 1913 milliseconds

12 3 4 5 6 7 8 91011>>