Home
last modified time | relevance | path

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

12345678910>>...24

/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/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) { in of()
62 public static ImmutableReference of(int referenceType, Reference reference) { in of()
/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()
661 …TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const Con… in floatThresholdCompare()
743 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in intThresholdCompare()
[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 …]
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java50 …ruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref reference); in makeInstruction20bc()
52 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c()
58 …n makeInstruction22c(@Nonnull Opcode opcode, int registerA, int registerB, @Nonnull Ref reference); in makeInstruction22c()
64 Instruction makeInstruction31c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction31c()
69 int registerF, int registerG, @Nonnull Ref reference); in makeInstruction35c()
71 @Nonnull Ref reference); in makeInstruction3rc()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction20bc.java48 @Nonnull protected final Reference reference; field in BuilderInstruction20bc
52 @Nonnull Reference reference) { in BuilderInstruction20bc()
DBuilderInstruction21c.java47 @Nonnull protected final Reference reference; field in BuilderInstruction21c
51 @Nonnull Reference reference) { in BuilderInstruction21c()
DBuilderInstruction31c.java47 @Nonnull protected final Reference reference; field in BuilderInstruction31c
51 @Nonnull Reference reference) { in BuilderInstruction31c()
DBuilderInstruction3rc.java49 @Nonnull protected final Reference reference; field in BuilderInstruction3rc
54 @Nonnull Reference reference) { in BuilderInstruction3rc()
DBuilderInstruction22c.java48 @Nonnull protected final Reference reference; field in BuilderInstruction22c
53 @Nonnull Reference reference) { in BuilderInstruction22c()
/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/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp127 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
147 …GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded()
251 …leanVerifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual()
300 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
321 …GetIntegerVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded()
467 …egerVerifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual()
506 void GetInteger64Verifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
527 …tInteger64Verifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded()
673 …er64Verifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual()
712 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java77 @Nonnull Reference reference) { in makeInstruction20bc()
88 @Nonnull Reference reference) { in makeInstruction21c()
126 @Nonnull Reference reference) { in makeInstruction22c()
164 @Nonnull Reference reference) { in makeInstruction31c()
193 @Nonnull Reference reference) { in makeInstruction35c()
201 @Nonnull Reference reference) { in makeInstruction3rc()
DImmutableInstruction31c.java48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction31c
52 @Nonnull Reference reference) { in ImmutableInstruction31c()
DImmutableInstruction20bc.java49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction20bc
53 @Nonnull Reference reference) { in ImmutableInstruction20bc()
DImmutableInstruction21c.java48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction21c
52 @Nonnull Reference reference) { in ImmutableInstruction21c()
/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/libcxx/test/support/
Dtest_iterators.h37 typedef typename std::iterator_traits<It>::reference reference; typedef
69 typedef typename Traits::reference reference; typedef
121 typedef typename std::iterator_traits<It>::reference reference; typedef
173 typedef typename std::iterator_traits<It>::reference reference; typedef
224 typedef typename std::iterator_traits<It>::reference reference; typedef
339 typedef const T & reference; typedef
478 typedef const T & reference; typedef
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DBooleansTest.java249 List<Boolean> reference = Booleans.asList(ARRAY_FALSE); in testAsListEquals() local
250 assertEquals(Booleans.asList(ARRAY_FALSE), reference); in testAsListEquals() local
257 List<Boolean> reference = Booleans.asList(ARRAY_FALSE); in testAsListHashcode() local
/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.java77 private ReferringObjectsReferree001 reference; field in ReferringObjectsReferrer001
79 ReferringObjectsReferrer001(ReferringObjectsReferree001 reference) { in ReferringObjectsReferrer001()

12345678910>>...24