HomeSort by relevance Sort by last modified time
    Searched refs:type_ (Results 226 - 250 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/arm64/
assembler-arm64-inl.h 153 DCHECK(other.type() == type_);
161 if (other.type() == type_) {
168 DCHECK(other.type() == type_);
178 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
179 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
180 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
181 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
187 DCHECK(CPURegister::Create(code, size_, type_).IsValid());
194 DCHECK(CPURegister::Create(code, size_, type_).IsValid());
    [all...]
instrument-arm64.cc 11 : count_(0), enabled_(false), type_(type) {
41 if (type_ == Gauge) {
55 return type_;
  /external/libchrome/base/
values.h 73 Type GetType() const { return type_; }
76 bool IsType(Type type) const { return type == type_; }
118 Type type_; member in class:base::Value
  /external/v8/src/ast/
ast-value-factory.cc 172 if (type_ == STRING) {
181 switch (type_) {
210 switch (type_) {
  /external/webrtc/webrtc/p2p/base/
port.h 135 virtual const std::string& Type() const { return type_; }
306 void set_type(const std::string& type) { type_ = type; }
362 std::string type_; member in class:cricket::Port
  /external/jsoncpp/include/json/
reader.h 176 TokenType type_; member in class:Json::Reader::Token
  /external/libchrome/base/memory/
singleton_unittest.cc 125 Type type_; member in class:base::__anon22749::AlignedTestSingleton
  /external/libchrome/base/message_loop/
message_loop.cc 323 return type_ == type;
387 : type_(type),
402 DCHECK(type_ != TYPE_CUSTOM || !pump_factory_.is_null());
410 pump_ = CreateMessagePumpForType(type_);
  /external/v8/src/mips/
simulator-mips.h 118 Type InstructionType() const { return type_; }
123 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {}
128 Type type_; member in class:v8::internal::SimInstructionBase
143 type_ = InstructionBase::InstructionType();
  /external/v8/src/mips64/
simulator-mips64.h 127 Type InstructionType() const { return type_; }
132 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {}
137 Type type_; member in class:v8::internal::SimInstructionBase
152 type_ = InstructionBase::InstructionType();
  /external/v8/src/
string-stream.cc 109 DCHECK_EQ(FmtElm::C_STR, current.type_);
115 DCHECK_EQ(FmtElm::LC_STR, current.type_);
122 DCHECK_EQ(FmtElm::OBJ, current.type_);
128 DCHECK_EQ(FmtElm::INT, current.type_);
deoptimizer.h 522 : masm_(masm), type_(type), count_(count) {}
528 BailoutType type() const { return type_; }
537 Deoptimizer::BailoutType type_; member in class:v8::internal::Deoptimizer::BASE_EMBEDDED
808 StackFrame::Type GetFrameType() const { return type_; }
809 void SetFrameType(StackFrame::Type type) { type_ = type; }
852 StackFrame::Type type_;
    [all...]
  /external/webp/src/enc/
tree_enc.c 326 if (VP8PutBit(bw, (mb->type_ != 0), 145)) { // i16x16
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.cc 95 : type_(type) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 531 for type_ in self.policy.type_iter():
533 yield typeattr.type_factory(self.policy, type_)
540 for type_ in self.policy.type_iter():
542 yield typeattr.attribute_factory(self.policy, type_)
  /system/extras/simpleperf/
dso.cpp 150 : type_(type),
157 if (type_ == DSO_KERNEL) {
257 if (type_ == DSO_ELF_FILE) {
292 switch (type_) {
  /art/runtime/
dex_file_annotations.cc 40 uint8_t type_; member in struct:art::DexFile::AnnotationValue
394 annotation_value->type_ = value_type;
596 switch (new_annotation_value.type_) {
    [all...]
  /bionic/linker/
linker_allocator.cpp 88 : type_(type), block_size_(block_size), free_pages_cnt_(0), free_blocks_list_(nullptr) {}
215 info->type = type_;
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 223 : rng_(rng_seed), type_(0, CURVE_COUNT - 1), duration_(5.0f, 20.0f)
243 CurveType type = static_cast<CurveType>(type_(rng_));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 208 def infoflows(self, type_, out=True):
227 s = self.policy.lookup_type(type_)
  /external/protobuf/src/google/protobuf/
descriptor.h 690 Type type_; member in class:google::protobuf::FieldDescriptor
976 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 690 Type type_; member in class:google::protobuf::FieldDescriptor
976 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 216 { return this->type_; }
221 { this->type_ = type; }
227 return (this->type_ == elfcpp::STT_FUNC
228 || this->type_ == elfcpp::STT_GNU_IFUNC);
560 if (this->type_ == elfcpp::STT_COMMON)
1006 elfcpp::STT type_ : 4;
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_x86_unittest.cc 711 frame0->windows_frame_info->type_);
732 frame1->windows_frame_info->type_);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 48 type_ uint32
144 func newMachoLoad(type_ uint32, ndata uint32) *MachoLoad {
151 l.type_ = type_
287 Thearch.Lput(l.type_)
615 func addsym(ctxt *Link, s *Symbol, name string, type_ SymbolType, addr int64, gotype *Symbol) {
620 switch type_ {

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8 91011>>