/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | Identity2Test.java | 174 IdentitySubclass sub = new IdentitySubclass("test", scope); in test_getScope() local 183 IdentitySubclass sub = new IdentitySubclass("test", in test_getPublicKey() local 195 IdentitySubclass sub = new IdentitySubclass(name, in test_getName() local 205 IdentitySubclass sub = new IdentitySubclass("test", in test_getInfo() local 215 IdentitySubclass sub = new IdentitySubclass("test", in test_certificates() local 232 IdentitySubclass sub = new IdentitySubclass("test", in test_addCertificateLjava_security_Certificate() local 246 IdentitySubclass sub = new IdentitySubclass("test", in test_removeCertificateLjava_security_Certificate() local 263 IdentitySubclass sub = new IdentitySubclass("test", in test_equalsLjava_lang_Object() local 280 IdentitySubclass sub = new IdentitySubclass("test", null); in test_identityEqualsLjava_security_Identity() local 297 IdentitySubclass sub = new IdentitySubclass("test", null); in test_toString() local [all …]
|
D | IdentityScope2Test.java | 141 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_addIdentityLjava_security_Identity() local 160 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_removeIdentityLjava_security_Identity() local 178 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_identities() local 195 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_security_Principal() local 207 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_security_PublicKey() local 221 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_lang_String() local 235 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_size() local 247 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_toString() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | ConcurrentModTest.java | 44 List sub = al.subList(1, 3); in testGet() local 74 List sub = al.subList(1, 3); in testSet() local 104 List sub = al.subList(1, 3); in testAdd() local 134 List sub = al.subList(1, 3); in testRemove() local 164 List sub = al.subList(1, 3); in testAddAll() local
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | SubroutineScanner.java | 62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() 81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanOp() 125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanLookupSwitch() 139 private void scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanTableSwitch()
|
/external/llvm/test/MC/ARM/ |
D | arm-arithmetic-aliases.s | 6 sub r2, r2, #6 label 7 sub r2, #6 label 8 sub r2, r2, r3 label 9 sub r2, r3 label
|
/external/regex-re2/re2/ |
D | regexp.cc | 139 Regexp* sub = subs[i]; in Destroy() local 182 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus() 191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star() 200 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() 209 Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub, in ConcatOrAlternate() 254 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() 258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() 262 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() 266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() 274 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) { in Repeat() [all …]
|
D | set.cc | 52 re2::Regexp** sub = new re2::Regexp*[nsub + 1]; in Add() local 60 re2::Regexp* sub[2]; in Add() local
|
/external/clang/test/SemaCXX/ |
D | qual-id-test.cpp | 23 struct sub : B::base struct 39 A::sub a; in fun()
|
/external/v8/src/arm/ |
D | regexp-macro-assembler-arm.cc | 295 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 332 __ sub(r3, r3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 347 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 401 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() local 430 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReference() local 476 __ sub(r0, current_character(), Operand(minus)); in CheckNotCharacterAfterMinusAnd() local 496 __ sub(r0, current_character(), Operand('\t')); in CheckSpecialCharacterClass() local 509 __ sub(r0, current_character(), Operand('\t')); in CheckSpecialCharacterClass() local 517 __ sub(r0, current_character(), Operand('0')); in CheckSpecialCharacterClass() local 523 __ sub(r0, current_character(), Operand('0')); in CheckSpecialCharacterClass() local [all …]
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 77 static int scale_dist_14(int dist, uint32_t mul, uint32_t sub) { in scale_dist_14() 94 uint32_t sub = (fDistMul - (1 << 14)) << 8; in xfer32() local 143 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS; in xfer16() local 183 uint32_t sub = (fDistMul - (1 << 14)) << 4; in xfer4444() local
|
/external/skia/legacy/src/effects/ |
D | SkAvoidXfermode.cpp | 93 static int scale_dist_14(int dist, uint32_t mul, uint32_t sub) in scale_dist_14() 112 uint32_t sub = (fDistMul - (1 << 14)) << 8; in xfer32() local 163 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS; in xfer16() local 204 uint32_t sub = (fDistMul - (1 << 14)) << 4; in xfer4444() local
|
/external/blktrace/btreplay/ |
D | btrecord.h | 78 static inline __u64 mk_btversion(int mjr, int mnr, int sub) in mk_btversion() 83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub) in get_btversion()
|
/external/clang/test/SemaObjCXX/ |
D | arc-unavailable-for-weakref.mm | 8 @interface sub : NSOptOut1072 @end // expected-note 2 {{class is declared here}} interface
|
/external/v8/test/mjsunit/regress/ |
D | regress-1278.js | 37 function sub(x, y) { function
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.cc | 303 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 366 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local 431 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local 477 __ sub(edi, esi); in CheckNotBackReference() local 583 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local 590 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local 636 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local 647 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local 696 __ sub(ecx, Operand::StaticVariable(stack_limit)); in GetCode() local 719 __ sub(esp, Immediate(num_registers_ * kPointerSize)); in GetCode() local [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-unavailable-for-weakref.m | 8 @interface sub : NSOptOut1072 @end // expected-note 2 {{class is declared here}} interface
|
/external/v8/test/mjsunit/ |
D | html-string-funcs.js | 36 strike: 'strike', sub: 'sub', sup: 'sup' }; property
|
/external/clang/test/Index/ |
D | complete-member-access.m | 38 @property Sub *sub; property
|
/external/freetype/src/cff/ |
D | cffobjs.c | 183 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_init() local 235 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_select() local 307 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_request() local 672 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; in cff_face_init() local
|
/external/openssl/crypto/x509v3/ |
D | v3_ncons.c | 116 GENERAL_SUBTREE *sub = NULL; variable 297 GENERAL_SUBTREE *sub; in nc_match() local
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_StringWriter.java | 173 String sub = str.substring(offset, offset + count); in write() local
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 96 std::string Regex::sub(StringRef Repl, StringRef String, in sub() function in Regex
|
/external/opencv/cv/src/ |
D | cvcalcimagehomography.cpp | 67 CvMat sub = cvMat( 3, 3, CV_32F, _sub ); in cvCalcImageHomography() local
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 71 Subroutine sub = subs[pos]; in verifySubroutine() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm.cc | 97 __ sub(r1, r1, Operand(1)); variable 134 __ sub(r1, r1, Operand(1)); variable 183 __ sub(fp, ip, Operand(4)); variable 254 __ sub(fp, ip, Operand(4)); variable 650 __ sub(fp, ip, Operand(4)); variable 761 __ sub(fp, ip, Operand(4)); variable 876 __ sub(fp, ip, Operand(4)); variable
|