Home
last modified time | relevance | path

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

12345678910>>...14

/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/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) { in of()
59 public static ImmutableReference of(int referenceType, Reference reference) { in of()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DPerfOutputWriter.java44 final long reference) { in writeTimeResult()
54 public void writeByteResult(String description, long size, long reference) { in writeByteResult()
72 final double reference, String fmt, String unit) { in writeResult()
DIPerfOutput.java33 void writeTimeResult(String description, long duration, long reference); in writeTimeResult()
46 void writeByteResult(String description, long size, long reference); in writeByteResult()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
DREADME.md56 ### Enum: TreeAdapters
69 ### Class: Parser
117 ### Class: SimpleApiParser
175 ### Class: Serializer
/external/clang/docs/tools/
Ddump_ast_matchers.py359 reference = open('../LibASTMatchersReference.html').read() variable
360 reference = re.sub(r'<!-- START_DECL_MATCHERS.*END_DECL_MATCHERS -->', variable
362 reference = re.sub(r'<!-- START_NARROWING_MATCHERS.*END_NARROWING_MATCHERS -->', variable
364 reference = re.sub(r'<!-- START_TRAVERSAL_MATCHERS.*END_TRAVERSAL_MATCHERS -->', variable
/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()
DBuilderInstruction20bc.java48 @Nonnull protected final Reference reference; field in BuilderInstruction20bc
52 @Nonnull Reference reference) { in BuilderInstruction20bc()
DBuilderInstruction31c.java47 @Nonnull protected final Reference reference; field in BuilderInstruction31c
51 @Nonnull Reference reference) { in BuilderInstruction31c()
DBuilderInstruction22c.java48 @Nonnull protected final Reference reference; field in BuilderInstruction22c
53 @Nonnull Reference reference) { in BuilderInstruction22c()
DBuilderInstruction3rc.java49 @Nonnull protected final Reference reference; field in BuilderInstruction3rc
54 @Nonnull Reference reference) { in BuilderInstruction3rc()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction31c.java48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction31c
52 @Nonnull Reference reference) { in ImmutableInstruction31c()
DImmutableInstruction21c.java48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction21c
52 @Nonnull Reference reference) { in ImmutableInstruction21c()
DImmutableInstruction20bc.java49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction20bc
53 @Nonnull Reference reference) { in ImmutableInstruction20bc()
DImmutableInstruction22c.java49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction22c
54 @Nonnull Reference reference) { in ImmutableInstruction22c()
DImmutableInstruction3rc.java50 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction3rc
55 @Nonnull Reference reference) { in ImmutableInstruction3rc()
/external/guava/guava/src/com/google/common/base/
DVerify.java133 public static <T> T verifyNotNull(@Nullable T reference) { in verifyNotNull()
152 public static <T> T verifyNotNull( in verifyNotNull()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DZIndexable.java45 public boolean moveAbove(ElementType objectToMove, ElementType reference); in moveAbove()
55 public boolean moveBeneath(ElementType objectToMove, ElementType reference); in moveBeneath()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DReferringObjectsDebuggee.java75 private ReferringObjectsReferree001 reference; field in ReferringObjectsReferrer001
77 ReferringObjectsReferrer001(ReferringObjectsReferree001 reference) { in ReferringObjectsReferrer001()
/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()
216 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in fuzzyCompare()
285 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in fuzzyCompare()
334 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in measurePixelDiffAccuracy()
390 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in measurePixelDiffAccuracy()
487 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatUlpThresholdCompare()
573 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatThresholdCompare()
660 …TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const Con… in floatThresholdCompare()
742 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in intThresholdCompare()
[all …]
/external/libcxx/test/support/
Dtest_iterators.h33 typedef typename std::iterator_traits<It>::reference reference; typedef
63 typedef typename std::iterator_traits<It>::reference reference; typedef
115 typedef typename std::iterator_traits<It>::reference reference; typedef
167 typedef typename std::iterator_traits<It>::reference reference; typedef
218 typedef typename std::iterator_traits<It>::reference reference; typedef
/external/libxml2/python/tests/
Dsync.py51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
126 reference = "startDocument:startElement foo None:" variable
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMarker.java69 public void add(Marker reference); in add()
78 public boolean remove(Marker reference); in remove()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in102 #define DeleteImageFromRegistry(reference,image) \ argument
867 static Image *GetList(pTHX_ SV *reference,SV ***reference_vector,
992 static struct PackageInfo *GetPackageInfo(pTHX_ void *reference,
2286 static Image *SetupList(pTHX_ SV *reference,struct PackageInfo **info,
2429 *reference; local
2520 *reference, local
2651 *reference, local
2764 *reference, local
2914 *reference, local
3070 *reference, local
[all …]
/external/ImageMagick/PerlMagick/
DMagick.xs102 #define DeleteImageFromRegistry(reference,image) \ argument
867 static Image *GetList(pTHX_ SV *reference,SV ***reference_vector, in GetList()
992 static struct PackageInfo *GetPackageInfo(pTHX_ void *reference, in GetPackageInfo()
2286 static Image *SetupList(pTHX_ SV *reference,struct PackageInfo **info, in SetupList()
2429 *reference; in constant() local
2520 *reference, in Append() local
2651 *reference, in Average() local
2764 *reference, in BlobToImage() local
2914 *reference, in ChannelFx() local
3070 *reference, in Clone() local
[all …]

12345678910>>...14