/external/libchrome/base/android/jni_generator/ |
D | testConstantsFromJavaP.golden | 133 jmethodID method_id = base::android::MethodID::LazyGet< 141 method_id); 179 jmethodID method_id = base::android::MethodID::LazyGet< 188 method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), as_jint(p6), as_jint(p7), 226 jmethodID method_id = base::android::MethodID::LazyGet< 235 method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), as_jint(p6), p7, p8, 270 jmethodID method_id = base::android::MethodID::LazyGet< 279 method_id, p0, p1, as_jint(p2), p3, p4, p5, p6, as_jint(p7), p8, p9, as_jint(p10), 316 jmethodID method_id = base::android::MethodID::LazyGet< 325 method_id, p0, p1, as_jint(p2), as_jint(p3), p4, p5, p6, p7, as_jint(p8), p9, p10, [all …]
|
D | testCalledByNatives.golden | 60 jmethodID method_id = base::android::MethodID::LazyGet< 69 method_id, as_jint(nativeInfoBar), buttonOk.obj(), buttonCancel.obj(), title.obj(), 83 jmethodID method_id = base::android::MethodID::LazyGet< 92 method_id, as_jint(nativeInfoBar), realm.obj(), account.obj(), args.obj()); 101 jmethodID method_id = base::android::MethodID::LazyGet< 109 method_id); 121 jmethodID method_id = base::android::MethodID::LazyGet< 130 method_id, view.obj(), realm.obj(), account.obj(), args.obj()); 140 jmethodID method_id = base::android::MethodID::LazyGet< 149 method_id, url.obj()); [all …]
|
D | testFromJavaP.golden | 47 jmethodID method_id = base::android::MethodID::LazyGet< 56 method_id); 67 jmethodID method_id = base::android::MethodID::LazyGet< 75 method_id); 86 jmethodID method_id = base::android::MethodID::LazyGet< 94 method_id, as_jint(p0)); 105 jmethodID method_id = base::android::MethodID::LazyGet< 114 method_id); 125 jmethodID method_id = base::android::MethodID::LazyGet< 134 method_id); [all …]
|
D | SampleForTests_jni.golden | 231 jmethodID method_id = base::android::MethodID::LazyGet< 240 method_id, as_jint(foo), as_jint(bar)); 250 jmethodID method_id = base::android::MethodID::LazyGet< 259 method_id); 270 jmethodID method_id = base::android::MethodID::LazyGet< 278 method_id); 289 jmethodID method_id = base::android::MethodID::LazyGet< 297 method_id, foo.obj(), bar.obj()); 308 jmethodID method_id = base::android::MethodID::LazyGet< 317 method_id, as_jint(foo), as_jint(bar)); [all …]
|
D | testNativeExportsOnlyOption.golden | 123 jmethodID method_id = base::android::MethodID::LazyGet< 131 method_id, as_jint(iParam)); 142 jmethodID method_id = base::android::MethodID::LazyGet< 151 method_id, as_jint(iParam))); 161 jmethodID method_id = base::android::MethodID::LazyGet< 170 method_id, as_jint(iParam)); 180 jmethodID method_id = base::android::MethodID::LazyGet< 189 method_id); 200 jmethodID method_id = base::android::MethodID::LazyGet< 209 method_id));
|
/external/libtextclassifier/native/utils/java/ |
D | jni-helper.cc | 105 jmethodID method_id, ...) { in CallVoidMethod() argument 107 va_start(args, method_id); in CallVoidMethod() 108 env->CallVoidMethodV(object, method_id, args); in CallVoidMethod() 116 jmethodID method_id, ...) { in CallBooleanMethod() argument 118 va_start(args, method_id); in CallBooleanMethod() 119 bool result = env->CallBooleanMethodV(object, method_id, args); in CallBooleanMethod() 127 jmethodID method_id, ...) { in CallIntMethod() argument 129 va_start(args, method_id); in CallIntMethod() 130 jint result = env->CallIntMethodV(object, method_id, args); in CallIntMethod() 138 jmethodID method_id, ...) { in CallLongMethod() argument [all …]
|
D | jni-helper.h | 51 JNIEnv* env, INPUT_TYPE object, jmethodID method_id, ...) { \ 55 va_start(args, method_id); \ 57 reinterpret_cast<T>(env->METHOD_NAME##V(object, method_id, args)), \ 141 static Status CallVoidMethod(JNIEnv* env, jobject object, jmethodID method_id, 144 jmethodID method_id, ...); 146 jmethodID method_id, ...); 148 jmethodID method_id, ...); 150 jmethodID method_id, ...); 152 jmethodID method_id, ...); 157 jclass clazz, jmethodID method_id, [all …]
|
/external/icing/icing/text_classifier/lib3/utils/java/ |
D | jni-helper.cc | 103 jmethodID method_id, ...) { in CallVoidMethod() argument 105 va_start(args, method_id); in CallVoidMethod() 106 env->CallVoidMethodV(object, method_id, args); in CallVoidMethod() 114 jmethodID method_id, ...) { in CallBooleanMethod() argument 116 va_start(args, method_id); in CallBooleanMethod() 117 bool result = env->CallBooleanMethodV(object, method_id, args); in CallBooleanMethod() 125 jmethodID method_id, ...) { in CallIntMethod() argument 127 va_start(args, method_id); in CallIntMethod() 128 jint result = env->CallIntMethodV(object, method_id, args); in CallIntMethod() 136 jmethodID method_id, ...) { in CallLongMethod() argument [all …]
|
D | jni-helper.h | 49 JNIEnv* env, INPUT_TYPE object, jmethodID method_id, ...) { \ 53 va_start(args, method_id); \ 55 reinterpret_cast<T>(env->METHOD_NAME##V(object, method_id, args)), \ 139 static Status CallVoidMethod(JNIEnv* env, jobject object, jmethodID method_id, 142 jmethodID method_id, ...); 144 jmethodID method_id, ...); 146 jmethodID method_id, ...); 148 jmethodID method_id, ...); 150 jmethodID method_id, ...); 155 jclass clazz, jmethodID method_id, [all …]
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 72 method_id=u'storage.bucketAccessControls.delete', 98 method_id=u'storage.bucketAccessControls.get', 124 method_id=u'storage.bucketAccessControls.insert', 150 method_id=u'storage.bucketAccessControls.list', 176 method_id=u'storage.bucketAccessControls.patch', 202 method_id=u'storage.bucketAccessControls.update', 238 method_id=u'storage.buckets.delete', 264 method_id=u'storage.buckets.get', 290 method_id=u'storage.buckets.getIamPolicy', 316 method_id=u'storage.buckets.insert', [all …]
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | packet.h | 41 request.method_id(), 52 packet.method_id(), in ServerError() 63 packet.method_id(), in ClientError() 75 uint32_t method_id, 81 method_id_(method_id), in type_() 102 constexpr uint32_t method_id() const { return method_id_; } in method_id() function 113 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id() argument
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_client.py | 71 method_id=u'fusiontables.column.delete', 97 method_id=u'fusiontables.column.get', 123 method_id=u'fusiontables.column.insert', 149 method_id=u'fusiontables.column.list', 175 method_id=u'fusiontables.column.patch', 201 method_id=u'fusiontables.column.update', 240 method_id=u'fusiontables.query.sql', 269 method_id=u'fusiontables.query.sqlGet', 305 method_id=u'fusiontables.style.delete', 331 method_id=u'fusiontables.style.get', [all …]
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | servicemanagement_v1_client.py | 74 method_id=u'servicemanagement.operations.get', 117 method_id=u'servicemanagement.services.accessPolicy.query', 155 method_id=u'servicemanagement.services.configs.create', 182 method_id=u'servicemanagement.services.configs.get', 209 method_id=u'servicemanagement.services.configs.list', 241 method_id=u'servicemanagement.services.configs.submit', 278 method_id=u'servicemanagement.services.customerSettings.get', 308 method_id=u'servicemanagement.services.customerSettings.patch', 345 method_id=u'servicemanagement.services.projectSettings.get', 375 method_id=u'servicemanagement.services.projectSettings.patch', [all …]
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_client.py | 70 method_id=u'bigquery.datasets.delete', 96 method_id=u'bigquery.datasets.get', 122 method_id=u'bigquery.datasets.insert', 148 method_id=u'bigquery.datasets.list', 174 method_id=u'bigquery.datasets.patch', 200 method_id=u'bigquery.datasets.update', 244 method_id=u'bigquery.jobs.cancel', 270 method_id=u'bigquery.jobs.get', 296 method_id=u'bigquery.jobs.getQueryResults', 326 method_id=u'bigquery.jobs.insert', [all …]
|
/external/pigweed/pw_rpc/ |
D | base_client_call_test.cc | 30 context.method_id(), in TEST() 42 uint32_t method_id, in FakeClientCall() argument 44 : BaseClientCall(channel, service_id, method_id, handler) {} in FakeClientCall() 57 context.method_id(), in TEST() 67 EXPECT_EQ(packet.method_id(), context.method_id()); in TEST()
|
D | client_test.cc | 32 uint32_t method_id) in TestClientCall() argument 33 : BaseClientCall(channel, service_id, method_id, ProcessPacket) {} in TestClientCall() 51 &context.channel(), context.service_id(), context.method_id()); in TEST() 67 EXPECT_EQ(packet.method_id(), context.method_id()); in TEST()
|
D | client.cc | 43 packet.service_id() == 0 || packet.method_id() == 0) { in ProcessPacket() 51 c.method_id() == packet.method_id(); in ProcessPacket() 89 c.method_id() == call.method_id(); in RegisterCall()
|
D | server.cc | 45 packet.service_id() == 0 || packet.method_id() == 0) { in DecodePacket() 135 return {&(*service), service->FindMethod(packet.method_id())}; in FindMethod() 143 w.method_id() == packet.method_id(); in HandleCancelPacket() 161 w.method_id() == packet.method_id(); in HandleClientError()
|
D | server_test.cc | 81 uint32_t method_id, in EncodeRequest() argument 83 auto result = Packet(type, channel_id, service_id, method_id, payload) in EncodeRequest() 171 EXPECT_EQ(packet.method_id(), 27u); // No method ID 27 in TEST_F() 184 EXPECT_EQ(packet.method_id(), 27u); in TEST_F() 210 EXPECT_EQ(packet.method_id(), 27u); in TEST_F() 224 EXPECT_EQ(packet.method_id(), 100u); in TEST_F() 262 EXPECT_EQ(packet.method_id(), 100u); in TEST_F() 297 EXPECT_EQ(output_.sent_packet().method_id(), 100u); in TEST_F()
|
/external/python/apitools/samples/iam_sample/iam_v1/ |
D | iam_v1_client.py | 71 method_id=u'iam.iamPolicies.getPolicyDetails', 109 method_id=u'iam.projects.serviceAccounts.keys.create', 136 method_id=u'iam.projects.serviceAccounts.keys.delete', 164 method_id=u'iam.projects.serviceAccounts.keys.get', 191 method_id=u'iam.projects.serviceAccounts.keys.list', 229 method_id=u'iam.projects.serviceAccounts.create', 256 method_id=u'iam.projects.serviceAccounts.delete', 283 method_id=u'iam.projects.serviceAccounts.get', 310 method_id=u'iam.projects.serviceAccounts.getIamPolicy', 337 method_id=u'iam.projects.serviceAccounts.list', [all …]
|
/external/pigweed/pw_rpc/py/tests/ |
D | packets_test.py | 27 method_id=3, 44 method_id=3, 64 method_id=7)) 77 method_id=3, 92 method_id=3,
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | packets.py | 45 method_id=method, 56 method_id=method, 64 method_id=packet.method_id, 74 method_id=method).SerializeToString()
|
/external/pigweed/pw_rpc/nanopb/ |
D | codegen_test.cc | 139 constexpr uint32_t method_id = internal::Hash("TestRpc"); in TEST() local 141 ClientContextForTest<128, 128, 99, service_id, method_id> context; in TEST() 150 EXPECT_EQ(packet.method_id(), method_id); in TEST() 163 constexpr uint32_t method_id = internal::Hash("TestStreamRpc"); in TEST() local 165 ClientContextForTest<128, 128, 99, service_id, method_id> context; in TEST() 174 EXPECT_EQ(packet.method_id(), method_id); in TEST()
|
/external/python/apitools/samples/dns_sample/dns_v1/ |
D | dns_v1_client.py | 69 method_id=u'dns.changes.create', 95 method_id=u'dns.changes.get', 121 method_id=u'dns.changes.list', 157 method_id=u'dns.managedZones.create', 183 method_id=u'dns.managedZones.delete', 209 method_id=u'dns.managedZones.get', 235 method_id=u'dns.managedZones.list', 271 method_id=u'dns.projects.get', 307 method_id=u'dns.resourceRecordSets.list',
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 138 unsigned int method_id; member 152 unsigned int method_id; member 178 unsigned int method_id; member
|