Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/test-scripts/
Dcrypto_util_pb2.py33 full_name='shill_protos.ReturnCode',
75 full_name='shill_protos.EncryptDataMessage',
81 name='public_key', full_name='shill_protos.EncryptDataMessage.public_key', index=0,
88 name='data', full_name='shill_protos.EncryptDataMessage.data', index=1,
110 full_name='shill_protos.EncryptDataResponse',
116 name='ret', full_name='shill_protos.EncryptDataResponse.ret', index=0,
123 name='encrypted_data', full_name='shill_protos.EncryptDataResponse.encrypted_data', index=1,
145 full_name='shill_protos.VerifyCredentialsMessage',
151 name='certificate', full_name='shill_protos.VerifyCredentialsMessage.certificate', index=0,
158 name='signed_data', full_name='shill_protos.VerifyCredentialsMessage.signed_data', index=1,
[all …]
/system/core/liblog/tests/
Dbenchmark_main.cpp149 char full_name[100]; in Run() local
150 snprintf(full_name, sizeof(full_name), "%s%s%s", b->Name(), in Run()
163 printf("%-25s %10" PRIu64 " %10" PRIu64 "%s\n", full_name, in Run()
166 printf("%-25s %10" PRIu64 " %10" PRIu64 "(\317\203%" PRIu64 ")%s\n", full_name, in Run()
/system/core/init/
Dbootchart.cpp132 const char* full_name = cmdline.c_str(); // So we stop at the first NUL. in do_log_procs() local
143 stat.replace(open + 1, close - open - 1, full_name); in do_log_procs()