/external/perfetto/src/tracing/core/ |
D | packet_stream_validator_unittest.cc | 36 proto.mutable_for_testing()->set_str("string field"); in TEST() 46 proto.mutable_for_testing()->set_str("string field"); in TEST() 93 proto.mutable_for_testing()->set_str("string field"); in TEST() 111 proto.mutable_for_testing()->set_str("string field"); in TEST() 131 proto.mutable_for_testing()->set_str("string field"); in TEST() 140 proto.mutable_for_testing()->set_str("foo"); in TEST() 153 proto.mutable_for_testing()->set_str("string field"); in TEST() 165 proto.mutable_for_testing()->set_str("string field"); in TEST()
|
D | trace_packet_unittest.cc | 52 proto.mutable_for_testing()->set_str("string field"); in TEST() 69 proto.mutable_for_testing()->set_str( in TEST() 100 proto.mutable_for_testing()->set_str("string field"); in TEST() 126 tp_proto.mutable_for_testing()->set_str(payload); in TEST()
|
D | service_impl_unittest.cc | 303 tp->set_for_testing()->set_str(payload.c_str(), payload.size()); in TEST_F() 311 tp->set_for_testing()->set_str(big_payload, sizeof(big_payload)); in TEST_F() 416 tp->set_for_testing()->set_str("payload"); in TEST_F() 454 tp->set_for_testing()->set_str("payload"); in TEST_F() 492 tp->set_for_testing()->set_str("payload"); in TEST_F()
|
D | null_trace_writer_unittest.cc | 39 packet->set_for_testing()->set_str("Hello, world!"); in TEST()
|
D | trace_writer_impl_unittest.cc | 82 packet->set_for_testing()->set_str(str); in TEST_P()
|
/external/perfetto/src/ipc/ |
D | deferred_unittest.cc | 49 (*res).set_str("foo"); in TEST() 145 res->set_str("42"); in TEST() 163 res->set_str("43"); in TEST() 199 res->set_str(std::to_string(i)); in TEST() 208 res->set_str(std::to_string(3)); in TEST() 267 msg->set_str("foo"); in TEST()
|
/external/python/cpython2/Lib/idlelib/ |
D | HyperParser.py | 35 parser.set_str(text.get(startatindex, stopatindex)+' \n') 51 parser.set_str(text.get(startatindex, stopatindex)+' \n')
|
D | PyParse.py | 118 def set_str(self, str): member in Parser
|
D | EditorWindow.py | 1326 y.set_str(rawtext) 1340 y.set_str(rawtext)
|
/external/python/cpython3/Lib/idlelib/ |
D | hyperparser.py | 47 parser.set_str(text.get(startatindex, stopatindex)+' \n') 63 parser.set_str(text.get(startatindex, stopatindex)+' \n')
|
D | pyparse.py | 144 def set_str(self, s): member in Parser
|
D | editor.py | 1261 y.set_str(rawtext) 1275 y.set_str(rawtext)
|
/external/perfetto/src/tracing/test/ |
D | tracing_integration_test.cc | 215 writer->NewTracePacket()->set_for_testing()->set_str(buf, strlen(buf)); in TEST_F() 328 writer->NewTracePacket()->set_for_testing()->set_str(buf, strlen(buf)); in TEST_F()
|
/external/perfetto/test/ |
D | fake_producer.cc | 107 handle->set_for_testing()->set_str(payload.get(), message_size_); in ProduceEventBatch()
|
D | end_to_end_shared_memory_fuzzer.cc | 94 end_packet->set_for_testing()->set_str("end"); in CreateDataSourceInstance()
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 640 char *set_str = NULL; in cil_write_typeattributeset() local 644 rc = cil_unfill_expr(typeattrset->str_expr, &set_str, 1); in cil_write_typeattributeset() 648 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_TYPEATTRIBUTESET, typeattr, set_str); in cil_write_typeattributeset() 651 free(set_str); in cil_write_typeattributeset() 989 str = strdup(((struct cil_classperms_set *)curr->data)->set_str); in cil_unfill_classperms_list()
|
D | cil_internal.h | 380 char *set_str; member 397 char *set_str; member
|
D | cil_copy_ast.c | 191 (*new)->set_str = orig->set_str; in cil_copy_classperms_set() 301 new->set_str = orig->set_str; in cil_copy_classpermissionset()
|
D | cil_tree.c | 574 cil_log(CIL_INFO, " %s", cp_set->set_str); in cil_tree_print_classperms_set() 966 cil_log(CIL_INFO, "CLASSPERMISSIONSET: %s", cps->set_str); in cil_tree_print_node()
|
D | cil.c | 2436 (*cps)->set_str = NULL; in cil_classpermissionset_init() 2443 (*cp_set)->set_str = NULL; in cil_classperms_set_init()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_unittest.cc | 429 unittest::TestMessageSetExtension2::message_set_extension)->set_str("foo"); in TEST() 472 unittest::TestMessageSetExtension2::message_set_extension)->set_str("foo"); in TEST() 531 message.set_str("foo"); in TEST()
|
/external/perf_data_converter/src/ |
D | perf_data_converter.cc | 461 label->set_str(sample_key.comm); in AddOrUpdateSample() 473 label->set_str(builder->StringId(ExecModeString(sample_key.exec_mode))); in AddOrUpdateSample()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 279 full.set_str("string1"); in TEST_P() 371 full.set_str("-Infinity"); in TEST_P() 404 full.set_str("NaN"); in TEST_P()
|
D | protostream_objectsource_test.cc | 301 primitive.set_str("String Value"); in TEST_P()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.cc | 205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add()
|