/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 707 targetType := target.Type() 710 if targetType.Kind() == reflect.Ptr { 714 …if string(inputValue) == "null" && targetType != reflect.TypeOf(&stpb.Value{}) && !isJSONPBUnmarsh… 717 target.Set(reflect.New(targetType.Elem())) 889 target.Set(reflect.New(targetType.Elem())) 892 if targetType.Kind() != reflect.Int32 { 893 return fmt.Errorf("invalid target %q for enum %s", targetType.Kind(), prop.Enum) 900 if targetType.Kind() == reflect.Struct { 928 sprops := proto.GetProperties(targetType) 985 return fmt.Errorf("unknown field %q in %v", f, targetType) [all …]
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ProxyMaker.java | 48 Type targetType = Type.getType(targetClass); in createProxyFactory() local 49 String targetName = targetType.getInternalName(); in createProxyFactory() 55 writer.visitField(ACC_PUBLIC, TARGET_FIELD, targetType.getDescriptor(), null, null); in createProxyFactory() 63 m.getField(proxyType, TARGET_FIELD, targetType); in createProxyFactory()
|
/external/syzkaller/prog/ |
D | size.go | 129 switch targetType := inner.Type().(type) { 133 if targetType.Type.Varlen() { 136 elemSize = targetType.Type.Size()
|
/external/vogar/src/vogar/ |
D | Vogar.java | 592 TargetType targetType; in run() local 594 targetType = TargetType.SSH; in run() 596 targetType = TargetType.LOCAL; in run() 598 targetType = TargetType.ADB_CHROOT; in run() 600 targetType = TargetType.ADB; in run() 605 : new File(targetType.defaultDeviceDir(), "run"); in run() 609 switch (targetType) { in run() 639 throw new IllegalStateException("Unknown target type: " + targetType); in run()
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ClassFile.java | 496 private final TargetType targetType; field in ClassFile.TypeAnnotationInfo 502 TargetType targetType, Target target, TypePath path, AnnotationInfo anno) { in TypeAnnotationInfo() argument 503 this.targetType = targetType; in TypeAnnotationInfo() 518 public TargetType targetType() { in targetType() method in ClassFile.TypeAnnotationInfo 519 return targetType; in targetType()
|
D | AnnotationWriter.java | 145 output.writeByte(annotation.targetType().tag()); in writeTypeAnnotation()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 552 …TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, gl… 555 void setTargetType (const deUint32 targetType); 577 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 color… in TestFramebuffer() argument 580 , m_targetType (targetType) in TestFramebuffer() 593 if (targetType == GL_DRAW_BUFFER) in TestFramebuffer() 600 if (targetType == GL_READ_BUFFER) in TestFramebuffer() 613 void TestFramebuffer::setTargetType (const deUint32 targetType) in setTargetType() argument 615 m_targetType = targetType; in setTargetType() 812 …bool isFramebufferAttachmentSRGB (const deUint32 targetType, const deUint32 attachment) c… 814 …void logState (const deUint32 targetType, const deUint32 attachment, const SamplingTy… [all …]
|
D | es31fSRGBDecodeTests.cpp | 403 const glu::TextureTestUtil::TextureType targetType, 444 const glu::TextureTestUtil::TextureType targetType, in SRGBTestTexture() argument 456 , m_targetType (targetType) in SRGBTestTexture() 868 void addTexture (const glu::TextureTestUtil::TextureType targetType, 1061 void SRGBTestCase::addTexture ( const glu::TextureTestUtil::TextureType targetType, in addTexture() argument 1071 …SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, hei… in addTexture()
|
D | es31fShaderImageLoadStoreTests.cpp | 3345 …const EarlyFragmentTestsCase::RenderTargetType targetType = (EarlyFragmentTestsCase::RenderTarget… in init() local 3353 …const string targetName = targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO ? … in init() 3354 …: targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT ? (std::string("_… in init() 3361 … + ((targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO) ? (", render to fbo") in init() 3362 …: (targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT) ? (", render to… in init() 3365 …mentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType)); in init()
|
D | es31fProgramUniformTests.cpp | 739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local 741 result.type = targetType; in getRandomBoolRepresentation()
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 661 TargetType targetType, in typeParameterAnnotations() argument 672 targetType, in typeParameterAnnotations() 699 Builder<TypeAnnotationInfo> result, Type type, TargetType targetType, Target target) { in lowerTypeAnnotations() argument 700 new LowerTypeAnnotations(result, targetType, target) in lowerTypeAnnotations() 706 private final TargetType targetType; field in Lower.LowerTypeAnnotations 710 Builder<TypeAnnotationInfo> result, TargetType targetType, Target target) { in LowerTypeAnnotations() argument 712 this.targetType = targetType; in LowerTypeAnnotations() 753 result.add(new TypeAnnotationInfo(targetType, target, path, info)); in lowerTypeAnnotations()
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
D | ParameterSignature.java | 81 private boolean isAssignableViaTypeConversion(Class<?> targetType, Class<?> candidate) { in isAssignableViaTypeConversion() argument 84 return targetType.isAssignableFrom(wrapperClass); in isAssignableViaTypeConversion()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_breakbefore.h | 22 JS_PROP(targetType);
|
D | cjx_breakafter.h | 22 JS_PROP(targetType);
|
D | cjx_breakbefore.cpp | 33 void CJX_BreakBefore::targetType(CFXJSE_Value* pValue, in targetType() function in CJX_BreakBefore
|
D | cjx_breakafter.cpp | 33 void CJX_BreakAfter::targetType(CFXJSE_Value* pValue, in targetType() function in CJX_BreakAfter
|
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
D | MockMethodAdvice.java | 65 Class<?> targetType) { in hideRecursiveCall() argument 73 } while (!next.getClassName().equals(targetType.getName())); in hideRecursiveCall()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodAdvice.java | 75 static Throwable hideRecursiveCall(Throwable throwable, int current, Class<?> targetType) { in hideRecursiveCall() argument 82 } while (!next.getClassName().equals(targetType.getName())); in hideRecursiveCall()
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 199 public ScopedBindingBuilder to(Class<? extends P> targetType) { in to() argument 200 return to(Key.get(targetType)); in to()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 765 com.android.dx.rop.type.Type targetType) { in getCastRop() argument 767 switch (targetType.getBasicType()) { in getCastRop() 776 return Rops.opConv(targetType, sourceType); in getCastRop()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 619 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType); 635 …alidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType) in BeforeDrawValidator() argument 638 , m_targetType (targetType) in BeforeDrawValidator() 641 DE_ASSERT(targetType < TARGETTYPE_LAST); in BeforeDrawValidator()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable.java | 1237 String targetType = type; 1240 int ti = pkg.typeStrings.indexOfString(targetType); 1252 } while (attr.compareTo(targetType) == 0 1253 && ((targetType = attrPrivate) != null)
|
/external/u-boot/board/davinci/da8xxevm/ |
D | README.da850 | 122 $ mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 768 TypeId<?> targetType = TypeId.get(target); in numericCastingMethod() local 769 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType); in numericCastingMethod() 772 Local<?> localCasted = code.newLocal(targetType); in numericCastingMethod()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local 691 result.type = targetType; in getRandomBoolRepresentation()
|