/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/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/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
D | client_reader_writer.h | 36 uint32_t method_id, in Start() argument 44 client.ClaimLocked(), channel_id, service_id, method_id, serde); in Start() 64 uint32_t method_id, in NanopbUnaryResponseClientCall() argument 69 client, channel_id, service_id, method_id, StructCallProps(type)), in NanopbUnaryResponseClientCall() 125 uint32_t method_id, in Start() argument 134 client.ClaimLocked(), channel_id, service_id, method_id, serde); in Start() 169 uint32_t method_id, in NanopbStreamResponseClientCall() argument 174 client, channel_id, service_id, method_id, StructCallProps(type)), in NanopbStreamResponseClientCall() 259 uint32_t method_id, in NanopbClientReaderWriter() argument 266 method_id, in NanopbClientReaderWriter() [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/public/pw_rpc/internal/ |
D | client_call.h | 52 uint32_t method_id, in ClientCall() argument 54 : Call(client, channel_id, service_id, method_id, properties) {} in ClientCall() 79 uint32_t method_id, in Start() argument 84 CallType call(client.ClaimLocked(), channel_id, service_id, method_id); in Start() 102 uint32_t method_id, in UnaryResponseClientCall() argument 105 : ClientCall(client, channel_id, service_id, method_id, properties) {} in UnaryResponseClientCall() 151 uint32_t method_id, in Start() argument 157 CallType call(client.ClaimLocked(), channel_id, service_id, method_id); in Start() 176 uint32_t method_id, in StreamResponseClientCall() argument 179 : ClientCall(client, channel_id, service_id, method_id, properties) {} in StreamResponseClientCall()
|
D | packet.h | 57 request.method_id(), 69 packet.method_id(), in ServerError() 81 packet.method_id(), in ClientError() 95 uint32_t method_id, 102 method_id_(method_id), in type_() 127 constexpr uint32_t method_id() const { return method_id_; } in method_id() function 139 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id() argument
|
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
D | client_reader_writer.h | 41 uint32_t method_id, in Start() argument 49 client.ClaimLocked(), channel_id, service_id, method_id, serde); in Start() 72 uint32_t method_id, in PwpbUnaryResponseClientCall() argument 77 client, channel_id, service_id, method_id, StructCallProps(type)), in PwpbUnaryResponseClientCall() 156 uint32_t method_id, in Start() argument 165 client.ClaimLocked(), channel_id, service_id, method_id, serde); in Start() 188 uint32_t method_id, in PwpbStreamResponseClientCall() argument 193 client, channel_id, service_id, method_id, StructCallProps(type)), in PwpbStreamResponseClientCall() 314 uint32_t method_id, in PwpbClientReaderWriter() argument 321 method_id, in PwpbClientReaderWriter() [all …]
|
/external/pigweed/pw_rpc/raw/ |
D | client_testing.cc | 32 uint32_t method_id, in CheckProcessPacket() argument 37 ProcessPacket(type, service_id, method_id, call_id, payload, status); in CheckProcessPacket() 46 static_cast<unsigned>(method_id), in CheckProcessPacket() 55 uint32_t method_id, in ProcessPacket() argument 67 method_id)); in ProcessPacket() 79 method_id, in ProcessPacket()
|
/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/pw_rpc/ |
D | packets.py | 48 method_id=method, 60 method_id=method, 72 method_id=method, 82 method_id=packet.method_id, 94 method_id=method, 105 method_id=method,
|
/external/rust/crates/jni/benches/ |
D | api_calls.rs | 81 method_id: JStaticMethodID, in jni_int_call_static_unchecked() 90 .call_static_method_unchecked(class, method_id, ret, &[x.into()]) in jni_int_call_static_unchecked() 95 fn jni_int_call_unchecked<'m, M>(env: &JNIEnv<'m>, obj: JObject<'m>, method_id: M) -> jint in jni_int_call_unchecked() 100 let v = env.call_method_unchecked(obj, method_id, ret, &[]).unwrap(); in jni_int_call_unchecked() 107 method_id: JStaticMethodID, in jni_object_call_static_unchecked() 114 .call_static_method_unchecked(class, method_id, ReturnType::Object, args) in jni_object_call_static_unchecked() 154 let method_id = env in jni_call_static_abs_method_unchecked_str() localVariable 158 b.iter(|| jni_int_call_static_unchecked(&env, class, method_id, -3)); in jni_call_static_abs_method_unchecked_str() 165 let method_id = env in jni_call_static_abs_method_unchecked_jclass() localVariable 169 b.iter(|| jni_int_call_static_unchecked(&env, class, method_id, -3)); in jni_call_static_abs_method_unchecked_jclass() [all …]
|
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
D | client_reader_writer.h | 73 uint32_t method_id) in RawClientReaderWriter() argument 79 method_id, in RawClientReaderWriter() 107 uint32_t method_id) in RawClientReader() argument 112 method_id, in RawClientReader() 145 uint32_t method_id) in RawClientWriter() argument 150 method_id, in RawClientWriter() 177 uint32_t method_id) in RawUnaryReceiver() argument 182 method_id, in RawUnaryReceiver()
|
/external/cronet/base/android/jni_generator/golden/ |
D | testConstantsFromJavaP.golden | 145 call_context.base.method_id); 195 call_context.base.method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), 246 call_context.base.method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), 294 call_context.base.method_id, p0, p1, as_jint(p2), p3, p4, p5, p6, as_jint(p7), p8, p9, 344 call_context.base.method_id, p0, p1, as_jint(p2), as_jint(p3), p4, p5, p6, p7, 379 call_context.base.method_id, p0, p1, as_jint(p2), p3, p4, as_jint(p5)); 403 call_context.base.method_id, p0.obj()); 427 call_context.base.method_id, p0.obj()); 449 call_context.base.method_id); 471 call_context.base.method_id); [all …]
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | payloads_view.h | 46 uint32_t method_id) in PacketFilter() argument 51 method_id_(method_id) {} in PacketFilter() 59 packet.method_id() == method_id_; in operator() 151 uint32_t method_id) in PayloadsView() argument 157 method_id) {} in PayloadsView() 164 uint32_t method_id) in PayloadsView() argument 170 method_id)) {} in PayloadsView() 253 uint32_t method_id) in StatusView() argument 259 method_id)) {} in StatusView()
|
/external/pigweed/pw_rpc/py/tests/ |
D | packets_test.py | 28 method_id=3, 48 method_id=3, 70 method_id=7, 87 method_id=3, 106 method_id=3,
|