Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 1763) sorted by relevance

12345678910>>...71

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dreference.hpp31 struct reference<Subject, unused_type> struct
35 reference(Subject& subject) in reference() function
39 void collect(LexerDef& lexdef, String const& state in collect()
46 void add_actions(LexerDef& lexdef) const in add_actions()
53 struct reference : reference<Subject> struct
55 reference(Subject& subject) in reference() argument
58 IdType id() const in id()
62 std::size_t unique_id() const in unique_id()
66 std::size_t state() const in state()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/
Dreference.hpp27 struct reference : generator<reference<Subject> > struct
29 typedef mpl::int_<generator_properties::all_properties> properties;
31 typedef Subject subject_type;
33 reference(Subject& subject) in reference() function
37 struct attribute : Subject::template attribute<Context, Unused> {};
43 bool generate(OutputIterator& sink, Context& context in generate()
53 bool generate(OutputIterator& sink, Context& context in generate()
62 bool generate(OutputIterator& sink, unused_type in generate()
69 info what(Context& context) const in what()
75 boost::reference_wrapper<Subject> ref;
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionTest.java152 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
158 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
164 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
170 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
186 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
192 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
198 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
204 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
219 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToShort() local
225 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToShort() local
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Dreference.hpp27 struct reference : parser<reference<Subject> > struct
29 typedef Subject subject_type;
31 reference(Subject& subject) in reference() function
35 struct attribute : Subject::template attribute<Context, Iterator> {};
39 bool parse(Iterator& first, Iterator const& last in parse()
47 info what(Context& context) const in what()
53 boost::reference_wrapper<Subject> ref;
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dargs.hpp37 typedef Expr &reference; typedef
46 typedef Expr &reference; typedef
55 typedef Expr const &reference; typedef
64 typedef T &reference; typedef
73 typedef T &reference; typedef
82 typedef T const &reference; typedef
91 typedef T (&reference)[N]; typedef
100 typedef T const (&reference)[N]; typedef
109 typedef T (&reference)[N]; typedef
118 typedef T const (&reference)[N]; typedef
/external/dagger2/java/dagger/internal/
DPreconditions.java32 public static <T> T checkNotNull(T reference) { in checkNotNull()
47 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull()
61 public static <T> T checkNotNullFromProvides(T reference) { in checkNotNullFromProvides()
75 public static <T> T checkNotNullFromComponent(T reference) { in checkNotNullFromComponent()
98 T reference, String errorMessageTemplate, Object errorMessageArg) { in checkNotNull()
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/
Dreference.hpp29 struct reference struct
34 type;
36 static const type make(T & t) in make()
44 struct reference<T const> struct
49 type;
51 static const type make(T const & t) in make()
61 struct reference struct
/external/openscreen/cast/streaming/
Dexpanded_value_base_unittest.cc33 const TestValue reference(i); in TEST() local
42 const TestValue reference(i - 1); in TEST() local
51 const TestValue reference(i + 1); in TEST() local
62 const TestValue reference(bias); in TEST() local
81 const TestValue reference(bias); in TEST() local
100 const TestValue reference(bias); in TEST() local
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
DConcreteReferenceTest.java31 Reference reference = ConcreteReference.builder().setClazz(Integer.class).build(); in basicConcreteReference() local
38 Reference reference = in basicConcreteReference_setIsStaticImport() local
46 Reference reference = ConcreteReference.builder().setClazz(Map.Entry.class).build(); in basicConcreteReference_nested() local
53 Reference reference = in basicConcreteReference_nestedAndStaticImport() local
61 Reference reference = in parameterizedConcreteReference() local
/external/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_run.ps12 $reference = Get-Content .\_install\spirv2dxil_reference.txt variable
4 if (-Not ($reference -And $result)) { variable
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/api/
DInPlaceMutator.java50 void initInPlace(T reference, PseudoRandom prng); in initInPlace()
62 void mutateInPlace(T reference, PseudoRandom prng); in mutateInPlace()
73 void crossOverInPlace(T reference, T otherReference, PseudoRandom prng); in crossOverInPlace()
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dpoly_function.hpp42 typedef T &reference; typedef
49 typedef T const &reference; typedef
56 typedef T &reference; typedef
63 typedef T const &reference; typedef
70 typedef T &reference; typedef
77 typedef T &reference; typedef
84 typedef T &reference; typedef
91 typedef T &reference; typedef
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h52 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init()
58 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced()
71 struct pipe_reference *reference, in pipe_reference_described()
97 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) in pipe_reference()
/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/
Dcall_traits.hpp78 typedef T& reference; typedef
98 typedef T& reference; typedef
112 typedef T& reference; typedef
120 typedef T& reference; typedef
128 typedef T& reference; typedef
137 typedef T * & reference; typedef
151 typedef array_type& reference; typedef
164 typedef array_type& reference; typedef
/external/guava/guava/src/com/google/common/base/
DPreconditions.java901 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull()
919 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull()
942 public static <T> T checkNotNull( in checkNotNull()
960 public static <T> T checkNotNull( in checkNotNull()
976 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull()
991 public static <T> T checkNotNull( in checkNotNull()
1007 public static <T> T checkNotNull( in checkNotNull()
1023 public static <T> T checkNotNull( in checkNotNull()
1039 public static <T> T checkNotNull( in checkNotNull()
1055 public static <T> T checkNotNull( in checkNotNull()
[all …]
/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java901 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull()
919 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull()
942 public static <T> T checkNotNull( in checkNotNull()
960 public static <T> T checkNotNull( in checkNotNull()
976 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull()
991 public static <T> T checkNotNull( in checkNotNull()
1007 public static <T> T checkNotNull( in checkNotNull()
1023 public static <T> T checkNotNull( in checkNotNull()
1039 public static <T> T checkNotNull( in checkNotNull()
1055 public static <T> T checkNotNull( in checkNotNull()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull()
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull()
152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull()
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull()
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull()
152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull()
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DShadedMarkerAdapterTest.java51 Marker reference = mock(Marker.class); in add_delegatesCall() local
59 Marker reference = mock(Marker.class); in remove_delegatesCall() local
82 Marker reference = mock(Marker.class); in contains_delegatesCall() local
172 public void add(Marker reference) { in add()
177 public boolean remove(Marker reference) { in remove()
DUnshadedMarkerAdapterTest.java51 Marker reference = mock(Marker.class); in add_delegatesCall() local
59 Marker reference = mock(Marker.class); in remove_delegatesCall() local
82 Marker reference = mock(Marker.class); in contains_delegatesCall() local
172 public void add(Marker reference) { in add()
177 public boolean remove(Marker reference) { in remove()
/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Dtypes.h28 typedef typename std::iterator_traits<It>::reference reference; typedef
52 typedef typename std::iterator_traits<It>::reference reference; typedef
76 typedef typename std::iterator_traits<It>::reference reference; typedef
109 typedef typename std::iterator_traits<It>::reference reference; typedef
132 typedef typename std::iterator_traits<It>::reference reference; typedef
194 typedef typename std::iterator_traits<It>::reference reference; typedef
244 typedef typename std::iterator_traits<It>::reference reference; typedef
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Derase.cpp30 Container reference(source); in test_erase_impl() local
60 Container reference(source); in test_remove_erase_impl() local
91 Container reference; in test_remove_erase_if_impl() local
126 Container reference; in test_unique_erase_impl() local
157 Container reference; in test_unique_erase_pred_impl() local
/external/sdv/vsomeip/third_party/boost/iterator/test/
Dis_lvalue_iterator.cpp29 typedef v& reference; typedef
40 typedef boost::noncopyable& reference; typedef
52 typedef T& reference; typedef
67 typedef T& reference; typedef
81 typedef T const& reference; typedef
/external/cronet/third_party/libc++/src/test/libcxx/algorithms/
Drobust_against_using_non_transparent_comparators.pass.cpp21 struct reference { struct
22 T* ptr_;
24 reference(T* ptr) : ptr_(ptr) {} in reference() argument
/external/vixl/src/aarch32/
Dlocation-aarch32.cc47 const ForwardRef& reference = *it.Current(); in ResolveReferences() local
108 const ForwardRef& reference = *it.Current(); in GetMaxAlignment() local
119 const ForwardRef& reference = *it.Current(); in GetMinLocation() local
128 const ForwardRef& reference = forward_.Front(); in UpdatePoolObject() local

12345678910>>...71