HomeSort by relevance Sort by last modified time
    Searched full:nulls (Results 51 - 75 of 237) sorted by null

1 23 4 5 6 7 8 910

  /external/llvm/unittests/IR/
MetadataTest.cpp 30 // MDString objects, even with the same string pointer and nulls in the string.
  /external/srec/srec/crec/
text_parser.c 174 /* fix the nulls back */
  /external/webkit/Source/WebCore/html/
HTMLIFrameElement.cpp 126 // Add a rule that nulls out our border width.
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 134 // while another thread called close(), which nulls out mCursor.
  /frameworks/base/core/java/android/webkit/
DeviceOrientationService.java 88 // The special case of all nulls is used to signify a failure to get data.
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 163 * Nulls all non-static reference fields in the given test class.
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 93 // outs(), errs(), nulls()
  /frameworks/native/include/utils/
Unicode.h 36 // Version of comparison that supports embedded nulls.
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 66 // use a hashtable to prevent nulls from sneaking in
  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 279 assertEquals("List with nulls did not clear", 0, alist.size());
301 assertTrue("nulls test - Cloned list was inequal to original", x
304 assertTrue("nulls test - Cloned list contains incorrect elements",
435 assertTrue("Removing nulls did not work", alist.equals(myList));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 50 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 50 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 50 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 286 * Get the size of staticValues minus any trailing zeros/nulls (both
287 * nulls per se as well as instances of CstKnownNull).
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 283 * Get the size of staticValues minus any trailing zeros/nulls (both
284 * nulls per se as well as instances of CstKnownNull).
  /external/chromium/googleurl/src/
url_parse.h 209 // The string length of the URL MUST be specified, we do not check for NULLs
210 // at any point in the process, and will actually handle embedded NULLs.
url_canon_query.cc 40 // IE only escapes spaces and nothing else. Embedded NULLs, tabs (0x09),
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 283 * Get the size of staticValues minus any trailing zeros/nulls (both
284 * nulls per se as well as instances of CstKnownNull).
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 64 // don't trust event.getText(), check for nulls
71 // don't trust event.getText(), check for nulls
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 169 * Nulls all non-static reference fields in the given test class.
  /dalvik/vm/reflect/
Reflect.h 251 * slots, and returns everything else (including nulls) as object
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 473 assertEquals("List with nulls did not clear", 0, alist.size());
495 assertTrue("nulls test - Cloned list was inequal to original", x
498 assertTrue("nulls test - Cloned list contains incorrect elements",
690 assertTrue("Removing nulls did not work", alist.equals(myList));
    [all...]
  /external/chromium/base/
file_util_win.cc 139 // SHFILEOPSTRUCT wants the path to be terminated with two NULLs,
140 // so we have to use wcscpy because wcscpy_s writes non-NULLs
257 // SHFILEOPSTRUCT wants the path to be terminated with two NULLs,
258 // so we have to use wcscpy because wcscpy_s writes non-NULLs
    [all...]
  /external/chromium/net/base/
escape.h 76 // Unescapes control characters such as %01. This INCLUDES NULLs. This is
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 118 // Finally, remove nulls

Completed in 2895 milliseconds

1 23 4 5 6 7 8 910