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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep1.c 50 mov al, Value local
EfiSetMemRep4.c 50 mov al, Value local
51 mov ah, al
Log2.c 72 mov al, cl local
EfiSetMem.c 67 and al, 07h local
68 test al, al local
82 mov al, bl local
EfiSetMemSSE2.c 67 and al, 0fh local
68 test al, al local
82 mov al, bl local
EfiZeroMemSSE2.c 55 and al, 3 ; check lower 2 bits of address local
56 test al, al local
  /external/python/cpython2/Lib/test/
test_al.py 1 """Whimpy test script for the al module
5 al = import_module('al', deprecated=True) variable
10 # This is a very unobtrusive test for the existence of the al module and all its
11 # attributes. More comprehensive examples can be found in Demo/al
14 # touch all the attributes of al without doing anything
16 print 'Touching al module attributes...'
20 getattr(al, attr)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/syslinux/core/
writehex.c 26 uint8_t al; local
29 al = ((h & 0x0f << shift) >> shift);
30 if (al < 10)
31 al += '0';
33 al += 'A' - 10;
35 writechr(al);
40 * writehex[248]: Write a hex number in (AL, AX, EAX) to the console
  /external/testng/src/test/java/test/dataprovider/
TestNG411Test.java 15 TestListenerAdapter al = new TestListenerAdapter(); local
16 tng.addListener(al);
19 Assert.assertEquals(al.getPassedTests().size(), 1);
20 Assert.assertEquals(al.getPassedTests().get(0).getMethod().getMethodName(), "checkMinTest_injection");
22 Assert.assertEquals(al.getFailedTests().size(), 2);
TestContextTest.java 33 TestListenerAdapter al = new TestListenerAdapter(); local
34 tng.addListener(al);
38 Assert.assertEquals(al.getPassedTests().size(), passedCount);
39 Assert.assertEquals(al.getPassedTests().get(0).getMethod().getMethodName(), passed);
43 Assert.assertEquals(al.getFailedTests().size(), failedCount);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_random.h 64 unsigned int al; member in struct:__anon275
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_random.h 64 unsigned int al; member in struct:__anon384
  /prebuilts/misc/windows/sdl2/include/
SDL_test_random.h 64 unsigned int al; member in struct:__anon461
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_random.h 64 unsigned int al; member in struct:__anon557
  /art/test/980-redefine-object/src/
Main.java 377 ArrayList<Object> al = new ArrayList<>(); local
379 al.add(new Object());
380 al.add(new Object());
381 al.add(o2);
382 al.add(o);
383 al.add(t);
384 al.add(t2);
385 al.add(new Transform());
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibIcc.c 42 in al, dx local
44 mov Data, al
72 mov al, byte ptr [Value] local
74 out dx, al
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
map_v4v6.c 89 int32_t al; member in union:__anon11967
  /external/fec/
dotprod_mmx.c 60 int al; local
72 /* Choose one of 4 sets of pre-shifted coefficients. al is both the
76 al = a - ar;
79 return dotprod_mmx_assist(ar,dp->coeffs[al],(dp->len+al-1)/4+1);
dotprod_sse2.c 64 int al; local
68 al = a - ar;
71 return dotprod_sse2_assist(ar,dp->coeffs[al],(dp->len+al-1)/8+1);
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 103 private final CopyOnWriteArrayList<E> al; field in class:CopyOnWriteArraySet
109 al = new CopyOnWriteArrayList<E>();
123 al = new CopyOnWriteArrayList<E>(cc.al);
126 al = new CopyOnWriteArrayList<E>();
127 al.addAllAbsent(c);
137 return al.size();
146 return al.isEmpty();
158 return al.contains(o);
178 return al.toArray()
    [all...]

Completed in 646 milliseconds

1 2 3 4 5 6 7