/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 | 43 const uint8_t *ref, int ref_stride, in get4x4var_sse2() 68 void vpx_get8x8var_sse2(const uint8_t *src, int src_stride, const uint8_t *ref, in vpx_get8x8var_sse2() 107 const uint8_t *ref, int ref_stride, unsigned int *sse, in vpx_get16x16var_sse2() 148 const unsigned char *ref, int ref_stride, int w, in variance_sse2() 169 const unsigned char *ref, int ref_stride, in vpx_variance4x4_sse2() 177 const uint8_t *ref, int ref_stride, in vpx_variance8x4_sse2() 186 const uint8_t *ref, int ref_stride, in vpx_variance4x8_sse2() 195 const unsigned char *ref, int ref_stride, in vpx_variance8x8_sse2() 203 const unsigned char *ref, int ref_stride, in vpx_variance16x8_sse2() 212 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, int w, in highbd_8_variance_sse2() 48 const uint16_t *ref, int ref_stride, int w, in highbd_10_variance_sse2() 70 const uint16_t *ref, int ref_stride, int w, in highbd_12_variance_sse2() 187 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_8_mse16x16_sse2() local 198 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_10_mse16x16_sse2() local 209 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_12_mse16x16_sse2() local 220 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_8_mse8x8_sse2() local 231 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_10_mse8x8_sse2() local 242 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, int w, int h, in variance_avx2() 42 const uint8_t *ref, int ref_stride, in vpx_variance16x16_avx2() 51 const uint8_t *ref, int ref_stride, in vpx_mse16x16_avx2() 59 const uint8_t *ref, int ref_stride, in vpx_variance32x16_avx2() 68 const uint8_t *ref, int ref_stride, in vpx_variance32x32_avx2() 77 const uint8_t *ref, int ref_stride, in vpx_variance64x64_avx2() 86 const uint8_t *ref, int ref_stride, in vpx_variance64x32_avx2()
|
/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/skia/src/gpu/ |
D | GrNonAtomicRef.h | 33 void ref() const { in ref() function 54 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef() 55 delete ref; in GrTDeleteNonAtomicRef() local
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 99 const T* GetAsObject(Reference ref, uint32_t type_id) const { in GetAsObject() 223 T* GetAsObject(Reference ref, uint32_t type_id) { in GetAsObject() 229 const T* GetAsObject(Reference ref, uint32_t type_id) const { in GetAsObject() 318 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size, in GetBlock() 328 volatile void* GetBlockData(Reference ref, uint32_t type_id, in GetBlockData()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | letrperf.cpp | 50 void time_obj(void * ref) { in time_obj() 60 void time_obj2(void * ref) { in time_obj2() 71 void time_letr1(void * ref) { in time_letr1() 92 void time_letr2(void * ref) { in time_letr2() 112 static void time_letr3(void * ref) { in time_letr3()
|
/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 90 #define check(reporter, ref, unref, make, kill) \ argument 106 void ref() { in ref() function in Effect
|
/external/skia/bench/ |
D | RefCntBench.cpp | 54 SkRefCnt ref; in onDraw() local 89 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local 115 SkRefCnt* ref = new SkRefCnt(); in onDraw() local 143 SkWeakRefCnt ref; in onDraw() local 175 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); in onDraw() local 201 SkWeakRefCnt* ref = new SkWeakRefCnt(); in onDraw() local
|
/external/libvpx/libvpx/test/ |
D | comp_avg_pred_test.cc | 31 void reference_pred(const uint8_t *pred, const Buffer<uint8_t> &ref, int width, in reference_pred() 81 Buffer<uint8_t> ref = in TEST_P() local 100 Buffer<uint8_t> ref = Buffer<uint8_t>(width, height, 8); in TEST_P() local 129 Buffer<uint8_t> ref = in TEST_P() local
|
/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/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/libusb/libusb/os/ |
D | haiku_pollfs.cpp | 54 WatchedEntry::WatchedEntry(BMessenger *messenger, entry_ref *ref) in WatchedEntry() 186 WatchedEntry::EntryCreated(entry_ref *ref) in EntryCreated() 266 entry_ref ref; in RosterLooper() local 310 entry_ref ref(device, directory, name); in MessageReceived() local
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_msa.c | 14 #define CALC_MSE_B(src, ref, var) \ argument 24 #define CALC_MSE_AVG_B(src, ref, var, sub) \ argument 48 v16u8 ref = { 0 }; in sse_diff_4width_msa() local 100 v16u8 src, ref; in sse_diff_16width_msa() local 343 v16u8 ref = { 0 }; in sse_4width_msa() local 387 v16u8 src, ref; in sse_16width_msa() local 495 v16i8 ref = { 0 }; in vpx_get4x4sse_cs_msa() local 549 const uint8_t *ref, int32_t ref_stride, in vpx_variance32x64_msa() 559 const uint8_t *ref, int32_t ref_stride, in vpx_variance64x32_msa() 569 const uint8_t *ref, int32_t ref_stride, in vpx_variance64x64_msa() [all …]
|
/external/eigen/test/ |
D | stddeque_overload.cpp | 54 MatrixType* ref = &w[0]; in EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION() local 88 TransformType* ref = &w[0]; in check_stddeque_transform() local 122 QuaternionType* ref = &w[0]; in check_stddeque_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 | 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 | 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/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/webp/src/enc/ |
D | picture_psnr_enc.c | 33 const uint8_t* ref, int ref_stride, in AccumulateLSIM() 62 const uint8_t* ref, int ref_stride, in AccumulateSSE() 77 const uint8_t* ref, int ref_stride, in AccumulateSSIM() 128 const uint8_t* ref, size_t ref_stride, in WebPPlaneDistortion() 168 int WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, in WebPPictureDistortion()
|
/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/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
|