Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object.h127 const std::string& method_name, in AddSimpleMethodHandler()
136 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler()
145 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler()
154 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() argument
164 const std::string& method_name, in AddSimpleMethodHandlerWithError()
174 const std::string& method_name, in AddSimpleMethodHandlerWithError()
184 const std::string& method_name, in AddSimpleMethodHandlerWithError()
194 const std::string& method_name, in AddSimpleMethodHandlerWithError()
205 const std::string& method_name, in AddSimpleMethodHandlerWithErrorAndMessage()
217 const std::string& method_name, in AddSimpleMethodHandlerWithErrorAndMessage()
[all …]
H A Ddbus_object.cc68 std::string method_name = pair.first; in ExportAsync() local
102 std::string method_name = pair.first; in ExportAndBlock() local
136 std::string method_name = pair.first; in UnexportAsync() local
159 std::string method_name = pair.first; in UnexportAndBlock() local
184 std::string method_name = method_call->GetMember(); in HandleMethodCall() local
204 const std::string& method_name, in AddHandlerImpl()
H A Ddbus_method_invoker.h100 const std::string& method_name, in CallMethodAndBlockWithTimeout()
135 const std::string& method_name, in CallMethodAndBlock()
289 const std::string& method_name, in CallMethodWithTimeout()
311 const std::string& method_name, in CallMethod()
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DDexFilesTest.cpp188 SharedString method_name = "nothing"; in TEST_F() local
197 SharedString method_name = "nothing"; in TEST_F() local
212 SharedString method_name = "nothing"; in TEST_F() local
225 SharedString method_name = "nothing"; in TEST_F() local
241 SharedString method_name = "nothing"; in TEST_F() local
255 SharedString method_name = "nothing"; in TEST_F() local
274 SharedString method_name = "nothing"; in TEST_F() local
306 SharedString method_name = "nothing"; in TEST_F() local
333 SharedString method_name = "nothing"; in TEST_F() local
358 SharedString method_name = "nothing"; in TEST_F() local
[all …]
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.h170 inline bool is_method_loaded(const std::string& method_name) const { in is_method_loaded()
213 const std::string& method_name, in execute()
228 const std::string& method_name) { in execute()
244 const std::string& method_name, in get()
264 const std::string& method_name, in get()
279 const std::string& method_name) { in get()
H A Dmodule.cpp127 const std::string& method_name, in load_method()
166 const std::string& method_name) { in method_meta()
172 const std::string& method_name, in execute()
200 const std::string& method_name, in set_input()
209 const std::string& method_name, in set_inputs()
224 const std::string& method_name, in set_output()
/aosp_15_r20/external/libtextclassifier/native/utils/java/
H A Djni-base.h41 #define TC3_JNI_METHOD_NAME_INTERNAL(package_name, class_name, method_name) \ argument
45 method_name) \ argument
51 #define TC3_JNI_METHOD2(return_type, package_name, class_name, method_name) \ argument
54 #define TC3_JNI_METHOD(return_type, class_name, method_name) \ argument
57 #define TC3_JNI_METHOD_NAME2(package_name, class_name, method_name) \ argument
60 #define TC3_JNI_METHOD_NAME(class_name, method_name) \ argument
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/java/
H A Djni-base.h39 #define TC3_JNI_METHOD_NAME_INTERNAL(package_name, class_name, method_name) \ argument
43 method_name) \ argument
49 #define TC3_JNI_METHOD2(return_type, package_name, class_name, method_name) \ argument
52 #define TC3_JNI_METHOD(return_type, class_name, method_name) \ argument
55 #define TC3_JNI_METHOD_NAME2(package_name, class_name, method_name) \ argument
58 #define TC3_JNI_METHOD_NAME(class_name, method_name) \ argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantize_jit.py88 method_name="forward", argument
120 model, qconfig_dict, method_name="forward", inplace=False argument
157 model, method_name, inplace=False, debug=False, quant_type=QuantType.STATIC argument
204 def _convert_ondevice_dynamic_jit(model, method_name, inplace=False, debug=False): argument
211 model, qconfig_dict, method_name, inplace=False argument
355 model, qconfig_dict, method_name="forward", inplace=False argument
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py151 self, method_name, path, real, fake, method_returns_path=False argument
241 def _get_fake_value(method_name, path, fake): argument
259 def _get_real_value(method_name, path, real): argument
278 self, method_name, path, method_returns_path=False argument
302 self, method_name, path, mode, data, method_returns_data=True argument
328 self, method_name, path, method_returns_path=False argument
351 self, method_name, path, method_returns_path=False argument
/aosp_15_r20/art/test/570-checker-osr/
H A Dosr.cc33 void ProcessMethodWithName(JNIEnv* env, jstring method_name, const Handler& handler) { in ProcessMethodWithName()
56 jstring method_name) { in Java_Main_isInOsrCode()
79 jstring method_name) { in Java_Main_isInInterpreter()
103 jstring method_name) { in Java_Main_ensureHasOsrCode()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_observers.cpp346 const std::string& method_name) { in setInsertResetObserverMethod()
916 const std::string& method_name) { in getInvokedMethods()
1006 const auto method_name = c10::QualifiedName( in insertObserverResetMinMax() local
1068 const std::string& method_name) { in addValuesToDelayObservation()
1103 const std::string& method_name) { in fillBoundaryValueMap()
1181 const std::string& method_name) { in preprocess()
1202 const std::string& method_name) { in analyze()
1271 const std::string& method_name) { in fillValueObserverMap()
1352 const std::string& method_name, in insertObservers()
1651 const std::string& method_name, in InsertObservers()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsignature_def_utils_test.py210 def _testSupervisedSignatureDef(self, fn_to_test, method_name): argument
274 def _testSupervisedSignatureDefMissingInputs(self, fn_to_test, method_name): argument
309 def _assertValidSignature(self, inputs, outputs, method_name): argument
315 def _assertInvalidSignature(self, inputs, outputs, method_name): argument
/aosp_15_r20/art/test/common/
H A Druntime_state.cc170 jstring method_name) { in Java_Main_isAotCompiled()
201 jstring method_name) { in Java_Main_hasJitCompiledEntrypoint()
218 jstring method_name) { in Java_Main_hasJitCompiledCode()
327 jstring method_name) { in Java_Main_ensureJitCompiled()
347 jstring method_name) { in Java_Main_ensureJitBaselineCompiled()
367 jstring method_name) { in Java_Main_hasSingleImplementation()
380 jstring method_name) { in Java_Main_getHotnessCounter()
451 jstring method_name) { in Java_Main_deoptimizeNativeMethod()
/aosp_15_r20/external/libchrome/dbus/
H A Dexported_object.cc46 const std::string& method_name, in ExportMethodAndBlock()
72 const std::string& method_name, in ExportMethod()
127 const std::string& method_name, in ExportMethodInternal()
146 const std::string& method_name, in OnExported()
/aosp_15_r20/art/tools/veridex/
H A Dresolver.cc51 const char* method_name, in HasSameNameAndSignature()
59 const char* method_name, in HasSameNameAndSignature()
126 const char* method_name, in LookupMethodIn()
236 const char* method_name, in LookupDeclaredMethodIn()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py333 def get_call(method_name, func_type, args, kwargs): argument
384 def gen_script_fn_and_args(method_name, func_type, *args, **kwargs): argument
393 def create_script_fn(self, method_name, func_type): argument
627 def check_alias_annotation(method_name, args, kwargs, *, aten_name, func_type='method'): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc175 const std::string& method_name) { in GetFullMethodName()
222 for (auto& method_name : Split(Trim(command_output), "\n")) { in HandleLsCmd() local
235 const auto& method_name = args[1]; in HandleLsCmd() local
293 const auto& method_name = args[1]; in HandleCallCmd() local
/aosp_15_r20/art/test/616-cha-interface-default/src/
H A DMain.java42 private static void assertSingleImplementation(Class<?> clazz, String method_name, boolean b) { in assertSingleImplementation()
164 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
168 private static native boolean hasSingleImplementation(Class<?> clazz, String method_name); in hasSingleImplementation()
/aosp_15_r20/art/test/616-cha-abstract/src/
H A DMain.java49 private static void assertSingleImplementation(Class<?> clazz, String method_name, boolean b) { in assertSingleImplementation()
147 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
151 private static native boolean hasSingleImplementation(Class<?> clazz, String method_name); in hasSingleImplementation()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DConstantPoolGen.java161 final String method_name = u8.getBytes(); in ConstantPoolGen() local
574 …public int lookupMethodref( final String class_name, final String method_name, final String signat… in lookupMethodref()
595 …public int addMethodref( final String class_name, final String method_name, final String signature… in addMethodref()
628 …public int lookupInterfaceMethodref( final String class_name, final String method_name, final Stri… in lookupInterfaceMethodref()
650 …public int addInterfaceMethodref( final String class_name, final String method_name, final String … in addInterfaceMethodref()
/aosp_15_r20/external/executorch/extension/training/module/
H A Dtraining_module.cpp23 const std::string& method_name, in execute_forward_backward()
88 TrainingModule::named_parameters(const std::string& method_name) { in named_parameters()
128 TrainingModule::named_gradients(const std::string& method_name) { in named_gradients()
/aosp_15_r20/art/test/616-cha-interface/src/
H A DMain.java62 private static void assertSingleImplementation(Class<?> clazz, String method_name, boolean b) { in assertSingleImplementation()
161 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
165 private static native boolean hasSingleImplementation(Class<?> clazz, String method_name); in hasSingleImplementation()
/aosp_15_r20/art/test/616-cha-miranda/src/
H A DMain.java53 private static void assertSingleImplementation(Class<?> clazz, String method_name, boolean b) { in assertSingleImplementation()
144 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
148 private static native boolean hasSingleImplementation(Class<?> clazz, String method_name); in hasSingleImplementation()
/aosp_15_r20/art/runtime/
H A Druntime_intrinsics.cc35 const char* method_name, in FindIntrinsicMethod()
59 const char* method_name, in InitializeIntrinsic()
79 const char* method_name, in IsIntrinsicInitialized()

12345678910>>...18