Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c164 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/
Ds_alpha.c115 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/llvm/include/llvm/Support/
DCBindingWrapping.h20 #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/
DGrNonAtomicRef.h33 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/libvpx/libvpx/vpx_dsp/x86/
Dvariance_sse2.c43 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 …]
Dhighbd_variance_sse2.c27 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
Dvariance_avx2.c21 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/libchrome/base/metrics/
Dpersistent_memory_allocator.h99 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/
Dletrperf.cpp50 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/
DRefCntTest.cpp15 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/libvpx/libvpx/test/
Dcomp_avg_pred_test.cc31 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/skia/bench/
DRefCntBench.cpp54 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/eigen/test/
Dstdvector_overload.cpp55 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
Dstddeque_overload.cpp54 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
Dstdvector.cpp41 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
Dqtvector.cpp51 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/
Dsparse_extra.cpp18 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/libusb/libusb/os/
Dhaiku_pollfs.cpp54 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/
Dproperty-5.m12 @property(readonly) id ref; property
19 @property(readonly) NSData *ref; property
/external/guava/guava-testlib/test/com/google/common/testing/
DGcFinalizationTest.java75 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/
Dbrw_wm_pass0.c70 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleCache.java44 Reference<Map<K, V>> ref = cacheRef; in get() local
56 Reference<Map<K, V>> ref = cacheRef; in put() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleCache.java48 Reference<Map<K, V>> ref = cacheRef; in get() local
60 Reference<Map<K, V>> ref = cacheRef; in put() local
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DSimpleCache.java43 Reference<Map<K, V>> ref = cacheRef; in get() local
54 Reference<Map<K, V>> ref = cacheRef; in put() local
/external/webp/src/enc/
Dpicture_psnr_enc.c33 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()

12345678910>>...23