OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVersionString
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_base.h
90
static std::string
GetVersionString
();
/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/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py
113
running_ver_str = cr50_utils.
GetVersionString
(running_ver)
211
ver_str = cr50_utils.
GetVersionString
(ver)
/external/autotest/client/common_lib/cros/
cr50_utils.py
303
def
GetVersionString
(ver):
330
AssertVersionsAreEqual('Running',
GetVersionString
(running_ver),
331
'Saved',
GetVersionString
(saved_ver))
/external/deqp-deps/SPIRV-Tools/tools/stats/
stats_analyzer.cpp
45
std::string
GetVersionString
(uint32_t word) {
132
WriteFreq(out, version_freq_,
GetVersionString
);
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/
stats_analyzer.cpp
45
std::string
GetVersionString
(uint32_t word) {
132
WriteFreq(out, version_freq_,
GetVersionString
);
/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 848 milliseconds