Home
last modified time | relevance | path

Searched defs:fieldType (Results 1 – 25 of 63) 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/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/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java132 String fieldType = parts.findAttributeValue("field", "type"); in getPaths() local
197 String fieldType = parts.findAttributeValue("field", "type"); in isOptional() 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/nist-sip/java/gov/nist/javax/sip/message/
DMessageObject.java71 Class<?> fieldType = f.getType(); in debugDump() 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/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java235 … public Opcode getAndCheckDeodexedOpcode(@Nonnull String fieldType, @Nonnull Opcode odexedOpcode) { in getAndCheckDeodexedOpcode()
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
DPlatform.java217 private static <T> T readFieldOrNull(Object instance, Class<T> fieldType, String fieldName) { in readFieldOrNull()
/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
DPlatform.java213 private static <T> T readFieldOrNull(Object instance, Class<T> fieldType, String fieldName) { in readFieldOrNull()
/external/desugar/java/com/google/devtools/common/options/
DOptionDefinition.java202 Type fieldType = getField().getGenericType(); in getFieldSingularType() local
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java159 BoundFieldInfo(Field field, Bind bindAnnotation, TypeLiteral<?> fieldType) { in BoundFieldInfo()

123