HomeSort by relevance Sort by last modified time
    Searched defs:al (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 35 AbstractList al = new ArrayList(); local
40 al.add(one);
41 al.add(two);
42 al.add(three);
43 al.add(four);
44 List sub = al.subList(1, 3);
50 al.remove(1); // remove the 2.0
61 al.get(-1);
68 al.get(al.size()+1)
79 AbstractList al = new ArrayList(); local
109 AbstractList al = new ArrayList(); local
139 AbstractList al = new ArrayList(); local
205 AbstractList al = new ArrayList(); local
    [all...]
ArrayListTest.java 55 ArrayList al = new ArrayList(5); local
56 assertEquals("Incorrect arrayList created", 0, al.size());
71 ArrayList al = new ArrayList(Arrays.asList(objArray)); local
72 assertTrue("arrayList created from collection has incorrect size", al
77 al.get(counter) == objArray[counter]);
338 ArrayList al = new ArrayList(capacity); local
341 al.add(i, new Object());
343 al.add(i, testObject);
344 int location = al.indexOf(testObject);
346 al.ensureCapacity(capacity)
573 ArrayList al = new ArrayList(v); local
    [all...]
AbstractListTest.java 151 List al = new ArrayList(); local
153 al.add(new Integer(i));
157 al.subList(3, 7) instanceof RandomAccess);
174 List al = new ArrayList(); local
175 al.add("one");
176 List emptySubList = al.subList(0, 0);
230 AbstractList al = new ArrayList(); local
231 al.add(0);
232 al.add(1);
233 al.add(2)
242 AbstractList al = new ArrayList(); local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLight.java 60 AmbientLight al=new AmbientLight(); local
61 al.setColor(ColorRGBA.White.mult(0.8f));
62 rootNode.addLight(al);
TestTransparentShadow.java 92 AmbientLight al = new AmbientLight(); local
93 al.setColor(ColorRGBA.White.mult(2));
94 rootNode.addLight(al);
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestSpatialAnim.java 26 AmbientLight al = new AmbientLight(); local
27 rootNode.addLight(al);
TestCustomAnim.java 67 AmbientLight al = new AmbientLight(); local
68 rootNode.addLight(al);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java 52 AmbientLight al = new AmbientLight(); local
53 al.setColor(ColorRGBA.White.mult(2));
54 rootNode.addLight(al);
TestTransparentSSAO.java 49 AmbientLight al = new AmbientLight(); local
50 al.setColor(ColorRGBA.White.mult(2));
51 rootNode.addLight(al);
  /external/linux-tools-perf/
