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

<<11121314151617181920>>

  /external/python/cpython2/Lib/test/
test_sys_settrace.py 495 def jump_simple_forwards(output):
496 output.append(1)
497 output.append(2)
498 output.append(3)
501 jump_simple_forwards.output = [3]
503 def jump_simple_backwards(output):
504 output.append(1)
505 output.append(2)
508 jump_simple_backwards.output = [1, 1, 2]
510 def jump_out_of_block_forwards(output)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptIDModuleWriter.java 56 output.println(format.format(args));
61 output.println(format.format(args));
65 output.print(" ");
66 output.print(scriptData.getTagLabel(script));
67 output.print("ScriptCode = ");
70 output.print(" ");
73 output.print(script);
74 output.println(",");
76 output.println(" qaaiScriptCode = zinhScriptCode, /* manually added alias, for API stability */");
87 output.println(format.format(args))
    [all...]
GDEFWriter.java 33 public void writeTable(PrintStream output)
62 output.print("const le_uint8 ");
63 output.print(scriptName);
64 output.println("Shaping::glyphDefinitionTable[] = {");
66 dumpTable(output, 8);
67 output.println("};\n");
GSUBWriter.java 36 public void writeTable(PrintStream output)
59 output.print("const le_uint8 ");
60 output.print(scriptName);
61 output.println("Shaping::glyphSubstitutionTable[] = {");
63 dumpTable(output, 8);
64 output.println("};\n");
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
tensor_utils_test.cc 28 std::vector<float> output(kVectorSize);
29 ClipVector(input, kVectorSize, kAbsLimit, output.data());
30 EXPECT_THAT(output,
44 std::vector<float> output(kRow * kBatch);
45 std::fill(output.begin(), output.end(), 3.0);
47 output.data(), /*result_stride=*/1);
48 EXPECT_THAT(output, ElementsAreArray(ArrayFloatNear({1., 5., 13., //
67 std::vector<float> output(kVectorSize);
68 VectorVectorCwiseProduct(input1, input2, kVectorSize, output.data())
    [all...]
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 103 StringBuilder output; local
142 StringBuilder output = new StringBuilder( local
145 output.append("<TABLE align=center border=1>");
146 output.append("<TH align=center>ID</TH>");
147 output.append("<TH align=center>Raw phone number</TH>");
148 output.append("<TH align=center>Pretty formatting</TH>");
149 output.append("<TH align=center>International format</TH>");
156 output.append("<TR>");
157 output.append("<TD align=center>").append(phoneNumberId).append(" </TD> \n");
158 output.append("<TD align=center>").append
265 StringBuilder output = new StringBuilder("<HTML><HEAD>"); local
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
curses_widgets_test.py 63 output = nav_history.go_back()
64 self.assertEqual("foo", output.command)
65 self.assertEqual(["bar"], output.screen_output.lines)
66 self.assertEqual(0, output.scroll_position)
146 output = nav_history.render(40, "prev", "next")
147 self.assertEqual(1, len(output.lines))
150 output.lines[0])
151 self.assertEqual({}, output.font_attr_segs)
158 output = nav_history.render(
164 self.assertEqual(1, len(output.lines)
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 51 #define INIT_OUTPUT_PRIV psb_android_output_p output = (psb_android_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
90 psb_android_output_p output = calloc(1, sizeof(psb_android_output_s)); local
94 if (output == NULL) {
98 memset(output, 0, sizeof(psb_android_output_s));
101 output->screen_width = 800;
102 output->screen_height = 480;
112 output->screen_width = vinfo.xres;
113 output->screen_height = vinfo.yres;
131 return (unsigned char *)output;
138 //psb_android_output_p output = GET_OUTPUT_DATA(ctx)
    [all...]
  /external/ltp/testcases/network/tcp_cmds/clockdiff/
clockdiff01.sh 28 output=$(clockdiff $(tst_ipaddr))
33 delta=$(echo "$output" | cut -d' ' -f2,3)
37 tst_resm TFAIL "not expected data received: '$output'"
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.h 40 output("Test %s unresolved: got %i (%s) on line %i (%s)\n", \
48 output("Test %s FAILED: %s\n", __FILE__, s); \
61 output("File %s cannot test: %s\n", __FILE__, s); \
70 output("Test unresolved: got %i (%s) on line %i (%s)\n", \
78 output("Test FAILED: %s\n", s); \
91 output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.h 42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
56 { output("File %s cannot test: %s\n", __FILE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
69 { output("Test FAILED: %s\n", s); \
78 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.h 42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
56 { output("File %s cannot test: %s\n", __FILE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
69 { output("Test FAILED: %s\n", s); \
78 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
testfrmw.h 42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
56 { output("File %s cannot test: %s\n", __FILE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
69 { output("Test FAILED: %s\n", s); \
78 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
testfrmw.h 42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
56 { output("File %s cannot test: %s\n", __FILE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
69 { output("Test FAILED: %s\n", s); \
78 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \

Completed in 218 milliseconds

<<11121314151617181920>>