Home
last modified time | relevance | path

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

12345678910>>...14

/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/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()
DMapKeyProcessingStep.java46 private final Types types; field in MapKeyProcessingStep
52 Types types, in MapKeyProcessingStep()
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()
DMethodSignatureFormatter.java43 private final Types types; field in MethodSignatureFormatter
45 MethodSignatureFormatter(Types types) { in MethodSignatureFormatter()
DDependencyRequestFormatter.java45 private final Types types; field in DependencyRequestFormatter
47 DependencyRequestFormatter(Types types) { in DependencyRequestFormatter()
DProductionBinding.java95 private final Types types; field in ProductionBinding.Factory
100 Types types, Key.Factory keyFactory, DependencyRequest.Factory dependencyRequestFactory) { in Factory()
/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() argument
/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/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/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-types.c128 const char *types[2]; in base_type_tests() local
166 const char *types[2]; in module_type_tests() local
Dtest-linker-roles.c75 const char *types[2]; in base_role_tests() local
105 const char *types[3]; in module_role_tests() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser_unittest.cpp127 const uint8_t types[] = {0, 1, 1, 0, 1, 1}; in TEST() local
153 const uint8_t types[] = {0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1}; in TEST() local
179 const uint8_t types[] = {0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1}; in TEST() local
203 const uint8_t types[] = {0, 1, 0, 0, 0, 1, 1}; in TEST() local
/external/python/cpython2/Doc/reference/
Ddatamodel.rst107 .. _types: target in Objects, values and types
1977 .. _sequence-methods:
2069 .. _numeric-types:
2246 .. _coercion-rules:
/external/mockito/src/main/java/org/mockito/internal/creation/instance/
DConstructorInstantiator.java32 Class<?>[] types = constructor.getParameterTypes(); in withParams() local
64 private static boolean paramsMatch(Class<?>[] types, Object[] params) { in paramsMatch()
/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java260 final int types; field in TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
273 String elementName, boolean resumable, int types, int contents, in ElementContainmentInfo()
374 String elementName, boolean resumable, int types, int contentTypes) { in defineElement()
379 String elementName, boolean resumable, int types, int contentTypes, in defineElement()
386 String elementName, boolean resumable, int types, int contentTypes, in defineElement()
393 String elementName, boolean resumable, int types, int contentTypes, in defineElement()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DSnippet.java32 abstract ImmutableSet<TypeName> types(); in types() method in Snippet
/external/toybox/toys/other/
Dreboot.c27 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, in reboot_main() local
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp99 struct types { struct
100 typedef base<types> base;
101 typedef type1<types> type1;
102 typedef type2<types> type2;
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java155 TypeData[] types = first.localsTypes; in fixParamTypes() local
289 TypeData[] types = target.localsTypes; in evalExpected() local
294 private static void evalExpected(ClassPool cp, int n, TypeData[] types) in evalExpected()
396 private int[] fillStackMap(int num, int offset, int[] data, TypeData[] types) { in fillStackMap()
454 private static int diffSize(TypeData[] types, int offset, int len) { in diffSize()
504 …private void writeVerifyTypeInfo(StackMap.Writer writer, ConstPool cp, TypeData[] types, int num) { in writeVerifyTypeInfo()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliMethodReference.java117 List<PsiType> types = new ArrayList<PsiType>(parameterElements.length); in getParameterTypes() local
126 SmaliTypeElement[] types = findChildrenByClass(SmaliTypeElement.class); in getReturnType() local

12345678910>>...14