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

  /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_org/net/websockets/
websocket_net_log_params_test.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/chrome/browser/ui/webui/options/
autofill_options_browsertest.js 135 var testInput = {
140 AutofillEditAddressOverlay.loadAddressComponents(testInput);
  /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]
177 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
132 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);
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 485 * @param testinput the file to decode
489 private void decode(int testinput, float maxerror) throws IOException {
491 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
518 if (conf == CONFIG_MODE_QUEUE && !hasAudioCsd(testinput)) {
523 short[] decoded2 = decodeToMemory(testinput, reset, conf, -1, null);
533 private boolean hasAudioCsd(int testinput) throws IOException {
537 fd = mResources.openRawResourceFd(testinput);
551 private short[] decodeToMemory(int testinput, int resetMode, int configMode,
559 AssetFileDescriptor testFd = mResources.openRawResourceFd(testinput);
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 37 struct TestInput
testdata.cpp     [all...]
  /external/icu/icu4c/source/test/letest/
gendata.cpp 39 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/icu/icu4c/source/test/cintltst/
nccbtst.c 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 842 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
848 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 526 public void testInput() {
    [all...]
  /external/chromium_org/v8/test/mjsunit/third_party/
regexp-pcre.js     [all...]

Completed in 899 milliseconds