/aosp_15_r20/test/mlts/models/assets/models_list/ |
D | test_models.json | 11 "output": "mobilenet_float/cup_1.0_224.output" string 15 "output": "mobilenet_float/banana_1.0_224.output" string 27 "output": "mobilenet_quantized/cup_1.0_224.output" string 31 "output": "mobilenet_quantized/banana_1.0_224.output" string 43 "output": "mobilenet_float/cup_0.75_192.output" string 47 "output": "mobilenet_float/banana_0.75_192.output" string 59 "output": "mobilenet_quantized/cup_0.75_192.output" string 63 "output": "mobilenet_quantized/banana_0.75_192.output" string 76 "output": "mobilenet_float/cup_0.5_160.output" string 80 "output": "mobilenet_float/banana_0.5_160.output" string [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | fwd_txfm.c | 15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c() argument 70 out = output; in vpx_fdct4x4_c() 76 for (j = 0; j < 4; ++j) output[j + i * 4] = (output[j + i * 4] + 1) >> 2; in vpx_fdct4x4_c() 81 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_c() argument 87 output[0] = sum * 2; in vpx_fdct4x4_1_c() 90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_c() argument 165 out = output; in vpx_fdct8x8_c() 170 for (j = 0; j < 8; ++j) output[j + i * 8] /= 2; in vpx_fdct8x8_c() 174 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_1_c() argument 180 output[0] = sum; in vpx_fdct8x8_1_c() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/ |
D | framebig.json | 3 {"Action":"output","Test":"TestIndex","Output":"=== RUN TestIndex\n"} string 4 {"Action":"output","Test":"TestIndex","Output":"--- PASS: TestIndex (0.00s)\n"} 7 {"Action":"output","Test":"TestIndex","Output":"=== PASS TestIndex\n"} string 9 {"Action":"output","Test":"TestLastIndex","Output":"=== RUN TestLastIndex\n"} string 10 {"Action":"output","Test":"TestLastIndex","Output":"--- PASS: TestLastIndex (0.00s)\n"} 13 {"Action":"output","Test":"TestLastIndex","Output":"=== PASS TestLastIndex\n"} string 15 {"Action":"output","Test":"TestIndexAny","Output":"=== RUN TestIndexAny\n"} string 16 {"Action":"output","Test":"TestIndexAny","Output":"--- PASS: TestIndexAny (0.00s)\n"} 19 {"Action":"output","Test":"TestIndexAny","Output":"=== PASS TestIndexAny\n"} string 21 {"Action":"output","Test":"TestLastIndexAny","Output":"=== RUN TestLastIndexAny\n"} string [all …]
|
D | vet.json | 3 {"Action":"output","Test":"TestVet","Output":"=== RUN TestVet\n"} string 4 {"Action":"output","Test":"TestVet","Output":"=== PAUSE TestVet\n"} 7 {"Action":"output","Test":"TestVetAsm","Output":"=== RUN TestVetAsm\n"} string 8 {"Action":"output","Test":"TestVetAsm","Output":"=== PAUSE TestVetAsm\n"} 11 {"Action":"output","Test":"TestVetDirs","Output":"=== RUN TestVetDirs\n"} string 12 {"Action":"output","Test":"TestVetDirs","Output":"=== PAUSE TestVetDirs\n"} 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 16 {"Action":"output","Test":"TestTags","Output":"=== PAUSE TestTags\n"} 19 {"Action":"output","Test":"TestVetVerbose","Output":"=== RUN TestVetVerbose\n"} string 20 {"Action":"output","Test":"TestVetVerbose","Output":"=== PAUSE TestVetVerbose\n"} [all …]
|
D | smiley.json | 3 {"Action":"output","Test":"Test☺☹","Output":"=== RUN Test☺☹\n"} string 4 {"Action":"output","Test":"Test☺☹","Output":"=== PAUSE Test☺☹\n"} 7 {"Action":"output","Test":"Test☺☹Asm","Output":"=== RUN Test☺☹Asm\n"} string 8 {"Action":"output","Test":"Test☺☹Asm","Output":"=== PAUSE Test☺☹Asm\n"} 11 {"Action":"output","Test":"Test☺☹Dirs","Output":"=== RUN Test☺☹Dirs\n"} string 12 {"Action":"output","Test":"Test☺☹Dirs","Output":"=== PAUSE Test☺☹Dirs\n"} 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 16 {"Action":"output","Test":"TestTags","Output":"=== PAUSE TestTags\n"} 19 {"Action":"output","Test":"Test☺☹Verbose","Output":"=== RUN Test☺☹Verbose\n"} string 20 {"Action":"output","Test":"Test☺☹Verbose","Output":"=== PAUSE Test☺☹Verbose\n"} [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_print_ir.cpp | 74 print_reg_class(const RegClass rc, FILE* output) in print_reg_class() argument 77 fprintf(output, " v%ub: ", rc.bytes()); in print_reg_class() 79 fprintf(output, " s%u: ", rc.size()); in print_reg_class() 81 fprintf(output, " lv%u: ", rc.size()); in print_reg_class() 83 fprintf(output, " v%u: ", rc.size()); in print_reg_class() 88 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags) in print_physReg() argument 91 fprintf(output, bytes > 4 ? "vcc" : "vcc_lo"); in print_physReg() 93 fprintf(output, "vcc_hi"); in print_physReg() 95 fprintf(output, "m0"); in print_physReg() 97 fprintf(output, "null"); in print_physReg() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_cc/tools/migration/ |
H A D | legacy_fields_migration_lib_test.py | 64 output = migrate_to_string(crosstool) 65 self.assertNotIn("debian_extra_requires", output) 66 self.assertNotIn("gcc_plugin_compiler_flag", output) 67 self.assertNotIn("ar_flag", output) 68 self.assertNotIn("ar_thin_archives_flag", output) 69 self.assertNotIn("gcc_plugin_header_directory", output) 70 self.assertNotIn("mao_plugin_header_directory", output) 71 self.assertNotIn("supports_normalizing_ar", output) 72 self.assertNotIn("supports_thin_archives", output) 73 self.assertNotIn("supports_incremental_linker", output) [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_sys_settrace.py | 12 def __init__(self, output, value): argument 13 self.output = output 17 self.output.append(self.value) 20 self.output.append(-self.value) 520 def no_jump_to_non_integers(output): argument 522 output.append(2) 524 output.append('integer' in str(e)) 557 output = [] 559 func(output) 562 func(output) [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_sys_settrace.py | 17 def __init__(self, output, value): argument 18 self.output = output 22 self.output.append(self.value) 25 self.output.append(-self.value) 29 def __init__(self, output, value): argument 30 self.output = output 34 self.output.append(self.value) 37 self.output.append(-self.value) 1837 def no_jump_to_non_integers(output): argument 1839 output.append(2) [all …]
|
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenObjectDefinition.py | 50 Output("typedef struct %s {", self.objecttype) 52 Output("PyObject_HEAD") 55 Output("} %s;", self.objecttype) 65 Output() 86 Output("%sPyTypeObject %s;", sf, self.typename) 87 Output() 88 Output("#define %s_Check(x) ((x)->ob_type == &%s || PyObject_TypeCheck((x), &%s))", 90 Output() 93 Output("%sPyMethodChain %s_chain = { %s_methods, %s };", 97 Output("%s ob_itself;", self.itselftype) [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A D | evp_tests.txt | 72 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 85 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 93 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 137 Output = 3078020100301006072a8648ce3d020106052b810400210461305f020101041caa17cf0a0c8064bf6b509c212e… 142 Output = 3081b6020100301006072a8648ce3d020106052b8104002204819e30819b0201010430a29991b86091401328e6… 147 Output = 3081ee020100301006072a8648ce3d020106052b810400230481d63081d30201010442002eeee9c16b9b4d2dee… 262 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 267 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 272 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 283 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A D | evp_tests.txt | 72 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 85 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 93 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff… 137 Output = 3078020100301006072a8648ce3d020106052b810400210461305f020101041caa17cf0a0c8064bf6b509c212e… 142 Output = 3081b6020100301006072a8648ce3d020106052b8104002204819e30819b0201010430a29991b86091401328e6… 147 Output = 3081ee020100301006072a8648ce3d020106052b810400230481d63081d30201010442002eeee9c16b9b4d2dee… 262 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 267 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 272 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 283 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… [all …]
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | TypePrinter.h | 61 /** Formatted output if arg is not null 92 /** Formatted output of a vector of objects. 97 * @param[out] os Output stream 100 * @return Modified output stream. 134 /** Formatted output of a vector of objects. 151 /** Formmated output of the @ref experimental::PostOpType type 153 * @param[out] os Output stream. 154 * @param[in] post_op_type Type to output. 156 * @return Modified output stream. 198 /** Formatted output of the @ref experimental::IPostOp type. [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | debugXML.c | 33 FILE *output; /* the output file */ member 55 ctxt->output = stdout; in xmlCtxtDumpInitCtxt() 133 if ((ctxt->output != NULL) && (ctxt->depth > 0)) { in xmlCtxtDumpSpaces() 135 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]); in xmlCtxtDumpSpaces() 137 fprintf(ctxt->output, "%s", ctxt->shift); in xmlCtxtDumpSpaces() 152 fprintf(ctxt->output, "ERROR %d: %s", error, msg); in xmlDebugErr() 158 fprintf(ctxt->output, "ERROR %d: ", error); in xmlDebugErr2() 159 fprintf(ctxt->output, msg, extra); in xmlDebugErr2() 165 fprintf(ctxt->output, "ERROR %d: ", error); in xmlDebugErr3() 166 fprintf(ctxt->output, msg, extra); in xmlDebugErr3() [all …]
|
/aosp_15_r20/external/deqp/data/gles31/shaders/gl45/ |
H A D | implicit_conversions.test | 16 output float out0 = [ 4.0 | 3.0 | 3.0 | 5.0 | 7.0 ]; 28 ${OUTPUT} 38 output uint out0 = [ 4 | 3 | 3 | 5 | 7 ]; 50 ${OUTPUT} 60 …output vec2 out0 = [ vec2(3.0, 4.0) | vec2(2.0, 3.0) | vec2(2.0, 3.0) | vec2(4.0, 5.0) | vec2(6.0,… 72 ${OUTPUT} 82 …output vec3 out0 = [ vec3(3.0, 4.0, 5.0) | vec3(2.0, 3.0, 4.0) | vec3(2.0, 3.0, 4.0) | vec3(4.0, 5… 94 ${OUTPUT} 104 …output vec4 out0 = [ vec4(3.0, 4.0, 5.0, 6.0) | vec4(2.0, 3.0, 4.0, 5.0) | vec4(2.0, 3.0, 4.0, 5.0… 116 ${OUTPUT} [all …]
|
/aosp_15_r20/external/angle/build/util/ |
H A D | android_chrome_version_test.py | 17 output = GenerateVersionCodes(4844, 0, 21 chrome_version_code = output['CHROME_VERSION_CODE'] 27 output = GenerateVersionCodes(4844, 0, 31 chrome_modern_version_code = output['CHROME_MODERN_VERSION_CODE'] 37 output = GenerateVersionCodes(4844, 0, 41 monochrome_version_code = output['MONOCHROME_VERSION_CODE'] 47 output = GenerateVersionCodes(4844, 0, 51 trichrome_version_code = output['TRICHROME_VERSION_CODE'] 52 trichrome_auto_version_code = output['TRICHROME_AUTO_VERSION_CODE'] 59 output = GenerateVersionCodes(4844, 0, [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | auto_mixed_precision_test.cc | 170 const std::function<Output(const tensorflow::Scope&, Output)>& in TestSimpleUnaryInferOp() 174 Output eye = ops::Const(s.WithOpName("eye"), in TestSimpleUnaryInferOp() 176 Output input = ops::Placeholder(s.WithOpName("input"), DT_FLOAT); in TestSimpleUnaryInferOp() 177 Output allow1 = ops::MatMul(s.WithOpName("allow1"), input, eye); in TestSimpleUnaryInferOp() 178 Output infer1 = test_op_factory(s.WithOpName("infer1"), allow1); in TestSimpleUnaryInferOp() 179 Output allow2 = ops::MatMul(s.WithOpName("allow2"), infer1, eye); in TestSimpleUnaryInferOp() 180 Output fetch1 = ops::Identity(s.WithOpName("fetch1"), allow2); in TestSimpleUnaryInferOp() 190 GraphDef output; in TestSimpleUnaryInferOp() local 191 TF_ASSERT_OK(optimizer.Optimize(virtual_cluster_.get(), item, &output)); in TestSimpleUnaryInferOp() 193 VLOG(1) << output.DebugString(); in TestSimpleUnaryInferOp() [all …]
|
H A D | arithmetic_optimizer_test.cc | 106 GraphDef output; in TEST_F() local 107 Status status = optimizer.Optimize(nullptr, item, &output); in TEST_F() 109 VerifyGraphsMatch(item.graph, output, __LINE__); in TEST_F() 115 Output input = in TEST_F() 118 Output ones = ops::Const(s.WithOpName("ones"), 1.0f, {1, 1, 2, 1, 2, 1}); in TEST_F() 119 Output multiply = ops::Mul(s.WithOpName("mul"), input, ones); in TEST_F() 120 Output output = ops::Identity(s.WithOpName("output"), multiply); in TEST_F() local 123 item.fetch = {"output"}; in TEST_F() 159 Output input = ops::Placeholder(s.WithOpName("input"), DT_FLOAT, in TEST_F() 161 Output ones = ops::Const(s.WithOpName("ones").WithControlDependencies(input), in TEST_F() [all …]
|
H A D | dependency_optimizer_test.cc | 60 GraphDef output; in TEST_F() local 61 Status status = optimizer.Optimize(nullptr, item, &output); in TEST_F() 64 VerifyGraphsEqual(item.graph, output, __FUNCTION__); in TEST_F() 69 Output x = ops::Const(s.WithOpName("x"), {1.0f, 2.0f}, {1, 2}); in TEST_F() 70 Output y = ops::Const(s.WithOpName("y"), {1.0f, 2.0f}, {1, 2}); in TEST_F() 71 Output z = ops::Const(s.WithOpName("z"), {1.0f, 2.0f}, {1, 2}); in TEST_F() 72 Output add = ops::Add(s.WithOpName("add"), x, y); in TEST_F() 73 Output id1 = in TEST_F() 75 Output id2 = ops::Identity( in TEST_F() 85 GraphDef output; in TEST_F() local [all …]
|
H A D | model_pruner_test.cc | 47 GraphDef output; in TEST_F() local 48 TF_ASSERT_OK(pruner.Optimize(nullptr, item, &output)); in TEST_F() 50 CompareGraphs(item.graph, output); in TEST_F() 59 Output a = ops::Const(s.WithOpName("a"), 0.0f, {10, 10}); in TEST_F() 60 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 61 Output c = ops::StopGradient(s.WithOpName("c"), b); in TEST_F() 62 Output d = ops::StopGradient(s.WithOpName("d"), c); in TEST_F() 63 Output e = ops::Sqrt(s.WithOpName("e"), {d}); in TEST_F() 69 GraphDef output; in TEST_F() local 70 TF_ASSERT_OK(pruner.Optimize(nullptr, item, &output)); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/build/util/ |
H A D | android_chrome_version_test.py | 17 output = GenerateVersionCodes(4844, 0, 21 chrome_version_code = output['CHROME_VERSION_CODE'] 27 output = GenerateVersionCodes(4844, 0, 31 chrome_modern_version_code = output['CHROME_MODERN_VERSION_CODE'] 37 output = GenerateVersionCodes(4844, 0, 41 monochrome_version_code = output['MONOCHROME_VERSION_CODE'] 47 output = GenerateVersionCodes(4844, 0, 51 trichrome_version_code = output['TRICHROME_VERSION_CODE'] 52 trichrome_auto_version_code = output['TRICHROME_AUTO_VERSION_CODE'] 59 output = GenerateVersionCodes(4844, 0, [all …]
|
/aosp_15_r20/build/soong/scripts/ |
H A D | manifest_fixer_test.py | 63 output = io.StringIO() 64 manifest_fixer.write_xml(output, doc) 65 return output.getvalue() 83 def assert_xml_equal(self, output, expected): argument 84 self.assertEqual(ElementTree.canonicalize(output), ElementTree.canonicalize(expected)) 91 output = self.raise_min_sdk_version_test(manifest_input, '28', '28', False) 92 self.assert_xml_equal(output, expected) 100 output = self.raise_min_sdk_version_test(manifest_input, '28', '28', False) 101 self.assert_xml_equal(output, expected) 108 output = self.raise_min_sdk_version_test(manifest_input, '28', '28', False) [all …]
|
/aosp_15_r20/external/skia/infra/bots/recipes/sync_and_compile.expected/ |
H A D | Build-Debian10-Clang-arm-Release-NoPatch.json | 19 "@@@STEP_LOG_LINE@json.output@{@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 21 "@@@STEP_LOG_LINE@json.output@ {@@@", 22 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 23 …"@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_6e0e0a9f6cbf09078aa4730d1a0dc0aa722ddc11@f… 24 …"@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_6e0e0a9f6cbf09078aa4730d1a0dc0aa722ddc11\",… 25 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@@", 26 "@@@STEP_LOG_LINE@json.output@ },@@@", 27 … "@@@STEP_LOG_LINE@json.output@ \"commit\": \"188e23c7abc4b205f0f80fb345ff63ec5b716be8\",@@@", 28 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", [all …]
|
/aosp_15_r20/external/deqp/data/gles2/shaders/ |
H A D | preprocessor.test | 27 values { output float out0 = 0.0; } 39 ${OUTPUT} 67 values { output float out0 = -1.0; } 77 ${OUTPUT} 83 values { output float out0 = -1.0; } 93 ${OUTPUT} 100 values { output float out0 = 1.0; } 110 ${OUTPUT} 116 values { output float out0 = 1.0; } 126 ${OUTPUT} [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 29 func makeOutputList(op *tf.Operation, start int, output string) ([]tf.Output, int, error) { 30 size, err := op.OutputListSize(output) 34 list := make([]tf.Output, size) 36 list[i] = op.Output(start + i) 90 // an output element, this operation computes \\(y = |x|\\). 91 func Abs(scope *Scope, x tf.Output) (y tf.Output) { argument 102 return op.Output(0) 110 // storage is proportional to the output size rather than the inputs size. 120 func AccumulateNV2(scope *Scope, inputs []tf.Output, shape tf.Shape) (sum tf.Output) { argument 133 return op.Output(0) [all …]
|