| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/ |
| D | NodeWithMembers.java | 48 default FieldDeclaration addField(Class<?> typeClass, String name, Modifier... modifiers) { in addField() 93 default FieldDeclaration addPrivateField(Class<?> typeClass, String name) { in addPrivateField() 116 default FieldDeclaration addPublicField(Class<?> typeClass, String name) { in addPublicField() 139 default FieldDeclaration addProtectedField(Class<?> typeClass, String name) { in addProtectedField()
|
| D | NodeWithType.java | 59 default T setType(Class<?> typeClass) { in setType()
|
| D | NodeWithElementType.java | 64 default T setElementType(Class<?> typeClass) { in setElementType()
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
| D | NodeWithMembers.java | 83 …default FieldDeclaration addField(Class<?> typeClass, String name, Modifier.Keyword... modifiers) { in addField() 126 …default FieldDeclaration addFieldWithInitializer(Class<?> typeClass, String name, Expression initi… in addFieldWithInitializer() 166 default FieldDeclaration addPrivateField(Class<?> typeClass, String name) { in addPrivateField() 200 default FieldDeclaration addPublicField(Class<?> typeClass, String name) { in addPublicField() 234 default FieldDeclaration addProtectedField(Class<?> typeClass, String name) { in addProtectedField()
|
| D | NodeWithType.java | 64 default N setType(Class<?> typeClass) { in setType()
|
| /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | Utils.java | 49 public static FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType() 71 RubyModule typeClass) { in checkType()
|
| D | RubyMessage.java | 533 RubyClass typeClass = in methodMissing() local 1115 RubyClass typeClass = in wrapField() local 1134 IRubyObject typeClass = context.runtime.getNilClass(); in repeatedFieldForFieldDescriptor() local 1274 IRubyObject typeClass = context.runtime.getObject(); in setFieldInternal() local 1354 RubyModule typeClass = null; in rubyToRepeatedField() local
|
| D | RubyRepeatedField.java | 67 Ruby runtime, RubyClass klazz, FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField() 429 private IRubyObject typeClass; field in RubyRepeatedField
|
| /external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | Utils.java | 50 public static FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType() 68 String fieldName, IRubyObject value, RubyModule typeClass) { in checkType()
|
| D | RubyMessage.java | 507 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in methodMissing() local 1033 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in wrapField() local 1048 IRubyObject typeClass = context.runtime.getNilClass(); in repeatedFieldForFieldDescriptor() local 1179 IRubyObject typeClass = context.runtime.getObject(); in setFieldInternal() local 1249 RubyModule typeClass = null; in rubyToRepeatedField() local
|
| D | RubyRepeatedField.java | 64 …peatedField(Ruby runtime, RubyClass klazz, FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField() 420 private IRubyObject typeClass; field in RubyRepeatedField
|
| /external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/ |
| D | SharedSteps.java | 133 … getMemberByTypeAndPosition(TypeDeclaration<?> typeDeclaration, int position, Class<T> typeClass) { in getMemberByTypeAndPosition()
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
| D | ArrayCreationExpr.java | 177 public ArrayCreationExpr setElementType(Class<?> typeClass) { in setElementType()
|
| /external/angle/third_party/glslang/src/SPIRV/ |
| D | SpvBuilder.cpp | 1300 Op typeClass = instr->getOpCode(); in getMostBasicTypeClass() local 1353 Op typeClass = instr->getOpCode(); in getScalarTypeId() local 1379 Op typeClass = instr->getOpCode(); in getContainedTypeId() local 1432 Op typeClass = instr.getOpCode(); in containsType() local 1462 Op typeClass = instr.getOpCode(); in containsPhysicalStorageBufferOrArray() local 1482 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() 1497 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() 1770 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant() 1825 Op typeClass = getTypeClass(typeId); in makeCompositeConstant() local
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | SpvBuilder.cpp | 1236 Op typeClass = instr->getOpCode(); in getMostBasicTypeClass() local 1289 Op typeClass = instr->getOpCode(); in getScalarTypeId() local 1315 Op typeClass = instr->getOpCode(); in getContainedTypeId() local 1368 Op typeClass = instr.getOpCode(); in containsType() local 1398 Op typeClass = instr.getOpCode(); in containsPhysicalStorageBufferOrArray() local 1418 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() 1433 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() 1701 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant() 1757 Op typeClass = getTypeClass(typeId); in makeCompositeConstant() local
|
| /external/javassist/src/main/javassist/tools/web/ |
| D | Webserver.java | 58 private final static int typeClass = 2; field in Webserver
|