Home
last modified time | relevance | path

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

12345678

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java60 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testConstructor() local
72 AtomicDoubleArray aa = new AtomicDoubleArray(a); in testConstructor2NPE() local
81 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES); in testConstructor2() local
92 AtomicDoubleArray aa = new AtomicDoubleArray(new double[0]); in testConstructorEmptyArray() local
104 AtomicDoubleArray aa = new AtomicDoubleArray(0); in testConstructorZeroLength() local
116 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testIndexing() local
153 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetSet() local
167 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetLazySet() local
181 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testCompareAndSet() local
221 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testWeakCompareAndSet() local
[all …]
/external/libvncserver/webclients/novnc/include/web-socket-js/
Dswfobject.js4 …e,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementB… argument
/external/skia/src/core/
DSkXfermodeU64.cpp71 const SkPM4f* src, int count, const SkAlpha aa[]) { in xfer_u64_1()
91 const SkPM4f src[], int count, const SkAlpha aa[]) { in xfer_u64_n()
120 const SkPM4f*, int count, const SkAlpha aa[]) { in clear()
143 const SkPM4f* src, int count, const SkAlpha aa[]) { in src_1()
156 const SkPM4f src[], int count, const SkAlpha aa[]) { in src_n()
189 const SkPM4f* src, int count, const SkAlpha aa[]) { in srcover_1()
205 const SkPM4f src[], int count, const SkAlpha aa[]) { in srcover_n()
DSkXfermode4f.cpp44 const SkPM4f* src, int count, const SkAlpha aa[]) { in general_1()
64 const SkPM4f src[], int count, const SkAlpha aa[]) { in general_n()
93 int count, const SkAlpha aa[]) { in clear_linear()
112 int count, const SkAlpha aa[]) { in clear_srgb()
135 const SkPM4f src[], int count, const SkAlpha aa[]) { in src_n()
158 const SkPM4f* src, int count, const SkAlpha aa[]) { in src_1()
219 static void dst(const SkXfermode*, uint32_t dst[], const SkPM4f[], int count, const SkAlpha aa[]) {} in dst()
228 const SkPM4f src[], int count, const SkAlpha aa[]) { in srcover_n()
254 const SkPM4f* src, int count, const SkAlpha aa[]) { in srcover_linear_dst_1()
297 const SkPM4f* src, int count, const SkAlpha aa[]) { in srcover_srgb_dst_1()
DSkBlitter.h61 uint8_t aa[2]; in blitAntiH2() local
74 uint8_t aa[1]; in blitAntiV2() local
DSkBlitter_RGB16.cpp220 unsigned aa = *alpha++; in blitMask() local
243 unsigned aa = antialias[0]; in blitAntiH() local
311 unsigned aa = antialias[0]; in blitAntiH() local
584 unsigned aa = antialias[0]; in blitAntiH() local
638 unsigned aa = *alpha++; in blitMask() local
743 static inline int count_nonzero_span(const int16_t runs[], const SkAlpha aa[]) { in count_nonzero_span()
769 int aa = *antialias; in blitAntiH() local
850 int aa = *antialias; in blitAntiH() local
DSkBlitter_ARGB32.cpp93 unsigned aa = antialias[0]; in blitAntiH() local
272 unsigned aa = antialias[0]; in blitAntiH() local
315 int count, U8CPU aa) { in blend_srcmode()
470 int aa = *antialias; in blitAntiH() local
494 int aa = *antialias; in blitAntiH() local
515 int aa = *antialias; in blitAntiH() local
/external/clang/test/OpenMP/
Dtarget_codegen.cpp45 short aa = 0; in foo() local
341 short aa = 0; in ftemplate() local
357 short aa = 0; in fstatic() local
/external/skia/src/opts/
DSkXfermode_opts.h190 static Sk4px xfer_aa(const Sk4px& d, const Sk4px& s, const Sk4px& aa) { in xfer_aa()
223 void xfer32(SkPMColor dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer32()
232 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer16()
275 void xfer32(SkPMColor dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer32()
281 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer16()
290 static SkPMColor Xfer32_1(SkPMColor dst, const SkPMColor src, const SkAlpha* aa) { in Xfer32_1()
DSkBlitMask_opts.h68 unsigned aa = *mask++; in D32_A8_Opaque_Color_neon() local
123 unsigned aa = *mask++; in blit_mask_d32_a8_black() local
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c129 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add()
326 const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
345 const u8 *aa) in pmksa_cache_clone_entry()
377 const u8 *aa) in pmksa_cache_get_opportunistic()
Dpmksa_cache.h22 u8 aa[ETH_ALEN]; member
88 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
109 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add()
/external/skia/bench/
DXfermodeBench.cpp19 XfermodeBench(SkXfermode::Mode mode, bool aa) { in XfermodeBench()
26 XfermodeBench(SkXfermode* xferMode, const char* name, bool aa) { in XfermodeBench()
/external/valgrind/memcheck/tests/
Dbadaddrvalue.c7 char* aa = malloc(8); in main() local
/external/skia/gm/
Dbleed.cpp353 void drawCase1(SkCanvas* canvas, int transX, int transY, bool aa, in drawCase1()
370 void drawCase2(SkCanvas* canvas, int transX, int transY, bool aa, in drawCase2()
386 void drawCase3(SkCanvas* canvas, int transX, int transY, bool aa, in drawCase3()
405 void drawCase4(SkCanvas* canvas, int transX, int transY, bool aa, in drawCase4()
424 void drawCase5(SkCanvas* canvas, int transX, int transY, bool aa, in drawCase5()
503 bool aa = SkToBool(antiAlias); in onDraw() local
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp53 AliasAnalysis *aa) { in checkRematerializable()
62 void LiveRangeEdit::scanRemattable(AliasAnalysis *aa) { in scanRemattable()
74 bool LiveRangeEdit::anyRematerializable(AliasAnalysis *aa) { in anyRematerializable()
/external/valgrind/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 …]
/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/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
/external/clang/test/CodeGenCXX/
Ddebug-info-union.cpp7 float aa() { return b;} in aa() function
/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/toybox/toys/posix/
Dfind.c82 static int flush_exec(struct dirtree *new, struct exec_range *aa) in flush_exec()
162 struct exec_range *aa; in execdir() local
429 struct exec_range *aa; in do_find() local
/external/valgrind/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

12345678