HomeSort by relevance Sort by last modified time
    Searched defs:version_ (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_scale_drm.h 52 explicit HWScaleDRM(Version v) : version_(v) {}
58 Version version_ = Version::V2; member in class:sdm::HWScaleDRM
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 91 string version_; member in class:google_breakpad::GoogleCrashdumpUploader
google_crashdump_uploader.cc 108 version_ = version;
122 std::cout << "\tVersion: " << version_; local
144 if (version_.empty()) {
185 parameters_["ver"] = version_;
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr_info.h 22 AssociatedInterfacePtrInfo() : version_(0u) {}
25 : handle_(std::move(other.handle_)), version_(other.version_) {
26 other.version_ = 0u;
31 : handle_(std::move(handle)), version_(version) {}
38 version_ = other.version_;
39 other.version_ = 0u;
55 uint32_t version() const { return version_; }
56 void set_version(uint32_t version) { version_ = version;
69 uint32_t version_; member in class:mojo::AssociatedInterfacePtrInfo
    [all...]
interface_ptr_info.h 21 InterfacePtrInfo() : version_(0u) {}
24 : handle_(std::move(handle)), version_(version) {}
27 : handle_(std::move(other.handle_)), version_(other.version_) {
28 other.version_ = 0u;
36 version_ = other.version_;
37 other.version_ = 0u;
51 uint32_t version() const { return version_; }
52 void set_version(uint32_t version) { version_ = version;
56 uint32_t version_; member in class:mojo::InterfacePtrInfo
    [all...]
  /external/google-breakpad/src/processor/
basic_code_module.h 64 version_(that->version()) {}
78 version_(version)
90 virtual string version() const { return version_; }
100 string version_; member in class:google_breakpad::BasicCodeModule
stackwalker_unittest_utils.h 116 string version() const { return version_; }
125 string version_; member in class:MockCodeModule
  /external/webrtc/webrtc/base/
bytebuffer.h 93 : start_(start), version_(version) { }
95 int version_; member in class:rtc::ByteBuffer::ReadPosition
112 int version_; member in class:rtc::ByteBuffer
  /system/core/libunwindstack/
DwarfEhFrame.h 76 uint8_t version_; member in class:unwindstack::DwarfEhFrame
  /art/runtime/jit/
debugger_interface.cc 47 uint32_t version_; member in struct:art::JITDescriptor
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.h 35 AssociatedInterfacePtrState() : version_(0u) {}
47 uint32_t version() const { return version_; }
64 if (version <= version_)
67 version_ = version;
77 swap(other->version_, version_);
84 DCHECK_EQ(0u, version_);
87 version_ = info.version();
103 return AssociatedInterfacePtrInfo<Interface>(std::move(handle), version_);
131 version_ = version
138 uint32_t version_; member in class:mojo::internal::AssociatedInterfacePtrState
    [all...]
interface_ptr_state.h 45 InterfacePtrState() : proxy_(nullptr), router_(nullptr), version_(0u) {}
62 uint32_t version() const { return version_; }
78 if (version <= version_)
81 version_ = version;
93 swap(other->version_, version_);
101 DCHECK_EQ(0u, version_);
105 version_ = info.version();
115 router_ ? router_->PassMessagePipe() : std::move(handle_), version_);
168 version_ = version
181 uint32_t version_; member in class:mojo::internal::InterfacePtrState
340 uint32_t version_; member in class:mojo::internal::InterfacePtrState
    [all...]
  /external/v8/src/
value-serializer.h 189 uint32_t GetWireFormatVersion() const { return version_; }
286 uint32_t version_ = 0; member in class:v8::internal::ValueDeserializer
  /system/update_engine/payload_generator/
full_update_generator.cc 56 : version_(version),
77 const PayloadVersion& version_; member in class:chromeos_update_engine::__anon115321::ChunkProcessor
107 buffer_in_, version_, &op_blob, &op_type));
  /art/runtime/
vdex_file.h 61 const char* GetVersion() const { return reinterpret_cast<const char*>(version_); }
79 uint8_t version_[4]; member in struct:art::VdexFile::Header
oat.h 135 uint8_t version_[4]; variable
image.h 335 uint8_t version_[4]; variable
  /external/libvpx/libvpx/test/
dct32x32_test.cc 88 version_ = GET_PARAM(2); // 0: high precision forward transform
97 int version_; member in class:__anon24566::Trans32x32Test
157 if (version_ == 1) {
186 if (version_ == 0) {
224 if (version_ == 0) {
  /art/compiler/jit/
jit_logger.cc 114 uint32_t version_; // Header version member in struct:art::jit::PerfJitHeader
237 header.version_ = PerfJitHeader::kVersion;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
ULP_PDU.java 118 private Version version_; field in class:ULP_PDU
120 return version_;
126 this.version_ = (Version) value;
129 version_ = new Version();
130 return version_;
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 124 version_(0),
164 uint32_t GetVersion() {return version_;}
192 uint32_t version_; // Dylib version member in class:google_breakpad::DynamicImage
  /external/libtextclassifier/lang_id/
lang-id.cc 148 version_ = context.Get("version", 0);
225 int version() const { return version_; }
338 int version_ = -1; member in class:libtextclassifier::nlp_core::lang_id::LangIdImpl
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 80 version_ = other.version_;
130 private string version_ = ""; field in class:Google.Protobuf.WellKnownTypes.Api
154 get { return version_; }
156 version_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  /frameworks/native/cmds/dumpstate/
dumpstate.h 296 std::string version_ = VERSION_CURRENT; member in class:Dumpstate
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 52 const std::string& version() const { return version_; }
70 void set_version(const std::string& v) { version_ = v; }
176 std::string version_; member in class:buzz::PresenceStatus

Completed in 720 milliseconds

1 2 3 4