HomeSort by relevance Sort by last modified time
    Searched refs:GetVersionString (Results 1 - 16 of 16) sorted by null

  /test/vts/drivers/hal/common/include/utils/
InterfaceSpecUtil.h 40 string GetVersionString(float version, bool for_macro=false);
  /test/vts/drivers/hal/common/utils/
InterfaceSpecUtil.cpp 63 << "_" << GetVersionString(message.component_type_version(), true)
70 << GetVersionString(message.component_type_version(), true) << "_"
78 string GetVersionString(float version, bool for_macro) {
104 return package_name + "@" + GetVersionString(version) + "-vts.driver.so";
  /external/webrtc/webrtc/voice_engine/include/
voe_base.h 90 static std::string GetVersionString();
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 173 running_ver_str = cr50_utils.GetVersionString(running_ver)
246 ver_str = cr50_utils.GetVersionString(ver)
295 running_ver_str = cr50_utils.GetVersionString(running_ver)
300 saved_ver_str = cr50_utils.GetVersionString(saved_ver)
  /external/webrtc/webrtc/voice_engine/
voe_base_unittest.cc 84 std::string v2 = VoiceEngine::GetVersionString() + "\n";
voice_engine_impl.cc 151 std::string VoiceEngine::GetVersionString() {
voe_base_impl.cc 589 std::string versionString = VoiceEngine::GetVersionString();
  /external/autotest/client/common_lib/cros/
cr50_utils.py 194 def GetVersionString(ver):
218 AssertVersionsAreEqual("Running", GetVersionString(running_ver),
219 "Saved", GetVersionString(saved_ver))
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 578 return GetVersionString(message.component_type_version(), for_macro);
609 GetVersionString(message.component_type_version()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ilogobj.hxx 52 virtual LPSTR WINAPI GetVersionString(PCHAR pszVersionString,PDWORD pcbSize) = 0;
cor.h     [all...]
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 53 driver_lib_dir += GetVersionString(version);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 227 if DefineObj.GetVersionString() == None:
236 if DefineObj.GetVersionString().GetValue() != "":
240 VersionString = DefineObj.GetVersionString().GetValue()
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py 513 def GetVersionString(self):
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 521 LOG(LS_INFO) << webrtc::VoiceEngine::GetVersionString();
    [all...]

Completed in 337 milliseconds