Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DIdentity2Test.java175 IdentitySubclass sub = new IdentitySubclass("test", scope); in test_getScope() local
184 IdentitySubclass sub = new IdentitySubclass("test", in test_getPublicKey() local
196 IdentitySubclass sub = new IdentitySubclass(name, in test_getName() local
206 IdentitySubclass sub = new IdentitySubclass("test", in test_getInfo() local
216 IdentitySubclass sub = new IdentitySubclass("test", in test_certificates() local
233 IdentitySubclass sub = new IdentitySubclass("test", in test_addCertificateLjava_security_Certificate() local
247 IdentitySubclass sub = new IdentitySubclass("test", in test_removeCertificateLjava_security_Certificate() local
264 IdentitySubclass sub = new IdentitySubclass("test", in test_equalsLjava_lang_Object() local
281 IdentitySubclass sub = new IdentitySubclass("test", null); in test_identityEqualsLjava_security_Identity() local
298 IdentitySubclass sub = new IdentitySubclass("test", null); in test_toString() local
[all …]
DIdentityScope2Test.java142 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_addIdentityLjava_security_Identity() local
161 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_removeIdentityLjava_security_Identity() local
179 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_identities() local
196 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_security_Principal() local
208 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_security_PublicKey() local
222 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_getIdentityLjava_lang_String() local
236 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_size() local
248 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", in test_toString() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java136 Subroutine sub = (Subroutine) subroutineHeads.get(jsr.label); in analyze() local
140 findSubroutine(insns.indexOf(jsr.label), sub, subroutineCalls); in analyze() local
300 private void findSubroutine(int insn, final Subroutine sub, final List calls) in findSubroutine()
320 findSubroutine(insns.indexOf(jnode.label), sub, calls); in findSubroutine() local
324 findSubroutine(insns.indexOf(tsnode.dflt), sub, calls); in findSubroutine() local
327 findSubroutine(insns.indexOf(l), sub, calls); in findSubroutine() local
331 findSubroutine(insns.indexOf(lsnode.dflt), sub, calls); in findSubroutine() local
334 findSubroutine(insns.indexOf(l), sub, calls); in findSubroutine() local
343 findSubroutine(insns.indexOf(tcb.handler), sub, calls); in findSubroutine() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S162 sub sp,sp,#192 label
237 sub r0,r0,#32 label
545 sub r1,r1,#64 label
946 sub r3,r3,#64 label
1129 sub r2,r1,#32 label
1450 sub r3,r3,#32 label
1619 sub sp,sp,#0 label
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java62 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/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java138 UResourceBundle sub; in TestOpen() local
155 UResourceBundle sub; in TestOpen() local
189 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
206 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
218 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
225 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
238 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
246 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
258 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
277 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
Dcpu-test.s17 sub sp,#16 label
/external/v8/src/arm/
Dregexp-macro-assembler-arm.cc231 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
268 __ sub(r3, r3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local
272 __ sub(r3, r3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
288 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
342 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() local
371 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReference() local
415 __ sub(r0, current_character(), Operand(minus)); in CheckNotCharacterAfterMinusAnd() local
426 __ sub(r0, current_character(), Operand(from)); in CheckCharacterInRange() local
436 __ sub(r0, current_character(), Operand(from)); in CheckCharacterNotInRange() local
473 __ sub(r0, current_character(), Operand('\t')); in CheckSpecialCharacterClass() local
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_dead_sources.c7 static void mark_used_presub(struct rc_pair_sub_instruction * sub) in mark_used_presub()
21 struct rc_pair_sub_instruction * sub) in mark_used()
/external/regex-re2/re2/
Dregexp.cc139 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 …]
Dset.cc52 re2::Regexp** sub = new re2::Regexp*[nsub + 1]; in Add() local
60 re2::Regexp* sub[2]; in Add() local
/external/clang/test/SemaCXX/
Dqual-id-test.cpp23 struct sub : B::base struct
39 A::sub a; in fun()
/external/llvm/test/MC/AArch64/
Dneon-scalar-add-sub.s13 sub d1, d7, d8 define
/external/llvm/test/MC/X86/
Dfixup-cpu-mode.s6 sub $edata, %r12 // CHECK: subq $0, %r12 label
/external/clang/test/Modules/Inputs/string_names/
Dsub.h3 const int sub = 2; variable
/external/clang/test/Modules/Inputs/declare-use/
Dsub.h3 const int sub = 42; variable
/external/v8/src/ia32/
Dregexp-macro-assembler-ia32.cc207 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
249 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
283 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local
348 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local
394 __ sub(edi, esi); in CheckNotBackReference() local
532 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local
539 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local
585 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local
596 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local
649 __ sub(ecx, Operand::StaticVariable(stack_limit)); in GetCode() local
[all …]
Dcodegen-ia32.cc128 if (direction == BACKWARD) __ sub(src, Immediate(0x40)); in MemMoveEmitMainLoop() local
134 if (direction == BACKWARD) __ sub(dst, Immediate(0x40)); in MemMoveEmitMainLoop() local
146 if (direction == BACKWARD) __ sub(src, Immediate(0x20)); in MemMoveEmitMainLoop() local
150 if (direction == BACKWARD) __ sub(dst, Immediate(0x20)); in MemMoveEmitMainLoop() local
158 if (direction == BACKWARD) __ sub(src, Immediate(0x10)); in MemMoveEmitMainLoop() local
161 if (direction == BACKWARD) __ sub(dst, Immediate(0x10)); in MemMoveEmitMainLoop() local
254 __ sub(eax, dst); in CreateMemMoveFunction() local
267 __ sub(count, edx); in CreateMemMoveFunction() local
322 __ sub(eax, src); in CreateMemMoveFunction() local
331 __ sub(dst, edx); in CreateMemMoveFunction() local
[all …]
/external/v8/src/x87/
Dregexp-macro-assembler-x87.cc206 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
248 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
282 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local
347 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local
393 __ sub(edi, esi); in CheckNotBackReference() local
531 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local
538 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local
584 __ sub(eax, Immediate(0x0b)); in CheckSpecialCharacterClass() local
595 __ sub(eax, Immediate(0x2028 - 0x0b)); in CheckSpecialCharacterClass() local
648 __ sub(ecx, Operand::StaticVariable(stack_limit)); in GetCode() local
[all …]
/external/strace/
Daio.c77 enum iocb_sub sub; in tprint_lio_opcode() member
126 enum iocb_sub sub; in SYS_FUNC() local
/external/blktrace/btreplay/
Dbtrecord.h78 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/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockPixelUtils.java19 public static PointF sub(PointF lhs, PointF rhs) { in sub() method in MockPixelUtils
/external/skia/tools/
Dsk_tool_utils_font.cpp36 const SubFont* sub; in create_font() local
74 const SubFont& sub = gSubFonts[index]; in resource_font() local

1234567891011