Home
last modified time | relevance | path

Searched defs:reference (Results 351 – 375 of 4428) sorted by relevance

1...<<11121314151617181920>>...178

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextSelectionTest.java62 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local
94 final TextSelection.Request reference = in testParcelRequest() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/
Diterator.hpp656 typedef typename container_type::reference reference; typedef in boost::numeric::ublas::indexed_iterator
764 typedef typename container_type::const_reference reference; typedef in boost::numeric::ublas::indexed_const_iterator
884 typedef typename container_type::reference reference; typedef in boost::numeric::ublas::indexed_iterator1
1030 typedef typename container_type::const_reference reference; typedef in boost::numeric::ublas::indexed_const_iterator1
1175 typedef typename container_type::reference reference; typedef in boost::numeric::ublas::indexed_iterator2
1318 typedef typename container_type::const_reference reference; typedef in boost::numeric::ublas::indexed_const_iterator2
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dunordered_set.h113 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
718 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
Dunordered_map.h118 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
799 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Diterator.hpp27 typedef void reference; typedef in boost::icl::add_iterator
71 typedef void reference; typedef in boost::icl::insert_iterator
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp39 using reference = char&; typedef
71 typedef Reference reference; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/
H A Dthree-way.pass.cpp38 using reference = char&; typedef
54 using reference = const char&; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dlower_bound.cpp55 reference(Container& cont) in reference() function in boost_range_test_algorithm_lower_bound::lower_bound_policy
92 reference(Container& cont) in reference() function
Dupper_bound.cpp54 reference(Container& cont) in reference() function in boost_range_test_algorithm_upper_bound::upper_bound_policy
93 reference(Container& cont) in reference() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dunordered_set.h113 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
718 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
Dunordered_map.h118 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
799 typedef typename allocator_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dreflection.h83 typedef T& reference; typedef
185 typedef T& reference; typedef
406 using reference = T&; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Denv.hpp45 typedef typename add_reference<T>::type reference; typedef
53 typedef T &reference; typedef
106 typedef typename add_reference<Value>::type reference; typedef
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dreflection.h83 typedef T& reference; typedef
185 typedef T& reference; typedef
406 using reference = T&; variable
/aosp_15_r20/external/eigen/test/
H A Ddense_storage.cpp33 DenseStorageType reference(size, rows, cols); in dense_storage_copy() local
50 DenseStorageType reference(size, rows, cols); in dense_storage_assignment() local
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dimmunization_3.json15 "reference": "Patient/patient-1", string
61 "reference": "Practitioner/practitioner-1", string
Dimmunization_2.json15 "reference": "Patient/patient-1", string
61 "reference": "Practitioner/practitioner-1", string
Dimmunization_4.json15 "reference": "Patient/patient-1", string
61 "reference": "Practitioner/practitioner-1", string
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dconcat.py30 def reference(self): member in Concat2D2InputBench
100 def reference(self): member in ConcatGraphOptBench
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test/
H A Dobjects2_85_b.json39 "reference": { object
43 "reference": { object
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/
DSoftPreconditions.java95 final T reference, in checkNotNull()
113 public static <T> T checkNotNull(final T reference) { in checkNotNull()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp1679 static const glw::GLint reference[2] = {0 + 2 + 4, 1 + 3 + 5}; in DrawAndCheck() local
2365 T reference[8] = {0}; in DrawAndCheck() local
3028 glw::GLint reference[] = {0, 2}; in iterate() local
3036 glw::GLint reference[] = {0, 0, 1, 1}; in iterate() local
3044 glw::GLint reference[] = {0, 1, 2, 3}; in iterate() local
3052 glw::GLint reference[] = {0, 1, 0, 1}; in iterate() local
3060 glw::GLint reference[] = {0, 1, 2, 3}; in iterate() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/common/
DAssert.java146 public static <T> T isNotNull(@Nullable T reference) { in isNotNull()
160 public static <T> T isNotNull( in isNotNull()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/
H A Dtypes.h61 using reference = int&; variable
87 using reference = int&; variable
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DIterator-inl.h31 typedef value_type& reference; typedef
90 typedef value_type& reference; typedef

1...<<11121314151617181920>>...178