HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 226 - 250 of 11134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/gtest/scripts/
gtest-config.in 28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
265 # Do the output in the correct order so that these can be used in-line of
267 output=""
268 test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags"
269 test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags"
270 test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags
    [all...]
  /external/python/cpython2/Lib/test/
test_augassign.py 123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output.append("__imul__ called"
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PasswordTransformationMethodTest.java 24 CharSequence output = transformationMethod.getTransformation("foobar", null); local
25 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022\u2022\u2022")); //using the escaped characters for cross platform compatibility.
30 CharSequence output = transformationMethod.getTransformation(" baz ", null); local
31 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022\u2022"));
36 CharSequence output = transformationMethod.getTransformation(" ", null); local
37 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022"));
42 CharSequence output = transformationMethod.getTransformation("", null); local
43 assertThat(output.toString(), is(""));
48 CharSequence output = transformationMethod.getTransformation(null, null); local
49 assertThat(output.toString(), is(""))
    [all...]
  /external/selinux/libsepol/cil/test/unit/
AllTests.c 40 /* disable cil log output */
43 CuString *output = CuStringNew(); local
55 CuSuiteDetails(suite, output);
56 CuSuiteSummary(suite, output);
59 CuSuiteDetails(suiteResolve, output);
60 CuSuiteSummary(suiteResolve, output);
63 CuSuiteDetails(suiteBuild, output);
64 CuSuiteSummary(suiteBuild, output);
67 CuSuiteDetails(suiteIntegration, output);
68 CuSuiteSummary(suiteIntegration, output);
    [all...]
  /external/shflags/bin/
gen_test_results.sh 4 # This script runs the provided unit tests and sends the output to the
36 DEFINE_string output_dir "`pwd`" 'output dir' d
37 DEFINE_string output_file "${os_name}-${os_version}.txt" 'output file' o
41 # Determine output filename.
42 output="${FLAGS_output_dir:+${FLAGS_output_dir}/}${FLAGS_output_file}"
43 output=`shlib_relToAbsPath "${output}"`
48 if [ ${FLAGS_dry_run} -eq ${FLAGS_FALSE} -a -f "${output}" ]; then
50 rm -f "${output}"
52 echo "not overwriting '${output}'" >&
    [all...]
  /external/syslinux/utils/
gethostip.c 33 {"full-output", 0, NULL, 'f'},
50 int output = 0; local
62 output |= 2; /* Decimal output */
65 output |= 4; /* Hexadecimal output */
68 output |= 1; /* Canonical name output */
71 output = 7; /* Full output */
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
string_join_op_test.py 32 output = string_ops.string_join([input0, input1])
33 self.assertAllEqual(output.eval(), [b"aa", b"ba"])
35 output = string_ops.string_join([input0, input1], separator="--")
36 self.assertAllEqual(output.eval(), [b"a--a", b"b--a"])
38 output = string_ops.string_join([input0, input1, input0], separator="--")
39 self.assertAllEqual(output.eval(), [b"a--a--a", b"b--a--b"])
41 output = string_ops.string_join([input1] * 4, separator="!")
42 self.assertEqual(output.eval(), b"a!a!a!a")
44 output = string_ops.string_join([input2] * 2, separator="")
45 self.assertAllEqual(output.eval(), [[b"bb"], [b"cc"]]
    [all...]
  /external/v8/testing/gmock/scripts/
gmock-config.in 28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
294 # Do the output in the correct order so that these can be used in-line of
296 output=""
297 test "$echo_cppflags" = "yes" && output="$output $gmock_cppflags"
298 test "$echo_cxxflags" = "yes" && output="$output $gmock_cxxflags"
299 test "$echo_ldflags" = "yes" && output="$output $gmock_ldflags
    [all...]
  /external/v8/testing/gtest/scripts/
gtest-config.in 28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
265 # Do the output in the correct order so that these can be used in-line of
267 output=""
268 test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags"
269 test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags"
270 test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gtest-config.in 28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
265 # Do the output in the correct order so that these can be used in-line of
267 output=""
268 test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags"
269 test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags"
270 test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags
    [all...]
  /external/vulkan-validation-layers/tests/
run_extra_loader_tests.sh 40 output=$(GTEST_FILTER=ImplicitLayer.Present \
42 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
49 output=$(ENABLE_LAYER_TEST_1=enable \
52 if ! echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
59 output=$(ENABLE_LAYER_TEST_1=wrong \
62 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
69 output=$(DISABLE_LAYER_TEST_1=value \
72 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
86 output=$(GTEST_FILTER=ImplicitLayer.Present \
88 if ! echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_augassign.py 123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output.append("__imul__ called"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_augassign.py 123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output.append("__imul__ called"
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
gtest-config.in 28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
265 # Do the output in the correct order so that these can be used in-line of
267 output=""
268 test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags"
269 test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags"
270 test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
run_extra_loader_tests.sh 40 output=$(GTEST_FILTER=ImplicitLayer.Present \
42 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
49 output=$(ENABLE_LAYER_TEST_1=enable \
52 if ! echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
59 output=$(ENABLE_LAYER_TEST_1=wrong \
62 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
69 output=$(DISABLE_LAYER_TEST_1=value \
72 if echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance"
86 output=$(GTEST_FILTER=ImplicitLayer.Present \
88 if ! echo "$output" | grep -q "VK_LAYER_LUNARG_test: CreateInstance
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_augassign.py 123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output.append("__imul__ called"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_augassign.py 123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output.append("__imul__ called"
    [all...]
  /tools/loganalysis/tests/src/com/android/loganalysis/item/
DvmLockSampleItemTest.java 44 JSONObject output = new JSONObject(item.toJson().toString()); local
47 assertEquals("android.support.test.aupt", output.get(DvmLockSampleItem.PROCESS_NAME));
48 assertEquals(false, output.get(DvmLockSampleItem.SENSITIVITY_FLAG));
49 assertEquals("Instr: android.support.test.aupt", output.get(DvmLockSampleItem.WAITING_THREAD_NAME));
50 assertEquals(75, output.get(DvmLockSampleItem.WAIT_TIME));
51 assertEquals("AccessibilityCache.java", output.get(DvmLockSampleItem.WAITING_SOURCE_FILE));
52 assertEquals(256, output.get(DvmLockSampleItem.WAITING_SOURCE_LINE));
53 assertEquals("-", output.get(DvmLockSampleItem.OWNER_FILE_NAME));
54 assertEquals(96, output.get(DvmLockSampleItem.OWNER_ACQUIRE_SOURCE_LINE));
55 assertEquals(15, output.get(DvmLockSampleItem.SAMPLE_PERCENTAGE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
gprof2html.py 3 """Transform gprof(1) output into useful HTML."""
10 <title>gprof output (%s)</title>
32 output = file(outputfilename, "w")
33 output.write(header % filename)
35 output.write(line)
42 output.write(line)
46 output.write('%s<a name="flat:%s" href="#call:%s">%s</a>\n' %
49 output.write(line)
55 output.write(line)
61 output.write(line)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/
JsonPrinterTest.java 24 String output = jsonPrinter.output(expression); local
26 assertEquals("{\"type\":\"MethodCallExpr\",\"name\":{\"type\":\"SimpleName\",\"identifier\":\"x\"},\"arguments\":[{\"type\":\"IntegerLiteralExpr\",\"value\":\"1\"},{\"type\":\"IntegerLiteralExpr\",\"value\":\"1\"}]}", output);
34 String output = jsonPrinter.output(expression); local
36 assertEquals("{\"operator\":\"PLUS\",\"left\":{\"value\":\"1\"},\"right\":{\"value\":\"1\"}}", output);
44 String output = jsonPrinter.output(expression); local
46 assertEquals("{\"types\":[{\"isInterface\":\"false\",\"name\":{\"identifier\":\"X\",\"comment\":{\"content\":\"hi\\\"\"}},\"members\":[{\"variables\":[{\"name\":{\"identifier\":\"x\"},\"type\":{\"type\":\"INT\"}}]}]}]}", output);
58 printer.output(unit)
71 String output = printer.output(unit); local
    [all...]
  /external/python/cpython2/Tools/scripts/
gprof2html.py 3 """Transform gprof(1) output into useful HTML."""
10 <title>gprof output (%s)</title>
32 output = file(outputfilename, "w")
33 output.write(header % filename)
35 output.write(line)
42 output.write(line)
46 output.write('%s<a name="flat:%s" href="#call:%s">%s</a>\n' %
49 output.write(line)
55 output.write(line)
61 output.write(line
    [all...]
  /external/python/cpython3/Tools/scripts/
gprof2html.py 3 """Transform gprof(1) output into useful HTML."""
14 <title>gprof output (%s)</title>
38 output = open(outputfilename, "w")
39 output.write(header % filename)
41 output.write(line)
48 output.write(line)
52 output.write('%s<a name="flat:%s" href="#call:%s">%s</a>\n' %
55 output.write(line)
61 output.write(line)
67 output.write(line
    [all...]
  /external/syslinux/gpxe/src/util/
zbin.c 128 static int alloc_output_file ( size_t max_len, struct output_file *output ) {
129 output->len = 0;
130 output->max_len = ( max_len );
131 output->buf = malloc ( max_len );
132 if ( ! output->buf ) {
133 fprintf ( stderr, "Could not allocate %zd bytes for output\n",
137 memset ( output->buf, 0xff, sizeof ( output->buf ) );
142 struct output_file *output,
153 output->len = align ( output->len, copy->align )
356 struct output_file output; local
    [all...]
  /external/curl/tests/unit/
unit1302.c 50 char *output; variable
56 rc = Curl_base64_encode(data, "i", 1, &output, &size);
59 verify_memory(output, "aQ==", 4);
60 Curl_safefree(output); variable
62 rc = Curl_base64_encode(data, "ii", 2, &output, &size);
65 verify_memory(output, "aWk=", 4);
66 Curl_safefree(output); variable
68 rc = Curl_base64_encode(data, "iii", 3, &output, &size);
71 verify_memory(output, "aWlp", 4);
72 Curl_safefree(output); variable
78 Curl_safefree(output); variable
84 Curl_safefree(output); variable
90 Curl_safefree(output); variable
96 Curl_safefree(output); variable
103 Curl_safefree(output); variable
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/html/
HTMLFormatterTest.java 39 private MemoryMultiReportOutput output; field in class:HTMLFormatterTest
45 output = new MemoryMultiReportOutput();
50 output.assertAllClosed();
55 driver.sendNestedGroups(formatter.createVisitor(output));
56 output.assertFile("index.html");
57 output.assertFile("group1/index.html");
58 output.assertFile("group1/group/index.html");
59 output.assertFile("group1/group/bundle/index.html");
60 output.assertFile("bundle/index.html");
65 driver.sendGroup(formatter.createVisitor(output));
    [all...]

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 91011>>