Home
last modified time | relevance | path

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

12345678910>>...22

/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/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp96 std::vector<std::unique_ptr<Type>> types; in GenerateAllTypes() local
208 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
227 std::vector<std::unique_ptr<Integer>> types; in TEST() local
238 std::vector<std::unique_ptr<Integer>> types; in TEST() local
249 std::vector<std::unique_ptr<Float>> types; in TEST() local
276 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
303 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
322 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
332 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp96 std::vector<std::unique_ptr<Type>> types; in GenerateAllTypes() local
208 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
227 std::vector<std::unique_ptr<Integer>> types; in TEST() local
238 std::vector<std::unique_ptr<Integer>> types; in TEST() local
249 std::vector<std::unique_ptr<Float>> types; in TEST() local
276 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
303 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
322 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
332 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/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/dagger2/compiler/src/main/java/dagger/internal/codegen/
DKey.java93 private static TypeMirror normalize(Types types, TypeMirror type) { in normalize()
98 Key withType(Types types, TypeMirror newType) { in withType()
111 boolean isValidImplicitProvisionKey(final Types types) { in isValidImplicitProvisionKey()
DComponentValidator.java65 private final Types types; field in ComponentValidator
72 Types types, in ComponentValidator()
84 Types types, in ComponentValidator()
97 Types types, in createForComponent()
109 Types types, in createForSubcomponent()
DMapKeyProcessingStep.java46 private final Types types; field in MapKeyProcessingStep
52 Types types, in MapKeyProcessingStep()
/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/javasqlite/src/main/java/SQLite/
DCallback.java56 public void types(String types[]); in types() argument
DTableResult.java54 public String types[]; field in TableResult
116 public void types(String types[]) { in types() method in TableResult
/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/python/cpython3/Doc/library/
Dctypes.rst347 .. _ctypes-calling-functions-continued:
407 .. _ctypes-specifying-required-argument-types:
521 .. _ctypes-passing-pointers:
1239 .. _ctypes-ctypes-reference:
2063 .. _ctypes-fundamental-data-types-2:
2306 .. _ctypes-structured-data-types:
2429 .. _ctypes-arrays-pointers:
/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/pdfium/core/fpdfapi/parser/
Dcpdf_parser_unittest.cpp97 const CPDF_TestParser::ObjectType types[] = { in TEST() local
129 const CPDF_TestParser::ObjectType types[] = { in TEST() local
168 const CPDF_TestParser::ObjectType types[] = { in TEST() local
205 const CPDF_TestParser::ObjectType types[] = { in TEST() local
/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()
/external/selinux/libsepol/tests/
Dtest-linker-roles.c75 const char *types[2]; in base_role_tests() local
105 const char *types[3]; in module_role_tests() local
Dtest-linker-types.c128 const char *types[2]; in base_type_tests() local
166 const char *types[2]; in module_type_tests() local
/external/tensorflow/tensorflow/python/data/util/
Dsparse.py59 def as_dense_types(types, classes): argument
78 def deserialize_sparse_tensors(tensors, types, shapes, classes): argument
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java276 Set<String> types = new HashSet<>(); in removeUnusedInnerClassAttributes() local
330 Set<String> types, List<AnnotationNode>[] parameterAnnotations) { in addTypesFromParameterAnnotations()
339 private static void addTypesInTypeAnnotations(Set<String> types, List<TypeAnnotationNode> annos) { in addTypesInTypeAnnotations()
346 private static void addTypesInAnnotations(Set<String> types, List<AnnotationNode> annos) { in addTypesInAnnotations()
353 private static void collectTypesFromAnnotation(Set<String> types, AnnotationNode a) { in collectTypesFromAnnotation()
358 private static void collectTypesFromAnnotationValues(Set<String> types, List<?> values) { in collectTypesFromAnnotationValues()
367 private static void collectTypesFromAnnotationValue(Set<String> types, Object v) { in collectTypesFromAnnotationValue()
/external/python/cpython2/Doc/reference/
Ddatamodel.rst107 .. _types: target in Objects, values and types
1989 .. _sequence-methods:
2081 .. _numeric-types:
2258 .. _coercion-rules:
/external/cldr/tools/java/org/unicode/cldr/tool/
DGetDescriptions.java132 Set<String> types = type_codes.keySet(); in showReverse() local
158 static void reverseIfPossible(String name, Set<String> types) { in reverseIfPossible()
179 private static void addStart(String name, String postComma, Set<String> types) { in addStart()
189 private static void addEnd(String name, String preComma, Set<String> types) { in addEnd()

12345678910>>...22