| /external/dexmaker/src/main/java/com/google/dexmaker/ |
| D | BinaryOp.java | 42 @Override Rop rop(TypeList types) { in ADD() 49 @Override Rop rop(TypeList types) { in SUBTRACT() 56 @Override Rop rop(TypeList types) { in MULTIPLY() 63 @Override Rop rop(TypeList types) { in DIVIDE() 70 @Override Rop rop(TypeList types) { in REMAINDER() 77 @Override Rop rop(TypeList types) { in AND() 84 @Override Rop rop(TypeList types) { in OR() 91 @Override Rop rop(TypeList types) { in XOR() 98 @Override Rop rop(TypeList types) { in SHIFT_LEFT() 105 @Override Rop rop(TypeList types) { in SHIFT_RIGHT() [all …]
|
| D | Comparison.java | 30 @Override Rop rop(TypeList types) { in LT() 37 @Override Rop rop(TypeList types) { in LE() 44 @Override Rop rop(TypeList types) { in EQ() 51 @Override Rop rop(TypeList types) { in GE() 58 @Override Rop rop(TypeList types) { in GT() 65 @Override Rop rop(TypeList types) { in NE() 70 abstract Rop rop(TypeList types); in rop()
|
| D | TypeList.java | 28 final TypeId<?>[] types; field in TypeList 31 TypeList(TypeId<?>[] types) { in TypeList()
|
| /external/v8/test/cctest/ |
| D | test-ast-expression-visitor.cc | 54 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 276 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 303 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 320 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 345 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 366 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local 402 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local
|
| D | test-typing-reset.cc | 38 void CheckAllSame(ZoneVector<ExpressionTypeEntry>& types, in CheckAllSame() 285 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() local
|
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
| D | X509CertSelectorTest.java | 37 int[] types = { 0, 1, 2, 3, 4, 5, 6, 7, 8 }; in test_addSubjectAlternativeNameLintLbyte_array() local 53 int[] types = { 0, 3, 4, 5, 6, 7, 8 }; in test_addSubjectAlternativeNameLintLjava_lang_String() local 86 int[] types = { 0, 1, 2, 3, 4, 5, 6, 7, 8 }; in test_addPathToNameLintLbyte_array() local
|
| /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()
|
| D | MethodSignatureFormatter.java | 43 private final Types types; field in MethodSignatureFormatter 45 MethodSignatureFormatter(Types types) { in MethodSignatureFormatter()
|
| D | DependencyRequestFormatter.java | 45 private final Types types; field in DependencyRequestFormatter 47 DependencyRequestFormatter(Types types) { in DependencyRequestFormatter()
|
| /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
|
| D | Callback.java | 56 public void types(String types[]); in types() argument
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
| D | TypeUtils.java | 106 public static Type[] add(Type[] types, Type extra) { in add() 138 Type[] types = new Type[names.length]; in fromInternalNames() local 145 public static int getStackSize(Type[] types) { in getStackSize() 153 public static String[] toInternalNames(Type[] types) { in toInternalNames() 186 Type[] types = new Type[names.size()]; in parseTypes() local 193 public static Signature parseConstructor(Type[] types) { in parseConstructor() 209 List types = new ArrayList(5); in parseTypes() local 325 Type[] types = new Type[classes.length]; in getTypes() local
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
| D | BulkBean.java | 35 … public Object newInstance(String target, String[] getters, String[] setters, String[] types); in newInstance() 40 protected Class[] types; field in BulkBean 65 public static BulkBean create(Class target, String[] getters, String[] setters, Class[] types) { in create() 79 private Class[] types; field in BulkBean.Generator 97 public void setTypes(Class[] types) { in setTypes()
|
| /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ |
| D | ReflectionCacheSourceCreator.java | 53 final List<JType> types = new ArrayList<JType>(); field in ReflectionCacheSourceCreator 146 gatherTypes(t.getErasedType(), types); in generateLookups() local 155 if (type != null) gatherTypes(type.getErasedType(), types); in generateLookups() local 232 private void gatherTypes (JType type, List<JType> types) { in gatherTypes() 290 gatherTypes(field.getType().getErasedType(), types); in gatherTypes() local 295 gatherTypes(c.getSuperclass(), types); in gatherTypes() local 299 gatherTypes(i.getErasedType(), types); in gatherTypes() local 307 gatherTypes(m.getReturnType().getErasedType(), types); in gatherTypes() local 310 gatherTypes(p.getErasedType(), types); in gatherTypes() local 320 gatherTypes(i.getErasedType(), types); in gatherTypes() local
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| D | Rops.java | 1344 public static Rop opIfEq(TypeList types) { in opIfEq() 1356 public static Rop opIfNe(TypeList types) { in opIfNe() 1368 public static Rop opIfLt(TypeList types) { in opIfLt() 1379 public static Rop opIfGe(TypeList types) { in opIfGe() 1390 public static Rop opIfGt(TypeList types) { in opIfGt() 1401 public static Rop opIfLe(TypeList types) { in opIfLe() 1417 private static Rop pickIf(TypeList types, Rop intZ, Rop objZ, Rop intInt, in pickIf() 1461 public static Rop opAdd(TypeList types) { in opAdd() 1474 public static Rop opSub(TypeList types) { in opSub() 1487 public static Rop opMul(TypeList types) { in opMul() [all …]
|
| /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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
| D | AddPropertyTransformer.java | 26 private final Type[] types; field in AddPropertyTransformer 37 public AddPropertyTransformer(String[] names, Type[] types) { in AddPropertyTransformer()
|
| /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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
| D | test_imports.py | 95 def assertIsInstance(self, value, types): argument 334 def assertIsInstance(self, value, types): argument 363 def assertIsInstance(self, value, types): argument 382 def assertIsInstance(self, value, types): argument 417 def assertIsInstance(self, value, types): argument 443 def assertIsInstance(self, value, types): argument
|
| /external/selinux/libsepol/tests/ |
| D | test-linker-types.c | 128 char *types[2]; in base_type_tests() local 166 char *types[2]; in module_type_tests() local
|
| D | test-linker-roles.c | 75 char *types[2]; in base_role_tests() local 105 char *types[3]; in module_role_tests() local
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| D | AnnotationUtils.java | 151 public static Annotation makeMemberClasses(TypeList types) { in makeMemberClasses() 227 public static Annotation makeThrows(TypeList types) { in makeThrows() 241 private static CstArray makeCstArray(TypeList types) { in makeCstArray()
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
| D | CallbackInfo.java | 23 Type[] types = new Type[callbackTypes.length]; in determineTypes() local 31 Type[] types = new Type[callbacks.length]; in determineTypes() local
|