Home
last modified time | relevance | path

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

12345678910>>...17

/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()
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()
DMapKeyProcessingStep.java46 private final Types types; field in MapKeyProcessingStep
52 Types types, in MapKeyProcessingStep()
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/
DTableResult.java54 public String types[]; field in TableResult
116 public void types(String types[]) { in types() argument
DCallback.java56 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/
Dant-jai.jar ... addFileset (org.apache.tools.ant.types.FileSet) org.apache.tools.ant ...
Dant-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/
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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_imports.py95 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/
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/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-roles.c75 const char *types[2]; in base_role_tests() local
105 const char *types[3]; in module_role_tests() local
Dtest-linker-types.c128 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/
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/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/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/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/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java512 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/
DSmaliMethodReference.java117 List<PsiType> types = new ArrayList<PsiType>(parameterElements.length); in getParameterTypes() local
126 SmaliTypeElement[] types = findChildrenByClass(SmaliTypeElement.class); in getReturnType() local

12345678910>>...17