HomeSort by relevance Sort by last modified time
    Searched defs:string2 (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/test/617-clinit-oome/src/
Other.java 19 public static final String string2 = "ABCDEFG2"; field in class:Other
26 System.out.println(string2);
  /external/valgrind/none/tests/darwin/
access_extended.c 22 char* string2 = string1 + strlen(name1) + 1; local
28 entries[2].ad_name_offset = string2 - (char*)entries;
33 strcpy(string2, name2);
  /external/clang/test/CodeGen/
globalinit.c 20 char string2[4] = "string"; // truncate init variable
  /external/r8/src/test/java/com/android/tools/r8/dex/
DexItemFactoryTest.java 38 DexString string2 = factory.createString((String) data[i]); local
40 DexItem type2 = factory.createType(string2);
45 assertSame(expectedDexString, string2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationKanaTest.java 186 String string2 = new String(tmp2); local
191 result = rb.compare(string1, string2);
194 key2 = rb.getCollationKey(string2);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationKanaTest.java 185 String string2 = new String(tmp2); local
190 result = rb.compare(string1, string2);
193 key2 = rb.getCollationKey(string2);
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
test.cpp 34 std::string string2 = "a short string"; local
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
test.cpp 34 std::string string2 = "a short string"; local
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 34 std::string string2 = "a short string"; local
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 34 std::string string2 = "a short string"; local
  /external/clang/test/Sema/
designated-initializers.c 214 char *string2; member in struct:Enigma
  /art/test/046-reflect/src/
Main.java 72 field = target.getField("string2");
812 public String string2 = "yo"; field in class:Target
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 1332 PyObject* string2 = 0; local
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 1351 PyObject* string2 = 0; local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 269 SpannableString string2 = new SpannableString("second"); local
274 string2.setSpan(bgColorSpan, 0, string2.length() - 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
277 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2);
278 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString());
323 final SpannableString string2 = new SpannableString("b"); local
327 string2.setSpan(span2, 0, string2.length(), Spanned.SPAN_PARAGRAPH);
329 final Spanned result = (Spanned) TextUtils.concat(string1, string2);
343 final SpannableString string2 = new SpannableString("b") local
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 491 ArenaStringPtr* string2 = local
494 string1->Swap(string2);
499 string1->Set(default_ptr, string2->Get(default_ptr), arena1);
500 string2->Set(default_ptr, temp, arena2);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 1935 PyObject *string = NULL, *string2 = NULL; local
1981 PyObject *string = NULL, *string2 = NULL; local
2123 PyObject *string = NULL, *string2 = NULL; local
2260 PyObject *string = NULL, *string2 = NULL; local
    [all...]
  /external/python/cpython2/Modules/
_sre.c 1932 PyObject *string = NULL, *string2 = NULL; local
1978 PyObject *string = NULL, *string2 = NULL; local
2119 PyObject *string = NULL, *string2 = NULL; local
2256 PyObject *string = NULL, *string2 = NULL; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 2174 string2[]={ 0x6c, 0x61, 0x74, 0x20, 0x5d0, 0x28, 0x5d1, 0x5d2, 0x20, 0x31, 0x29, 0x32, 0x33 }, local
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java 3946 String string2 = "2"; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 3348 String string2 = string; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 3347 String string2 = string; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 949 milliseconds

1 2 3