/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
H A D | MethodsResolutionTest.java | 152 …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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/ |
D | reference.hpp | 31 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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/ |
D | reference.hpp | 27 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;
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | Preconditions.java | 902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() 920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() 943 public static <T> T checkNotNull( in checkNotNull() 961 public static <T> T checkNotNull( in checkNotNull() 977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() 992 public static <T> T checkNotNull( in checkNotNull() 1008 public static <T> T checkNotNull( in checkNotNull() 1024 public static <T> T checkNotNull( in checkNotNull() 1040 public static <T> T checkNotNull( in checkNotNull() 1056 public static <T> T checkNotNull( in checkNotNull() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | Preconditions.java | 902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() 920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() 943 public static <T> T checkNotNull( in checkNotNull() 961 public static <T> T checkNotNull( in checkNotNull() 977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() 992 public static <T> T checkNotNull( in checkNotNull() 1008 public static <T> T checkNotNull( in checkNotNull() 1024 public static <T> T checkNotNull( in checkNotNull() 1040 public static <T> T checkNotNull( in checkNotNull() 1056 public static <T> T checkNotNull( in checkNotNull() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/ |
D | reference.hpp | 27 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;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | args.hpp | 37 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
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 472 … const tcu::TextureLevel &reference, const tcu::TextureLevel &result) in verifyRenderbuffer() 620 …tcu::TextureLevel reference(glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType)… in genReferenceTexture() local 666 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate() local 782 …tcu::TextureLevel reference(glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType)… in genReferenceTexture() local 830 tcu::TextureLevel reference = genReferenceTexture(colors[i], uniformColor); in iterate() local 891 …tcu::TextureLevel reference(glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType)… in genReferenceTexture() local 903 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate() local 993 …tcu::TextureLevel reference(glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType)… in genReferenceTexture() local 1007 tcu::TextureLevel reference = genReferenceTexture(colorEven, colorOdd, fbColor); in iterate() local 1087 …tcu::TextureLevel reference(glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType)… in genReferenceTexture() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/ |
D | reference.hpp | 29 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
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuImageCompare.cpp | 44 void computeScaleAndBias(const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &res… in computeScaleAndBias() 93 const ConstPixelBufferAccess &reference, in findNumPositionDeviationFailingPixels() 230 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, float threshold, in fuzzyCompare() 294 const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, in bitwiseCompare() 401 …Compare(TestLog &log, const char *imageSetName, const char *imageSetDesc, const Surface &reference, in fuzzyCompare() 457 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, in measurePixelDiffAccuracy() 517 …ccuracy(TestLog &log, const char *imageSetName, const char *imageSetDesc, const Surface &reference, in measurePixelDiffAccuracy() 615 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, in floatUlpThresholdCompare() 703 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, in floatThresholdCompare() 795 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, in floatThresholdCompare() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | poly_function.hpp | 42 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/ |
D | call_traits.hpp | 78 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
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFloatStateQueryTests.cpp | 130 void GetBooleanVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 153 … GetBooleanVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 260 …oleanVerifier::verifyFloatGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 310 void GetIntegerVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 333 … GetIntegerVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 456 …tegerVerifier::verifyFloatGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 497 void GetInteger64Verifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 520 …etInteger64Verifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 643 …ger64Verifier::verifyFloatGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 683 void GetFloatVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() [all …]
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | ReferenceAllocators-inl.h | 59 jobject reference) const noexcept { in deleteReference() 72 jobject reference) const noexcept { in verifyReference() 90 jobject reference) const noexcept { in deleteReference() 103 jobject reference) const noexcept { in verifyReference() 122 jobject reference) const noexcept { in deleteReference() 135 jobject reference) const noexcept { in verifyReference()
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | expanded_value_base_unittest.cc | 33 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
|
/aosp_15_r20/art/runtime/ |
H A D | handle.h | 63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() 117 explicit Handle(StackReference<S>* reference) in Handle() 148 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle() 153 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 160 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 174 explicit MutableHandle(StackReference<S>* reference) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
|
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/ |
D | procedure_2.json | 26 "reference": "Patient/patient-1" string 30 "reference": "Practitioner/practitioner-unk", string 34 "reference": "Encounter/encounter-unk", string 38 "reference": "Practitioner/practitioner-unk", string 44 "reference": "Practitioner/practitioner-unk", string 48 "reference": "Organization/organization-2", string
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/ |
H A D | types.h | 28 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
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | convolve.cc | 62 void ConvolveScale2D_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveScale2D_C() 146 const void* LIBGAV1_RESTRICT const reference, in ConvolveCompoundScale2D_C() 229 void ConvolveCompound2D_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveCompound2D_C() 313 void Convolve2D_C(const void* LIBGAV1_RESTRICT const reference, in Convolve2D_C() 393 void ConvolveHorizontal_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveHorizontal_C() 435 void ConvolveVertical_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveVertical_C() 472 void ConvolveCopy_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveCopy_C() 491 void ConvolveCompoundCopy_C(const void* LIBGAV1_RESTRICT const reference, in ConvolveCompoundCopy_C() 531 const void* LIBGAV1_RESTRICT const reference, in ConvolveCompoundHorizontal_C() 576 const void* LIBGAV1_RESTRICT const reference, in ConvolveCompoundVertical_C() [all …]
|
/aosp_15_r20/frameworks/base/cmds/uinput/ |
H A D | README.md | 51 #### `register` 160 #### `delay` 197 #### `updateTimeBase` 236 #### `inject` 266 #### `sync`
|
/aosp_15_r20/external/dagger2/java/dagger/internal/ |
H A D | Preconditions.java | 32 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()
|
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test/ |
H A D | objects2_85_f.json | 5 "reference": { object 34 "reference": { object 38 "reference": { object 68 "reference": { object 72 "reference": { object 107 "reference": { object 111 "reference": { object
|
H A D | objects2_85_e.json | 5 "reference": { object 34 "reference": { object 38 "reference": { object 68 "reference": { object 72 "reference": { object 107 "reference": { object 111 "reference": { object
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/ |
H A D | ConcreteReferenceTest.java | 31 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
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFloatStateQueryTests.cpp | 128 void GetBooleanVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 151 … GetBooleanVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 277 void GetIntegerVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 300 … GetIntegerVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 442 void GetInteger64Verifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 465 …etInteger64Verifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 606 void GetFloatVerifier::verifyFloat(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloat() 625 …id GetFloatVerifier::verifyFloatExpanded(tcu::TestContext &testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 776 const GLfloat reference = rnd.getFloat(range[0], range[1]); in test() local 818 const GLfloat reference = rnd.getFloat(-64000, 64000); in test() local [all …]
|