/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()
|
D | TypeList.java | 28 final TypeId<?>[] types; field in TypeList 31 TypeList(TypeId<?>[] types) { in TypeList()
|
/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()
|
D | ProductionBinding.java | 95 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/ |
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() argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jai.jar | ... addFileset (org.apache.tools.ant.types.FileSet)
org.apache.tools.ant ... |
D | ant-apache-resolver.jar | ... ant/
org/apache/tools/ant/types/
org/apache/tools/ant/types ... |
/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/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/pdfium/core/fpdfapi/parser/ |
D | cpdf_parser_unittest.cpp | 127 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/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/selinux/libsepol/tests/ |
D | test-linker-roles.c | 75 const char *types[2]; in base_role_tests() local 105 const char *types[3]; in module_role_tests() local
|
D | test-linker-types.c | 128 const char *types[2]; in base_type_tests() local 166 const char *types[2]; in module_type_tests() local
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.java | 260 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/javassist/src/main/javassist/bytecode/stackmap/ |
D | MapMaker.java | 155 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/mockito/src/main/java/org/mockito/internal/creation/instance/ |
D | ConstructorInstantiator.java | 32 Class<?>[] types = constructor.getParameterTypes(); in withParams() local 64 private static boolean paramsMatch(Class<?>[] types, Object[] params) { in paramsMatch()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 99 struct types { struct 100 typedef base<types> base; 101 typedef type1<types> type1; 102 typedef type2<types> type2;
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 512 String tableNamePattern, String types[]) in getTables() 623 int types[] = { in getColumns() local 693 int types[] = { in getColumnPrivileges() local 713 int types[] = { in getTablePrivileges() local 756 int types[] = { in getBestRowIdentifier() local 847 int types[] = { in getVersionColumns() local 881 int types[] = { in getPrimaryKeys() local 1047 int types[] = { in getImportedKeys() local 1073 int types[] = { in getExportedKeys() local 1119 int types[] = { in getCrossReference() local [all …]
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliMethodReference.java | 117 List<PsiType> types = new ArrayList<PsiType>(parameterElements.length); in getParameterTypes() local 126 SmaliTypeElement[] types = findChildrenByClass(SmaliTypeElement.class); in getReturnType() local
|