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

1 2 3 4

  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationKanaTest.java 191 String string2 = new String(tmp2); local
196 result = rb.compare(string1, string2);
199 key2 = rb.getCollationKey(string2);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationKanaTest.java 188 String string2 = new String(tmp2); local
193 result = rb.compare(string1, string2);
196 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...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 1368 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 2176 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java 287 public static final int string2 = 0x7f0b001a; field in class:R.attr
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 3354 String string2 = string; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 3351 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 

Completed in 504 milliseconds

1 2 3 4