Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java43 Rop rop(TypeList types) { in ADD()
51 Rop rop(TypeList types) { in SUBTRACT()
59 Rop rop(TypeList types) { in MULTIPLY()
67 Rop rop(TypeList types) { in DIVIDE()
75 Rop rop(TypeList types) { in REMAINDER()
83 Rop rop(TypeList types) { in AND()
91 Rop rop(TypeList types) { in OR()
99 Rop rop(TypeList types) { in XOR()
107 Rop rop(TypeList types) { in SHIFT_LEFT()
115 Rop rop(TypeList types) { in SHIFT_RIGHT()
[all …]
DComparison.java31 Rop rop(TypeList types) { in LT()
39 Rop rop(TypeList types) { in LE()
47 Rop rop(TypeList types) { in EQ()
55 Rop rop(TypeList types) { in GE()
63 Rop rop(TypeList types) { in GT()
71 Rop rop(TypeList types) { in NE()
76 abstract Rop rop(TypeList types); in rop()
DTypeList.java28 final TypeId<?>[] types; field in TypeList
31 TypeList(TypeId<?>[] types) { in TypeList()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DMultiTypeParameter.java32 private List<Type> types; field in MultiTypeParameter
36 …public MultiTypeParameter(int modifiers, List<AnnotationExpr> annotations, List<Type> types, Varia… in MultiTypeParameter()
41 …ne, int endColumn, int modifiers, List<AnnotationExpr> annotations, List<Type> types, VariableDecl… in MultiTypeParameter()
60 public void setTypes(List<Type> types) { in setTypes()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp119 std::vector<std::unique_ptr<Type>> types; local
252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
271 std::vector<std::unique_ptr<Integer>> types; in TEST() local
282 std::vector<std::unique_ptr<Integer>> types; in TEST() local
293 std::vector<std::unique_ptr<Float>> types; in TEST() local
320 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
347 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
366 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
376 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/external/angle/third_party/spirv-tools/src/test/opt/
Dtypes_test.cpp119 std::vector<std::unique_ptr<Type>> types; local
252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
271 std::vector<std::unique_ptr<Integer>> types; in TEST() local
282 std::vector<std::unique_ptr<Integer>> types; in TEST() local
293 std::vector<std::unique_ptr<Float>> types; in TEST() local
320 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
347 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
366 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
376 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp119 std::vector<std::unique_ptr<Type>> types; local
252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
271 std::vector<std::unique_ptr<Integer>> types; in TEST() local
282 std::vector<std::unique_ptr<Integer>> types; in TEST() local
293 std::vector<std::unique_ptr<Float>> types; in TEST() local
320 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
347 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
366 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
376 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java53 private final ImmutableList<SourceBoundClass> types; field in CompUnitPreprocessor.PreprocessedCompUnit
60 ImmutableList<SourceBoundClass> types, in PreprocessedCompUnit()
75 public ImmutableList<SourceBoundClass> types() { in types() method in CompUnitPreprocessor.PreprocessedCompUnit
114 ImmutableList.Builder<SourceBoundClass> types = ImmutableList.builder(); in preprocess() local
129 ImmutableList.Builder<SourceBoundClass> types, in preprocessChildren()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DCompilationUnit.java57 private List<TypeDeclaration> types; field in CompilationUnit
62 …tionUnit(PackageDeclaration pakage, List<ImportDeclaration> imports, List<TypeDeclaration> types) { in CompilationUnit()
68 …dColumn, PackageDeclaration pakage, List<ImportDeclaration> imports, List<TypeDeclaration> types) { in CompilationUnit()
176 public void setTypes(List<TypeDeclaration> types) { in setTypes()
/external/dagger2/java/dagger/internal/codegen/
DMethodSignatureFormatter.java42 private final DaggerTypes types; field in MethodSignatureFormatter
45 MethodSignatureFormatter(DaggerTypes types) { in MethodSignatureFormatter()
DInnerSwitchingProviders.java41 private final DaggerTypes types; field in InnerSwitchingProviders
46 DaggerTypes types) { in InnerSwitchingProviders()
DKeys.java45 static boolean isValidImplicitProvisionKey(Key key, DaggerTypes types) { in isValidImplicitProvisionKey()
55 Optional<? extends AnnotationMirror> qualifier, TypeMirror type, final DaggerTypes types) { in isValidImplicitProvisionKey()
DMethodSignature.java42 ComponentMethodDescriptor componentMethod, DeclaredType componentType, DaggerTypes types) { in forComponentMethod()
52 wrapInEquivalence(List<? extends TypeMirror> types) { in wrapInEquivalence()
DBindsOptionalOfMethodValidator.java42 private final DaggerTypes types; field in BindsOptionalOfMethodValidator
47 DaggerTypes types, in BindsOptionalOfMethodValidator()
DMembersInjectionMethods.java50 private final DaggerTypes types; field in MembersInjectionMethods
57 DaggerTypes types) { in MembersInjectionMethods()
105 types, in membersInjectionMethod() local
DDependencyRequestFormatter.java58 private final DaggerTypes types; field in DependencyRequestFormatter
61 DependencyRequestFormatter(DaggerTypes types) { in DependencyRequestFormatter()
DImmediateFutureBindingExpression.java35 private final DaggerTypes types; field in ImmediateFutureBindingExpression
42 DaggerTypes types, in ImmediateFutureBindingExpression()
/external/python/cpython3/Doc/library/
Dctypes.rst347 .. _ctypes-calling-functions-continued:
407 .. _ctypes-specifying-required-argument-types:
521 .. _ctypes-passing-pointers:
1244 .. _ctypes-ctypes-reference:
2132 .. _ctypes-fundamental-data-types-2:
2375 .. _ctypes-structured-data-types:
2498 .. _ctypes-arrays-pointers:
/external/python/cpython2/Doc/library/
Dctypes.rst336 .. _ctypes-calling-functions-continued:
396 .. _ctypes-specifying-required-argument-types:
510 .. _ctypes-passing-pointers:
1276 .. _ctypes-ctypes-reference:
2139 .. _ctypes-fundamental-data-types-2:
2388 .. _ctypes-structured-data-types:
2511 .. _ctypes-arrays-pointers:
/external/javasqlite/src/main/java/SQLite/
DTableResult.java54 public String types[]; field in TableResult
116 public void types(String types[]) { in types() method in TableResult
DCallback.java56 public void types(String types[]); in types() method
/external/python/google-api-python-client/docs/
Dauth.md9 ### 1. Simple API access (API keys)
17 ### 2. Authorized API access (OAuth 2.0)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DTypeListPool.java52 public void intern(@Nonnull Collection<? extends CharSequence> types) { in intern()
82 @Nonnull TypeCollection types; field in TypeListPool.Key
84 public Key(@Nonnull TypeCollection types) { in Key()
/external/bsdiff/
Dbsdiff_arguments_unittest.cc12 std::set<CompressorType> types; in TEST() local
29 std::set<CompressorType> types; in TEST() local
113 std::vector<CompressorType> types = {CompressorType::kBZ2, in TEST() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderTypeList.java44 @Nonnull final List<? extends BuilderTypeReference> types; field in BuilderTypeList
47 public BuilderTypeList(@Nonnull List<? extends BuilderTypeReference> types) { in BuilderTypeList()

12345678910>>...28