Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
D_dbdao.h333 #define LPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); LONG l = 0; DAOMFC_CALL(p-… argument
334 #define LPROPSET(intDAO,meth,l) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(l));… argument
335 #define WPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); SHORT s = 0; DAOMFC_CALL(p… argument
336 #define WPROPSET(intDAO,meth,s) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(s));… argument
337 #define SPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); CdbBSTR bstr; DAOMFC_CALL(… argument
338 #define SPROPSET(intDAO,meth,s) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(STB(… argument
339 #define DPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); VARIANT Var; VariantInit(&… argument
340 #define DPROPSET(intDAO,meth,pv) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(*pv… argument
341 #define BPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); VARIANT_BOOL vb = 0; DAOMF… argument
342 #define BPROPSET(intDAO,meth,b) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(BTB(… argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmockable_struct.rs507 let mut meth: TraitItemFn = parse2(quote!( in array() localVariable
520 let mut meth: TraitItemFn = parse2(quote!( in bare_fn_with_named_args() localVariable
532 let mut meth: TraitItemFn = parse2(quote!( in plain() localVariable
545 let mut meth: TraitItemFn = parse2(quote!( in slice() localVariable
558 let mut meth: TraitItemFn = parse2(quote!( in tuple() localVariable
571 let mut meth: TraitItemFn = parse2(quote!( in with_anonymous_lifetime() localVariable
583 let mut meth: TraitItemFn = parse2(quote!( in with_parens() localVariable
596 let mut meth: TraitItemFn = parse2(quote!( in with_lifetime_parameter() localVariable
608 let mut meth: TraitItemFn = parse2(quote!( in with_static_lifetime() localVariable
626 let meth: ImplItemFn = parse2(quote!( in impl_trait() localVariable
/aosp_15_r20/external/clang/test/Index/
H A Doverrides.m43 -(void)meth; method in cat
50 -(void)meth { } method
61 -(void)meth; method
72 -(void)meth; method in readwrite
88 -(void)meth; method
92 -(void)meth; method in cat
96 -(void)meth{} method
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_compare.py139 meth = () variable in ComparisonFullTest.CompNone
143 meth = ("eq",) variable in ComparisonFullTest.CompEq
148 meth = ("ne",) variable in ComparisonFullTest.CompNe
153 meth = ("eq", "ne") variable in ComparisonFullTest.CompEqNe
162 meth = ("lt",) variable in ComparisonFullTest.CompLt
167 meth = ("gt",) variable in ComparisonFullTest.CompGt
172 meth = ("lt", "gt") variable in ComparisonFullTest.CompLtGt
181 meth = ("le",) variable in ComparisonFullTest.CompLe
186 meth = ("ge",) variable in ComparisonFullTest.CompGe
191 meth = ("le", "ge") variable in ComparisonFullTest.CompLeGe
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dmethod-undefined-warn-1.m4 - (void) meth; method
14 - (void) meth {} method
20 - (void) meth; method
30 - (void) meth {} method
36 - (void) meth; method
42 - (void) meth {} method
H A Dcheck-dup-decl-methods-1.m4 - (int) meth; method
11 - (int) meth; // expected-note {{previous declaration is here}} method
12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
35 - (int) meth; // expected-note {{previous declaration is here}} method
36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.cpp184 static auto meth = in initCause() local
191 static auto meth = in getStackTrace() local
197 static auto meth = javaClassStatic()->getMethod<void(alias_ref<JStackTrace>)>( in setStackTrace() local
203 static auto meth = in getMessage() local
217 static auto meth = in getClassName() local
223 static auto meth = in getMethodName() local
229 static auto meth = in getFileName() local
235 static auto meth = javaClassStatic()->getMethod<jint()>("getLineNumber"); in getLineNumber() local
/aosp_15_r20/external/fbjni/cxx/fbjni/
H A DByteBuffer.cpp25 static auto meth = in rewind() local
61 static auto meth = javaClassStatic()->getMethod<jboolean()>("isDirect"); in isDirect() local
66 static auto meth = in nativeOrder() local
102 static auto meth = cls->getStaticMethod<JByteBuffer(int)>("allocateDirect"); in allocateDirect() local
107 static auto meth = in order() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java1209 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1216 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1223 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1230 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1239 Prototype meth = proto.withFirstParameter(definer.getClassType()); in ropFor() local
1996 public static Rop opInvokeStatic(Prototype meth) { in opInvokeStatic()
2010 public static Rop opInvokeVirtual(Prototype meth) { in opInvokeVirtual()
2024 public static Rop opInvokeSuper(Prototype meth) { in opInvokeSuper()
2038 public static Rop opInvokeDirect(Prototype meth) { in opInvokeDirect()
2052 public static Rop opInvokeInterface(Prototype meth) { in opInvokeInterface()
[all …]
/aosp_15_r20/external/clang/test/PCH/
H A Dmethod-redecls.m7 -(void)meth; method
8 -(void)meth; method
9 -(void)meth; method
15 -(void)meth { } method
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c422 _PyCFunctionFast meth = (_PyCFunctionFast) in cfunction_vectorcall_FASTCALL() local
438 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS() local
455 PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() local
482 PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func); in cfunction_vectorcall_NOARGS() local
510 PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func); in cfunction_vectorcall_O() local
537 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call() local
/aosp_15_r20/art/test/jvmti-common/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1971-multi-force-early-return/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1953-pop-frame/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1968-force-early-return/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1955-pop-frame-jit-called/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1956-pop-frame-jit-calling/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1969-force-early-return-void/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1970-force-early-return-long/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/art/test/1954-pop-frame-jit/src/art/
H A DSuspendEvents.java31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java1208 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1215 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1222 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1229 Prototype meth = cstMeth.getPrototype(); in ropFor() local
1979 public static Rop opInvokeStatic(Prototype meth) { in opInvokeStatic()
1993 public static Rop opInvokeVirtual(Prototype meth) { in opInvokeVirtual()
2007 public static Rop opInvokeSuper(Prototype meth) { in opInvokeSuper()
2021 public static Rop opInvokeDirect(Prototype meth) { in opInvokeDirect()
2035 public static Rop opInvokeInterface(Prototype meth) { in opInvokeInterface()
/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py598 def meth(x: int): ... member in GetTypeHintTests.test_respect_no_type_check.ABase
1001 def meth(self, arg: str) -> int: member in Proto
1010 def meth(self, arg: str) -> int: member in Other
1025 def meth(self): member in ProtocolTests.test_basic_protocol.P
1029 def meth(self): member in ProtocolTests.test_basic_protocol.D
1216 def meth(x): ... member in ProtocolTests.test_protocols_isinstance.P
1219 def meth(x): ... member in ProtocolTests.test_protocols_isinstance.PG
1221 def meth(x): ... member in ProtocolTests.test_protocols_isinstance.BadP
1223 def meth(x): ... member in ProtocolTests.test_protocols_isinstance.BadPG
1225 def meth(x): ... member in ProtocolTests.test_protocols_isinstance.C
[all …]
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ argument
33 #define PyMethod_GET_SELF(meth) \ argument
50 #define PyInstanceMethod_GET_FUNCTION(meth) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ argument
33 #define PyMethod_GET_SELF(meth) \ argument
50 #define PyInstanceMethod_GET_FUNCTION(meth) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ argument
33 #define PyMethod_GET_SELF(meth) \ argument
50 #define PyInstanceMethod_GET_FUNCTION(meth) \ argument

12345678910>>...15