HomeSort by relevance Sort by last modified time
    Searched full:set_version (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/autotest/site_utils/deployment/
install_unittest.py 85 afe_mock.cros_version_map.set_version.assert_called_once_with(
87 afe_mock.fw_version_map.set_version.assert_called_once_with(
101 afe_mock.cros_version_map.set_version.assert_not_called()
103 afe_mock.fw_version_map.set_version.assert_not_called()
117 afe_mock.cros_version_map.set_version.assert_called_once_with(
119 afe_mock.fw_version_map.set_version.assert_not_called()
131 afe_mock.cros_version_map.set_version.assert_called_once_with(
133 afe_mock.fw_version_map.set_version.assert_called_once_with(
149 afe_mock.cros_version_map.set_version.assert_called_once_with(
151 afe_mock.fw_version_map.set_version.assert_any_call
    [all...]
  /external/nanopb-c/tools/
set_version.sh 4 # e.g. user@localhost:~/nanopb$ tools/set_version.sh nanopb-0.1.9-dev
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.cc 39 set_version(v);
presencereceivetask.cc 122 presence_status->set_version(ver);
presencestatus.h 70 void set_version(const std::string& v) { version_ = v; } function in class:buzz::PresenceStatus
  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr_info.h 52 void set_version(uint32_t version) { version_ = version; } function in class:mojo::InterfacePtrInfo
associated_interface_ptr_info.h 57 void set_version(uint32_t version) { version_ = version; } function in class:mojo::AssociatedInterfacePtrInfo
associated_binding.h 132 ptr_info->set_version(Interface::Version_);
associated_interface_ptr.h 228 ptr_info->set_version(0);
  /external/e2fsprogs/misc/
chattr.c 63 static int set_version; variable
177 set_version = 1;
258 if (set_version) {
344 if (!(add || rem || set || set_version || set_project )) {
  /cts/tools/utils/
certificates.py 61 cert.set_version(2)
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.cpp 118 record.set_version(stof(version));
  /external/jsoncpp/
makerelease.py 37 def set_version( version ): function
302 set_version( release_version )
378 set_version( next_version )
  /external/libmojo/mojo/public/cpp/bindings/lib/
handle_interface_serialization.h 62 output->set_version(input->version);
  /external/nos/host/android/hals/oemlock/
OemLock.cpp 163 unlock->set_version(letoh64(version));
  /external/puffin/src/
puffdiff.cc 59 header.set_version(1);
  /external/protobuf/src/google/protobuf/
api.pb.h 143 void set_version(const ::std::string& value);
144 void set_version(const char* value);
145 void set_version(const char* value, size_t size);
553 inline void Api::set_version(const ::std::string& value) { function in class:google::protobuf::Api
558 inline void Api::set_version(const char* value) { function in class:google::protobuf::Api
563 inline void Api::set_version(const char* value, size_t size) { function in class:google::protobuf::Api
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 143 void set_version(const ::std::string& value);
144 void set_version(const char* value);
145 void set_version(const char* value, size_t size);
553 inline void Api::set_version(const ::std::string& value) { function in class:google::protobuf::Api
558 inline void Api::set_version(const char* value) { function in class:google::protobuf::Api
563 inline void Api::set_version(const char* value, size_t size) { function in class:google::protobuf::Api
    [all...]
  /external/autotest/client/cros/faft/utils/
kernel_handler.py 180 def set_version(self, section, version): member in class:KernelHandler
flashrom_handler.py 69 def set_version(self, version): member in class:FvSection
192 section.set_version(self.os_if.retrieve_body_version(vb_section))
  /external/nos/host/android/hals/oemlock/test/
test.cpp 108 unlock->set_version(version);
  /external/autotest/server/
frontend.py 248 def set_version(self, board, version): member in class:_StableVersionMap
395 def set_version(self, board, version): member in class:_SuffixHackVersionMap
397 super(_SuffixHackVersionMap, self).set_version(board, version)
  /external/nos/test/system-test-harness/src/
avb_tests.cc 259 request.set_version(version);
384 token->set_version(VERSION);
388 request.set_version(VERSION);
  /system/core/storaged/
storaged.cpp 204 proto->set_version(current_version);
  /external/libpng/scripts/
makefile.sggcc 51 -set_version sgi$(PNGMAJ).0

Completed in 1510 milliseconds

1 2 3 4 5 6 7