/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicDoubleArrayTest.java | 60 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/ |
D | swfobject.js | 4 …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/ |
D | SkXfermodeU64.cpp | 71 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()
|
D | SkXfermode4f.cpp | 44 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()
|
D | SkBlitter.h | 61 uint8_t aa[2]; in blitAntiH2() local 74 uint8_t aa[1]; in blitAntiV2() local
|
D | SkBlitter_RGB16.cpp | 220 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
|
D | SkBlitter_ARGB32.cpp | 93 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/ |
D | target_codegen.cpp | 45 short aa = 0; in foo() local 341 short aa = 0; in ftemplate() local 357 short aa = 0; in fstatic() local
|
/external/skia/src/opts/ |
D | SkXfermode_opts.h | 190 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()
|
D | SkBlitMask_opts.h | 68 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/ |
D | pmksa_cache.c | 129 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()
|
D | pmksa_cache.h | 22 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/ |
D | XfermodeBench.cpp | 19 XfermodeBench(SkXfermode::Mode mode, bool aa) { in XfermodeBench() 26 XfermodeBench(SkXfermode* xferMode, const char* name, bool aa) { in XfermodeBench()
|
/external/valgrind/memcheck/tests/ |
D | badaddrvalue.c | 7 char* aa = malloc(8); in main() local
|
/external/skia/gm/ |
D | bleed.cpp | 353 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/ |
D | LiveRangeEdit.cpp | 53 AliasAnalysis *aa) { in checkRematerializable() 62 void LiveRangeEdit::scanRemattable(AliasAnalysis *aa) { in scanRemattable() 74 bool LiveRangeEdit::anyRematerializable(AliasAnalysis *aa) { in anyRematerializable()
|
/external/valgrind/VEX/priv/ |
D | host_generic_simd64.c | 793 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/ |
D | getcursor-preamble.h | 4 } aa; variable
|
/external/clang/test/Sema/ |
D | arg-scope.c | 3 void aa(int b, int x[sizeof b]) {} in aa() function
|
/external/v8/test/mjsunit/regress/ |
D | regress-2030.js | 33 var aa = new a(); variable
|
/external/clang/test/CodeGen/ |
D | 2003-11-19-AddressOfRegister.c | 8 register struct item *aa; in TEST() local
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-union.cpp | 7 float aa() { return b;} in aa() function
|
/external/clang/test/Analysis/ |
D | dynamic-cast.cpp | 23 B aa; in testDynCastFromRadar() local 88 B aa; in testLHS() local 94 B aa; in testLHS2() local
|
/external/toybox/toys/posix/ |
D | find.c | 82 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/ |
D | bug127521-64.c | 52 ULong dd, aa, mmHi, mmLo, zz; in try8b() local 105 ULong dd, aa, mmHi, mmLo, zz; in try16b() local
|