Home
last modified time | relevance | path

Searched refs:set_str (Results 1 – 25 of 29) sorted by relevance

12

/external/perfetto/src/tracing/core/
Dpacket_stream_validator_unittest.cc36 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()
Dtrace_packet_unittest.cc52 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()
Dservice_impl_unittest.cc303 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()
Dnull_trace_writer_unittest.cc39 packet->set_for_testing()->set_str("Hello, world!"); in TEST()
Dtrace_writer_impl_unittest.cc82 packet->set_for_testing()->set_str(str); in TEST_P()
/external/perfetto/src/ipc/
Ddeferred_unittest.cc49 (*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/
DHyperParser.py35 parser.set_str(text.get(startatindex, stopatindex)+' \n')
51 parser.set_str(text.get(startatindex, stopatindex)+' \n')
DPyParse.py118 def set_str(self, str): member in Parser
DEditorWindow.py1326 y.set_str(rawtext)
1340 y.set_str(rawtext)
/external/python/cpython3/Lib/idlelib/
Dhyperparser.py47 parser.set_str(text.get(startatindex, stopatindex)+' \n')
63 parser.set_str(text.get(startatindex, stopatindex)+' \n')
Dpyparse.py144 def set_str(self, s): member in Parser
Deditor.py1261 y.set_str(rawtext)
1275 y.set_str(rawtext)
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc215 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/
Dfake_producer.cc107 handle->set_for_testing()->set_str(payload.get(), message_size_); in ProduceEventBatch()
Dend_to_end_shared_memory_fuzzer.cc94 end_packet->set_for_testing()->set_str("end"); in CreateDataSourceInstance()
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c640 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()
Dcil_internal.h380 char *set_str; member
397 char *set_str; member
Dcil_copy_ast.c191 (*new)->set_str = orig->set_str; in cil_copy_classperms_set()
301 new->set_str = orig->set_str; in cil_copy_classpermissionset()
Dcil_tree.c574 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()
Dcil.c2436 (*cps)->set_str = NULL; in cil_classpermissionset_init()
2443 (*cp_set)->set_str = NULL; in cil_classperms_set_init()
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc429 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/
Dperf_data_converter.cc461 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/
Dprotostream_objectwriter_test.cc279 full.set_str("string1"); in TEST_P()
371 full.set_str("-Infinity"); in TEST_P()
404 full.set_str("NaN"); in TEST_P()
Dprotostream_objectsource_test.cc301 primitive.set_str("String Value"); in TEST_P()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add()

12