| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | APIInfo.java | 90 public void setDraft() { setType(STA, STA_DRAFT); } in setDraft() 91 public void setStable() { setType(STA, STA_STABLE); } in setStable() 92 public void setDeprecated() { setType(STA, STA_DEPRECATED); } in setDeprecated() 93 public void setObsolete() { setType(STA, STA_OBSOLETE); } in setObsolete() 94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal() 95 public void setPackage() { setType(VIS, VIS_PACKAGE); } in setPackage() 96 public void setPublic() { setType(VIS, VIS_PUBLIC); } in setPublic() 97 public void setProtected() { setType(VIS, VIS_PROTECTED); } in setProtected() 98 public void setPrivate() { setType(VIS, VIS_PRIVATE); } in setPrivate() 99 public void setStatic() { setType(ST in setPrivate() 186 public void setType(int typ, int val) { setType() method in APIInfo 200 private void setType(int typ, String val) { setType() method in APIInfo [all...] |
| H A D | CheckAPI.java | 133 private void setType(int typ, int val) { in setType() method in CheckAPI.Info 139 private void setType(int typ, String val) { in setType() method in CheckAPI.Info 260 setType(i, readToken(r)); in read() 293 setType(STA, tagStatus(doc)); in read() 297 setType(VIS, VIS_PUBLIC); in read() 299 setType(VIS, VIS_PROTECTED); in read() 301 setType(VIS, VIS_PRIVATE); in read() 308 setType(STK, STK_STATIC); in read() 315 setType(FIN, FIN_FINAL); in read() 322 setType(CA in read() [all...] |
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Shape.h | 123 this->setType(Type::kLine); in setLine() 129 this->setType(Type::kRect); in setRect() 134 this->setType(Type::kRRect); in setRRect() 144 this->setType(Type::kPath); in setPath() 151 this->setType(Type::kEmpty); in reset() 156 void setType(Type type) { in setType() function in skgpu::Shape
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-webdriver-serializer.cc | 77 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Regexp) in _serializeRegexp() 100 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Date) in _serializeDate() 134 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Array) in _serializeArray() 152 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Map) in _serializeMap() 205 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Set) in _serializeSet() 275 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Object) in _serializeObject() 319 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Weakmap) in serializeV8Value() 325 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Weakset) in serializeV8Value() 331 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Error) in serializeV8Value() 337 .setType(protoco in serializeV8Value() [all...] |
| H A D | value-mirror.cc | 407 .setType(m_type) 420 .setType(m_type) 436 .setType(m_type) 451 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Undefined) 457 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Null) 464 .setType(protocol::Runtime::WebDriverValue::TypeEnum::String) 473 .setType(protocol::Runtime::WebDriverValue::TypeEnum::Boolean) 499 .setType(RemoteObject::TypeEnum::Number) 515 .setType(RemoteObject::TypeEnum::Number) 525 .setType(RemoteObjec [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.cpp | 66 this->setType(Type::kEmpty); in simplifyPath() 107 this->setType(Type::kEmpty); in simplifyArc() 123 this->setType(Type::kEmpty); in simplifyArc() 158 this->setType(Type::kRRect); in simplifyRRect() 173 this->setType(Type::kEmpty); in simplifyRect() 189 this->setType(Type::kRect); in simplifyRect() 204 this->setType(Type::kEmpty); in simplifyLine() 209 this->setType(Type::kLine); in simplifyLine() 229 this->setType(Type::kEmpty); in simplifyPoint() 231 this->setType(Typ in simplifyPoint() [all...] |
| H A D | GrShape.h | 180 this->setType(Type::kPath); in setPath() 235 void setType(Type type) { in setType() function 244 this->setType(type); in reset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 106 Symbol->setType(ELF::STT_TLS); in EmitLabel() 117 Symbol->setType(ELF::STT_TLS); in EmitLabelAtPos() 221 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute() 243 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_FUNC)); in EmitSymbolAttribute() 247 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute() 251 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute() 255 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_TLS)); in EmitSymbolAttribute() 260 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute() 264 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute() 299 Symbol->setType(EL in EmitCommonSymbol() [all...] |
| /third_party/protobuf/examples/ |
| H A D | AddPerson.java | 44 phoneNumber.setType(Person.PhoneType.MOBILE); in PromptForAddress() 46 phoneNumber.setType(Person.PhoneType.HOME); in PromptForAddress() 48 phoneNumber.setType(Person.PhoneType.WORK); in PromptForAddress()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
| H A D | TestStatusReporter.java | 38 i.setType(TestStatusIntent.DATA_TYPE_RESULT); in sendTestRunBroadcast() 46 i.setType(TestStatusIntent.DATA_TYPE_RESULT); in uncaughtException()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 284 loadOp->setType(derefType); in handleLvalue() 298 storeOp->setType(TType(EbtVoid)); in handleLvalue() 316 sequence->setType(derefType); in handleLvalue() 677 node->setType(*(*variable->getType().getStruct())[anon->getMemberNumber()].type); in handleVariable() 736 load->setType(sampReturnType); in handleBracketOperator() 765 element->setType(derefType); in handleBracketOperator() 862 result->setType(newType); in handleBracketDereference() 981 result->setType(TType(base->getBasicType(), EvqTemporary)); in handleDotDereference() 985 result->setType(TType(base->getBasicType(), EvqTemporary, base->getType().getQualifier().precision, in handleDotDereference() 1004 result->setType(dereferencedCo in handleDotDereference() [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | Intermediate.cpp | 646 commaAggregate->setType(right->getType()); in addComma() 879 setType(funcReturnType ? *funcReturnType : operand->getType()); in promote() 959 setType(left->getType()); in promote() 987 setType(TType(EbtBool, EbpUndefined)); in promote() 999 setType(TType(EbtBool, EbpUndefined)); in promote() 1019 setType(TType(basicType, higherPrecision, EvqTemporary, in promote() 1024 setType(TType(basicType, higherPrecision, EvqTemporary, in promote() 1030 setType(TType(basicType, higherPrecision, EvqTemporary, in promote() 1037 setType(TType(basicType, higherPrecision, EvqTemporary, in promote() 1044 setType(TTyp in promote() [all...] |
| H A D | intermediate.h | 310 virtual void setType(const TType& t) { type = t; } in setType() function in TIntermTyped 483 void setType(const TType &t) override 512 void setType(const TType &t) override 550 void setType(const TType &t) override
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 191 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_FUNCTION); in parseDirectiveType() 193 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_GLOBAL); in parseDirectiveType() 195 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_DATA); in parseDirectiveType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 64 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_FUNCTION); in GetGlobalAddressSymbol() 85 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_GLOBAL); in GetExternalSymbolSymbol() 96 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_EVENT); in GetExternalSymbolSymbol() 114 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_FUNCTION); in GetExternalSymbolSymbol() 175 WasmSym->setType(wasm::WASM_SYMBOL_TYPE_FUNCTION); in lowerTypeIndexOperand()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FieldDescriptor.php | 132 public function setType($type) function 267 $field->setType($proto->getType());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | ELF.h | 837 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 857 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 930 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 947 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 963 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 980 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1004 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1024 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1095 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1131 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 1148 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCSymbolELF.h | 32 void setType(unsigned Type) const;
|
| H A D | MCSymbolCOFF.h | 36 void setType(uint16_t Ty) const { in setType() function in llvm::MCSymbolCOFF
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
| H A D | RbnfMapperTest.java | 176 Group group, String setType, Access access, String key, String value, int ruleIndex) { in rbnfRule() 182 appendAttribute(cldrPath, "type", setType); in rbnfRule() 175 rbnfRule( Group group, String setType, Access access, String key, String value, int ruleIndex) rbnfRule() argument
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyFieldDescriptor.java | 156 public IRubyObject setType(ThreadContext context, IRubyObject value) { in setType() method in RubyFieldDescriptor 157 this.builder.setType(DescriptorProtos.FieldDescriptorProto.Type.valueOf("TYPE_" + value.asJavaString().toUpperCase())); in setType()
|
| H A D | RubyMessageBuilderContext.java | 171 keyField.setType(context, keyType); in map() 179 valueField.setType(context, valueType); in map()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 249 node->setType(type); in addBinaryNode() 272 node->setType(type); in addUnaryNode() 528 aggNode->setType(type); in setAggregateOperator() 2427 commaAggregate->setType(right->getType()); in addComma() 2492 mix->setType(targetVectorType); in addSelection() 3291 // For now, scalar argument cases are relying on the setType() call below. in promoteUnary() 3301 node.setType(operand->getType()); in promoteUnary() 3333 node.setType(left->getType()); in promoteBinary() 3347 node.setType(TType(EbtBool)); in promoteBinary() 3399 node.setType(lef in promoteBinary() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 117 setType(Reg, ConstrainingRegTy); in constrainRegAttrs() 176 setType(Reg, getType(VReg)); in cloneVirtualRegister() 182 void MachineRegisterInfo::setType(unsigned VReg, LLT Ty) { in setType() function in MachineRegisterInfo 193 setType(Reg, Ty); in createGenericVirtualRegister()
|