| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | BinaryOp.java | 43 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 …]
|
| D | Comparison.java | 31 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()
|
| D | TypeList.java | 28 final TypeId<?>[] types; field in TypeList 31 TypeList(TypeId<?>[] types) { in TypeList()
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | types_test.cpp | 96 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/ |
| D | types_test.cpp | 96 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/ |
| D | MultiTypeParameter.java | 32 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/ |
| D | Key.java | 93 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()
|
| D | ComponentValidator.java | 65 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()
|
| D | MapKeyProcessingStep.java | 46 private final Types types; field in MapKeyProcessingStep 52 Types types, in MapKeyProcessingStep()
|
| /external/turbine/java/com/google/turbine/binder/ |
| D | CompUnitPreprocessor.java | 53 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/ |
| D | CompilationUnit.java | 57 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/ |
| D | Callback.java | 56 public void types(String types[]); in types() argument
|
| D | TableResult.java | 54 public String types[]; field in TableResult 116 public void types(String types[]) { in types() method in TableResult
|
| /external/python/cpython2/Doc/library/ |
| D | ctypes.rst | 336 .. _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/ |
| D | ctypes.rst | 347 .. _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/ |
| D | TypeListPool.java | 52 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/ |
| D | cpdf_parser_unittest.cpp | 97 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/ |
| D | bsdiff_arguments_unittest.cc | 12 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/ |
| D | BuilderTypeList.java | 44 @Nonnull final List<? extends BuilderTypeReference> types; field in BuilderTypeList 47 public BuilderTypeList(@Nonnull List<? extends BuilderTypeReference> types) { in BuilderTypeList()
|
| /external/selinux/libsepol/tests/ |
| D | test-linker-roles.c | 75 const char *types[2]; in base_role_tests() local 105 const char *types[3]; in module_role_tests() local
|
| D | test-linker-types.c | 128 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/ |
| D | sparse.py | 59 def as_dense_types(types, classes): argument 78 def deserialize_sparse_tensors(tensors, types, shapes, classes): argument
|
| /external/turbine/javatests/com/google/turbine/lower/ |
| D | IntegrationTestSupport.java | 276 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/ |
| D | datamodel.rst | 107 .. _types: target in Objects, values and types 1989 .. _sequence-methods: 2081 .. _numeric-types: 2258 .. _coercion-rules:
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | GetDescriptions.java | 132 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()
|