/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/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/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/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/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/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/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/skia/experimental/docs/ |
D | exampleSlides.js | 389 { "ref":"span1", "draw":"paths.span1", "paint":"paints.stroke" } property 392 { "ref":"wedge1", "draw":"paths.wedge1", "paint":"paints.gradient1" } property 395 { "ref":"span1", "range":[255,0] }, property 396 { "ref":"wedge1", "range":[255,0] } property 399 { "ref":"span2", "draw":"paths.span2", "paint":"paints.stroke" } property 402 { "ref":"wedge2", "draw":"paths.wedge2", "paint":"paints.gradient2" } property 405 { "ref":"span2", "range":[255,0] }, property 406 { "ref":"wedge2", "range":[255,0] } property 447 { "ref":"line", "draw":"paths.lineSegment", "paint":"paints.stroke" } property 450 { "ref":"sectorXY1", "draw":"text.sectorXY1", "paint":"paints.sectorXY1" }, property [all …]
|
/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/libmpeg2/common/x86/ |
D | impeg2_inter_pred_sse42_intr.c | 467 UWORD8 *ref, in impeg2_mc_halfx_halfy_8x8_sse42() 679 UWORD8 *ref, in impeg2_mc_halfx_fully_8x8_sse42() 788 UWORD8 *ref, in impeg2_mc_fullx_halfy_8x8_sse42() 869 UWORD8 *ref, in impeg2_mc_fullx_fully_8x8_sse42()
|
/external/emma/core/java12/com/vladium/util/ |
D | SoftValueMap.java | 179 final Reference ref = entry.m_softValue; in get() local 195 final Reference ref = entry.m_softValue; in get() local 266 final IndexedSoftReference ref = currentKeyEntry.m_softValue; in put() local 322 final IndexedSoftReference ref = entry.m_softValue; in remove() local 490 IndexedSoftReference ref = entry.m_softValue; // get the soft value reference in rehash() local
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc_neon.c | 30 static void ITransformOne(const uint8_t* ref, in ITransformOne() 144 static void ITransform(const uint8_t* ref, in ITransform() 233 static void FTransform(const uint8_t* src, const uint8_t* ref, in FTransform()
|
/external/clang/test/SemaObjC/ |
D | property-5.m | 12 @property(readonly) id ref; property 19 @property(readonly) NSData *ref; property
|