/external/crosvm/docs/book/src/devices/ |
D | input.md | 33 ### Evdev 53 ### Keyboard 69 ### Mouse 85 ### Multi-Touch 108 ### Rotary 124 ### Single-Touch 147 ### Switches 164 ### Trackpad 184 ### Custom
|
/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/pytorch/torch/sparse/ |
D | _semi_structured_ops.py | 29 def fallback_dispatcher(func, types, args, kwargs): argument 34 def semi_sparse_values(func, types, args=(), kwargs=None) -> torch.Tensor: argument 47 def semi_sparse_indices(func, types, args=(), kwargs=None) -> torch.Tensor: argument 61 def semi_sparse_t(func, types, args=(), kwargs=None) -> torch.Tensor: argument 83 def semi_sparse_view(func, types, args=(), kwargs=None) -> torch.Tensor: argument 93 def semi_sparse_detach(func, types, args, kwargs) -> torch.Tensor: argument 107 def semi_sparse_mm(func, types, args=(), kwargs=None) -> torch.Tensor: argument 128 def semi_sparse_addmm(func, types, args=(), kwargs=None) -> torch.Tensor: argument 151 def semi_sparse_linear(func, types, args=(), kwargs=None) -> torch.Tensor: argument
|
/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/skia/modules/canvaskit/npm_build/ |
D | package.json | 17 "types": "./types/index.d.ts", string 31 "types": "./types/index.d.ts" string 36 "types": "./types/index.d.ts" string 41 "types": "./types/index.d.ts" string 46 "types": "./types/index.d.ts" string 51 "types": "./types/index.d.ts" string 57 "types": "./types/index.d.ts" string 62 "types": "./types/index.d.ts" string 68 "types": "./types/index.d.ts" string 73 "types": "./types/index.d.ts" string
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 121 .. _types: target in Objects, values and types 529 .. _user-defined-funcs: 531 User-defined functions 658 Instance methods 740 Generator functions 758 Coroutine functions 771 Asynchronous generator functions 796 Built-in functions 820 Built-in methods 837 Classes [all …]
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
D | BundlerGenerator.java | 122 List<Type> types = in addWriteToParcelMethod() local 147 private void addWriteToParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addWriteToParcelTypes() 178 List<Type> types = in addReadFromParcelMethod() local 204 private void addReadFromParcelTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addReadFromParcelTypes() 233 List<Type> types = in addCreateArrayMethod() local 259 private void addCreateArrayTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addCreateArrayTypes() 279 List<Type> types = in addWriteToBundleMethod() local 304 private void addWriteToBundleTypes(CodeBlock.Builder codeBuilder, List<Type> types) { in addWriteToBundleTypes() 335 List<Type> types = in addReadFromBundleMethod() local 365 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/pytorch/torch/distributed/_shard/sharded_tensor/_ops/ |
D | init.py | 13 def uniform_(types, args=(), kwargs=None, pg=None): argument 36 def normal_(types, args=(), kwargs=None, pg=None): argument 59 def kaiming_uniform_(types, args=(), kwargs=None, pg=None): argument 98 def constant_(types, args=(), kwargs=None, pg=None): argument 128 def tensor_creation_op(types, args=(), kwargs=None, pg=None): argument
|
/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/libbpf/src/ |
D | features.c | 86 __u32 types[] = { in probe_kern_btf() local 99 __u32 types[] = { in probe_kern_btf_func() local 117 __u32 types[] = { in probe_kern_btf_func_global() local 135 __u32 types[] = { in probe_kern_btf_datasec() local 154 __u32 types[] = { in probe_kern_btf_qmark_datasec() local 172 __u32 types[] = { in probe_kern_btf_float() local 184 __u32 types[] = { in probe_kern_btf_decl_tag() local 201 __u32 types[] = { in probe_kern_btf_type_tag() local 311 __u32 types[] = { in probe_module_btf() local 450 __u32 types[] = { in probe_kern_btf_enum64() local [all …]
|
/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/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/detail/components_impl/ |
D | arity10_0.hpp | 30 typedef mpl::vector1< R BOOST_FT_nullary_param > types; typedef 40 typedef mpl::vector2< R , T0 > types; typedef 50 typedef mpl::vector3< R , T0 , T1 > types; typedef 60 typedef mpl::vector4< R , T0 , T1 , T2 > types; typedef 70 typedef mpl::vector5< R , T0 , T1 , T2 , T3 > types; typedef 80 typedef mpl::vector6< R , T0 , T1 , T2 , T3 , T4 > types; typedef 90 typedef mpl::vector7< R , T0 , T1 , T2 , T3 , T4 , T5 > types; typedef 100 typedef mpl::vector8< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 > types; typedef 110 typedef mpl::vector9< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 > types; typedef 120 typedef mpl::vector10< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 > types; typedef [all …]
|
D | arity10_1.hpp | 30 typedef mpl::vector2< R, typename class_transform<T0 BOOST_FT_cv, L> ::type > types; typedef 40 typedef mpl::vector3< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 > types; typedef 50 typedef mpl::vector4< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 > types; typedef 60 typedef mpl::vector5< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 > types; typedef 70 …ef mpl::vector6< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 > types; typedef 80 …l::vector7< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 > types; typedef 90 …ctor8< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 > types; typedef 100 …< R, typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 > types; typedef 110 …typename class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 > types; typedef 120 …ame class_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 > types; typedef
|
D | arity20_1.hpp | 31 …ass_transform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 > types; typedef 41 …ansform<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 > types; typedef 51 …m<T0 BOOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 > types; typedef 61 …OOST_FT_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 > types; typedef 71 …T_cv, L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 > types; typedef 81 …L> ::type , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 > types; typedef 91 …ype , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 > types; typedef 101 …T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 > types; typedef 111 …2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 > types; typedef 121 … , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 > types; typedef
|
D | arity50_1.hpp | 31 … , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 > types; typedef 41 … , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 > types; typedef 51 … , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 > types; typedef 61 … , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 > types; typedef 71 … , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 > types; typedef 81 … , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 > types; typedef 91 … , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 > types; typedef 101 … , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 > types; typedef 111 … , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 > types; typedef 121 … , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 , T49 > types; typedef
|
D | arity50_0.hpp | 31 … , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 > types; typedef 41 … , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 > types; typedef 51 … , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 > types; typedef 61 … , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 > types; typedef 71 … , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 > types; typedef 81 … , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 > types; typedef 91 … , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 > types; typedef 101 … , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 > types; typedef 111 … , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 > types; typedef 121 … , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 , T49 > types; typedef
|
D | arity40_1.hpp | 31 … , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 > types; typedef 41 … , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 > types; typedef 51 … , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 > types; typedef 61 … , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 > types; typedef 71 … , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 > types; typedef 81 … , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 > types; typedef 91 … , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 > types; typedef 101 … , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 > types; typedef 111 … , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 > types; typedef 121 … , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 > types; typedef
|
D | arity20_0.hpp | 31 typedef mpl::vector12< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 > types; typedef 41 typedef mpl::vector13< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 > types; typedef 51 …pedef mpl::vector14< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 > types; typedef 61 …mpl::vector15< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 > types; typedef 71 …ector16< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 > types; typedef 81 …7< R , T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 > types; typedef 91 … T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 > types; typedef 101 …T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 > types; typedef 111 …2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 > types; typedef 121 … , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 > types; typedef
|
D | arity30_1.hpp | 31 …, T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 > types; typedef 41 … T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 > types; typedef 51 …T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 > types; typedef 61 …8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 > types; typedef 71 … , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 > types; typedef 81 … , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 > types; typedef 91 … , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 > types; typedef 101 … , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 > types; typedef 111 … , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 > types; typedef 121 … , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 > types; typedef
|
D | arity30_0.hpp | 31 …, T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 > types; typedef 41 … T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 > types; typedef 51 …T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 > types; typedef 61 …8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 > types; typedef 71 … , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 > types; typedef 81 … , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 > types; typedef 91 … , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 > types; typedef 101 … , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 > types; typedef 111 … , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 > types; typedef 121 … , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 > types; typedef
|