Home
last modified time | relevance | path

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

12345678910>>...12

/external/dexmaker/src/main/java/com/google/dexmaker/
DBinaryOp.java42 @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 …]
DComparison.java30 @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()
DTypeList.java28 final TypeId<?>[] types; field in TypeList
31 TypeList(TypeId<?>[] types) { in TypeList()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DX509CertSelectorTest.java37 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/javasqlite/src/main/java/SQLite/
DTableResult.java54 public String types[]; field in TableResult
116 public void types(String types[]) { in types() method in TableResult
DCallback.java56 public void types(String types[]); in types() argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DTypeUtils.java106 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/
DBulkBean.java35 … 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/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1344 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/
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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DAddPropertyTransformer.java26 private final Type[] types; field in AddPropertyTransformer
37 public AddPropertyTransformer(String[] names, Type[] types) { in AddPropertyTransformer()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-apache-resolver.jar ... ant/ org/apache/tools/ant/types/ org/apache/tools/ant/types ...
Dant-jai.jar ... addFileset (org.apache.tools.ant.types.FileSet) org.apache.tools.ant ...
/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 char *types[2]; in base_type_tests() local
166 char *types[2]; in module_type_tests() local
Dtest-linker-roles.c75 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/
DAnnotationUtils.java151 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/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/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DCallbackInfo.java23 Type[] types = new Type[callbackTypes.length]; in determineTypes() local
31 Type[] types = new Type[callbacks.length]; in determineTypes() 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/toybox/toys/other/
Dreboot.c26 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}; in reboot_main() local
/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/v8/test/intl/break-iterator/
Dzh-break.js37 var types = []; variable
Den-break.js36 var types = []; variable

12345678910>>...12