HomeSort by relevance Sort by last modified time
    Searched refs:GetVersion (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
voe_base_misc_test.cc 23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer));
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverFamilyOverride.h 35 the drivers with higher values returned by GetVersion() are higher priority than drivers that
36 return lower values from GetVersion().
61 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_executor.h 36 virtual int GetVersion() = 0;
remote_fused_graph_execute_op_test_utils.h 68 int GetVersion() final;
  /external/v8/src/
version.h 33 static const char* GetVersion() { return version_string_; }
  /test/vts/drivers/hal/common/include/utils/
InterfaceSpecUtil.h 55 float GetVersion(const string& type_name);
  /prebuilts/go/darwin-x86/src/crypto/x509/
sha2_windows_test.go 10 v, err := syscall.GetVersion()
  /prebuilts/go/linux-x86/src/crypto/x509/
sha2_windows_test.go 10 v, err := syscall.GetVersion()
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.h 175 EFI_EBC_GET_VERSION GetVersion;
  /external/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/skqp/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 51 v, err := syscall.GetVersion()
53 panic("GetVersion failed: " + err.Error())
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 51 v, err := syscall.GetVersion()
53 panic("GetVersion failed: " + err.Error())
  /external/webrtc/webrtc/voice_engine/
voe_base_unittest.cc 81 TEST_F(VoEBaseTest, GetVersion) {
83 base_->GetVersion(v1);
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoder.h 29 int32_t GetVersion() const;
  /external/skia/src/core/
SkGraphics.cpp 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/skqp/src/core/
SkGraphics.cpp 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_control_wrapper.h 42 int GetVersion() final;
  /external/webrtc/webrtc/voice_engine/include/
voe_base.h 173 virtual int GetVersion(char version[1024]) = 0;
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 79 std::string GetVersion(const ComponentSpecificationMessage& message,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 87 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
97 if Dep.GetVersion() == None or \
98 len(Dep.GetVersion()) == 0:
101 if Dep.GetVersion() == GuidVerPair[1]:
113 Dep.GetVersion()))
412 Guid, Version = Item.GetGuid(), Item.GetVersion()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
ReplacePkg.py 118 NewDpInfo = "%s %s" % (DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion())
125 if Dep.CheckDpExists(DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion()):
  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 35 << GetVersion(comp_spec_) << "/" << GetComponentName(comp_spec_)
47 string comp_version = GetVersion(comp_spec_, true);
  /system/bt/vendor_libs/test_vendor_lib/include/
device_properties.h 97 uint8_t GetVersion() const { return version_; }
  /system/keymaster/include/keymaster/
android_keymaster.h 54 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);

Completed in 771 milliseconds

1 2 3 4 5 6 7