Home
last modified time | relevance | path

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

12345678910

/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/chromium/chrome/browser/sync/glue/
Dsync_backend_host_unittest.cc96 syncable::ModelTypeSet types; in TEST_F() local
113 syncable::ModelTypeSet types; in TEST_F() local
130 syncable::ModelTypeSet types; in TEST_F() local
154 syncable::ModelTypeSet types; in TEST_F() local
175 syncable::ModelTypeSet types; in TEST_F() local
/external/llvm/docs/
DSourceLevelDebugging.rst1001 bool
1019 char
1037 unsigned char
1055 short
1073 unsigned short
1091 int
1109 unsigned int
1127 long long
1145 unsigned long long
1163 float
[all …]
/external/javasqlite/src/main/java/SQLite/
DCallback.java56 public void types(String types[]); in types() method
DTableResult.java54 public String types[]; field in TableResult
116 public void types(String types[]) { in types() argument
/external/chromium/chrome/browser/sync/engine/
Ddownload_updates_command_unittest.cc32 virtual void SetRoutingInfo(const syncable::ModelTypeSet& types) { in SetRoutingInfo()
109 syncable::ModelTypeSet types; in TEST_F() local
121 syncable::ModelTypeSet types; in TEST_F() local
/external/chromium/chrome/browser/sync/notifier/
Dchrome_invalidation_client_unittest.cc115 syncable::ModelTypePayloadMap MakeMapFromSet(syncable::ModelTypeSet types, in MakeMapFromSet()
128 syncable::ModelTypeSet types; in TEST_F() local
176 syncable::ModelTypeSet types; in TEST_F() local
218 syncable::ModelTypeSet types; in TEST_F() local
227 syncable::ModelTypeSet types; in TEST_F() local
Dregistration_manager_unittest.cc149 void LoseRegistrations(const syncable::ModelTypeSet& types) { in LoseRegistrations()
160 syncable::ModelTypeSet types(kModelTypes, kModelTypes + kModelTypeCount); in RunBackoffTest() local
221 syncable::ModelTypeSet types(kModelTypes, kModelTypes + kModelTypeCount); in TEST_F() local
276 syncable::ModelTypeSet types(kModelTypes, kModelTypes + kModelTypeCount); in TEST_F() local
312 syncable::ModelTypeSet types(kModelTypes, kModelTypes + kModelTypeCount); in TEST_F() local
340 syncable::ModelTypeSet types(kModelTypes, kModelTypes + kModelTypeCount); in TEST_F() local
Dchrome_invalidation_client.cc107 const syncable::ModelTypeSet& types) { in RegisterTypes()
157 syncable::ModelTypeSet types; in Invalidate() local
179 const syncable::ModelTypeSet& types, const std::string& payload) { in EmitInvalidation()
/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/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/chromium/chrome/common/
Djson_schema_validator_unittest.cc19 ListValue* types) { in ExpectValid()
33 ListValue* types, in ExpectNotValid()
/external/webkit/Source/WebCore/bindings/js/
DJSClipboardCustom.cpp51 JSValue JSClipboard::types(ExecState* exec) const in types() function in WebCore::JSClipboard
55 HashSet<String> types = clipboard->types(); in types() local
/external/smack/src/org/xbill/DNS/
DZone.java235 allRRsets(Object types) { in allRRsets()
246 oneRRset(Object types, int type) { in oneRRset()
266 Object types = exactName(name); in findRRset() local
276 Object types = data.get(name); in addRRset() local
307 Object types = data.get(name); in removeRRset() local
337 Object types; in lookup() local
446 Object types = exactName(name); in findExactMatch() local
DNSECRecord.java24 private TypeBitmap types; field in NSECRecord
39 NSECRecord(Name name, int dclass, long ttl, Name next, int [] types) { in NSECRecord()
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp88 struct types { struct
89 typedef base<types> base;
90 typedef type1<types> type1;
91 typedef type2<types> type2;
/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/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java170 Class<?>[] types = method.getParameterTypes(); in testMethod() local
182 Class<?>[] types = ctor.getParameterTypes(); in testConstructor() local
289 Class<?>[] types = func.getParameterTypes(); in buildParamList() local
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type_unittest.cc49 std::string types[2]; in TEST_F() local
63 std::string types[2]; in TEST_F() local
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_mh.h6 u_int8_t types[2]; /* MH type range */ member
/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()

12345678910