/external/libjpeg-turbo/simd/ |
D | jsimd_mips_dspr2.S | 1013 .set at define 1122 .set at define 1218 .set at define 1330 .set at define 1629 .set at define 2590 .set at define 2738 .set at define 2838 .set at define 2918 .set at define 3139 .set at define [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicDoubleTest.java | 76 AtomicDouble at = new AtomicDouble(1.0); in testGetSet() local 88 AtomicDouble at = new AtomicDouble(1.0); in testGetLazySet() local 102 AtomicDouble at = new AtomicDouble(prev); in testCompareAndSet() local 119 final AtomicDouble at = new AtomicDouble(1.0); in testCompareAndSetInMultipleThreads() local 139 AtomicDouble at = new AtomicDouble(prev); in testWeakCompareAndSet() local 157 AtomicDouble at = new AtomicDouble(prev); in testGetAndSet() local 215 AtomicDouble at = new AtomicDouble(); in testToString() local 227 AtomicDouble at = new AtomicDouble(); in testIntValue() local 239 AtomicDouble at = new AtomicDouble(); in testLongValue() local 251 AtomicDouble at = new AtomicDouble(); in testFloatValue() local [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 354 at s1e1r label 356 at s1e2r label 358 at s1e3r label 360 at s1e1w label 362 at s1e2w label 364 at s1e3w label 366 at s1e0r label 368 at s1e0w label 370 at s12e1r label 372 at s12e1w label [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | border_interpolate.hpp | 77 template <typename T> __device__ __forceinline__ D at(int x, const T* data) const in at() function 102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() function 119 …template <typename T> __device__ __forceinline__ D at(int y, int x, const T* data, size_t step) co… in at() function 124 …template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename P… in at() function 169 template <typename T> __device__ __forceinline__ D at(int x, const T* data) const in at() function 209 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() function 254 …template <typename T> __device__ __forceinline__ D at(int y, int x, const T* data, size_t step) co… in at() function 259 …template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename P… in at() function 303 template <typename T> __device__ __forceinline__ D at(int x, const T* data) const in at() function 343 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() function [all …]
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 22 SkImage_Gpu::SkImage_Gpu(int w, int h, uint32_t uniqueID, SkAlphaType at, GrTexture* tex, in SkImage_Gpu() 155 SkAlphaType at, GrWrapOwnership ownership, in new_wrapped_texture_common() 173 SkImage* SkImage::NewFromTexture(GrContext* ctx, const GrBackendTextureDesc& desc, SkAlphaType at, in NewFromTexture() 179 SkAlphaType at) { in NewFromAdoptedTexture() 184 SkAlphaType at) { in NewFromTextureCopy() 282 static SkImage* create_image_from_maker(GrTextureMaker* maker, SkAlphaType at, uint32_t id) { in create_image_from_maker() 299 SkAlphaType at = this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in newTextureImage() local
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 1578 IRAtom* at; in mkLazy2() local 1627 IRAtom* at; in mkLazy3() local 1761 IRAtom* at; in mkLazy4() local 2074 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at ) in mkPCast8x16() 2079 static IRAtom* mkPCast16x8 ( MCEnv* mce, IRAtom* at ) in mkPCast16x8() 2084 static IRAtom* mkPCast32x4 ( MCEnv* mce, IRAtom* at ) in mkPCast32x4() 2089 static IRAtom* mkPCast64x2 ( MCEnv* mce, IRAtom* at ) in mkPCast64x2() 2094 static IRAtom* mkPCast64x4 ( MCEnv* mce, IRAtom* at ) in mkPCast64x4() 2099 static IRAtom* mkPCast32x8 ( MCEnv* mce, IRAtom* at ) in mkPCast32x8() 2104 static IRAtom* mkPCast32x2 ( MCEnv* mce, IRAtom* at ) in mkPCast32x2() [all …]
|
/external/llvm/test/MC/Mips/ |
D | elf-tls.s | 43 .set at define 75 .set at define 111 .set at define
|
D | mips_gprel16.s | 36 .set at define 60 .set at define
|
D | mips-expansions.s | 24 .set at define
|
D | macro-bcc-imm-bad.s | 8 .set at define
|
D | mips-noat.s | 28 .set at define
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | ring_buffer.hpp | 57 template <typename T> inline T& at(int idx, std::vector<T> &items) in at() function 62 template <typename T> inline const T& at(int idx, const std::vector<T> &items) in at() function
|
/external/autotest/server/ |
D | test.py | 176 def before_hook(self, mytest, host, at, outputdir): argument 186 def before_iteration_hook(self, mytest, host, at, outputdir): argument 202 def after_iteration_hook(self, mytest, host, at, outputdir): argument 217 def after_hook(self, mytest, host, at, outputdir): argument
|
/external/opencv3/modules/superres/src/ |
D | ring_buffer.hpp | 55 inline const T& at(int index, const std::vector<T, A>& items) in at() function 66 inline T& at(int index, std::vector<T, A>& items) in at() function
|
/external/compiler-rt/test/builtins/Unit/ |
D | muloti4_test.c | 30 twords at; in test__muloti4() local 49 twords at; in test__muloti4() local
|
/external/srtp/crypto/hash/ |
D | auth.c | 72 auth_type_get_ref_count(const auth_type_t *at) { in auth_type_get_ref_count() 86 auth_type_self_test(const auth_type_t *at) { in auth_type_self_test()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1292 IRAtom* at; in mkLazy2() local 1399 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at ) in mkPCast8x16() 1404 static IRAtom* mkPCast16x8 ( MCEnv* mce, IRAtom* at ) in mkPCast16x8() 1409 static IRAtom* mkPCast32x4 ( MCEnv* mce, IRAtom* at ) in mkPCast32x4() 1414 static IRAtom* mkPCast64x2 ( MCEnv* mce, IRAtom* at ) in mkPCast64x2() 1459 IRAtom* at; in binary32Fx4() local 1470 IRAtom* at; in unary32Fx4() local 1479 IRAtom* at; in binary32F0x4() local 1492 IRAtom* at; in unary32F0x4() local 1505 IRAtom* at; in binary64Fx2() local [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | AnyTransliterator.java | 267 AnyTransliterator at = new AnyTransliterator(target, null); in registerAnyToScript() local 268 DummyFactory.add(at.getID(), at); in registerAnyToScript() local 273 AnyTransliterator at = new AnyTransliterator( in registerAnyToScript() local 275 DummyFactory.add(at.getID(), at); in registerAnyToScript() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SuballocatedIntVector.java | 255 private void insertElementAt(int value, int at) in insertElementAt() 330 int at=indexOf(s,0); in removeElement() local 345 private void removeElementAt(int at) in removeElementAt() 387 public void setElementAt(int value, int at) in setElementAt()
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_Mips64r2N64_PIC_relocations.s | 65 .set at define 153 .set at define
|
/external/elfutils/backends/ |
D | i386_corenote.c | 45 #define GR(at, n, dwreg) \ argument 47 #define SR(at, n, dwreg) \ argument
|
D | x86_64_corenote.c | 52 #define GR(at, n, dwreg) \ argument 54 #define SR(at, n, dwreg) \ argument
|
D | s390_corenote.c | 50 #define GR(at, n, dwreg, b...) \ argument 66 #define FPR(at, n, dwreg) \ argument
|
/external/pdfium/third_party/agg23/ |
D | agg_array.h | 71 const T& at(unsigned i) const in at() function 75 T& at(unsigned i) in at() function 217 const T& at(unsigned i) const in at() function 221 T& at(unsigned i) in at() function
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | AnnotationHelper.java | 61 …IConfigurationAnnotation at = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterTest.cl… in findConfiguration() local 85 …IConfigurationAnnotation at = (IConfigurationAnnotation) finder.findAnnotation(m, IAfterTest.class… in findConfiguration() local 104 …IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurat… in createConfiguration()
|