HomeSort by relevance Sort by last modified time
    Searched full:teststring (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 478 const UChar testString[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0064, 0x0061, 0};
502 if (u_strpbrk(testString, a) != &testString[0]) {
505 if (u_strpbrk(testString, dc) != &testString[2]) {
508 if (u_strpbrk(testString, cd) != &testString[2]) {
511 if (u_strpbrk(testString, cdh) != &testString[2]) {
514 if (u_strpbrk(testString, f) != NULL)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/graphics/
PaintTest.java 149 final String testString =
152 assertTrue(signature + " is expected to be true", p.hasGlyph(testString));
154 assertFalse(signature + " is expected to be false", p.hasGlyph(testString));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_plistlib.py 181 testString = "string containing %s" % c
184 plistlib.writePlistToString(testString)
188 testString)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_plistlib.py 181 testString = "string containing %s" % c
184 plistlib.writePlistToString(testString)
188 testString)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 181 testString = "string containing %s" % c
184 plistlib.writePlistToString(testString)
188 testString)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 181 testString = "string containing %s" % c
184 plistlib.writePlistToString(testString)
188 testString)
  /external/shflags/test_results/1.0.1/
Linux-Ubuntu_Dapper-6.06.txt 28 testString
113 testString
197 testString
279 testString
363 testString
Mac_OS_X-10.5.4.txt 28 testString
117 testString
207 testString
297 testString
Solaris-9-U6-x86.txt 28 testString
117 testString
205 testString
295 testString
Solaris-nv-77-x86.txt 28 testString
117 testString
205 testString
295 testString
  /external/shflags/test_results/1.0.2/
Linux-Ubuntu-6.06.txt 27 testString
89 testString
156 testString
218 testString
280 testString
Linux-Red_Hat_Linux_release_9_(Shrike).txt 27 testString
89 testString
166 testString
Mac_OS_X-10.5.5.txt 27 testString
94 testString
166 testString
238 testString
  /external/shflags/test_results/1.0.3/
Linux-Ubuntu-6.06.txt 27 testString
93 testString
164 testString
230 testString
296 testString
Solaris-5.11-NexentaOS_20081207.txt 27 testString
96 testString
170 testString
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 154 String testString = "TryToTest";
155 mAutoCompleteTextView.setText(testString);
163 String testString = "No";
164 mAutoCompleteTextView.setText(testString);
378 String testString = "";
381 testString = "8337777";
383 testString = "tes";
394 mInstrumentation.sendStringSync(testString);
406 testString = "84428";
408 testString = "that"
    [all...]
  /external/v8/test/mjsunit/es6/
string-endswith.js 30 var testString = "Hello World";
31 assertTrue(testString.endsWith(""));
32 assertTrue(testString.endsWith("World"));
33 assertFalse(testString.endsWith("world"));
34 assertFalse(testString.endsWith("Hello World!"));
35 assertFalse(testString.endsWith(null));
36 assertFalse(testString.endsWith(undefined));
string-startswith.js 30 var testString = "Hello World";
31 assertTrue(testString.startsWith(""));
32 assertTrue(testString.startsWith("Hello"));
33 assertFalse(testString.startsWith("hello"));
34 assertFalse(testString.startsWith("Hello World!"));
35 assertFalse(testString.startsWith(null));
36 assertFalse(testString.startsWith(undefined));
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 41 String testString = "Test string";
42 AttributedString attrString = new AttributedString(testString);
45 assertEqualString("String must match!", testString, attrString2);
49 String testString = "Test string";
50 AttributedString attrString = new AttributedString(testString);
92 String testString = "Test string";
93 AttributedString attrString = new AttributedString(testString);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 132 private final String testString = "Lorem ipsum...";
134 private final int testLength = testString.length();
137 oos.writeObject(testString);
169 oos.writeObject(testString);
187 oos.writeObject(testString);
214 oos.writeObject(testString);
232 oos.writeObject(testString);
272 oos.writeBytes(testString);
277 testString, new String(buf));
292 oos.writeObject(testString);
    [all...]
  /cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.java 179 String testString = "";
184 testString = line.split(":")[1].trim();
188 if (testString.isEmpty()) {
  /external/shflags/test_results/1.2.0/
OpenSolaris-2009.06(snv_111b).txt 27 testString
100 testString
178 testString
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 64 private static final String testString = "Hello World";
352 byte[] ba = new byte[testString.getBytes().length];
359 testString.equals(buf.trim()));
362 BufferedReader r = new BufferedReader(new InputStreamReader(i),testString.getBytes().length);
365 testString.equals(buf.trim()));
400 BufferedReader r = new BufferedReader(new InputStreamReader(helloWorld2),testString.getBytes().length);
402 testString.equals(r.readLine().trim()));
444 assertEquals(testString.getBytes().length, fileURLCon.getContentLength());
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ImageCaptureUriExtraToClipDataTest.java 39 public static final String TEST_INPUT = "testString";
  /external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 132 String testString = "I love unicode \u1234\u5678 characters";
133 ByteString byteString = ByteString.copyFrom(testString, UTF_16);
134 byte[] testBytes = testString.getBytes(UTF_16);
140 String testString = "I love unicode \u1234\u5678 characters";
141 ByteString byteString = ByteString.copyFromUtf8(testString);
142 byte[] testBytes = testString.getBytes("UTF-8");
402 String testString = "I love unicode \u1234\u5678 characters";
403 byte[] testBytes = testString.getBytes("UTF-8");
406 testString, byteString.toStringUtf8());

Completed in 2007 milliseconds

1 2 3 4 5 6 78 91011>>