/third_party/boost/libs/yap/test/ |
D | deref.cpp | 17 using ref = boost::yap::expression_ref<boost::yap::expression, T>; typedef 51 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 59 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 66 ref<term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local 80 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local 88 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local 96 ref<term<double> const &> const ref = in test_main() local 115 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 123 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 130 user_ref<user_term<double> &> const ref = in test_main() local [all …]
|
D | value.cpp | 17 using ref = boost::yap::expression_ref<boost::yap::expression, T>; typedef 90 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 96 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 101 ref<term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local 113 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local 120 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local 126 ref<term<double> const &> const ref = bh::front(plus_expr.elements); in test_main() local 161 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 167 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local 172 user_ref<user_term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local [all …]
|
/third_party/vk-gl-cts/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 …]
|
/third_party/json/doc/examples/ |
D | at_json_pointer.cpp | 42 json::reference ref = j.at("/array/01"_json_pointer); in main() local 53 json::reference ref = j.at("/array/one"_json_pointer); in main() local 64 json::reference ref = j.at("/array/4"_json_pointer); in main() local 75 json::reference ref = j.at("/array/-"_json_pointer); in main() local 86 json::const_reference ref = j.at("/foo"_json_pointer); in main() local 97 json::reference ref = j.at("/number/foo"_json_pointer); in main() local
|
D | at_json_pointer_const.cpp | 29 json::const_reference ref = j.at("/array/one"_json_pointer); in main() local 40 json::const_reference ref = j.at("/array/4"_json_pointer); in main() local 51 json::const_reference ref = j.at("/array/-"_json_pointer); in main() local 62 json::const_reference ref = j.at("/foo"_json_pointer); in main() local 73 json::const_reference ref = j.at("/number/foo"_json_pointer); in main() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | obj_ref.h | 63 static inline void objref_init(struct obj_ref *ref, int val) in objref_init() 68 static inline void objref_get(struct obj_ref *ref) in objref_get() 73 static inline int objref_put(struct obj_ref *ref, void (*release)(struct obj_ref *ref)) in objref_put() 83 static inline uint32_t objref_read(struct obj_ref *ref) in objref_read()
|
/third_party/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
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersTest.kt | 37 val ref = getRoot(data) in <lambda>() constant 57 val ref = getRoot(data) in <lambda>() constant 70 val ref = getRoot(data) in <lambda>() constant 80 val ref = getRoot(data) in <lambda>() constant 92 val ref = getRoot(data) in <lambda>() constant 102 val ref = getRoot(data) in <lambda>() constant 112 val ref = getRoot(data) in <lambda>() constant 122 val ref = getRoot(data) in <lambda>() constant 132 val ref = getRoot(data) in <lambda>() constant 196 val ref = getRoot(data) in <lambda>() constant [all …]
|
/third_party/boost/boost/random/detail/ |
D | ptr_helper.hpp | 31 static reference_type ref(T& r) { return r; } in ref() function 32 static const T& ref(const T& r) { return r; } in ref() function 41 static reference_type ref(T& r) { return r; } in ref() function 42 static const T& ref(const T& r) { return r; } in ref() function 51 static reference_type ref(T * p) { return *p; } in ref() function 52 static const T& ref(const T * p) { return *p; } in ref() function
|
/third_party/abseil-cpp/absl/functional/ |
D | function_ref_test.cc | 39 FunctionRef<int()> ref(&Function); in TEST() local 44 FunctionRef<int()> ref(Function); in TEST() local 52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local 58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local 64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local 70 FunctionRef<int(int, int, int)> ref(l); in TEST() local 80 FunctionRef<void()> ref(l); in TEST() local 100 FunctionRef<void()> ref(Function); in TEST() local 111 FunctionRef<int(const S& s)> ref(mem_ptr); in TEST() local 123 FunctionRef<int(const S& s)> ref(mem_fun_ptr); in TEST() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
D | function_ref_test.cc | 39 FunctionRef<int()> ref(&Function); in TEST() local 44 FunctionRef<int()> ref(Function); in TEST() local 52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local 58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local 64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local 70 FunctionRef<int(int, int, int)> ref(l); in TEST() local 80 FunctionRef<void()> ref(l); in TEST() local 100 FunctionRef<void()> ref(Function); in TEST() local 111 FunctionRef<int(const S& s)> ref(mem_ptr); in TEST() local 123 FunctionRef<int(const S& s)> ref(mem_fun_ptr); in TEST() local [all …]
|
/third_party/boost/libs/asio/test/latency/ |
D | tcp_server.cpp | 59 struct ref struct in tcp_server 61 explicit ref(tcp_server* p) in ref() function 66 void operator()(boost::system::error_code ec, std::size_t n = 0) in operator ()() 72 tcp_server* p_;
|
D | udp_server.cpp | 60 struct ref struct in udp_server 62 explicit ref(udp_server* p) in ref() argument 67 void operator()(boost::system::error_code ec, std::size_t n = 0) in operator ()() 73 udp_server* p_;
|
/third_party/glib/gio/tests/ |
D | tls-certificate.c | 37 pem_parser (const Reference *ref) in pem_parser() 137 pem_parser_handles_chain (const Reference *ref) in pem_parser_handles_chain() 204 from_file (const Reference *ref) in from_file() 230 from_files (const Reference *ref) in from_files() 299 from_files_crlf (const Reference *ref) in from_files_crlf() 326 from_files_pkcs8 (const Reference *ref) in from_files_pkcs8() 353 from_files_pkcs8enc (const Reference *ref) in from_files_pkcs8enc() 368 list_from_file (const Reference *ref) in list_from_file() 438 Reference ref; in main() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrNonAtomicRef.h | 34 void ref() const { in ref() function 55 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef() 56 delete ref; in GrTDeleteNonAtomicRef() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CBindingWrapping.h | 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/src/gpu/ |
D | GrNonAtomicRef.h | 38 void ref() const { in ref() function 59 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef() 60 delete ref; in GrTDeleteNonAtomicRef() local
|
/third_party/opencl-headers/tests/ |
D | test_cl_half.h.c | 27 int test_half_to_float(cl_half h, cl_float ref) in test_half_to_float() 41 int test_half_from_float(cl_float f, cl_half ref, in test_half_from_float() 60 #define CHECK_TO_FLOAT(h, ref) \ in main() argument 74 #define CHECK_FROM_FLOAT(f, ref, mode) \ in main() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RefBaseTests.cpp | 119 Ref ref(tracker1); in TEST() local 131 Ref ref(tracker); in TEST() local 140 Ref ref; in TEST() local 150 Ref ref(tracker); in TEST() local 184 Ref ref; in TEST() local 218 Ref ref; in TEST() local 240 Ref ref(tracker); in TEST() local 255 Ref ref(tracker); in TEST() local 270 Ref ref; in TEST() local 285 Ref ref; in TEST() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_info_statistics_test.cc | 140 double FairShareImpl(CordRep* rep, size_t ref) { in FairShareImpl() 171 size_t FairShare(CordRep* rep, size_t ref = 1) { in FairShare() 217 RefHelper ref; in TEST() local 232 RefHelper ref; in TEST() local 247 RefHelper ref; in TEST() local 261 RefHelper ref; in TEST() local 275 RefHelper ref; in TEST() local 292 RefHelper ref; in TEST() local 310 RefHelper ref; in TEST() local 329 RefHelper ref; in TEST() local [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | pointer.hpp | 77 ref_holder(const ref_holder &ref) : in ref_holder() 81 ref_holder(ref_holder &&ref) : in ref_holder() function in clover::ref_holder 92 operator=(ref_holder ref) { in operator =() 191 intrusive_ref(const intrusive_ref &ref) : in intrusive_ref() 195 intrusive_ref(intrusive_ref &&ref) : in intrusive_ref() function in clover::intrusive_ref 206 operator=(intrusive_ref ref) { in operator =() 241 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) }; in create() local
|
/third_party/boost/libs/utility/test/ |
D | string_view_test1.cpp | 22 void interop ( const std::string &str, string_view ref ) { in interop() 46 string_view ref ( str ); in test_substr() local 66 string_view ref; in test_remove() local 90 string_view ref = str; in test_hash() local
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | context.cc | 163 const std::string &ref = GetValue<std::string>(data_, kModelOptionGPUPrecisionMode); in GetPrecisionModeChar() local 191 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310InsertOpCfgPath); in GetInsertOpConfigPathChar() local 201 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310InputFormat); in GetInputFormatChar() local 211 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310InputShape); in GetInputShapeChar() local 228 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310DynamicBatchSize); in GetDynamicBatchSizeChar() local 238 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310PrecisionMode); in GetPrecisionModeChar() local 248 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310OpSelectImplMode); in GetOpSelectImplModeChar() local 258 const std::string &ref = GetValue<std::string>(data_, KModelOptionAscend310FusionSwitchCfgPath); in GetFusionSwitchConfigPathChar() local 286 const std::string &ref = GetValue<std::string>(data_, kModelOptionAscend310BufferOptimize); in GetBufferOptimizeModeChar() local
|
/third_party/skia/modules/svg/src/ |
D | SkSVGUse.cpp | 44 const auto ref = ctx.findNodeById(fHref); in onRender() local 53 const auto ref = ctx.findNodeById(fHref); in onAsPath() local 62 const auto ref = ctx.findNodeById(fHref); in onObjectBoundingBox() local
|