/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowInsetsController.java | 24 protected void show(int types) { in show() 41 public void hide(int types) { in hide() 54 private boolean hasStatusBarType(int types) { in hasStatusBarType() 59 private boolean hasNavigationBarType(int types) { in hasNavigationBarType() 64 private boolean hasTypeMask(int types, int typeMask) { in hasTypeMask() 72 void show(int types); in show() 75 void hide(int types); in hide()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2022-073.md | 3 ### CVE Number 6 ### Impact 18 ### Patches 23 ### For more information 26 ### Attribution
|
D | tfsa-2020-029.md | 3 ### CVE Number 6 ### Impact 39 ### Patches 49 ### For more information
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
D | BundlerGenerator.java | 117 List<Type> types = in addWriteToParcelMethod() local 142 private void addWriteToParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addWriteToParcelTypes() 173 List<Type> types = in addReadFromParcelMethod() local 199 private void addReadFromParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addReadFromParcelTypes() 228 List<Type> types = in addCreateArrayMethod() local 254 private void addCreateArrayTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addCreateArrayTypes() 274 List<Type> types = in addWriteToBundleMethod() local 299 private void addWriteToBundleTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addWriteToBundleTypes() 330 List<Type> types = in addReadFromBundleMethod() local 360 private void addReadFromBundleTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addReadFromBundleTypes()
|
/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/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | analyze.py | 31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument 45 def analyze_type_decls(types, analyze_decl, handle_unresolved=True): argument 100 def resolve_decl(decl, typespecs, knowntypespecs, types): argument 207 def _handle_unresolved(unresolved, types, analyze_decl): argument 239 def _dump_unresolved(decl, types, analyze_decl): argument
|
/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/angle/src/libANGLE/renderer/vulkan/doc/ |
D | Allocators.md | 20 ### Common interface 40 ### Pool allocator helpers 62 ### Ring buffer allocator helpers
|
/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/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | types_test.cpp | 119 std::vector<std::unique_ptr<Type>> types; local 256 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 336 std::vector<std::unique_ptr<Integer>> types; in TEST() local 347 std::vector<std::unique_ptr<Integer>> types; in TEST() local 358 std::vector<std::unique_ptr<Float>> types; in TEST() local 385 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 412 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 431 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 441 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 256 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 336 std::vector<std::unique_ptr<Integer>> types; in TEST() local 347 std::vector<std::unique_ptr<Integer>> types; in TEST() local 358 std::vector<std::unique_ptr<Float>> types; in TEST() local 385 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 407 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 426 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 436 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
|
/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 332 std::vector<std::unique_ptr<Integer>> types; in TEST() local 343 std::vector<std::unique_ptr<Integer>> types; in TEST() local 354 std::vector<std::unique_ptr<Float>> types; in TEST() local 381 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 408 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 427 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 437 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
|
/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/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/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/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/python/cpython3/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 132 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument 156 def _check_unsupported(decl, typedeps, types, knowntypes): argument 170 def _check_members(decl, typedeps, types, knowntypes): argument 194 def _check_typedep(decl, typedecl, types, knowntypes): argument 223 def _check_vartype(decl, typedecl, types, knowntypes): argument 235 def _check_typespec(decl, typedecl, types, knowntypes): argument
|
/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/cronet/third_party/googletest/src/docs/reference/ |
D | testing.md | 387 ### AssertionResult {#AssertionResult} 401 ### AssertionException {#AssertionException} 408 ### EmptyTestEventListener {#EmptyTestEventListener} 416 ### Environment {#Environment} 437 ### ScopedTrace {#ScopedTrace} 464 ### Test {#Test} 552 ### TestWithParam {#TestWithParam} 559 ### TestSuite {#TestSuite} 672 ### TestInfo {#TestInfo} 751 ### TestParamInfo {#TestParamInfo} [all …]
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | ComponentMethodRequestRepresentation.java | 39 private final DaggerTypes types; field in ComponentMethodRequestRepresentation 46 DaggerTypes types) { in ComponentMethodRequestRepresentation() 47 super(componentImplementation.getComponentShard(), types); in ComponentMethodRequestRepresentation() local
|
/external/javasqlite/src/main/java/SQLite/ |
D | TableResult.java | 54 public String types[]; field in TableResult 116 public void types(String types[]) { in types() method in TableResult
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
D | GrpcHandler.java | 81 Types types, in onDataflowVisitMethodInvocation() 120 Symbol.ClassSymbol classSymbol, Types types) { in getGetterForMetadataSubtype() 133 private boolean grpcIsMetadataContainsKeyCall(Symbol.MethodSymbol symbol, Types types) { in grpcIsMetadataContainsKeyCall() 147 private boolean grpcIsMetadataGetCall(Symbol.MethodSymbol symbol, Types types) { in grpcIsMetadataGetCall()
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/ |
D | Meta.java | 153 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer1.class, func.getClass()); in autofuzz() local 159 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer2.class, func.getClass()); in autofuzz() local 165 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer3.class, func.getClass()); in autofuzz() local 173 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer4.class, func.getClass()); in autofuzz() local 181 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer5.class, func.getClass()); in autofuzz() local 189 Class<?>[] types = TypeResolver.resolveRawArguments(Function1.class, func.getClass()); in autofuzz() local 195 Class<?>[] types = TypeResolver.resolveRawArguments(Function2.class, func.getClass()); in autofuzz() local 201 Class<?>[] types = TypeResolver.resolveRawArguments(Function3.class, func.getClass()); in autofuzz() local 209 Class<?>[] types = TypeResolver.resolveRawArguments(Function4.class, func.getClass()); in autofuzz() local 217 Class<?>[] types = TypeResolver.resolveRawArguments(Function5.class, func.getClass()); in autofuzz() local [all …]
|