/external/v8/test/cctest/compiler/ |
D | test-run-calls-to-external-references.cc | 16 ExternalReference ref, void (*comparison)(P*), in TestExternalReference() 33 ExternalReference ref, void (*comparison)(P1*, P2*), in TestExternalReference() 53 ExternalReference ref, R (*comparison)(P*), in TestExternalReference() 68 ExternalReference ref, R (*comparison)(P1*, P2*), in TestExternalReference() 86 ExternalReference ref = ExternalReference::wasm_f32_trunc(m.isolate()); in TEST() local 92 ExternalReference ref = ExternalReference::wasm_f32_floor(m.isolate()); in TEST() local 98 ExternalReference ref = ExternalReference::wasm_f32_ceil(m.isolate()); in TEST() local 104 ExternalReference ref = ExternalReference::wasm_f32_nearest_int(m.isolate()); in TEST() local 110 ExternalReference ref = ExternalReference::wasm_f64_trunc(m.isolate()); in TEST() local 116 ExternalReference ref = ExternalReference::wasm_f64_floor(m.isolate()); in TEST() local [all …]
|
/external/deqp/framework/delibs/deutil/ |
D | deCommandLine.c | 164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local 169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local 174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local 179 const char* ref[] = { "hello/world", "--help" }; in deCommandLine_selfTest() local 184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() local 189 const char* ref[] = { "hello\\world", "--help", "foo" }; in deCommandLine_selfTest() local 194 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\"" }; in deCommandLine_selfTest() local 199 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z'" }; in deCommandLine_selfTest() local 204 const char* ref[] = { "hello", "'world'" }; in deCommandLine_selfTest() local 209 const char* ref[] = { "hello", "\"world\"" }; in deCommandLine_selfTest() local [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 115 GLubyte ref; in _swrast_alpha_test() local 121 GLushort ref; in _swrast_alpha_test() local 127 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local 137 GLubyte ref; in _swrast_alpha_test() local 144 GLushort ref; in _swrast_alpha_test() local 151 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local
|
/external/skia/tests/ |
D | RefCntTest.cpp | 15 SkRefCnt* ref = static_cast<SkRefCnt*>(data); in bounce_ref() local 23 SkRefCnt* ref = new SkRefCnt(); in test_refCnt() local 39 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_ref() local 48 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_weak_ref() local 56 SkWeakRefCnt* ref = new SkWeakRefCnt(); in test_weakRefCnt() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_sse2.c | 42 const uint8_t *ref, int ref_stride, in get4x4var_sse2() 68 const uint8_t *ref, int ref_stride, in vpx_get8x8var_sse2() 107 const uint8_t *ref, int ref_stride, in vpx_get16x16var_sse2() 149 const unsigned char *ref, int ref_stride, in variance_sse2() 170 const unsigned char *ref, int ref_stride, in vpx_variance4x4_sse2() 178 const uint8_t *ref, int ref_stride, in vpx_variance8x4_sse2() 187 const uint8_t *ref, int ref_stride, in vpx_variance4x8_sse2() 196 const unsigned char *ref, int ref_stride, in vpx_variance8x8_sse2() 204 const unsigned char *ref, int ref_stride, in vpx_variance16x8_sse2() 213 const unsigned char *ref, int ref_stride, in vpx_variance8x16_sse2() [all …]
|
D | highbd_variance_sse2.c | 27 const uint16_t *ref, int ref_stride, in highbd_8_variance_sse2() 48 const uint16_t *ref, int ref_stride, in highbd_10_variance_sse2() 70 const uint16_t *ref, int ref_stride, in highbd_12_variance_sse2() 184 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_8_mse16x16_sse2() local 195 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_10_mse16x16_sse2() local 206 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_12_mse16x16_sse2() local 217 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_8_mse8x8_sse2() local 228 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_10_mse8x8_sse2() local 239 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_12_mse8x8_sse2() local
|
D | variance_avx2.c | 21 const uint8_t *ref, int ref_stride, in variance_avx2() 43 const uint8_t *ref, int ref_stride, in vpx_variance16x16_avx2() 52 const uint8_t *ref, int ref_stride, in vpx_mse16x16_avx2() 60 const uint8_t *ref, int ref_stride, in vpx_variance32x16_avx2() 69 const uint8_t *ref, int ref_stride, in vpx_variance32x32_avx2() 78 const uint8_t *ref, int ref_stride, in vpx_variance64x64_avx2() 87 const uint8_t *ref, int ref_stride, in vpx_variance64x32_avx2()
|
/external/skia/src/gpu/ |
D | GrNonAtomicRef.h | 31 void ref() const { in ref() function 52 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef() 53 delete ref; in GrTDeleteNonAtomicRef() local
|
/external/llvm/include/llvm/Support/ |
D | CBindingWrapping.h | 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | letrperf.cpp | 44 void time_obj(void * ref) { in time_obj() 54 void time_obj2(void * ref) { in time_obj2() 65 void time_letr1(void * ref) { in time_letr1() 86 void time_letr2(void * ref) { in time_letr2() 106 static void time_letr3(void * ref) { in time_letr3()
|
/external/skia/bench/ |
D | RefCntBench.cpp | 78 SkRefCnt ref; in onDraw() local 113 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local 139 SkRefCnt* ref = new SkRefCnt(); in onDraw() local 167 SkWeakRefCnt ref; in onDraw() local 199 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); in onDraw() local 225 SkWeakRefCnt* ref = new SkWeakRefCnt(); in onDraw() local
|
/external/eigen/test/ |
D | stdvector_overload.cpp | 55 MatrixType* ref = &w[0]; in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION() local 90 TransformType* ref = &w[0]; in check_stdvector_transform() local 125 QuaternionType* ref = &w[0]; in check_stdvector_quaternion() local
|
D | stdvector.cpp | 41 MatrixType* ref = &w[0]; in check_stdvector_matrix() local 76 TransformType* ref = &w[0]; in check_stdvector_transform() local 111 QuaternionType* ref = &w[0]; in check_stdvector_quaternion() local
|
D | qtvector.cpp | 51 MatrixType* ref = &w[0]; in check_qtvector_matrix() local 86 TransformType* ref = &w[0]; in check_qtvector_transform() local 121 QuaternionType* ref = &w[0]; in check_qtvector_quaternion() local
|
/external/eigen/test/eigen2/ |
D | eigen2_stdvector.cpp | 41 MatrixType* ref = &w[0]; in check_stdvector_matrix() local 76 TransformType* ref = &w[0]; in check_stdvector_transform() local 111 QuaternionType* ref = &w[0]; in check_stdvector_quaternion() local
|
D | eigen2_newstdvector.cpp | 42 MatrixType* ref = &w[0]; in check_stdvector_matrix() local 77 TransformType* ref = &w[0]; in check_stdvector_transform() local 112 QuaternionType* ref = &w[0]; in check_stdvector_quaternion() local
|
D | eigen2_qtvector.cpp | 51 MatrixType* ref = &w[0]; in check_qtvector_matrix() local 86 TransformType* ref = &w[0]; in check_qtvector_transform() local 121 QuaternionType* ref = &w[0]; in check_qtvector_quaternion() local
|
/external/eigen/unsupported/test/ |
D | sparse_extra.cpp | 18 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<V… in test_random_setter() 36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter() 50 template<typename SparseMatrixType> void sparse_extra(const SparseMatrixType& ref) in sparse_extra()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | GcFinalizationTest.java | 75 final WeakReference<Object> ref = new WeakReference<Object>(new Object()); in testAwaitClear() local 160 final WeakReference<Object> ref = new WeakReference<Object>(Boolean.TRUE); in testAwaitClear_Interrupted() local 200 final WeakReference<Object> ref = new WeakReference<Object>( in testAwaitFullGc() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass0.c | 70 struct brw_wm_ref *ref = &c->undef_ref; in pass0_init_undef() local 84 struct brw_wm_ref *ref = get_ref(c); in pass0_set_fpreg_value() local 113 struct brw_wm_ref *ref = get_ref(c); in get_param_ref() local 171 const struct brw_wm_ref *ref = c->pass0_fp_reg[file][idx][component]; in pass0_get_reg() local 288 const struct brw_wm_ref *ref = get_fp_src_reg_ref(c, src, i); in get_new_ref() local
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 2485 Append(ref,...) argument 2623 Average(ref) argument 2721 BlobToImage(ref,...) argument 2877 ChannelFx(ref,...) argument 3040 Clone(ref) argument 3136 CLONE(ref,...) argument 3169 Coalesce(ref) argument 3259 Compare(ref,...) argument 3454 ComplexImages(ref) argument 3611 CompareLayers(ref) argument [all …]
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2485 Append(ref,...) in Append() argument 2623 Average(ref) in Average() argument 2721 BlobToImage(ref,...) in BlobToImage() argument 2877 ChannelFx(ref,...) in ChannelFx() argument 3040 Clone(ref) in Clone() argument 3136 CLONE(ref,...) in CLONE() argument 3169 Coalesce(ref) in Coalesce() argument 3259 Compare(ref,...) in Compare() argument 3454 ComplexImages(ref) in ComplexImages() argument 3611 CompareLayers(ref) in CompareLayers() argument [all …]
|
/external/clang/test/SemaObjC/ |
D | property-5.m | 12 @property(readonly) id ref; property 19 @property(readonly) NSData *ref; property
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_msa.c | 14 #define CALC_MSE_B(src, ref, var) { \ argument 23 #define CALC_MSE_AVG_B(src, ref, var, sub) { \ argument 47 v16u8 ref = { 0 }; in sse_diff_4width_msa() local 99 v16u8 src, ref; in sse_diff_16width_msa() local 342 v16u8 ref = { 0 }; in sse_4width_msa() local 386 v16u8 src, ref; in sse_16width_msa() local 495 v16i8 ref = { 0 }; in vpx_get4x4sse_cs_msa() local 558 const uint8_t *ref, int32_t ref_stride, in vpx_variance32x64_msa() 568 const uint8_t *ref, int32_t ref_stride, in vpx_variance64x32_msa() 578 const uint8_t *ref, int32_t ref_stride, in vpx_variance64x64_msa() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleCache.java | 41 Reference<Map<K, V>> ref = cacheRef; in get() local 52 Reference<Map<K, V>> ref = cacheRef; in put() local
|