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

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 34 String nullString = TypedValue.coerceToString(TypedValue.TYPE_NULL, 0);
36 assertThat(nullString, equalTo(null));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScriptRun.java 99 String nullString = null, dummyString = new String(dummyChars);
102 scriptRun = new UScriptRun(nullString, 0, 100);
103 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!");
109 scriptRun = new UScriptRun(nullString, 100, 0);
110 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!");
116 scriptRun = new UScriptRun(nullString, 0, -100);
117 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!");
123 scriptRun = new UScriptRun(nullString, -100, 0);
124 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!");
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
flavors 24 nullstring :=
25 space := $(nullstring) $(nullstring)
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported14.java 64 String nullString = null;
68 state = rootNode.isSupported("Core", nullString);
  /external/libxml2/os400/
transcode.c 59 static const int nullstring[] = { 0 }; local
72 ret = (const char *) nullstring;
146 static const xmlChar nullstring[] = { 0 }; local
149 return nullstring;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Objects.java 127 * Returns {@code nullString} for null or {@code o.toString()}.
129 public static String toString(Object o, String nullString) {
130 return (o == null) ? nullString : o.toString();
  /libcore/luni/src/main/java/java/util/
Objects.java 122 * Returns {@code nullString} for null or {@code o.toString()}.
124 public static String toString(Object o, String nullString) {
125 return (o == null) ? nullString : o.toString();
  /external/llvm/test/Transforms/InstCombine/
strlen-1.ll 11 @nullstring = constant i8 0
44 %len = tail call i32 @strlen(i8* @nullstring) nounwind
  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 187 String nullString = null;
191 state = rootNode.isSupported("Core", nullString);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xresource.h 90 #define NULLSTRING ((XrmString) 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xresource.h 88 #define NULLSTRING ((XrmString) 0)
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 163 static const FwdLockConv_String_t nullString = { NULL, 0, 0, STRING_LENGTH_INCREMENT };
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 397 static const char *nullString = "(null)";
400 if(str==NULL) str=nullString;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 563 String nullString = null;
564 assertEquals("\nWrong direction through fast detection #13", Bidi.NEUTRAL, Bidi.getBaseDirection(nullString));
  /frameworks/base/core/java/android/view/
ViewDebug.java 892 String nullString = "null";
900 outValue.coerceToString().toString() : nullString;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 490 UChar nullString[] = {0,0,0};
524 uregex_setText(re, nullString, -1, &status);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /ndk/sources/host-tools/make-3.81/doc/
make.info-1     [all...]
make.texi     [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 436 milliseconds

1 2