Home
last modified time | relevance | path

Searched defs:fieldType (Results 1 – 25 of 64) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderFieldReference.java42 @Nonnull final BuilderTypeReference fieldType; field in BuilderFieldReference
47 @Nonnull BuilderTypeReference fieldType) { in BuilderFieldReference()
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp112 const TType *fieldType = field->type(); in containsArrays() local
123 const TType *fieldType = field->type(); in containsType() local
134 const TType *fieldType = field->type(); in containsSamplers() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObject.java100 Class fieldType = f.getType(); in equals() local
191 Class fieldType = f.getType(); in match() local
302 Class fieldType = f.getType(); in debugDump() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp49 bool IsFormFieldTypeComboOrText(FormFieldType fieldType) { in IsFormFieldTypeComboOrText()
60 bool IsFormFieldTypeXFA(FormFieldType fieldType) { in IsFormFieldTypeXFA()
271 FormFieldType fieldType = pField->GetFieldType(); in OnCalculate() local
631 FormFieldType fieldType = pField->GetFieldType(); in BeforeValueChange() local
648 FormFieldType fieldType = pField->GetFieldType(); in AfterValueChange() local
682 FormFieldType fieldType = pField->GetFieldType(); in AfterCheckedStatusChange() local
707 bool CPDFSDK_InterForm::IsNeedHighLight(FormFieldType fieldType) { in IsNeedHighLight()
729 FormFieldType fieldType) { in SetHighlightColor()
744 FX_COLORREF CPDFSDK_InterForm::GetHighlightColor(FormFieldType fieldType) { in GetHighlightColor()
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java98 Class<?> fieldType = f.getType(); in equals() local
188 Class<?> fieldType = f.getType(); in match() local
295 Class<?> fieldType = f.getType(); in debugDump() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DIssue347.java49 ResolvedType fieldType = javaParserFacade.getType(fieldDeclaration); in resolvingReferenceToEnumDeclarationInSameFile() local
/external/javassist/src/main/javassist/expr/
DFieldAccess.java160 CtClass fieldType in replace() local
225 CtClass fieldType; field in FieldAccess.ProceedForRead
273 CtClass fieldType; field in FieldAccess.ProceedForWrite
/external/nist-sip/java/gov/nist/core/
DGenericObject.java238 Class<?> fieldType = f.getType(); in merge() local
425 Class<?> fieldType = f.getType(); in equals() local
510 Class<?> fieldType = f.getType(); in match() local
605 Class<?> fieldType = f.getType(); in debugDump() local
/external/proguard/src/proguard/obfuscate/
DMappingProcessor.java55 String fieldType, in processFieldMapping()
DMultiMappingProcessor.java63 String fieldType, in processFieldMapping()
DMappingKeeper.java101 String fieldType, in processFieldMapping()
/external/javassist/src/main/javassist/compiler/
DAccessorMaker.java163 String fieldType = finfo.getDescriptor(); in getFieldGetter() local
214 String fieldType = finfo.getDescriptor(); in getFieldSetter() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionFieldDeclaration.java79 public ResolvedFieldDeclaration replaceType(ResolvedType fieldType) { in replaceType()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageObject.java71 Class<?> fieldType = f.getType(); in debugDump() local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java67 public static void checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType()
132 …ic IRubyObject wrapPrimaryValue(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType,… in wrapPrimaryValue()
DRubyRepeatedField.java64 …ublic RubyRepeatedField(Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType,… in RubyRepeatedField()
407 private Descriptors.FieldDescriptor.Type fieldType; field in RubyRepeatedField
/external/javassist/src/main/javassist/
DCtNewMethod.java225 String fieldType = finfo.getDescriptor(); in getter() local
266 String fieldType = finfo.getDescriptor(); in setter() local
/external/javaparser/javaparser-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
DInitializePropertyMetaModelsStatementsGenerator.java23 final Class<?> fieldType = fieldTypeAnalysis.innerType; in generate() local
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs45 private FieldType fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/js/binary/
Dconstants.js219 jspb.BinaryConstants.FieldTypeToWireType = function(fieldType) { argument
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DFactoryGenerator.java174 TypeName fieldType = bindingField.frameworkType(); in write() local
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DMessageNanoPrinter.java121 Class<?> fieldType = field.getType(); in print() local
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
DPlatform.java180 private static <T> T readFieldOrNull(Object instance, Class<T> fieldType, String fieldName) { in readFieldOrNull()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java235 … public Opcode getAndCheckDeodexedOpcode(@Nonnull String fieldType, @Nonnull Opcode odexedOpcode) { in getAndCheckDeodexedOpcode()
/external/annotation-tools/scene-lib/src/annotations/
DAnnotations.java194 AnnotationFieldType fieldType = in rebuild() local

123