Home
last modified time | relevance | path

Searched defs:aa (Results 1 – 25 of 175) sorted by relevance

1234567

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java59 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testConstructor() local
71 AtomicDoubleArray aa = new AtomicDoubleArray(a); in testConstructor2NPE() local
80 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES); in testConstructor2() local
91 AtomicDoubleArray aa = new AtomicDoubleArray(new double[0]); in testConstructorEmptyArray() local
103 AtomicDoubleArray aa = new AtomicDoubleArray(0); in testConstructorZeroLength() local
115 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testIndexing() local
152 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetSet() local
166 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetLazySet() local
180 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testCompareAndSet() local
220 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testWeakCompareAndSet() local
[all …]
/external/valgrind/main/memcheck/tests/
Dbadaddrvalue.c7 char* aa = malloc(8); in main() local
Dclientperm.c17 char* aa = calloc(100,1); in main() local
/external/clang/test/Index/
Dgetcursor-preamble.h4 } aa; variable
/external/clang/test/Sema/
Darg-scope.c3 void aa(int b, int x[sizeof b]) {} in aa() function
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2030.js33 var aa = new a(); variable
/external/clang/test/CodeGen/
D2003-11-19-AddressOfRegister.c8 register struct item *aa; in TEST() local
Dstring-literal-unicode-conversion.c22 char const *aa = "�����"; in f() local
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h22 u8 aa[ETH_ALEN]; member
87 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
107 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add()
Dpmksa_cache.c125 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add()
312 const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
331 const u8 *aa) in pmksa_cache_clone_entry()
362 const u8 *aa) in pmksa_cache_get_opportunistic()
/external/lldb/test/functionalities/archives/
Da.c16 int aa(int arg1) { in aa() function
/external/clang/test/CodeGenCXX/
Ddebug-info-union.cpp7 float aa() { return b;} in aa() function
Dvirt-thunk-reference.cpp6 void C::aa(int&) {} in aa() function in C
/external/skia/src/core/
DSkBlitter_ARGB32.cpp95 unsigned aa = antialias[0]; in blitAntiH() local
244 unsigned aa = antialias[0]; in blitAntiH() local
270 int count, U8CPU aa) { in blend_srcmode()
425 int aa = *antialias; in blitAntiH() local
449 int aa = *antialias; in blitAntiH() local
470 int aa = *antialias; in blitAntiH() local
DSkBlitter_RGB16.cpp227 unsigned aa = *alpha++; in blitMask() local
250 unsigned aa = antialias[0]; in blitAntiH() local
319 unsigned aa = antialias[0]; in blitAntiH() local
590 unsigned aa = antialias[0]; in blitAntiH() local
644 unsigned aa = *alpha++; in blitMask() local
770 int aa = *antialias; in blitAntiH() local
792 int aa = SkAlphaMul(*antialias, alpha); in blitAntiH() local
871 static inline int count_nonzero_span(const int16_t runs[], const SkAlpha aa[]) { in count_nonzero_span()
897 int aa = *antialias; in blitAntiH() local
977 int aa = *antialias; in blitAntiH() local
DSkDeviceLooper.cpp12 const SkIRect& bounds, bool aa) in SkDeviceLooper()
/external/chromium_org/third_party/skia/src/core/
DSkBlitter_ARGB32.cpp95 unsigned aa = antialias[0]; in blitAntiH() local
244 unsigned aa = antialias[0]; in blitAntiH() local
270 int count, U8CPU aa) { in blend_srcmode()
425 int aa = *antialias; in blitAntiH() local
449 int aa = *antialias; in blitAntiH() local
470 int aa = *antialias; in blitAntiH() local
DSkBlitter_RGB16.cpp233 unsigned aa = *alpha++; in blitMask() local
256 unsigned aa = antialias[0]; in blitAntiH() local
325 unsigned aa = antialias[0]; in blitAntiH() local
600 unsigned aa = antialias[0]; in blitAntiH() local
654 unsigned aa = *alpha++; in blitMask() local
780 int aa = *antialias; in blitAntiH() local
802 int aa = SkAlphaMul(*antialias, alpha); in blitAntiH() local
881 static inline int count_nonzero_span(const int16_t runs[], const SkAlpha aa[]) { in count_nonzero_span()
907 int aa = *antialias; in blitAntiH() local
987 int aa = *antialias; in blitAntiH() local
DSkDeviceLooper.cpp12 const SkIRect& bounds, bool aa) in SkDeviceLooper()
/external/wpa_supplicant_8/src/ap/
Dpmksa_cache_auth.c245 const u8 *aa, const u8 *spa, int session_timeout, in pmksa_cache_auth_add()
294 const u8 *aa, const u8 *pmkid) in pmksa_cache_add_okc()
402 struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, in pmksa_cache_get_okc()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h66 void setAA(AliasAnalysis *aa) { AA = aa; } in setAA()
/external/valgrind/main/none/tests/amd64/
Dbug127521-64.c52 ULong dd, aa, mmHi, mmLo, zz; in try8b() local
105 ULong dd, aa, mmHi, mmLo, zz; in try16b() local
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp53 AliasAnalysis *aa) { in checkRematerializable()
62 void LiveRangeEdit::scanRemattable(AliasAnalysis *aa) { in scanRemattable()
76 bool LiveRangeEdit::anyRematerializable(AliasAnalysis *aa) { in anyRematerializable()
/external/clang/test/Analysis/
Ddynamic-cast.cpp23 B aa; in testDynCastFromRadar() local
88 B aa; in testLHS() local
94 B aa; in testLHS2() local
/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c793 ULong h_generic_calc_QNarrowBin32Sto16Sx4 ( ULong aa, ULong bb ) in h_generic_calc_QNarrowBin32Sto16Sx4()
807 ULong h_generic_calc_QNarrowBin16Sto8Sx8 ( ULong aa, ULong bb ) in h_generic_calc_QNarrowBin16Sto8Sx8()
829 ULong h_generic_calc_QNarrowBin16Sto8Ux8 ( ULong aa, ULong bb ) in h_generic_calc_QNarrowBin16Sto8Ux8()
853 ULong h_generic_calc_NarrowBin32to16x4 ( ULong aa, ULong bb ) in h_generic_calc_NarrowBin32to16x4()
867 ULong h_generic_calc_NarrowBin16to8x8 ( ULong aa, ULong bb ) in h_generic_calc_NarrowBin16to8x8()
891 ULong h_generic_calc_InterleaveHI8x8 ( ULong aa, ULong bb ) in h_generic_calc_InterleaveHI8x8()
905 ULong h_generic_calc_InterleaveLO8x8 ( ULong aa, ULong bb ) in h_generic_calc_InterleaveLO8x8()
919 ULong h_generic_calc_InterleaveHI16x4 ( ULong aa, ULong bb ) in h_generic_calc_InterleaveHI16x4()
929 ULong h_generic_calc_InterleaveLO16x4 ( ULong aa, ULong bb ) in h_generic_calc_InterleaveLO16x4()
939 ULong h_generic_calc_InterleaveHI32x2 ( ULong aa, ULong bb ) in h_generic_calc_InterleaveHI32x2()
[all …]

1234567