Home
last modified time | relevance | path

Searched defs:method (Results 151 – 175 of 778) sorted by relevance

12345678910>>...32

/aosp12/art/test/647-sinking-catch/src/
H A DMain.java22 public static void testMethod(String method) throws Exception { in testMethod()
/aosp12/art/test/664-aget-verifier/src/
H A DMain.java48 public static native boolean testCompiled(Method method); in testCompiled()
/aosp12/art/test/435-new-instance/src/
H A DMain.java33 private static void $opt$NewInstance(String method, String errorName) throws Throwable { in $opt$NewInstance()
/aosp12/art/test/457-regs/src/
H A DMain.java54 public native static void ensureMethodJitCompiled(Method method); in ensureMethodJitCompiled()
/aosp12/frameworks/base/tests/utils/testutils/java/android/app/test/
H A DMockAnswerUtil.java39 Method method = invocation.getMethod(); in answer() local
/aosp14/frameworks/base/tests/utils/testutils/java/android/app/test/
H A DMockAnswerUtil.java39 Method method = invocation.getMethod(); in answer() local
/aosp12/art/compiler/optimizing/
H A Dinliner.cc202 static bool IsMethodOrDeclaringClassFinal(ArtMethod* method) in IsMethodOrDeclaringClassFinal()
281 static uint32_t FindMethodIndexIn(ArtMethod* method, in FindMethodIndexIn()
383 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified()
402 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows()
501 ArtMethod* method = FindMethodFromCHA(invoke_instruction->GetResolvedMethod()); in TryInlineFromCHA() local
1206 ArtMethod* method, in TryDevirtualize()
1281 ArtMethod* method, in TryInlineAndReplace()
1354 ArtMethod* method, in IsInliningSupported()
1384 bool HInliner::IsInliningBudgetAvailable(ArtMethod* method, in IsInliningBudgetAvailable()
1409 ArtMethod* method, in TryBuildAndInline()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DWnmData.java56 private WnmData(@WmnEventType int eventType, long bssid, String url, @OsuMethod int method, in WnmData()
75 public static WnmData createRemediationEvent(long bssid, String url, @OsuMethod int method) { in createRemediationEvent()
/aosp12/art/runtime/
H A Dnterp_helpers.cc119 size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) { in NterpGetFrameSize()
190 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
H A Dimt_conflict_table.h68 void SetInterfaceMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetInterfaceMethod()
72 void SetImplementationMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetImplementationMethod()
196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetMethod()
/aosp12/art/tools/veridex/
H A Dveridex.h101 inline bool IsGetMethod(VeriMethod method) { in IsGetMethod()
105 inline bool IsGetField(VeriMethod method) { in IsGetField()
/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DAppActiveStreams.java35 StreamCallbackWithState(StreamingServiceCallback callback, int state, int method) { in StreamCallbackWithState()
57 public void setMethod(int method) { in setMethod()
/aosp12/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method)… in simple_helper()
37 const char* expected, PseudolocalizationMethod method) { in compound_helper()
/aosp14/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method)… in simple_helper()
37 const char* expected, PseudolocalizationMethod method) { in compound_helper()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_thread_entrypoints.cc30 extern "C" void artCompileOptimized(ArtMethod* method, Thread* self) in artCompileOptimized()
/aosp12/art/test/664-aget-verifier/
H A Daget-verifier.cc32 jobject method) { in Java_Main_testCompiled()
/aosp12/art/test/1923-frame-pop/src/art/
H A DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/aosp12/art/test/1924-frame-pop-toggle/src/art/
H A DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/aosp12/art/test/1925-self-frame-pop/src/art/
H A DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/aosp12/art/test/1926-missed-frame-pop/src/art/
H A DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/aosp12/art/test/jvmti-common/
H A DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/aosp12/system/tools/aidl/
H A Dgenerate_java_binder.cpp230 std::shared_ptr<Expression> StubClass::get_transact_descriptor(const AidlMethod* method) { in get_transact_descriptor()
403 static std::shared_ptr<Method> generate_interface_method(const AidlMethod& method, in generate_interface_method()
423 static void generate_stub_code(const AidlInterface& iface, const AidlMethod& method, bool oneway, in generate_stub_code()
533 static void generate_stub_case(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case()
545 static void generate_stub_case_outline(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case_outline()
583 const AidlInterface& iface, const AidlMethod& method, const std::string& transactCodeName, in generate_proxy_method()
773 static void generate_methods(const AidlInterface& iface, const AidlMethod& method, Class* interface, in generate_methods()
1003 static shared_ptr<ClassElement> generate_default_impl_method(const AidlMethod& method, in generate_default_impl_method()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp31 Pseudolocalizer::Method method) { in SimpleHelper()
42 Pseudolocalizer::Method method) { in CompoundHelper()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp31 Pseudolocalizer::Method method) { in SimpleHelper()
42 Pseudolocalizer::Method method) { in CompoundHelper()
/aosp12/frameworks/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java72 Method method = ID_TO_METHOD.get(methodId); in registerMethod() local
79 Method method = null; in registerMethod() local
106 Method method = ID_TO_METHOD.get(methodID); in callMethod() local

12345678910>>...32