HomeSort by relevance Sort by last modified time
    Searched defs:al (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 2 """Whimpy test script for the al module
6 al = import_module('al', deprecated=True) variable
11 # This is a very unobtrusive test for the existence of the al module and all its
12 # attributes. More comprehensive examples can be found in Demo/al
15 # touch all the attributes of al without doing anything
17 print 'Touching al module attributes...'
21 getattr(al, attr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 2 """Whimpy test script for the al module
6 al = import_module('al', deprecated=True) variable
11 # This is a very unobtrusive test for the existence of the al module and all its
12 # attributes. More comprehensive examples can be found in Demo/al
15 # touch all the attributes of al without doing anything
17 print 'Touching al module attributes...'
21 getattr(al, attr)
  /external/embunit/src/
AssertImpl.c 62 int al; local
72 al = stdimpl_strlen(actual);
74 al = 4;
78 if (al > exp_act_limit) {
79 al = exp_act_limit;
82 int w = exp_act_limit + (exp_act_limit - al);
89 if (al > w) {
90 al = w;
96 stdimpl_strncat(buffer, actual, al);
  /external/v8/test/mjsunit/
apply.js 112 function al() { function
122 assertEquals(42 + j, al.apply(345, a));
131 al.apply(345, a);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestMovingParticle.java 76 AmbientLight al = new AmbientLight(); local
77 al.setColor(new ColorRGBA(0.84f, 0.80f, 0.80f, 1.0f));
78 rootNode.addLight(al);
TestNormalMapping.java 80 AmbientLight al = new AmbientLight(); local
81 al.setColor(new ColorRGBA(0.44f, 0.40f, 0.20f, 1.0f));
82 rootNode.addLight(al);
TestUnshadedModel.java 40 AmbientLight al = new AmbientLight(); local
41 al.setColor(ColorRGBA.White);
42 rootNode.addLight(al);
TestBumpModel.java 76 AmbientLight al = new AmbientLight(); local
77 al.setColor(new ColorRGBA(0.44f, 0.40f, 0.20f, 1.0f));
78 rootNode.addLight(al);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestSSAO.java 73 AmbientLight al = new AmbientLight(); local
74 al.setColor(new ColorRGBA(1.8f, 1.8f, 1.8f, 1.0f));
76 rootNode.addLight(al);
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 65 private final CopyOnWriteArrayList<E> al; field in class:CopyOnWriteArraySet
71 al = new CopyOnWriteArrayList<E>();
82 al = new CopyOnWriteArrayList<E>();
83 al.addAllAbsent(c);
92 return al.size();
101 return al.isEmpty();
114 return al.contains(o);
134 return al.toArray();
179 return al.toArray(a);
187 al.clear()
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
KeyManagerImplTest.java 39 String al = km.chooseClientAlias(keyType, null, new Socket()); local
40 assertNull(al);
42 al = km.chooseEngineClientAlias(keyType, null, new SSLEngineImpl(null));
43 assertNull(al);
45 al = km.chooseEngineServerAlias("RSA", null, new SSLEngineImpl(null));
46 assertNull(al);
48 al = km.chooseServerAlias("RSA", null, new Socket());
49 assertNull(al);
66 String al = km.chooseClientAlias(keyType, null, new Socket()); local
67 assertEquals("ssl_test_store", al);
    [all...]
  /external/boringssl/src/ssl/
d1_clnt.c 515 int al, ok = 0; local
540 al = SSL_AD_DECODE_ERROR;
546 al = SSL_AD_ILLEGAL_PARAMETER;
557 ssl3_send_alert(s, SSL3_AL_FATAL, al);
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestUnshadedModel.java 40 AmbientLight al = new AmbientLight(); local
41 al.setColor(ColorRGBA.White);
42 rootNode.addLight(al);
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestSaveGame.java 79 AmbientLight al = new AmbientLight(); local
80 rootNode.addLight(al);
TestTextureAtlas.java 74 AmbientLight al = new AmbientLight(); local
75 rootNode.addLight(al);
  /external/linux-tools-perf/src/tools/perf/util/
build-id.c 25 struct addr_location al; local
37 sample->ip, &al);
39 if (al.map != NULL)
40 al.map->dso->hit = 1;
  /external/toybox/toys/posix/
df.c 47 struct arg_list *al; local
49 for (al = TT.fstype; al; al = al->next)
50 if (!strcmp(mt->type, al->arg)) break;
52 if (!al) return;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 179 mov al, cmpv local
183 mov prev, al
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 138 Scalar al = C.row(i).dot(x) - f.coeff(i); local
139 if (al >= -1.0E-15)
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestAnimationFactory.java 26 AmbientLight al = new AmbientLight(); local
27 rootNode.addLight(al);
  /external/jmonkeyengine/engine/src/test/jme3test/scene/
TestSceneLoading.java 84 AmbientLight al = new AmbientLight(); local
85 scene.addLight(al);
  /external/tcpdump/
print-cdp.c 252 int pt, pl, al, num; local
275 al = EXTRACT_16BITS(&p[pl]); /* address length */
277 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
295 memcmp(p, prot_ipv6, 8) == 0 && al == 16) {
303 TCHECK2(*p, al);
304 if (p + al > endp)
310 p += al;
326 al = (*p << 8) + *(p + 1);
327 printf(", al=%d, a=", al);
    [all...]
  /external/toybox/lib/
password.c 14 } al[] = {{"des", 0, 2}, {"md5", 1, 8}, {"sha256", 5, 16}, {"sha512", 6, 16}}; local
17 for (i = 0; i < ARRAY_LEN(al); i++) {
18 if (!strcmp(algo, al[i].type)) {
19 int len = al[i].len;
22 if (al[i].id) s += sprintf(s, "$%c$", '0'+al[i].id);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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...]
  /external/boringssl/src/crypto/bn/
mul.c 584 int top, al, bl; local
590 al = a->top;
593 if ((al == 0) || (bl == 0)) {
597 top = al + bl;
609 i = al - bl;
611 if (al == 8) {
621 if ((al >= BN_MULL_SIZE_NORMAL) && (bl >= BN_MULL_SIZE_NORMAL)) {
626 j = BN_num_bits_word((BN_ULONG)al);
632 assert(j <= al || j <= bl);
638 if (al > j || bl > j)
820 int max, al; local
    [all...]

Completed in 751 milliseconds

1 2 3 4 5