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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/oo/
TypeCheck.h 54 * Determine whether "sub" is a sub-class of "clazz".
58 INLINE int dvmIsSubClass(const ClassObject* sub, const ClassObject* clazz) {
60 /*printf("###### sub='%s' clazz='%s'\n", sub->name, clazz->name);*/
61 if (sub == clazz)
63 sub = sub->super;
64 } while (sub != NULL);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ConcurrentModTest.java 44 List sub = al.subList(1, 3); local
45 assertEquals(2, sub.size());
46 // the sub.get(1) is 3.0
47 assertTrue(((Double) sub.get(1)).doubleValue() <= 3.0);
48 assertTrue(((Double) sub.get(1)).doubleValue() > 2.0);
54 sub.get(1);
74 List sub = al.subList(1, 3); local
75 assertEquals(2, sub.size());
76 // the sub.get(1) is 3.0
77 assertTrue(((Double) sub.get(1)).doubleValue() <= 3.0)
104 List sub = al.subList(1, 3); local
134 List sub = al.subList(1, 3); local
164 List sub = al.subList(1, 3); local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 174 IdentitySubclass sub = new IdentitySubclass("test", scope); local
175 IdentityScope returnedScope = sub.getScope();
183 IdentitySubclass sub = new IdentitySubclass("test", local
185 sub.setPublicKey(pubKey);
186 PublicKey returnedPubKey = sub.getPublicKey();
195 IdentitySubclass sub = new IdentitySubclass(name, local
197 assertEquals("Wrong Name returned", name, sub.getName());
205 IdentitySubclass sub = new IdentitySubclass("test", local
207 sub.setInfo(info);
208 assertEquals("Wrong Info returned", info, sub.getInfo())
215 IdentitySubclass sub = new IdentitySubclass("test", local
232 IdentitySubclass sub = new IdentitySubclass("test", local
246 IdentitySubclass sub = new IdentitySubclass("test", local
263 IdentitySubclass sub = new IdentitySubclass("test", local
280 IdentitySubclass sub = new IdentitySubclass("test", null); local
297 IdentitySubclass sub = new IdentitySubclass("test", null); local
309 IdentitySubclass sub = new IdentitySubclass("test", null); local
319 IdentitySubclass sub = new IdentitySubclass("test", null); local
    [all...]
IdentityScope2Test.java 141 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
145 sub.addIdentity(id);
149 sub.addIdentity(id2);
160 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
164 sub.addIdentity(id);
165 sub.removeIdentity(id);
167 sub.removeIdentity(id);
178 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
182 sub.addIdentity(id);
183 Enumeration en = sub.identities()
195 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
207 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
221 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
235 IdentityScopeSubclass sub = new IdentityScopeSubclass("test", local
247 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...]
  /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);
  /external/clang/test/CodeGenCXX/
conditional-expr-lvalue.cpp 14 A sub() const;
18 (cond ? a : a.sub()).foo();
  /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...]
  /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...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_INDEXOF.S 46 sub r0, #2
49 sub r8, r2
95 sub r0, #6
96 sub r0, r7
100 sub r0, #4
101 sub r0, r7
105 sub r0, #2
106 sub r0, r7
110 sub r0, r7
  /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...]
dec_lag6.cpp 48 files (add.h, sub.h, etc.)
235 sub(
249 sub(
262 sub(
283 sub(
303 sub(
326 sub(
332 sub(
  /external/compiler-rt/lib/arm/
modsi3.S 32 sub r0, r2, r0, asr #31
33 sub r1, r3, r1, asr #31
38 sub r0, r0, r4, asr #31
divmodsi4.S 36 sub r0, ip, r0, asr #31
37 sub r1, lr, r1, asr #31
44 sub r0, r0, r4, asr #31
45 sub r1, r1, r5, asr #31
  /external/blktrace/btreplay/
btrecord.h 78 static inline __u64 mk_btversion(int mjr, int mnr, int sub)
80 return ((mjr & 0xff) << 16) | ((mnr & 0xff) << 8) | (sub & 0xff);
83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub)
87 *sub = (int)((version >> 0) & 0xff);
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 67 CvMat sub = cvMat( 3, 3, CV_32F, _sub ); local
105 cvSetIdentity( &sub );
106 cvSub( &sub, &r_trans, &sub );
107 cvMatMul( &sub, &center, &t_trans );
109 cvMatMul( &t_trans, &rz, &sub );
110 cvScaleAdd( &sub, cvRealScalar(1./plane_dist), &r_trans, &sub ); /* ? */
112 cvMatMul( &intrinsic, &sub, &r_trans );
113 cvInvert( &intrinsic, &sub, CV_SVD )
    [all...]
  /frameworks/base/core/tests/coretests/apks/
Android.mk 6 # build sub packages
  /external/regex-re2/re2/
set.cc 52 re2::Regexp** sub = new re2::Regexp*[nsub + 1]; local
54 sub[i] = re->sub()[i]->Incref();
55 sub[nsub] = m;
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
58 delete[] sub;
60 re2::Regexp* sub[2]; local
61 sub[0] = re;
62 sub[1] = m;
63 re = re2::Regexp::Concat(sub, 2, pf)
    [all...]
  /dalvik/tests/021-string2/src/
Main.java 28 String sub = offset.substring(3, 13); local
40 Assert.assertEquals(test.compareTo(sub), 0);
41 Assert.assertEquals(sub.compareTo(test), 0);
42 Assert.assertTrue(test.equals(sub));
43 Assert.assertTrue(sub.equals(test));
45 Assert.assertFalse(offset.equals(sub));
46 Assert.assertFalse(sub.equals(offset));
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode {
75 next = scanOp(pos, iter, sub) && iter.hasNext();
81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode {
82 subroutines[pos] = sub;
87 scanTableSwitch(pos, iter, sub);
93 scanLookupSwitch(pos, iter, sub);
114 scan(target, iter, sub);
125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode {
128 scan(pos + iter.s32bitAt(index), iter, sub);
135 scan(target, iter, sub);
    [all...]
  /frameworks/base/core/java/android/text/
AlteredCharSequence.java 32 * are mirrored instead from <code>sub</code>, beginning at offset 0.
34 public static AlteredCharSequence make(CharSequence source, char[] sub,
37 return new AlteredSpanned(source, sub, substart, subend);
39 return new AlteredCharSequence(source, sub, substart, subend);
42 private AlteredCharSequence(CharSequence source, char[] sub,
45 mChars = sub;
50 /* package */ void update(char[] sub, int substart, int subend) {
51 mChars = sub;
60 private AlteredSpanned(CharSequence source, char[] sub,
62 super(source, sub, substart, subend)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
R4R8First_v5.s 43 sub r0, r0, r2
44 sub r1, r1, r3
49 sub r4, r4, r6
50 sub r5, r5, r7
55 sub r8, r8, r2
56 sub r9, r9, r3
59 sub r3, r1, r4
61 sub r0, r0, r5
82 sub sp, sp, #0x24
98 sub r0, r0, r2 @ r1 = buf[0] - buf[2]
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 61 /* IppmVect32f sub, cros; */
62 float *sub, *cros; local
102 sub = icvCreateVector_32f( 3 );
104 if( sub == NULL || cros == NULL )
140 icvSubVector_32f ((IppmVect32f )&points[i], (IppmVect32f )&line[3], sub, 3);
142 icvCrossProduct2L_32f ((IppmVect32f )&line[0], sub, cros);
145 sub[0] = points[i].x - line[3];
146 sub[1] = points[i].y - line[4];
147 sub[2] = points[i].z - line[5];
148 a[0] = sub[0] * line[1] - sub[1] * line[0]
277 float *sub, *cros; local
    [all...]

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>