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

1 2 3 4

  /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
EfiZeroMem.c 56 and al, 3 ; check lower 2 bits of address local
57 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)
  /external/u-boot/arch/arm/lib/
ashldi3.S 10 #define al r1 define
13 #define al r0 define
24 movpl ah, al, lsl r3
25 ARM( orrmi ah, ah, al, lsr ip )
26 THUMB( lsrmi r3, al, ip )
28 mov al, al, lsl r2
ashrdi3.S 10 #define al r1 define
13 #define al r0 define
23 movmi al, al, lsr r2
24 movpl al, ah, asr r3
25 ARM( orrmi al, al, ah, lsl ip )
27 THUMB( orrmi al, al, r3 )
lshrdi3.S 10 #define al r1 define
13 #define al r0 define
23 movmi al, al, lsr r2
24 movpl al, ah, lsr r3
25 ARM( orrmi al, al, ah, lsl ip )
27 THUMB( orrmi al, al, r3 )
  /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);
  /art/test/980-redefine-object/src/
Main.java 115 ArrayList<Object> al = new ArrayList<>(); local
117 al.add(new Object());
118 al.add(new Object());
119 al.add(o2);
120 al.add(o);
121 al.add(t);
122 al.add(t2);
123 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:__anon12949
  /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);
dotprod_av.c 57 int al; local
67 al = ((int)a & 15)/sizeof(signed short);
68 d = (vector signed short *)dp->coeffs[al];
70 nblocks = (dp->len+al-1)/8+1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/
IoLibIcc.c 233 in al, dx local
235 mov Data, al
263 mov al, byte ptr [Value] local
265 out dx, al
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 191 mov al, cmpv local
195 mov prev, al
  /external/ltp/testcases/kernel/syscalls/rename/
rename14.c 62 int al(void);
83 act.sa_handler = (void (*)())al;
142 int al(void) function
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.c 106 and al, 60h local
107 cmp al, 60h local
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.c 118 and al, 60h
119 cmp al, 60h
109 and al, 60h local
110 cmp al, 60h local

Completed in 3414 milliseconds

1 2 3 4