/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/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
D | BuilderInstruction21c.java | 47 @Nonnull protected final Reference reference; field in BuilderInstruction21c 51 @Nonnull Reference reference) { in BuilderInstruction21c()
|
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 | BuilderInstruction3rc.java | 49 @Nonnull protected final Reference reference; field in BuilderInstruction3rc 54 @Nonnull Reference reference) { in BuilderInstruction3rc()
|
D | BuilderInstruction22c.java | 48 @Nonnull protected final Reference reference; field in BuilderInstruction22c 53 @Nonnull Reference reference) { in BuilderInstruction22c()
|
D | BuilderInstruction35c.java | 52 @Nonnull protected final Reference reference; field in BuilderInstruction35c 61 @Nonnull Reference reference) { in BuilderInstruction35c()
|
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
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()
|
D | ImmutableInstruction3rc.java | 50 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction3rc 55 @Nonnull Reference reference) { in ImmutableInstruction3rc()
|
D | ImmutableInstruction22c.java | 49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction22c 54 @Nonnull Reference reference) { in ImmutableInstruction22c()
|
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()
|
/external/skia/dm/ |
D | DMRecordTask.cpp | 14 RecordTask::RecordTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) in RecordTask() 22 RecordTask::RecordTask(const Task& parent, SkPicture* pic, SkBitmap reference, Mode mode) in RecordTask()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | ReferringObjectsDebuggee.java | 75 private ReferringObjectsReferree001 reference; field in ReferringObjectsReferrer001 77 ReferringObjectsReferrer001(ReferringObjectsReferree001 reference) { in ReferringObjectsReferrer001()
|
/external/chromium_org/third_party/skia/dm/ |
D | DMRecordTask.cpp | 14 RecordTask::RecordTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) in RecordTask() 22 RecordTask::RecordTask(const Task& parent, SkPicture* pic, SkBitmap reference, Mode mode) in RecordTask()
|
/external/libcxx/test/support/ |
D | test_iterators.h | 26 typedef typename std::iterator_traits<It>::reference reference; typedef 53 typedef typename std::iterator_traits<It>::reference reference; typedef 102 typedef typename std::iterator_traits<It>::reference reference; typedef 151 typedef typename std::iterator_traits<It>::reference reference; typedef 199 typedef typename std::iterator_traits<It>::reference reference; typedef
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 43 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias() 90 …iationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, … in findNumPositionDeviationFailingPixels() 209 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in fuzzyCompare() 278 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in fuzzyCompare() 327 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in measurePixelDiffAccuracy() 383 …stLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Su… in measurePixelDiffAccuracy() 410 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatUlpThresholdCompare() 503 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in floatThresholdCompare() 590 …TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const Con… in floatThresholdCompare() 672 …log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, … in intThresholdCompare() [all …]
|
/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/guava/guava/src/com/google/common/base/ |
D | Equivalence.java | 151 public final <S extends T> Wrapper<S> wrap(@Nullable S reference) { in wrap() 178 @Nullable private final T reference; field in Equivalence.Wrapper 180 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { in Wrapper()
|
/external/harfbuzz_ng/docs/ |
D | Makefile.am | 1 SUBDIRS = reference subdir
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URIUtils.java | 171 public static URI resolve(final URI baseURI, final String reference) { in resolve() 183 public static URI resolve(final URI baseURI, URI reference){ in resolve()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | FinalizableReferenceQueueTest.java | 43 MockReference reference = new MockReference( in testFinalizeReferentCalled() local 99 FinalizableWeakReference<Object> reference; field in FinalizableReferenceQueueTest
|
/external/deqp/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 126 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() 146 …GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 250 …leanVerifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 299 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() 320 …GetIntegerVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 466 …egerVerifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 505 void GetInteger64Verifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() 526 …tInteger64Verifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() 672 …er64Verifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatGreaterOrEqual() 711 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() [all …]
|