HomeSort by relevance Sort by last modified time
    Searched defs:GetVersion (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_unittest.cc 154 virtual std::string GetVersion() OVERRIDE;
208 std::string MockDaemonControllerDelegate::GetVersion() {
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.cc 753 int VoEBaseImpl::GetVersion(char version[1024])
756 "GetVersion(version=?)");
806 VoEId(_shared->instance_id(), -1), "GetVersion() =>");
    [all...]
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 606 GetVersion (uint32_t *versions, uint32_t num_versions)
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.h 77 GetVersion() const { return m_current.version; }
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 51 uint16_t GetVersion() const { return m_version; }
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 140 UINT GetVersion() const { return Version; }
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 165 int64 GetVersion(base::Time time);
412 return GetVersion(Now()) + version;
415 int64 CloudPolicyInvalidatorTest::GetVersion(base::Time time) {
    [all...]
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 328 STDMETHODIMP ElevatedController::GetVersion(BSTR* version_out) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 679 void GetVersion(int32* major, int32* minor, int32* build, int32* revision) {
mkvparser.cpp 22 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 668 void GetVersion(int32* major, int32* minor, int32* build, int32* revision) {
  /external/lldb/source/API/
SBModule.cpp 640 SBModule::GetVersion (uint32_t *versions, uint32_t num_versions)
644 return module_sp->GetVersion(versions, num_versions);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 668 void GetVersion(int32* major, int32* minor, int32* build, int32* revision) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 139 UINT GetVersion() const
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 154 int64 GetVersion(const ObjectId& id) const {
332 int64 GetVersion(const ObjectId& id) const {
333 return fake_delegate_.GetVersion(id);
497 EXPECT_EQ(kVersion1, GetVersion(id));
511 EXPECT_EQ(kVersion1, GetVersion(id));
524 EXPECT_EQ(kVersion1, GetVersion(id));
539 EXPECT_EQ(initial_version + kRepeatCount - 1, GetVersion(id));
562 EXPECT_EQ(kVersion1, GetVersion(id));
590 EXPECT_EQ(initial_version + kRepeatCount - 1, GetVersion(id));
604 EXPECT_EQ(kVersion2, GetVersion(id))
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 456 CommunicationKDP::GetVersion ()
684 bool use_64 = (GetVersion() >= 11);
729 bool use_64 = (GetVersion() >= 11);
    [all...]
  /art/runtime/
dex_file.cc 411 uint32_t DexFile::GetVersion() const {
    [all...]
runtime.h 263 static const char* GetVersion() {
check_jni.cc     [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 315 int version_on_disk = GetVersion();
738 int DirectoryBackingStore::GetVersion() {
    [all...]
  /external/lldb/source/Core/
Module.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 665 int GetVersion()
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 19 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 170 jint (*GetVersion)(JNIEnv *);
511 jint GetVersion()
512 { return functions->GetVersion(this); }
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 206 jint (JNICALL *GetVersion)(JNIEnv *env);
729 jint GetVersion() {
730 return functions->GetVersion(this);
    [all...]

Completed in 1053 milliseconds

12 3 4 5