Home
last modified time | relevance | path

Searched refs:cref (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const_rv.fail.cpp22 template <class T> void cref(T const&) {} in cref() function
23 template <class T> void cref(T const&&) = delete;
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}} in main()
/external/tensorflow/tensorflow/core/lib/core/
Drefcount_test.cc77 const MyRef* cref = new MyRef; in TEST_F() local
80 cref->Ref(); in TEST_F()
82 cref->Unref(); in TEST_F()
84 cref->Unref(); in TEST_F()
/external/libdrm/radeon/
Dradeon_bo.c41 op, bo, bo->handle, boi->size, boi->cref); in radeon_bo_debug()
56 boi->cref++; in radeon_bo_ref()
66 boi->cref--; in radeon_bo_unref()
124 return boi->cref > 1; in radeon_bo_is_referenced_by_cs()
Dradeon_bo_int.h17 unsigned cref; member
Dradeon_bo_gem.c130 if (boi->cref) { in bo_unref()
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
Dcref_2.pass.cpp22 std::reference_wrapper<const int> r1 = std::cref(i); in main()
23 std::reference_wrapper<const int> r2 = std::cref(r1); in main()
Dcref_1.pass.cpp22 std::reference_wrapper<const int> r = std::cref(i); in main()
/external/skia/bench/
DShapesBench.cpp178 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2); in onDelayedSetup()
181 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2); in onDelayedSetup()
184 fShapes[i].fDraw = bind(&SkCanvas::drawRRect, _1, cref(fRRect), _2); in onDelayedSetup()
201 std::cref(*outer), std::cref(*inner), in onDelayedSetup()
/external/skqp/bench/
DShapesBench.cpp178 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2); in onDelayedSetup()
181 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2); in onDelayedSetup()
184 fShapes[i].fDraw = bind(&SkCanvas::drawRRect, _1, cref(fRRect), _2); in onDelayedSetup()
201 std::cref(*outer), std::cref(*inner), in onDelayedSetup()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR20855_tuple_ref_binding_diagnostics.pass.cpp113 std::tuple<int const&> t2(std::cref(x)); in allocator_tests()
117 std::tuple<int const&> t4(std::allocator_arg, alloc, std::cref(x)); in allocator_tests()
122 auto cr = std::cref(x); in allocator_tests()
/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h232 const DeviceMemory<ElemT> &cref() const { return wrapped_; } in cref() function
243 const DeviceMemory<ElemT> &operator*() const { return cref(); }
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUJDKCompare.java332 private Constructor cref; field in ICUJDKCompare.MorC
339 cref = c; in MorC()
343 return mref == null ? cref.getModifiers() : mref.getModifiers(); in getModifiers()
351 return mref == null ? cref.getParameterTypes() : mref.getParameterTypes(); in getParameterTypes()
359 return mref == null ? cref.toString() : mref.toString(); in getSignature()
/external/curl/src/
Dmakefile.amiga22 $(CC) $(CFLAGS) -o curl $(OBJS) $(LIBS) -Wl,-Map,curl.map,--cref
/external/libcxx/test/std/containers/sequences/list/list.ops/
Dsort_comp.pass.cpp61 c1.sort(std::cref(comp)); in main()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d))); in test_creation_functions()
Dexample-bind.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
/external/tensorflow/tensorflow/core/util/
Dwork_sharder_test.cc96 auto work = std::cref(lambda); in BM_Sharding()
/external/python/cpython2/Lib/bsddb/
D__init__.py246 for cref in self._cursor_refs.values():
247 c = cref()
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/
Dbluepill_makefile.inc39 -Wl,-Map=$(MAKEFILE_DIR)/gen/$(TARGET).map,--cref \
Decm3531_makefile.inc67 -Wl,-Map=$(MAKEFILE_DIR)/targets/ecm3531/ecm3531.map,--cref
Dapollo3evb_makefile.inc62 -Wl,-Map=$(MAKEFILE_DIR)/gen/$(TARGET).map,--cref
/external/libcxx/include/
D__functional_base532 cref(const _Tp& __t) _NOEXCEPT
540 cref(reference_wrapper<_Tp> __t) _NOEXCEPT
542 return cref(__t.get());
547 template <class _Tp> void cref(const _Tp&&) = delete;
/external/tensorflow/tensorflow/core/lib/gtl/
Dcleanup_test.cc256 auto c = gtl::MakeCleanup(std::cref(f_)); in TEST_F()
/external/libbrillo/brillo/
Dany_unittest.cc201 Any val2(std::cref(a)); // const int& in TEST()
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc1027 EXPECT_EQ("@" + PrintPointer(&x) + " 5", Print(std::cref(x))); in TEST()
1039 Print(std::cref(up))); in TEST()

12