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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /external/v8/tools/unittests/
run_perf_test.py 183 test_input = dict(V8_JSON)
184 test_input["run_count"] = 2
185 test_input["name"] = "v8"
186 test_input["units"] = "ms"
187 self._WriteTestInput(test_input)
200 test_input = dict(V8_JSON)
201 test_input["run_count"] = 2
202 del test_input["results_regexp"]
203 test_input["tests"][0]["results_regexp"] = "^Richards: (.+)$"
204 test_input["tests"][1]["results_regexp"] = "^DeltaBlue: (.+)$
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ImageCaptureUriExtraToClipDataTest.java 39 public static final String TEST_INPUT = "testString";
106 char[] buffer = new char[TEST_INPUT.length()];
116 assertEquals(TEST_INPUT, fileContents);
ReadableFileReceiverActivity.java 108 char[] buffer = new char[ReadableUriExtraToClipDataTest.TEST_INPUT.length()];
118 return ReadableUriExtraToClipDataTest.TEST_INPUT.equals(fileContents);
ReadableUriExtraToClipDataTest.java 43 public static final String TEST_INPUT = "testString";
109 writer.write(TEST_INPUT);
ImageCaptureActivity.java 68 writer.write(ImageCaptureUriExtraToClipDataTest.TEST_INPUT);
  /external/v8/test/mjsunit/harmony/
string-contains.js 67 var TEST_INPUT = [{
88 var l = TEST_INPUT.length;
91 var e = TEST_INPUT[i];
string-endswith.js 56 var TEST_INPUT = [{
78 var l = TEST_INPUT.length;
81 var e = TEST_INPUT[i];
100 var l = TEST_INPUT.length;
103 var e = TEST_INPUT[i];
string-startswith.js 56 var TEST_INPUT = [{
78 var l = TEST_INPUT.length;
81 var e = TEST_INPUT[i];
100 var l = TEST_INPUT.length;
103 var e = TEST_INPUT[i];
  /external/valgrind/drd/scripts/
measurement-functions 102 # times, pass the output of ${test_input} -p${p} to the command, write the
114 echo -n "$("${test_input:-true}" $p | \
run-splash2 233 test_input=${DRD_SCRIPTS_DIR}/run-splash2-water-input psep=' ' run_test ./WATER-NSQUARED
239 test_input=${DRD_SCRIPTS_DIR}/run-splash2-water-input psep=' ' run_test ./WATER-SPATIAL
  /external/eigen/lapack/
CMakeLists.txt 140 set(TEST_INPUT "${LAPACK_SOURCE_DIR}/testing/${input}")
145 if(EXISTS "${TEST_INPUT}")
148 -DINPUT=${TEST_INPUT}
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 825 private static final byte[] TEST_INPUT = new byte[] {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]

Completed in 901 milliseconds