HomeSort by relevance Sort by last modified time
    Searched refs:SetType (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /art/runtime/mirror/
field.h 114 void SetType(ObjPtr<mirror::Class> type) REQUIRES_SHARED(Locks::mutator_lock_);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBinaryObject.py 66 def SetType(self, Type):
187 InfBianryVerItemObj.SetType(VerContent[0])
360 InfBianryCommonItemObj.SetType(BinaryFileType)
590 InfBianryUiItemObj.SetType(UiContent[0])
    [all...]
  /external/v8/src/compiler/
node-properties.h 164 static void SetType(Node* node, Type* type) {
value-numbering-reducer.cc 175 NodeProperties::SetType(replacement, node_type);
dead-code-elimination.cc 22 NodeProperties::SetType(dead_, Type::None());
graph-reducer.cc 36 NodeProperties::SetType(dead_, Type::None());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 219 public virtual void SetType( object t, int type )
221 adaptor.SetType( t, type );
  /external/protobuf/src/google/protobuf/
map_field.h 332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type());
333 value_.SetType(field->message_type()->FindFieldByName("value")->cpp_type());
map.h 122 SetType(FieldDescriptor::CPPTYPE_INT64);
126 SetType(FieldDescriptor::CPPTYPE_UINT64);
130 SetType(FieldDescriptor::CPPTYPE_INT32);
134 SetType(FieldDescriptor::CPPTYPE_UINT32);
138 SetType(FieldDescriptor::CPPTYPE_BOOL);
142 SetType(FieldDescriptor::CPPTYPE_STRING);
236 SetType(other.type());
281 void SetType(FieldDescriptor::CppType type) {
418 void SetType(FieldDescriptor::CppType type) {
    [all...]
map_field.cc 192 map_val.SetType(val_des->cpp_type());
394 map_val.SetType(val_des->cpp_type());
map_field_inl.h 155 this_iter->key_.SetType(that_iter.key_.type());
158 this_iter->value_.SetType(
  /external/vixl/src/aarch32/
instructions-aarch32.cc 594 if (amount_value == 0) SetType(RRX);
598 SetType(LSL);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type());
333 value_.SetType(field->message_type()->FindFieldByName("value")->cpp_type());
map.h 122 SetType(FieldDescriptor::CPPTYPE_INT64);
126 SetType(FieldDescriptor::CPPTYPE_UINT64);
130 SetType(FieldDescriptor::CPPTYPE_INT32);
134 SetType(FieldDescriptor::CPPTYPE_UINT32);
138 SetType(FieldDescriptor::CPPTYPE_BOOL);
142 SetType(FieldDescriptor::CPPTYPE_STRING);
236 SetType(other.type());
281 void SetType(FieldDescriptor::CppType type) {
418 void SetType(FieldDescriptor::CppType type) {
    [all...]
map_field_inl.h 155 this_iter->key_.SetType(that_iter.key_.type());
158 this_iter->value_.SetType(
  /external/webrtc/webrtc/p2p/base/
stun.h 148 void SetType(int type) { type_ = static_cast<uint16_t>(type); }
458 void SetType(int index, uint16_t value);
stun_unittest.cc     [all...]
relayserver.cc 59 err_msg.SetType(GetStunErrorResponseType(msg.type()));
418 response.SetType(STUN_ALLOCATE_RESPONSE);
491 response.SetType(STUN_SEND_RESPONSE);
602 msg.SetType(STUN_DATA_INDICATION);
turnport.cc     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 200 //((ClassicToken)fromToken).setType(tokenType);
227 public virtual void SetType(object t, int type) {
  /external/gptfdisk/
mbrpart.cc 151 int MBRPart::SetType(uint8_t typeCode, int isExtended) {
159 } // MBRPart::SetType()
gpttext.cc 437 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256));
461 hybridPart.SetType(0xEE);
    [all...]
basicmbr.cc     [all...]
  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 61 void CFWL_Barcode::SetType(BC_TYPE type) {
  /development/testrunner/coverage/
coverage.py 302 target.SetType("APPS")

Completed in 570 milliseconds

1 2 34 5 6 7