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

1 2

  /external/avahi/avahi-common/
alternative-test.c 31 const char* const test_strings[] = { local
65 for (k = 0; test_strings[k]; k++) {
67 printf(">>>>>%s<<<<\n", test_strings[k]);
74 n = i == 0 ? avahi_strdup(test_strings[k]) : (j ? avahi_alternative_service_name(r) : avahi_alternative_host_name(r));
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
ExampleObjects.java 33 " \"test_strings\": [\n" +
44 " \"test_strings\": [\n" +
53 " \"test_strings\": [\n" +
61 " \"test_strings\": [\n" +
69 " \"test_strings\": [\n" +
TestDeviceInfo.java 51 store.addListResult("test_strings", list);
64 store.addListResult("test_strings", list);
76 store.addListResult("test_strings", list);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 52 private static final String[] TEST_STRINGS = new String[] {
236 result.putStringArray("string[]", TEST_STRINGS);
266 assertTrue(strings != null && strings.length == TEST_STRINGS.length);
268 assertEquals(strings[i], TEST_STRINGS[i]);
  /external/guava/guava-tests/test/com/google/common/io/
ByteSinkTester.java 48 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
CharSinkTester.java 44 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
ByteSourceTester.java 54 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
CharSourceTester.java 48 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
SourceSinkTester.java 60 static final ImmutableMap<String, String> TEST_STRINGS
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strtod.py 255 test_strings = [
392 for s in test_strings:
test_float.py 653 test_strings = [
687 for s in test_strings:
    [all...]
test_gdb.py 251 def test_strings(self): member in class:PrettyPrintTests
test_types.py 204 def test_strings(self): member in class:TypesTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strtod.py 255 test_strings = [
392 for s in test_strings:
test_float.py 653 test_strings = [
687 for s in test_strings:
    [all...]
test_gdb.py 251 def test_strings(self): member in class:PrettyPrintTests
test_types.py 204 def test_strings(self): member in class:TypesTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 255 test_strings = [
392 for s in test_strings:
test_float.py 653 test_strings = [
687 for s in test_strings:
    [all...]
test_gdb.py 251 def test_strings(self): member in class:PrettyPrintTests
test_types.py 204 def test_strings(self): member in class:TypesTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 255 test_strings = [
392 for s in test_strings:
test_float.py 653 test_strings = [
687 for s in test_strings:
    [all...]
test_gdb.py 251 def test_strings(self): member in class:PrettyPrintTests
test_types.py 204 def test_strings(self): member in class:TypesTests

Completed in 727 milliseconds

1 2