Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/aosp12/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
H A Dmock-timeout.h42 #define EGMOCK_TIMEOUT_METHOD_DEF_(Method, ...) \ argument
43 std::atomic<bool> egmock_called_##Method; \
44 std::mutex egmock_mut_##Method; \
45 std::condition_variable egmock_cond_##Method;
99 #define MOCK_TIMEOUT_METHOD0(Method, ...) \ argument
100 MOCK_METHOD0(egmock_##Method, __VA_ARGS__); \
101 EGMOCK_TIMEOUT_METHOD_DEF_(Method); \
102 virtual EGMOCK_RESULT_(, __VA_ARGS__) Method() { EGMOCK_TIMEOUT_METHOD_BODY_(Method); }
134 #define EXPECT_TIMEOUT_CALL(obj, Method, ...) \ argument
135 EGMOCK_LOG_(#Method " expected to call"); \
[all …]
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp42 Pseudolocalizer::Method method) { in CompoundHelper()
83 Pseudolocalizer::Method::kBidi)); in TEST()
86 Pseudolocalizer::Method::kBidi)); in TEST()
89 Pseudolocalizer::Method::kBidi)); in TEST()
94 Pseudolocalizer::Method::kBidi)); in TEST()
99 Pseudolocalizer::Method::kBidi)); in TEST()
104 Pseudolocalizer::Method::kBidi)); in TEST()
134 Pseudolocalizer::Method::kBidi)); in TEST()
140 Pseudolocalizer::Method::kBidi)); in TEST()
160 Pseudolocalizer::Method::kAccent)); in TEST()
[all …]
/aosp12/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
H A DmissingSinces.txt28 NO DOC BLOCK: android.support.v17.leanback.app.BackgroundManager Method clearDrawable()
40 NO DOC BLOCK: android.support.v7.media.MediaRouter Method getBluetoothRoute()
43 NO DOC BLOCK: android.support.v17.leanback.widget.HeaderItem Method getDescription()
46 NO DOC BLOCK: android.support.v7.widget.LinearLayoutCompat Method getGravity()
47 NO DOC BLOCK: android.support.v17.leanback.app.BrowseFragment Method getMainFragment()
59 NO DOC BLOCK: android.support.v4.os.BuildCompat Method isAtLeastO()
63 NO DOC BLOCK: android.support.v7.media.MediaRouter.RouteInfo Method isBluetooth()
64 NO DOC BLOCK: android.support.v7.media.MediaRouter.RouteInfo Method isDeviceSpeaker()
65 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method isExpanded()
68 NO DOC BLOCK: android.support.v4.provider.DocumentFile Method isVirtual()
[all …]
/aosp12/art/test/988-method-trace/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/989-method-trace-throw/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/990-field-trace/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/991-field-trace-2/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/997-single-step/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1923-frame-pop/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1924-frame-pop-toggle/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1925-self-frame-pop/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1926-missed-frame-pop/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1936-thread-end-events/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1941-dispose-stress/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/1984-structural-redefine-field-trace/src/art/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/art/test/jvmti-common/
H A DTrace.java20 import java.lang.reflect.Method;
24 Method entryMethod, in enableTracing()
25 Method exitMethod, in enableTracing()
26 Method fieldAccess, in enableTracing()
27 Method fieldModify, in enableTracing()
28 Method singleStep, in enableTracing()
33 Method fieldAccess, in enableFieldTracing()
34 Method fieldModify, in enableFieldTracing()
40 Method entryMethod, in enableMethodTracing()
41 Method exitMethod, in enableMethodTracing()
[all …]
/aosp12/system/tools/hidl/
H A DMethod.cpp35 Method::Method(const std::string& name, std::vector<NamedReference<Type>*>* args, in Method() function in android::Method
45 void Method::fillImplementation( in fillImplementation()
61 std::string Method::name() const { in name()
77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences()
140 Method* Method::copySignature() const { in copySignature()
141 Method* method = new Method(mName, mArgs, mResults, mOneway, mAnnotations, location()); in copySignature()
146 void Method::setSerialId(size_t serial) { in setSerialId()
151 size_t Method::getSerialId() const { in getSerialId()
155 bool Method::hasEmptyCppArgSignature() const { in hasEmptyCppArgSignature()
173 void Method::generateCppSignature(Formatter &out, in generateCppSignature()
[all …]
H A DInterface.h32 struct Method;
47 void addUserDefinedMethod(Method* method);
71 std::vector<Method *> methods() const;
144 std::vector<Method*> mUserMethods;
145 std::vector<Method*> mReservedMethods;
149 bool fillPingMethod(Method* method) const;
152 bool fillHashChainMethod(Method* method) const;
154 bool fillLinkToDeathMethod(Method* method) const;
158 bool fillDebugMethod(Method* method) const;
172 Method *method() const { return mMethod; } in method()
[all …]
/aosp12/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
H A DmissingSinces.txt7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag()
9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View)
10 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset()
11 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewStartOffset()
13 NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method getRippleColor()
14 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method isItemPrefetchEnabled()
15 NO DOC BLOCK: android.support.v4.text.BidiFormatter Method isRtl(java.lang.CharSequence)
17 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method setBridgeTag(java.l…
18 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method setItemPrefetchEnabled(bo…
21 NO DOC BLOCK: android.support.v4.text.BidiFormatter Method unicodeWrap(java.lang.CharSequence)
[all …]
/aosp12/art/test/910-methods/src/art/
H A DTest910.java19 import java.lang.reflect.Method;
49 Method m = base.getDeclaredMethod(methodName, types); in testMethod()
118 for (Method m : methods) { in findSyntheticMethod()
126 private static native String[] getMethodName(Method m); in getMethodName()
128 private static native int getMethodModifiers(Method m); in getMethodModifiers()
129 private static native int getMaxLocals(Method m); in getMaxLocals()
130 private static native int getArgumentsSize(Method m); in getArgumentsSize()
132 private static native long getMethodLocationEnd(Method m); in getMethodLocationEnd()
133 private static native boolean isMethodNative(Method m); in isMethodNative()
134 private static native boolean isMethodObsolete(Method m); in isMethodObsolete()
[all …]
/aosp12/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
H A DDexBuilderTest.java21 import java.lang.reflect.Method;
26 import java.lang.reflect.Method;
48 Method method = clazz.getMethod("return5"); in return5()
56 Method method = clazz.getMethod("returnInteger5"); in returnInteger5()
64 Method method = clazz.getMethod("returnParam", int.class); in returnParam()
81 Method method = clazz.getMethod("returnIfZero", int.class); in returnIfZero()
99 Method method = clazz.getMethod("backwardsBranch"); in backwardsBranch()
107 Method method = clazz.getMethod("returnNull"); in returnNull()
115 Method method = clazz.getMethod("makeString"); in makeString()
178 Method method = clazz.getMethod("readStaticField"); in readStaticField()
[all …]
/aosp12/art/test/563-checker-fakestring/src/
H A DMain.java17 import java.lang.reflect.Method;
47 Method m = c.getMethod("vregAliasing", byte[].class); in main()
59 Method m = c.getMethod("deoptimizeNewInstance", int[].class, byte[].class); in main()
72 Method m = c.getMethod("removeNewInstance", byte[].class); in main()
99 Method m = c.getMethod("loopAndStringInit", byte[].class, boolean.class); in main()
106 Method m = c.getMethod("loopAndStringInitAlias", byte[].class, boolean.class); in main()
122 Method m = c.getMethod( in main()
142 Method m = in main()
150 Method m = c.getMethod("stringAndCatch", byte[].class, boolean.class); in main()
155 Method m = c.getMethod("stringAndCatch2", byte[].class, boolean.class); in main()
[all …]
/aosp12/art/runtime/mirror/
H A Dmethod.cc29 ObjPtr<Method> Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
31 ObjPtr<Method> ret = ObjPtr<Method>::DownCast(GetClassRoot<Method>()->AllocObject(self)); in CreateFromArtMethod()
38 template ObjPtr<Method> Method::CreateFromArtMethod<PointerSize::k32>(
40 template ObjPtr<Method> Method::CreateFromArtMethod<PointerSize::k64>(
/aosp12/art/test/559-checker-irreducible-loop/src/
H A DMain.java17 import java.lang.reflect.Method;
26 Method m = c.getMethod("simpleLoop", int.class); in main()
32 Method m = c.getMethod("lse", int.class, Main.class); in main()
38 Method m = c.getMethod("dce", int.class); in main()
44 Method m = c.getMethod("liveness", int.class); in main()
50 Method m = c.getMethod("gvn"); in main()
56 Method m = c.getMethod("licm1", int.class); in main()
62 Method m = c.getMethod("licm2", int.class); in main()
/aosp12/system/extras/perf2cfg/doc/
H A DFSM.dot14 "Start" -> "Parse Method Name" [ label = "'begin_compilation'" ];
17 "Parse Method Name" -> "Skip to CFG"
19 "Parse Method Name" -> "Skip Method"
21 "Parse Method Name" -> "Error" [ label = "EOF OR NOT('name')" ];
23 "Skip Method" -> "End" [ label = "EOF" ];
24 "Skip Method" -> "Parse Method Name" [ label = "'begin_compilation'" ];
25 "Skip Method" -> "Skip Method";
69 "End CFG" -> "Parse Method Name" [ label = "'begin_compilation'" ];

12345678910>>...28