builtin-diff.c 26 struct addr_location *al, u64 period)
28 if (__hists__add_entry(self, al, NULL, period) != NULL)
38 struct addr_location al; local
40 if (perf_event__preprocess_sample(event, session, &al, sample, NULL) < 0) {
46 if (al.filtered || al.sym == NULL)
49 if (hists__add_entry(&session->hists, &al, sample->period)) {
builtin-report.c 60 struct addr_location *al,
69 err = perf_session__resolve_callchain(session, al->thread,
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
90 if (al->sym != NULL && use_browser > 0) {
100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
115 struct addr_location al; local
117 if (perf_event__preprocess_sample(event, session, &al, sample,
124 if (al.filtered || (hide_unresolved && al.sym == NULL))
127 if (al.map != NULL
    [all...]
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 148 ArrayList<V> al = new ArrayList<V>(); local
149 al.addAll(mapToPut.get(k));
150 this.map.put(k, al);
  /external/openssl/crypto/bn/
bn_mul.c 770 /* Calculate (al-ah)*(bh-bl) */
823 /* s0 == low(al*bl)
824 * s1 == low(ah*bh)+low((al-ah)*(bh-bl))+low(al*bl)+high(al*bl)
825 * We know s0 and s1 so the only unknown is high(al*bl)
826 * high(al*bl) == s1 - low(ah*bh+s0+(al-ah)*(bh-bl))
827 * high(al*bl) == s1 - (r[0]+l[0]+t[0])
860 /* s[0] = low(al*bl
946 int top,al,bl; local
    [all...]
  /external/openssl/ssl/
s3_both.c 230 int al,i,ok; local
252 al=SSL_AD_UNEXPECTED_MESSAGE;
263 al=SSL_AD_DECODE_ERROR;
270 al=SSL_AD_DECRYPT_ERROR;
294 ssl3_send_alert(s,SSL3_AL_FATAL,al);
431 int i,al; local
438 al=SSL_AD_UNEXPECTED_MESSAGE;
491 al=SSL_AD_UNEXPECTED_MESSAGE;
512 al=SSL_AD_ILLEGAL_PARAMETER;
518 al=SSL_AD_ILLEGAL_PARAMETER
612 int al; local
    [all...]
tls_srp.c 231 int al; local
235 ((al = s->srp_ctx.TLS_ext_srp_username_callback(s, ad, s->srp_ctx.SRP_cb_arg))!=SSL_ERROR_NONE))
236 return al;
s3_pkt.c 286 int ssl_major,ssl_minor,al; local
341 al=SSL_AD_PROTOCOL_VERSION;
354 al=SSL_AD_RECORD_OVERFLOW;
394 al=SSL_AD_RECORD_OVERFLOW;
409 al=SSL_AD_DECRYPTION_FAILED;
444 al=SSL_AD_DECODE_ERROR;
483 al=SSL_AD_BAD_RECORD_MAC;
493 al=SSL_AD_RECORD_OVERFLOW;
499 al=SSL_AD_DECOMPRESSION_FAILURE;
507 al=SSL_AD_RECORD_OVERFLOW
943 int al,i,j,ret; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
crc32.c 145 UInt al, i; local
150 for (al = 0; al < 1; al++) {
152 for (i = 0; i <= 1000-1-al; i += 1)
153 crc = do_h_crc32b_mem( crc, &b[i+al] );
154 printf("mem b misalign %d = %08x\n", al, crc);
157 for (al = 0; al < 2; al++)
    [all...]
  /external/zlib/src/contrib/inflate86/
inffas86.c 197 " testb %%al, %%al\n"
213 " testb %%al, %%al\n"
224 " movb %%al, %%cl\n"
226 " testb $16, %%al\n"
262 " movb %%al, %%cl\n" /* cl = this.op */
264 " testb $16, %%al\n" /* if ((op & 16) == 0) */
295 " movb (%%rsi), %%al\n"
296 " movb %%al, (%%rdi)\n
840 test al, al local
854 test al, 16 local
905 test al, 16 \/* if ((op & 16) == 0) *\/ local
947 mov al, [esi] local
969 mov al, [edi-1] local
984 test al, 64 local
998 test al, 64 local
1091 test al, 32 local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
KeyManagerImpl.java 88 final String[] al = chooseAlias(keyTypes, issuers); local
89 return (al == null ? null : al[0]);
93 final String[] al = chooseAlias(new String[] { keyType }, issuers); local
94 return (al == null ? null : al[0]);
135 final String[] al = chooseAlias(keyTypes, issuers); local
136 return (al == null ? null : al[0]);
141 final String[] al = chooseAlias(new String[] { keyType }, issuers) local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 60 ArrayList al = new ArrayList(5); local
61 assertEquals("Incorrect arrayList created", 0, al.size());
63 al = new ArrayList(0);
64 assertEquals("Incorrect arrayList created", 0, al.size());
67 al = new ArrayList(-1);
79 ArrayList al = new ArrayList(Arrays.asList(objArray)); local
80 assertTrue("arrayList created from collection has incorrect size", al
85 al.get(counter) == objArray[counter]);
532 ArrayList al = new ArrayList(capacity); local
535 al.add(i, new Object())
855 ArrayList al = new ArrayList(v); local
    [all...]
AbstractListTest.java 159 List al = new ArrayList(); local
161 al.add(new Integer(i));
165 al.subList(3, 7) instanceof RandomAccess);
182 List al = new ArrayList(); local
183 al.add("one");
184 List emptySubList = al.subList(0, 0);
AbstractSequentialListTest.java 58 AbstractSequentialList<String> al = new ASLT<String>(); local
64 al.addAll(c);
65 assertTrue("Should return true", al.addAll(2, c)); //$NON-NLS-1$
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 60 std::initializer_list<A> al = { {1, 2}, {2, 3}, {3, 4} }; local
  /external/grub/netboot/
3c509.c 338 int cx, al; local
340 for (al = 0xff, cx = 0; cx < 255; cx++) {
341 outb(al, port);
342 al <<= 1;
343 if (al & 0x100)
344 al ^= 0xcf;
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 118 AmbientLight al = new AmbientLight(); local
119 al.setColor(ColorRGBA.White.mult(1.3f));
120 rootNode.addLight(al);

Completed in 1006 milliseconds

12 3 4 5