/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | AnnotationElementNameReferenceTest.java | 48 PsiReference reference = configureByFileText("" + in testSmaliReferenceFromSmali() local 69 PsiReference reference = configureByFileText("" + in testJavaReferenceFromSmali() local 93 PsiReference reference = configureByFileText("" + in testSmaliReferenceFromJava() local
|
/external/opencv3/modules/photo/test/ |
D | test_cloning.cpp | 83 Mat reference = imread(reference_path); in TEST() local 116 Mat reference = imread(reference_path); in TEST() local 148 Mat reference = imread(reference_path); in TEST() local 174 Mat reference = imread(reference_path); in TEST() local 200 Mat reference = imread(reference_path); in TEST() local 224 Mat reference = imread(reference_path); in TEST() local
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | README.md | 56 ### Enum: TreeAdapters 69 ### Class: Parser 117 ### Class: SimpleApiParser 175 ### Class: Serializer
|
/external/clang/docs/tools/ |
D | dump_ast_matchers.py | 359 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/deqp/framework/common/ |
D | tcuImageCompare.cpp | 44 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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | PerfOutputWriter.java | 44 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()
|
D | IPerfOutput.java | 33 void writeTimeResult(String description, long duration, long reference); in writeTimeResult() 46 void writeByteResult(String description, long size, long reference); in writeByteResult()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
D | ImmutableReferenceFactory.java | 42 public static ImmutableReference of(Reference reference) { in of() 59 public static ImmutableReference of(int referenceType, Reference reference) { in of()
|
/external/libcxx/test/support/ |
D | test_iterators.h | 33 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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionFactory.java | 50 …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/deqp/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 127 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/libxml2/python/tests/ |
D | sync.py | 51 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/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstructionFactory.java | 77 @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()
|
D | ImmutableInstruction21c.java | 48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction21c 52 @Nonnull Reference reference) { in ImmutableInstruction21c()
|
D | ImmutableInstruction31c.java | 48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction31c 52 @Nonnull Reference reference) { in ImmutableInstruction31c()
|
D | ImmutableInstruction20bc.java | 49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction20bc 53 @Nonnull Reference reference) { in ImmutableInstruction20bc()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
D | BuilderInstruction20bc.java | 48 @Nonnull protected final Reference reference; field in BuilderInstruction20bc 52 @Nonnull Reference reference) { in BuilderInstruction20bc()
|
D | BuilderInstruction31c.java | 47 @Nonnull protected final Reference reference; field in BuilderInstruction31c 51 @Nonnull Reference reference) { in BuilderInstruction31c()
|
D | BuilderInstruction21c.java | 47 @Nonnull protected final Reference reference; field in BuilderInstruction21c 51 @Nonnull Reference reference) { in BuilderInstruction21c()
|
D | BuilderInstruction22c.java | 48 @Nonnull protected final Reference reference; field in BuilderInstruction22c 53 @Nonnull Reference reference) { in BuilderInstruction22c()
|
D | BuilderInstruction3rc.java | 49 @Nonnull protected final Reference reference; field in BuilderInstruction3rc 54 @Nonnull Reference reference) { in BuilderInstruction3rc()
|
/external/guava/guava/src/com/google/common/base/ |
D | Verify.java | 133 public static <T> T verifyNotNull(@Nullable T reference) { in verifyNotNull() 152 public static <T> T verifyNotNull( in verifyNotNull()
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | BooleansTest.java | 249 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/guava/guava-tests/test/com/google/common/primitives/ |
D | BooleansTest.java | 258 List<Boolean> reference = Booleans.asList(ARRAY_FALSE); in testAsListEquals() local 259 assertEquals(Booleans.asList(ARRAY_FALSE), reference); in testAsListEquals() local 266 List<Boolean> reference = Booleans.asList(ARRAY_FALSE); in testAsListHashcode() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | ZIndexable.java | 45 public boolean moveAbove(ElementType objectToMove, ElementType reference); in moveAbove() 55 public boolean moveBeneath(ElementType objectToMove, ElementType reference); in moveBeneath()
|