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

1 23 4 5 6 7

  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
coverage_targets.py 109 target.SetType(target_element.getAttribute(self._TYPE_ATTR))
  /art/runtime/mirror/
field-inl.h 73 ret->SetType<kTransactionActive>(type.Get());
87 inline void Field::SetType(ObjPtr<mirror::Class> type) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 50 MCELF::SetType(SD, ELF::STT_TLS);
162 MCELF::SetType(SD, ELF::STT_FUNC);
166 MCELF::SetType(SD, ELF::STT_OBJECT);
170 MCELF::SetType(SD, ELF::STT_TLS);
174 MCELF::SetType(SD, ELF::STT_COMMON);
178 MCELF::SetType(SD, ELF::STT_NOTYPE);
204 MCELF::SetType(SD, ELF::STT_OBJECT);
314 MCELF::SetType(SD, ELF::STT_TLS);
MCELF.cpp 36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) {
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 62 err_msg.SetType(GetStunErrorResponseType(msg.type()));
85 response->SetType(STUN_BINDING_RESPONSE);
stunserver_unittest.cc 79 req.SetType(STUN_BINDING_REQUEST);
stunrequest_unittest.cc 50 msg->SetType(type);
93 request->SetType(STUN_BINDING_REQUEST);
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 54 void SetType(BC_TYPE type);
  /external/perfetto/include/perfetto/traced/
data_source_types.h 46 void SetType(protos::pbzero::InodeFileMap_Entry_Type entry_type) {
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 163 field.SetType(UnknownField::TYPE_VARINT);
172 field.SetType(UnknownField::TYPE_FIXED32);
181 field.SetType(UnknownField::TYPE_FIXED64);
190 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED);
201 field.SetType(UnknownField::TYPE_GROUP);
unknown_field_set.h 224 inline void SetType(Type type);
332 inline void UnknownField::SetType(Type type) {
  /external/gptfdisk/
mbr.cc 63 partitions[0].SetType(UINT8_C(0xEE));
159 newPart.SetType(((uint16_t) origType) * 0x0100);
mbrpart.h 85 int SetType(uint8_t typeCode, int isExtended = 0);
gptcl.cc 501 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
505 newPart.SetType(typeRaw[origPartNum]);
517 newPart.SetType(0xEE);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 241 void SetType(object t, int type);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 229 void SetType(T t, int type);
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.cpp 75 pFirst->SetType(CFX_CSSSelectorType::Descendant);
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 76 #define ART_GET_FIELD_FROM_CODE(Kind, PrimitiveType, RetType, SetType, \
120 SetType new_value, \
151 SetType new_value, \
207 SetType new_value, \
217 SetType new_value, \
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type )
ITreeAdaptor.cs 261 void SetType( object t, int type );
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 89 IMB_Result SetType(IntelMetadataBufferType type);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 168 public virtual void SetType(object t, int type) {
169 adaptor.SetType(t, type);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 224 inline void SetType(Type type);
332 inline void UnknownField::SetType(Type type) {
  /external/v8/src/compiler/
typed-optimization.cc 218 NodeProperties::SetType(node, lhs_type);
257 NodeProperties::SetType(node, type);
307 NodeProperties::SetType(node, type);

Completed in 891 milliseconds

1 23 4 5 6 7