/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()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-029.md | 3 ### CVE Number 6 ### Impact 39 ### Patches 49 ### For more information
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | ZoneInfoDataTest.java | 52 int[][] types = {}; in testMakeTimeZone_NoTypes() local 65 int[][] types = { in testMakeTimeZone_OneType_NoTransitions() local 92 int[][] types = { in testReadTimeZone_OneNonDstTransition() local 115 int[][] types = { in testReadTimeZone_OneDstTransition() local 135 int[][] types = { in testReadTimeZone_NegativeTransition() local 173 int[][] types = { in testReadTimeZone_PositiveTransition() local 217 int[][] types = { in testCreateInstance() local 255 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_NegativeTransitions() local 283 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_PositiveTransitions() local 313 int[][] types = { in testReadTimeZone_HasPastDST_NoFutureDST_NegativeTransitions() local [all …]
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
D | ParcelableWrapper.java | 73 Types types, Elements elements, Collection<TypeElement> customParcelableWrappers) { in createCustomParcelableWrappers() 82 Types types, Elements elements, Collection<ExecutableElement> methods) { in createGlobalParcelableWrappers() 103 Collection<TypeMirror> types = new HashSet<>(); in extractReturnTypeAndParameters() local 121 Collection<TypeMirror> types = new HashSet<>(); in extractTypeArgumentsFromGeneric() local 132 Types types, in addCustomParcelableWrappers() 141 Types types, Collection<ParcelableWrapper> wrappers, TypeElement parcelableWrapper) { in addCustomParcelableWrapper() 162 Types types, Elements elements, Collection<ParcelableWrapper> wrappers) { in addDefaultParcelableWrappers() 221 Types types, in addGeneratedProtoParcelableWrappers() 250 Types types, Elements elements, Collection<ParcelableWrapper> wrappers) { in addArrayWrappers()
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
D | BundlerGenerator.java | 113 List<Type> types = in addWriteToParcelMethod() local 137 private void addWriteToParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addWriteToParcelTypes() 168 List<Type> types = in addReadFromParcelMethod() local 194 private void addReadFromParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addReadFromParcelTypes() 223 List<Type> types = in addCreateArrayMethod() local 249 private void addCreateArrayTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addCreateArrayTypes()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | types_test.cpp | 119 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/ |
D | types_test.cpp | 119 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/vulkan-deps/spirv-tools/src/test/opt/ |
D | types_test.cpp | 119 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/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeEncoderTest.java | 85 Set<TypeMirror> types, String fakePackage, List<String> imports, List<String> spellings) { in assertTypeImportsAndSpellings() 110 Set<TypeMirror> types = in testImportsForImplicitlyImportedTypes() local 125 Set<TypeMirror> types = in testImportsForPlainTypes() local 145 Set<TypeMirror> types = in testImportsForComplicatedTypes() local 174 Set<TypeMirror> types = in testImportsForArrayTypes() local 199 Set<TypeMirror> types = typeMirrorSet(typeMirrorOf(java.net.Proxy.Type.class)); in testImportNestedType() local 207 Set<TypeMirror> types = in testImportsForAmbiguousNames() local 225 Set<TypeMirror> types = typeMirrorSet(typeMirrorOf(java.lang.String.class)); in testSimplifyJavaLangString() local 231 Set<TypeMirror> types = typeMirrorSet(typeMirrorOf(java.lang.Thread.State.class)); in testSimplifyJavaLangThreadState() local 241 Set<TypeMirror> types = typeMirrorSet(javaLangType, notJavaLangType); in testSimplifyJavaLangNamesake() local
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | DefiningAttributesAndTypes.md | 70 ##### Defining a type storage 135 ##### Type class definition 207 ##### Defining a type storage 268 ##### Type class definition
|
/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/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/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 | 340 .. _ctypes-calling-functions-continued: 400 .. _ctypes-specifying-required-argument-types: 514 .. _ctypes-passing-pointers: 1237 .. _ctypes-ctypes-reference: 2140 .. _ctypes-fundamental-data-types-2: 2383 .. _ctypes-structured-data-types: 2506 .. _ctypes-arrays-pointers:
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatchData.h | 361 BYTE types[3]; member 393 BYTE types[3]; member 425 BYTE types[3]; member 458 BYTE types[4]; member 492 BYTE types[4]; member 527 BYTE types[11]; member 573 BYTE types[3]; member 607 BYTE types[12]; member 657 BYTE types[7]; member 697 BYTE types[7]; member [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | TableResult.java | 54 public String types[]; field in TableResult 116 public void types(String types[]) { in types() argument
|
D | Callback.java | 56 public void types(String types[]); in types() method
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/ |
D | AnnotationFinder.java | 167 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileAnnotationInfo() 173 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileCallbackAnnotationInfo() 180 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileConfigurationAnnotationInfo() 187 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileConfigurationsAnnotationInfo() 193 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileProviderAnnotationInfo() 199 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileTestAnnotationInfo()
|
/external/python/google-api-python-client/docs/ |
D | auth.md | 9 ### 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/ |
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/dagger2/java/dagger/internal/codegen/binding/ |
D | MethodSignatureFormatter.java | 40 private final DaggerTypes types; field in MethodSignatureFormatter 44 public MethodSignatureFormatter(DaggerTypes types, InjectionAnnotations injectionAnnotations) { in MethodSignatureFormatter()
|
D | AssistedInjectionAnnotations.java | 62 TypeElement factory, DaggerElements elements, DaggerTypes types) { in assistedFactoryMethod() 68 TypeElement factory, DaggerElements elements, DaggerTypes types) { in assistedFactoryMethods() 95 Binding binding, DaggerTypes types) { in assistedParameterSpecs() 126 Binding binding, DaggerElements elements, DaggerTypes types) { in assistedFactoryParameterSpecs() 170 TypeMirror factory, DaggerElements elements, DaggerTypes types) { in create() 268 DeclaredType assistedInjectType, DaggerTypes types) { in assistedInjectAssistedParameters()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | AbstractTurbineTypesTest.java | 96 boolean apply(Types types, TypeMirror a, TypeMirror b); in apply() 100 final Types types; field in AbstractTurbineTypesTest.TypesBiFunctionInput 104 TypesBiFunctionInput(Types types, TypeMirror lhs, TypeMirror rhs) { in TypesBiFunctionInput() 156 String[][] types = { in typeParameters() local 428 Types typeUtils, Element element, Multimap<String, TypeMirror> types) { in getTypes()
|