/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 141 typedef void (Class::*MethodType)(); typedef 143 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0() 155 MethodType method_; 185 typedef void (Class::*MethodType)(Arg1 arg1); typedef 187 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1() 201 MethodType method_; 233 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef 235 MethodClosure2(Class* object, MethodType method, bool self_deleting, in MethodClosure2() 249 MethodType method_; 353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2); typedef [all …]
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | LambdaDesugaring.java | 27 import java.lang.invoke.MethodType; 350 args.add(MethodType.fromMethodDescriptorString(desc, targetLoader)); in visitInvokeDynamicInsn() 415 return MethodType.fromMethodDescriptorString(type.getDescriptor(), targetLoader); in toJvmMetatype() 433 MethodType signature = MethodType.fromMethodDescriptorString(asmHandle.getDesc(), in toMethodHandle()
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 461 if n[0:2] == 'p_' and type(v) in (types.FunctionType, types.MethodType): continue 735 if isinstance(f,types.MethodType): 2083 elif isinstance(ef, types.MethodType): 2100 … if (type(ldict[f]) in (types.FunctionType, types.MethodType) and ldict[f].__name__[:2] == 'p_' 2143 … if (type(f) in (types.FunctionType,types.MethodType) and ldict[f].__name__[:2] != 'p_')]
|
D | lex.py | 438 if type(handle) in (types.FunctionType, types.MethodType): 663 ismethod = isinstance(f, types.MethodType)
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 360 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local 367 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() 371 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition() 393 MethodType, MethodTypeInfo, in startLambdaDefinition()
|
D | SemaDeclObjC.cpp | 4281 tok::TokenKind MethodType, in ActOnMethodDeclaration() argument 4319 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration() 4403 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
|
/external/libmojo/third_party/ply/ |
D | lex.py | 494 if type(handle) in (types.FunctionType, types.MethodType): 735 if isinstance(f, types.MethodType): 804 if isinstance(f, types.MethodType):
|
D | yacc.py | 2873 elif isinstance(self.error_func, types.MethodType): 2963 if isinstance(item,(types.FunctionType,types.MethodType)): 2984 if isinstance(func, types.MethodType): 3014 if n[0:2] == 'p_' and isinstance(v, (types.FunctionType, types.MethodType)): continue 3019 (isinstance(v,types.MethodType) and func_code(v).co_argcount == 2)):
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/ |
D | mox.py | 236 _USE_MOCK_OBJECT = [types.FunctionType, types.ModuleType, types.MethodType] 808 if type(self._class_to_mock) in (types.FunctionType, types.MethodType):
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1689 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local 1697 OneMethodRecord(MethodType, translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5107 TypeSourceInfo *MethodType, 7546 tok::TokenKind MethodType,
|
/external/mockito/lib/ |
D | byte-buddy-1.6.9.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |