HomeSort by relevance Sort by last modified time
    Searched defs:type_ (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/test/ti-stress/
stress.cc 282 type_(nullptr),
287 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(type_));
295 declaring_class_, field_, &name_, &type_, &generic_) == JVMTI_ERROR_NONE);
311 return type_;
324 char* type_; member in class:art::ScopedFieldInfo
  /bootable/recovery/applypatch/
imgdiff.cpp 172 : type_(type),
184 return type_;
199 printf("type %d start %zu len %zu\n", type_, start_, DataLengthForPatch());
237 int type_; // CHUNK_NORMAL, CHUNK_DEFLATE, CHUNK_RAW member in class:ImageChunk
263 if (type_ == CHUNK_DEFLATE) {
270 if (type_ == CHUNK_DEFLATE) {
277 if (type_ != other.type_) {
286 if (type_ == CHUNK_NORMAL) {
288 } else if (type_ == CHUNK_DEFLATE)
    [all...]
  /build/kati/
find.cc 81 : type_(t) {
84 return type == type_;
93 unsigned char type_; member in class:__anon1407::TypeCond
193 : DirentNode(name), type_(type) {
200 PrintIfNecessary(fc, *path, type_, d, out);
207 unsigned char type_; member in class:__anon1407::DirentFileNode
  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler_types.h 125 InstructionType type_; member in struct:sidestep::SpecificOpcode
146 InstructionType type_; member in struct:sidestep::Opcode
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 1294 private readonly pbc::MapField<int, global::Google.Protobuf.TestProtos.MessageContainingEnumCalledType> type_ = new pbc::MapField<int, global::Google.Protobuf.TestProtos.MessageContainingEnumCalledType>(); field in class:Google.Protobuf.TestProtos.MessageContainingEnumCalledType
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 122 Operand() : type_(-1), encoding_(-1) { }
126 : ValueObject(), type_(other.type_), encoding_(other.encoding_) { }
130 type_ = other.type_;
140 type_ = 1;
148 type_ = 1;
155 type_ = 0;
163 type_ = 0;
172 type_ = 0
212 uint32_t type_; \/\/ Encodes the type field (bits 27-25) in the instruction. member in class:dart::Operand
    [all...]
  /external/v8/src/ast/
ast-value-factory.h 164 return type_ == STRING;
167 bool IsSymbol() const { return type_ == SYMBOL; }
172 return type_ == NUMBER_WITH_DOT || type_ == SMI_WITH_DOT;
176 CHECK_EQ(STRING, type_);
181 CHECK_EQ(SYMBOL, type_);
211 return type_ == STRING && string_ == string;
218 bool IsSmi() const { return type_ == SMI || type_ == SMI_WITH_DOT; }
220 return type_ == NUMBER || type_ == NUMBER_WITH_DOT
288 Type type_; member in class:v8::internal::AstValue
    [all...]
ast-types.h 866 explicit Iterator(AstType* type) : type_(type), index_(-1) { Advance(); }
871 AstType* type_; member in class:v8::internal::AstBitsetType::AstType::Iterator
    [all...]
  /external/v8/src/base/
cpu.h 43 int type() const { return type_; }
124 int type_; member in class:v8::base::final
  /external/v8/src/compiler/
node.h 267 Type* type() const { return type_; }
268 void set_type(Type* type) { type_ = type; }
288 Type* type_; member in class:v8::internal::compiler::final
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 365 type_(type),
478 bool play_mode() const { return type_ & kPlayout; }
479 bool rec_mode() const { return type_ & kRecording; }
484 int type_; member in class:webrtc::MockAudioTransport
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.h 252 DisplayType type_; member in class:sdm::HWCDisplay
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_display.h 259 DisplayType type_; member in class:sdm::HWCDisplay
  /toolchain/binutils/binutils-2.25/gold/
arm.cc 203 { return this->type_; }
227 : data_(data), type_(type), r_type_(r_type), reloc_addend_(reloc_addend)
234 Type type_; member in class:__anon115852::Insn_template
301 { return this->type_; }
361 Stub_type type_; member in class:__anon115852::Stub_template
    [all...]
  /art/runtime/
class_linker.h 1038 const Type type_; member in class:art::ClassLinker::MethodTranslation
    [all...]
dex_file.cc 81 uint8_t type_; member in struct:art::DexFile::AnnotationValue
610 if (map_item.type_ == kDexTypeMethodHandleItem) {
613 } else if (map_item.type_ == kDexTypeCallSiteIdItem) {
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 390 details = currIndex.pkgName_ + "." + currIndex.name_ + " Constructor (" + currIndex.type_ + ")";
392 details = currIndex.pkgName_ + "." + currIndex.className_ + " " + "Method " + currIndex.name_ + "(" + currIndex.type_ + ")";
588 String type = ctor.type_;
1026 public String type_ = null; field in class:Index
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 392 size_(reg1.SizeInBits()), type_(reg1.type()) {
398 : list_(list), size_(size), type_(type) {
404 : size_(size), type_(type) {
417 return type_;
481 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
482 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
483 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
484 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
512 CPURegister::RegisterType type_; member in class:v8::internal::CPURegList
517 switch (type_) {
    [all...]
simulator-arm64.cc 468 : external_function_(external_function), type_(type), next_(NULL) {
483 ExternalReference::Type type() { return type_; }
521 ExternalReference::Type type_; member in class:v8::internal::Redirection
    [all...]
  /external/v8/src/asmjs/
asm-typer.h 131 explicit VariableInfo(AsmType* t) : type_(t) {}
156 AsmType* type() const { return type_; }
157 void set_type(AsmType* type) { type_ = type; }
170 AsmType* type_; member in class:v8::internal::wasm::final::VariableInfo
  /external/v8/src/debug/
debug.h 77 inline bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; }
78 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; }
80 return type_ == DEBUG_BREAK_SLOT_AT_TAIL_CALL;
82 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; }
84 return type_ == DEBUGGER_STATEMENT;
96 type_(type),
98 DCHECK_NE(NOT_DEBUG_BREAK, type_);
110 DebugBreakType type_; member in class:v8::internal::BreakLocation
  /external/v8/src/
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/v8/src/regexp/
regexp-ast.h 474 type_(type) {}
488 Type type() { return type_; }
511 Type type_; member in class:v8::internal::final
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 375 type_(type),
484 bool play_mode() const { return type_ & kPlayout; }
485 bool rec_mode() const { return type_ & kRecording; }
490 int type_; member in class:webrtc::MockAudioTransport
    [all...]
  /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

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011>>