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

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_input.py 31 class TestInput(object):
35 # TestInput objects are normally constructed by the manager and passed
46 return "TestInput('%s', timeout=%s, requires_lock=%s, reference_files=%s, should_run_pixel_tests=%s, should_add_missing_baselines%s)" % (self.test_name, self.timeout, self.requires_lock, self.reference_files, self.should_run_pixel_tests, self.should_add_missing_baselines)
  /external/chromium/net/websockets/
websocket_net_log_params_unittest.cc 30 const std::string testInput =
43 new net::NetLogWebSocketHandshakeParameter(testInput));
  /external/chromium_org/net/websockets/
websocket_net_log_params_unittest.cc 33 const std::string testInput =
46 net::NetLogWebSocketHandshakeCallback(&testInput,
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 64 public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Exception {
68 String filePath = testInput;
78 input = new ANTLRStringStream(testInput);
155 public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws Exception {
159 String filePath = testInput;
169 input = new ANTLRStringStream(testInput);
302 public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boolean isFile) throws Exception {
305 String filePath = testInput;
315 input = new ANTLRStringStream(testInput);
gUnitExecutor.java 183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'");
230 protected gUnitTestResult runLexer(String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception {
237 input = getANTLRInputStream(testInput);
306 protected gUnitTestResult runParser(String parserName, String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception {
314 input = getANTLRInputStream(testInput);
437 protected gUnitTestResult runTreeParser(String parserName, String lexerName, String testRuleName, String testTreeRuleName, gUnitTestInput testInput) throws Exception {
447 input = getANTLRInputStream(testInput);
607 private CharStream getANTLRInputStream(gUnitTestInput testInput) throws IOException {
609 if ( testInput.isFile) {
610 String filePath = testInput.input
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 126 String testInput = null;
131 in = new gUnitTestInput(testInput, inputIsFile, line);
135 testInput = $STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t")
141 testInput = $ML_STRING.text;
146 testInput = $file.text;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 39 from webkitpy.layout_tests.models.test_input import TestInput
105 test_inputs = [TestInput(test, 6000) for test in tests]
114 runner._test_inputs = [TestInput(test_name, 6000) for test_name in test_names]
176 return TestInput(test_file, requires_lock=(test_file.startswith('http') or test_file.startswith('perf')))
manager.py 52 from webkitpy.layout_tests.models.test_input import TestInput
129 return TestInput(test_file,
  /external/chromium_org/third_party/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);
  /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);
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 47 + " (ftext) values ('TestInput')", null);
54 assertEquals("TestInput", val);
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 132 * @param testinput the file to decode
136 private void decode(int testinput, float maxerror) throws IOException {
138 short [] decoded = decodeToMemory(testinput, RESET_MODE_NONE);
155 short [] decoded2 = decodeToMemory(testinput, RESET_MODE_RECONFIGURE);
162 // short [] decoded3 = decodeToMemory(testinput, RESET_MODE_FLUSH);
169 private short[] decodeToMemory(int testinput, int resetMode) throws IOException {
174 AssetFileDescriptor testFd = mResources.openRawResourceFd(testinput);
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 37 struct TestInput
testdata.cpp     [all...]
  /external/icu4c/test/letest/
gendata.cpp 37 struct TestInput
testdata.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 1470 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 835 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
841 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 854 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
860 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]
  /external/chromium_org/v8/test/mjsunit/third_party/
regexp-pcre.js     [all...]

Completed in 1613 milliseconds

1 2