Home
last modified time | relevance | path

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

12345678910>>...53

/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/dagger2/java/dagger/internal/
DPreconditions.java31 public static <T> T checkNotNull(T reference) { in checkNotNull()
46 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull()
60 public static <T> T checkNotNullFromProvides(T reference) { in checkNotNullFromProvides()
74 public static <T> T checkNotNullFromComponent(T reference) { in checkNotNullFromComponent()
97 T reference, String errorMessageTemplate, Object errorMessageArg) { in checkNotNull()
/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/smali/smalidea/src/test/java/org/jf/smalidea/
DAnnotationElementNameReferenceTest.java48 PsiReference reference = configureByFileText("" + in testSmaliReferenceFromSmali() local
69 PsiReference reference = configureByFileText("" + in testJavaReferenceFromSmali() local
93 PsiReference reference = configureByFileText("" + in testSmaliReferenceFromJava() local
/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/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/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/cronet/buildtools/third_party/libc++/trunk/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/python/cffi/doc/source/
Dusing.rst790 .. __: https://foss.heptapod.net/pypy/cffi/-/blob/branch/default/demo/extern_python_varargs.py
800 .. _def-extern:
807 .. _error_onerror:
844 .. _Callbacks:
/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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/
Dcontiguous_iterator.compile.pass.cpp38 typedef int& reference; typedef
72 typedef int& reference; typedef
107 typedef int& reference; typedef
142 typedef int& reference; typedef
183 typedef int& reference; typedef
220 typedef int& reference; typedef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) { in of()
68 public static ImmutableReference of(int referenceType, Reference reference) { in of()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/reference/
DImmutableReferenceFactory.java48 public static ImmutableReference of(Reference reference) { in of()
74 public static ImmutableReference of(int referenceType, Reference reference) { in of()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DPerfOutputWriter.java47 final long reference) { in writeTimeResult()
57 public void writeByteResult(String description, long size, long reference) { in writeByteResult()
75 final double reference, String fmt, String unit) { in writeResult()
DIPerfOutput.java34 void writeTimeResult(String description, long duration, long reference); in writeTimeResult()
47 void writeByteResult(String description, long size, long reference); in writeByteResult()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp455 …derbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, con… in verifyRenderbuffer()
603 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.data… in genReferenceTexture() local
645 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate() local
757 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() local
804 tcu::TextureLevel reference = genReferenceTexture(colors[i], uniformColor); in iterate() local
863 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() local
874 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate() local
958 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() local
971 tcu::TextureLevel reference = genReferenceTexture(colorEven, colorOdd, fbColor); in iterate() local
1047 …tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType… in genReferenceTexture() local
[all …]
/external/clang/docs/tools/
Ddump_ast_matchers.py374 reference = open('../LibASTMatchersReference.html').read() variable
375 reference = re.sub(r'<!-- START_DECL_MATCHERS.*END_DECL_MATCHERS -->', variable
377 reference = re.sub(r'<!-- START_NARROWING_MATCHERS.*END_NARROWING_MATCHERS -->', variable
379 reference = re.sub(r'<!-- START_TRAVERSAL_MATCHERS.*END_TRAVERSAL_MATCHERS -->', variable
/external/openthread/tests/scripts/thread-cert/
DREADME.md37 #### `#` mode
45 #### `>` mode
/external/deqp/framework/common/
DtcuImageCompare.cpp44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias()
91 …iationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, … in findNumPositionDeviationFailingPixels()
217 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in fuzzyCompare()
286 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in fuzzyCompare()
335 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in measurePixelDiffAccuracy()
391 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in measurePixelDiffAccuracy()
488 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatUlpThresholdCompare()
574 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatThresholdCompare()
664 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatThresholdCompare()
755 …TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const Con… in floatThresholdCompare()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in102 #define DeleteImageFromRegistry(reference,image) \ argument
889 static Image *GetList(pTHX_ SV *reference,SV ***reference_vector,
1014 static struct PackageInfo *GetPackageInfo(pTHX_ void *reference,
2370 static Image *SetupList(pTHX_ SV *reference,struct PackageInfo **info,
2513 *reference; local
2604 *reference, local
2735 *reference, local
2848 *reference, local
2998 *reference, local
3154 *reference, local
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/
DReportInvalidReferences.java92 public Object invalidGetMethod(Context context, String reference, Object object, in invalidGetMethod()
111 public Object invalidMethod(Context context, String reference, Object object, in invalidMethod()
149 private void reportInvalidReference(String reference, Info info) in reportInvalidReference()
/external/ImageMagick/PerlMagick/
DMagick.xs102 #define DeleteImageFromRegistry(reference,image) \ argument
889 static Image *GetList(pTHX_ SV *reference,SV ***reference_vector, in GetList()
1014 static struct PackageInfo *GetPackageInfo(pTHX_ void *reference, in GetPackageInfo()
2373 static Image *SetupList(pTHX_ SV *reference,struct PackageInfo **info, in SetupList()
2516 *reference; in constant() local
2607 *reference, in Append() local
2738 *reference, in Average() local
2851 *reference, in BlobToImage() local
3001 *reference, in ChannelFx() local
3157 *reference, in Clone() local
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.utility.helpers/
Dhas_arrow.compile.pass.cpp22 typedef int& reference; typedef
41 typedef int& reference; typedef
60 typedef int& reference; typedef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction21c.java47 @Nonnull protected final Reference reference; field in BuilderInstruction21c
51 @Nonnull Reference reference) { in BuilderInstruction21c()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
DBuilderInstruction21c.java46 @Nonnull protected final Reference reference; field in BuilderInstruction21c
50 @Nonnull Reference reference) { in BuilderInstruction21c()

12345678910>>...53