HomeSort by relevance Sort by last modified time
    Searched refs:sub (Results 1 - 25 of 1531) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use5.cpp 5 #include "sub.h"
7 const int a = sub;
declare-use1.cpp 8 #include "sub.h"
9 const int g2 = g1 + e + f + aux_i + sub;
  /art/test/100-reflect2/src/sub/
PPClass.java 17 package sub; package
  /external/clang/test/Modules/Inputs/declare-use/
sub.h 3 const int sub = 42; variable
  /external/clang/test/Modules/Inputs/string_names/
sub.h 3 const int sub = 2; variable
  /external/skia/src/pathops/
SkPathOpsRect.cpp 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) {
14 set(sub[0]);
15 add(sub[2]);
18 if (!sub.monotonicInX()) {
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues);
21 if (!sub.monotonicInY()) {
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]);
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) {
31 set(sub[0]);
32 add(sub[2])
    [all...]
  /external/llvm/test/MC/X86/
fixup-cpu-mode.s 6 sub $edata, %r12 // CHECK: subq $0, %r12 label
  /external/llvm/test/MC/AArch64/
neon-scalar-add-sub.s 11 // Scalar Integer Sub
13 sub d1, d7, d8
15 // CHECK: sub d1, d7, d8 // encoding: [0xe1,0x84,0xe8,0x7e]
  /external/compiler-rt/lib/builtins/arm/
sync_fetch_and_sub_4.S 17 /* "subs" is 2 bytes shorter than "sub". */
18 #define sub_4(rD, rN, rM) sub rD, rN, rM
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 175 IdentitySubclass sub = new IdentitySubclass("test", scope); local
176 IdentityScope returnedScope = sub.getScope();
184 IdentitySubclass sub = new IdentitySubclass("test", local
186 sub.setPublicKey(pubKey);
187 PublicKey returnedPubKey = sub.getPublicKey();
196 IdentitySubclass sub = new IdentitySubclass(name, local
198 assertEquals("Wrong Name returned", name, sub.getName());
206 IdentitySubclass sub = new IdentitySubclass("test", local
208 sub.setInfo(info);
209 assertEquals("Wrong Info returned", info, sub.getInfo())
216 IdentitySubclass sub = new IdentitySubclass("test", local
233 IdentitySubclass sub = new IdentitySubclass("test", local
247 IdentitySubclass sub = new IdentitySubclass("test", local
264 IdentitySubclass sub = new IdentitySubclass("test", local
281 IdentitySubclass sub = new IdentitySubclass("test", null); local
298 IdentitySubclass sub = new IdentitySubclass("test", null); local
310 IdentitySubclass sub = new IdentitySubclass("test", null); local
320 IdentitySubclass sub = new IdentitySubclass("test", null); local
    [all...]
IdentityScope2Test.java 142 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
146 sub.addIdentity(id);
150 sub.addIdentity(id2);
161 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
165 sub.addIdentity(id);
166 sub.removeIdentity(id);
168 sub.removeIdentity(id);
179 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
183 sub.addIdentity(id);
184 Enumeration en = sub.identities()
196 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
208 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
222 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
236 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
248 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 205 IdentitySubclass sub = new IdentitySubclass("test", scope); local
206 IdentityScope returnedScope = sub.getScope();
214 IdentitySubclass sub = new IdentitySubclass("test", local
216 sub.setPublicKey(getPubKey());
217 PublicKey returnedPubKey = sub.getPublicKey();
226 IdentitySubclass sub = new IdentitySubclass(name, local
228 assertEquals("Wrong Name returned", name, sub.getName());
236 IdentitySubclass sub = new IdentitySubclass("test", local
238 sub.setInfo(info);
239 assertEquals("Wrong Info returned", info, sub.getInfo())
246 IdentitySubclass sub = new IdentitySubclass("test", local
265 IdentitySubclass sub = new IdentitySubclass("test", local
299 IdentitySubclass sub = new IdentitySubclass("test", local
320 IdentitySubclass sub = new IdentitySubclass("test", null); local
337 IdentitySubclass sub = new IdentitySubclass("test", null); local
348 IdentitySubclass sub = new IdentitySubclass("test", null); local
357 IdentitySubclass sub = new IdentitySubclass("test", null); local
367 IdentitySubclass sub = new IdentitySubclass("test", new IdentityScopeSubclass()); local
384 IdentitySubclass sub = new IdentitySubclass("test", local
    [all...]
IdentityScope2Test.java 183 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
187 sub.addIdentity(id);
191 sub.addIdentity(id2);
202 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
206 sub.addIdentity(id);
207 sub.removeIdentity(id);
209 sub.removeIdentity(id);
219 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
223 sub.addIdentity(id);
224 Enumeration<Identity> en = sub.identities()
235 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
265 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
283 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
296 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
308 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
    [all...]
  /external/llvm/test/MC/ARM/
cpu-test.s 16 // CHECK: sub sp, #16
17 sub sp,#16 label
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
sub.h 31 Filename: /audio/gsm_amr/c/include/sub.h
36 Description: Created separate header file for sub function.
53 needed by the sub function.
106 Word16 sub(Word16 var1, Word16 var2, Flag *pOverflow);
  /bionic/libc/arch-arm/cortex-a15/bionic/
strlen.S 93 sub ip, r3, #0x01010101
104 sub ip, r2, #0x01010101
109 sub ip, r3, #0x01010101
116 sub r0, r1, r0
117 sub r0, r0, #1
121 sub r0, r1, r0
128 sub r0, r0, #5
132 sub r0, r0, #8
136 sub r0, r0, #7
140 sub r0, r0, #
    [all...]
  /external/clang/test/CodeGenCXX/
conditional-expr-lvalue.cpp 14 A sub() const;
18 (cond ? a : a.sub()).foo();
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/
Android.mk 4 # Recursive call sub-folder Android.mk
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 165 if (sub (T0, 85) <= 0)
169 index = add (sub (i, 58), T0_frac);
183 i = sub (T0, T0_min);
193 if ( sub( sub(tmp_lag, T0_min), 5) > 0)
195 if ( sub( sub(T0_max, tmp_lag), 4) > 0)
196 tmp_lag = sub (T0_max, 4);
200 i = sub (tmp_lag, 2);
203 if (sub (tmp_ind, uplag) >= 0)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AlteredCharSequenceTest.java 30 char[] sub = { 'i', 's' }; local
32 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length);
33 // chars in sub.
57 char[] sub = { 'i', 's' }; local
62 mAlteredCharSequence = AlteredCharSequence.make(SOURCE_STR, sub, 0, sub.length);
88 char[] sub = { 'i', 's' }; local
93 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length)
100 char[] sub = { 'i', 's' }; local
118 char[] sub = { 'i', 's' }; local
134 char[] sub = { 'i', 's' }; local
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 76 sub ip, r2, #0x01010101
81 sub ip, r3, #0x01010101
88 sub r0, r1, r0
93 sub r0, r0, #8
99 sub r0, r0, #7
108 sub r0, r0, #5
112 sub r0, r1, r0
117 sub r0, r0, #4
123 sub r0, r0, #3
132 sub r0, r0, #
    [all...]
  /external/clang/test/SemaCXX/
qual-id-test.cpp 23 struct sub : B::base struct in namespace:A
39 A::sub a;
43 a.sub::x();
48 a.A::sub::x();
51 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
60 A::sub *a;
64 a->sub::x();
69 a->A::sub::x();
72 a->bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
86 A::sub *a
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 7 static void mark_used_presub(struct rc_pair_sub_instruction * sub)
9 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) {
11 sub->Src[RC_PAIR_PRESUB_SRC].Index);
14 sub->Src[i].Used = 1;
21 struct rc_pair_sub_instruction * sub)
24 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
26 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle);
28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
32 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_lag3.cpp 48 files (add.h, sub.h, etc.)
229 sub(
269 sub(
284 sub(
290 sub(
303 sub(
318 sub(
326 sub(
335 sub(
378 sub(
    [all...]
  /external/libmpeg2/common/armv8/
impeg2_format_conv.s 146 sub x7, x7, x6 //// Source increment
148 sub x8, x8, x6 //// Destination increment
158 sub x16, x16, #16
168 sub x20, x16, #16
170 sub x0, x0, x16
171 sub x3, x3, x16
189 sub x7, x7, x6, lsr #1 //// Source increment
191 sub x8, x8, x6 //// Destination increment
207 sub x16, x16, #8
217 sub x20, x16, #
    [all...]

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>