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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
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_open/
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/perf_data_converter/src/quipper/
conversion_utils_test.cc 25 FormatAndFile input, output; local
29 output.filename = output_path + test_file + ".pb_text";
30 output.format = kProtoTextFormat;
31 EXPECT_TRUE(ConvertFile(input, output));
35 LOG(INFO) << "output: " << output.filename;
37 CompareTextProtoFiles<PerfDataProto>(output.filename, golden_file);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
auto_parallel_test.cc 32 Output constant_a = ops::Const(s.WithOpName("constant_a"), 1.0f, {1});
33 Output constant_b = ops::Const(s.WithOpName("constant_b"), 1, {1});
34 Output var = ops::Variable(s.WithOpName("var"), {1}, DT_FLOAT);
35 Output assign = ops::Assign(s.WithOpName("assign"), {var}, {constant_a});
36 Output identity = ops::Identity(s.WithOpName("identity"), {var});
37 Output fifo_queue = ops::FIFOQueue(s.WithOpName("fifo_queue"), {DT_FLOAT});
40 Output add = ops::AddN(s.WithOpName("add"), {constant_a, dequeue[0]});
41 Output learning_rate = ops::Const(s.WithOpName("learning_rate"), 0.01f, {1});
42 Output apply_gradient = ops::ApplyGradientDescent(
52 GraphDef output; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStreamingStressTest.java 74 //Test result output file
77 private void writeTestOutput(String filename, Writer output) throws Exception{
78 output.write("URL: " + filename);
79 output.write(" Complete: " + CodecTest.onCompleteSuccess);
80 output.write(" Error: " + CodecTest.mPlaybackError);
81 output.write(" Unknown Info: " + CodecTest.mMediaInfoUnknownCount);
82 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
83 output.write(" Bad Interleaving: " + CodecTest.mMediaInfoBadInterleavingCount);
84 output.write(" Not Seekable: " + CodecTest.mMediaInfoNotSeekableCount);
85 output.write(" Info Meta data update: " + CodecTest.mMediaInfoMetdataUpdateCount)
121 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true)); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
PixelUtils.java 28 * <p>The transformation is specified by specifying the initial offset in the output buffer, the
37 * @param output The output buffer to hold the transformed pixel data.
40 * @param offset The start offset in the output (in pixels)
45 ByteBuffer output,
51 if (input.remaining() != output.remaining()) {
52 throw new IllegalArgumentException("Input and output buffers must have the same size!");
55 } else if (output.remaining() % 4 != 0) {
56 throw new IllegalArgumentException("Output buffer size must be a multiple of 4!");
60 } else if ((width * height * 4) != output.remaining())
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 70 // Find a file by file name. Fills in in *output and returns true if found.
71 // Otherwise, returns false, leaving the contents of *output undefined.
73 FileDescriptorProto* output) = 0;
76 // If found, fills in *output and returns true, otherwise returns false
77 // and leaves *output undefined.
79 FileDescriptorProto* output) = 0;
82 // with the given field number. If found, fills in *output and returns true,
83 // otherwise returns false and leaves *output undefined. containing_type
87 FileDescriptorProto* output) = 0;
90 // extendee_type, and appends them to output in an undefine
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 70 // Find a file by file name. Fills in in *output and returns true if found.
71 // Otherwise, returns false, leaving the contents of *output undefined.
73 FileDescriptorProto* output) = 0;
76 // If found, fills in *output and returns true, otherwise returns false
77 // and leaves *output undefined.
79 FileDescriptorProto* output) = 0;
82 // with the given field number. If found, fills in *output and returns true,
83 // otherwise returns false and leaves *output undefined. containing_type
87 FileDescriptorProto* output) = 0;
90 // extendee_type, and appends them to output in an undefine
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 70 // Find a file by file name. Fills in in *output and returns true if found.
71 // Otherwise, returns false, leaving the contents of *output undefined.
73 FileDescriptorProto* output) = 0;
76 // If found, fills in *output and returns true, otherwise returns false
77 // and leaves *output undefined.
79 FileDescriptorProto* output) = 0;
82 // with the given field number. If found, fills in *output and returns true,
83 // otherwise returns false and leaves *output undefined. containing_type
87 FileDescriptorProto* output) = 0;
90 // extendee_type, and appends them to output in an undefine
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
run_wrap_objects_tests.sh 6 output=$(VK_LAYER_PATH=$VK_LAYER_PATH:`pwd`/layers \
13 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
22 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
33 output=$(VK_LAYER_PATH=$VK_LAYER_PATH:`pwd`/layers \
40 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
49 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
60 output=$(VK_LAYER_PATH=$VK_LAYER_PATH:`pwd`/layers \
67 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
76 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
87 output=$(VK_LAYER_PATH=$VK_LAYER_PATH:`pwd`/layers
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 70 // Find a file by file name. Fills in in *output and returns true if found.
71 // Otherwise, returns false, leaving the contents of *output undefined.
73 FileDescriptorProto* output) = 0;
76 // If found, fills in *output and returns true, otherwise returns false
77 // and leaves *output undefined.
79 FileDescriptorProto* output) = 0;
82 // with the given field number. If found, fills in *output and returns true,
83 // otherwise returns false and leaves *output undefined. containing_type
87 FileDescriptorProto* output) = 0;
90 // extendee_type, and appends them to output in an undefine
    [all...]
  /system/keymaster/km_openssl/
kdf.cpp 61 bool Kdf::Uint32ToBigEndianByteArray(uint32_t number, uint8_t* output) {
62 if (!output)
65 output[0] = (number >> 24) & 0xff;
66 output[1] = (number >> 16) & 0xff;
67 output[2] = (number >> 8) & 0xff;
68 output[3] = (number)&0xff;
  /tools/loganalysis/tests/src/com/android/loganalysis/item/
MemInfoItemTest.java 38 JSONObject output = new JSONObject(item.toJson().toString()); local
40 assertTrue(output.has(MemInfoItem.LINES));
41 assertTrue(output.get(MemInfoItem.LINES) instanceof JSONObject);
42 assertTrue(output.has(MemInfoItem.TEXT));
43 assertEquals("foo: 123 kB\nbar: 456 kB", output.get(MemInfoItem.TEXT));
45 JSONObject lines = output.getJSONObject(MemInfoItem.LINES);
SystemPropsItemTest.java 38 JSONObject output = new JSONObject(item.toJson().toString()); local
40 assertTrue(output.has(SystemPropsItem.LINES));
41 assertTrue(output.get(SystemPropsItem.LINES) instanceof JSONObject);
42 assertTrue(output.has(SystemPropsItem.TEXT));
43 assertEquals("[foo]: [123]\n[bar]: [456]", output.get(SystemPropsItem.TEXT));
45 JSONObject lines = output.getJSONObject(SystemPropsItem.LINES);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys_settrace.py 486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys_settrace.py 486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
    [all...]
  /external/boringssl/src/fipstools/
test_fips.c 68 uint8_t output[256]; local
79 AES_cbc_encrypt(kPlaintext, output, sizeof(kPlaintext), &aes_key, aes_iv,
82 hexdump(output, sizeof(kPlaintext));
91 hexdump(output, sizeof(kPlaintext));
92 AES_cbc_encrypt(output, output, sizeof(kPlaintext), &aes_key, aes_iv,
95 hexdump(output, sizeof(kPlaintext));
109 hexdump(output, sizeof(kPlaintext));
110 if (!EVP_AEAD_CTX_seal(&aead_ctx, output, &out_len, sizeof(output), nonce
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLRandom.java 45 byte[] output = new byte[numBytes];
46 NativeCrypto.RAND_bytes(output);
47 return output;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/
YamlPrinterTest.java 48 String output = yamlPrinter.output(expression); local
49 assertEquals(expectedOutput, output);
65 String output = yamlPrinter.output(expression); local
66 assertEquals(expectedOutput, output);
78 String output = yamlPrinter.output(expression); local
79 assertEquals(expectedOutput, output);
91 String output = yamlPrinter.output(expression); local
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
xsgetn.pass.cpp 38 char output[sizeof(input)] = {0}; local
39 assert(t.sgetn(output, 10) == 7);
40 assert(strcmp(input, output) == 0);
  /external/llvm/utils/
DSAclean.py 18 output = open(sys.argv[2], 'w') variable
28 output.write(buffer)
32 output.close()
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
30-1.c 67 * void output(char * string, ...)
69 * Those may be used to output information.
97 /* Initialize output */
113 output("Trying to catch invalid signal %d\n", SIG_INVALID);
119 output("Is signal %d valid on this implementation?\n",
125 output("Got error %d (%s) instead of %d (%s)\n",
132 output("Trying to catch unauthorized signal SIGKILL (%d)\n", SIGKILL);
142 output("Got error %d (%s) instead of %d (%s)\n",
149 output("Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP);
159 output("Got error %d (%s) instead of %d (%s)\n"
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_database.h 47 // Implement the abstract interface. All these functions fill the output
52 FileDescriptorProto* output);
56 FileDescriptorProto* output);
64 FileDescriptorProto* output);

Completed in 721 milliseconds

<<11121314151617181920>>