HomeSort by relevance Sort by last modified time
    Searched full:testinput (Results 26 - 50 of 54) sorted by null

12 3

  /packages/apps/TV/tests/unit/src/com/android/tv/
MainActivityTest.java 23 import com.android.tv.testing.testinput.TvTestInputConstants;
  /external/regex-re2/re2/testing/
tester.h 104 bool TestInput(const StringPiece& text);
exhaustive_tester.cc 136 if (!tester.TestInput(strgen_.Next())) {
tester.cc 612 bool Tester::TestInput(const StringPiece& text) {
637 return t.TestInput(text);
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputSetupActivity.java 17 package com.android.tv.testinput;
TestTvInputService.java 17 package com.android.tv.testinput;
39 import com.android.tv.testing.testinput.ChannelState;
  /external/pcre/dist/
RunTest.bat 251 set testinput=testinput%1 variable
253 if exist %srcdir%\testdata\win%testinput% (
254 set testinput=wintestinput%1 variable
259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
NON-AUTOTOOLS-BUILD 220 (11) Run pcretest on the testinput files in the testdata directory, and check
230 testinput file. If you have a suitable Unix-like shell, the RunTest script
README 676 own man page) on each of the relevant testinput files in the testdata
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 17 const testInput = `
171 d := NewDecoder(strings.NewReader(testInput))
173 testRawToken(t, d, testInput, rawTokens)
376 d := NewDecoder(strings.NewReader(testInput))
574 testInput := "<P>Foo<P>\n\n<P>Bar</>\n"
575 d := NewDecoder(strings.NewReader(testInput))
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 17 const testInput = `
171 d := NewDecoder(strings.NewReader(testInput))
173 testRawToken(t, d, testInput, rawTokens)
376 d := NewDecoder(strings.NewReader(testInput))
574 testInput := "<P>Foo<P>\n\n<P>Bar</>\n"
575 d := NewDecoder(strings.NewReader(testInput))
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 63 class TestInput(object):
79 return [test if isinstance(test, TestInput) else TestInput(test)
688 test_set.tests_to_skip.append(TestInput(name,
691 test_set.isolated_tests.append(TestInput(name))
693 test_set.parallel_tests.append(TestInput(name))
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
PrimitiveArrayTest.java 42 String testInput = "- " + pkg + ".ByteArr [ " + Arrays.toString(bytes) + " ]\n" + "- "
52 List<Object> wrappers = (List<Object>) yaml.load(testInput);
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
PlayControlsRowViewTest.java 31 import com.android.tv.testing.testinput.TvTestInputConstants;
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 241 * This class is used to read test data from TestInput file.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 237 * This class is used to read test data from TestInput file.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelInfo.java 87 "android.resource://com.android.tv.testinput/drawable/ch_" + logo_num
  /external/icu/icu4c/source/test/letest/
gendata.cpp 39 struct TestInput
  /external/pcre/dist/doc/html/
NON-AUTOTOOLS-BUILD.txt 220 (11) Run pcretest on the testinput files in the testdata directory, and check
230 testinput file. If you have a suitable Unix-like shell, the RunTest script
README.txt 676 own man page) on each of the relevant testinput files in the testdata
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py 237 def testInput(self):
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 736 var testInput = []byte("012\n345\n678\n9ab\ncde\nfgh\nijk\nlmn\nopq\nrst\nuvw\nxy")
793 testReadLine(t, testInput)
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 736 var testInput = []byte("012\n345\n678\n9ab\ncde\nfgh\nijk\nlmn\nopq\nrst\nuvw\nxy")
793 testReadLine(t, testInput)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]

Completed in 991 milliseconds

12 3