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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_traceback.py 178 type_, value, tb = sys.exc_info()
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 89 const StorageType type_,const void *pixels_);
518 void type(const ImageType type_);
    [all...]
Options.h 302 void type(const ImageType type_);
  /external/google-breakpad/src/processor/
basic_source_line_resolver_unittest.cc 208 ASSERT_EQ(windows_frame_info->type_, WindowsFrameInfo::STACK_INFO_FRAME_DATA);
228 ASSERT_EQ(windows_frame_info->type_, WindowsFrameInfo::STACK_INFO_UNKNOWN);
238 ASSERT_EQ(windows_frame_info->type_, WindowsFrameInfo::STACK_INFO_FRAME_DATA);
362 ASSERT_EQ(windows_frame_info->type_, WindowsFrameInfo::STACK_INFO_FRAME_DATA);
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.h 278 const google::protobuf::Type& type_; member in class:google::protobuf::util::converter::ProtoStreamObjectSource
  /external/tpm2/generator/
tpm_table.py 771 for type_, name_, _ in self._body:
774 self._AddTypedef(type_, name_)
776 qualifier = [x for x in ('ECC', 'RSA') if x == type_.split('_')[-1]]
782 self._AddTypedef(type_, alg_desc[0].replace('TPM_ALG_', type_base))
  /external/v8/src/compiler/
register-allocator-verifier.h 191 ConstraintType type_; member in struct:v8::internal::compiler::final::OperandConstraint
instruction.cc 558 Constant::Constant(int32_t v) : type_(kInt32), value_(v) {}
562 type_ = kInt32;
564 type_ = kInt64;
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 142 uint32_t type_; member in class:vixl::aarch32::Dt_L_imm6_1
146 uint32_t GetTypeEncodingValue() const { return type_; }
152 type_ = 0x0;
156 type_ = 0x1;
160 type_ = 0x0;
164 type_ = 0x1;
168 type_ = 0x0;
172 type_ = 0x1;
176 type_ = 0x0;
180 type_ = 0x1
191 uint32_t type_; member in class:vixl::aarch32::Dt_L_imm6_2
272 uint32_t type_; member in class:vixl::aarch32::Dt_imm6_1
313 uint32_t type_; member in class:vixl::aarch32::Dt_imm6_2
363 uint32_t type_; member in class:vixl::aarch32::Dt_imm6_4
1161 uint32_t type_; member in class:vixl::aarch32::Dt_size_9
1217 uint32_t type_; member in class:vixl::aarch32::Dt_size_11
1250 uint32_t type_; member in class:vixl::aarch32::Dt_size_12
    [all...]
  /external/webp/src/enc/
filter_enc.c 167 if (it->mb_->type_ == 1 && it->mb_->skip_) return;
  /external/webrtc/webrtc/base/
virtualsocketserver.h 313 int type_; member in class:rtc::VirtualSocket
  /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/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/msm8996/sdm/libs/hwc/
hwc_display.h 175 DisplayType type_; member in class:sdm::HWCDisplay
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_display.h 216 DisplayType type_; member in class:sdm::HWCDisplay
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_traceback.py 178 type_, value, tb = sys.exc_info()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_traceback.py 178 type_, value, tb = sys.exc_info()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 178 type_, value, tb = sys.exc_info()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_traceback.py 178 type_, value, tb = sys.exc_info()
  /art/runtime/
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...]
oat_file.cc 298 if (map_item->type_ == static_cast<uint16_t>(map_item_type)) {
    [all...]
class_linker.h 1038 const Type type_; member in class:art::ClassLinker::MethodTranslation
    [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...]
  /external/fmtlib/fmt/
format.h 1741 char type_; member in struct:fmt::FormatSpec
    [all...]
  /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...]

Completed in 1349 milliseconds

<<11121314151617181920>>