/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | DwarfCfaLogTest.cpp | 566 std::string op_string; in TYPED_TEST_P() local 569 op_string += in TYPED_TEST_P() 582 ASSERT_EQ(expected + op_string, GetFakeLogPrint()); in TYPED_TEST_P() 604 std::string op_string; in TYPED_TEST_P() local 607 op_string += "4 unwind Illegal\n"; in TYPED_TEST_P() 608 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P() 619 ASSERT_EQ(expected + op_string, GetFakeLogPrint()); in TYPED_TEST_P() 688 std::string op_string; in TYPED_TEST_P() local 691 op_string += "4 unwind Illegal\n"; in TYPED_TEST_P() 692 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | ir_dump_util.cpp | 112 std::string op_string = node->op().ToString(); in GetNodeTags() local 113 std::string::size_type pos = node_string.find(op_string); in GetNodeTags() 114 TORCH_CHECK(pos != std::string::npos, node_string, " : ", op_string); in GetNodeTags() 115 pos += op_string.size(); in GetNodeTags()
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/ |
H A D | ia32_invariant.c | 258 op_pointer | op_ds_seg | op_string; 262 op_pointer | op_es_seg | op_string;
|
H A D | ia32_operand.c | 181 op->flags |= op_ds_seg | op_pointer | op_string; in decode_operand_value() 188 op->flags |= op_es_seg | op_pointer | op_string; in decode_operand_value()
|
H A D | x86_format.c | 1087 struct op_string { char *buf; size_t len; }; argument 1090 struct op_string * opstr = (struct op_string *) arg; in format_op_raw() 1114 struct op_string opstr = { buf, len }; in format_raw_insn()
|
H A D | libdis.h | 210 op_string = 2, /* possible string or array */ enumerator
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cCommonBugsTests.cpp | 1139 std::string op_string; in getShaderBody() local 1149 op_string = (iteration == TEST_ITERATION_ALL_FUNC_MUST_NOT_ACCEPT_BOOL) ? "all" : "not"; in getShaderBody() 1156 << op_string in getShaderBody()
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/ |
H A D | libdisasm_oop.i | 131 op_signed = 1, op_string = 2, enumerator
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | ProcessGroupUCC.cpp | 141 for (auto op_string : op_list) { in parse_blocking_wait() local 142 result.push_back(str2op.at(op_string)); in parse_blocking_wait()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | pywrap_tfe_src.cc | 3438 tensorflow::Safe_PyObjectPtr op_string( local 3440 if (!RecordGradient(op_string.get(), inputs.get(), Py_None,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | README.txt | 1267 else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string)) 1269 else if (strchr ("<>", *intel_parser.op_string)
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | README.txt | 1267 else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string)) 1269 else if (strchr ("<>", *intel_parser.op_string)
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | README.txt | 1267 else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string)) 1269 else if (strchr ("<>", *intel_parser.op_string)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 3643 std::string op_string = in BuildConstantSubGraph() local 3654 op_string); in BuildConstantSubGraph()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 6564 string asm, string op_string, 6566 : I<oops, iops, asm, op_string, cstr, pattern>,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 7431 string asm, string op_string, 7433 : I<oops, iops, asm, op_string, cstr, pattern>,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 8001 string asm, string op_string, 8003 : I<oops, iops, asm, op_string, cstr, pattern>,
|