/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 | 114 GLubyte ref; in _swrast_alpha_test() local 120 GLushort ref; in _swrast_alpha_test() local 126 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local 136 GLubyte ref; in _swrast_alpha_test() local 143 GLushort ref; in _swrast_alpha_test() local 150 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local
|
/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/swiftshader/third_party/llvm-subzero/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/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/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/lisa/results/LisaInANutshell_Backup/ |
D | test_00.json | 17 "ref": "task_lrh" string 25 "ref": "task_lrh" string 33 "ref": "task_lrh" string 41 "ref": "task_lrh" string 49 "ref": "task_lrh" string
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | pointer.hpp | 66 ref_holder(const ref_holder &ref) : in ref_holder() 70 ref_holder(ref_holder &&ref) : in ref_holder() function in clover::ref_holder 81 operator=(ref_holder ref) { in operator =() 180 intrusive_ref(const intrusive_ref &ref) : in intrusive_ref() 184 intrusive_ref(intrusive_ref &&ref) : in intrusive_ref() function in clover::intrusive_ref 195 operator=(intrusive_ref ref) { in operator =() 230 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) }; in create() 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/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/eigen/test/ |
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 | 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_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/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/clang/test/SemaObjC/ |
D | property-5.m | 12 @property(readonly) id ref; property 19 @property(readonly) NSData *ref; property
|
/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/hgl/ |
D | GLRendererRoster.cpp | 144 entry_ref ref; in AddPath() local 166 image_id image, const entry_ref* ref, ino_t node) in AddRenderer() 188 GLRendererRoster::CreateRenderer(const entry_ref& ref) in CreateRenderer()
|
/external/lisa/assets/ |
D | mp3-short.json | 11 "timer" : { "ref" : "tick", "period": 6000 } string 15 "timer" : { "ref" : "tick", "period": 6000 } string 41 "wait" : { "ref" : "queue", "mutex": "mutex" }, string 49 "wait" : { "ref" : "queue", "mutex": "mutex" }, string
|