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

1 2

  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 33 virtual int get_version(char* version, int version_len_bytes) const;
level_estimator_impl.h 33 virtual int get_version(char* version, int version_len_bytes) const;
noise_suppression_impl.h 33 virtual int get_version(char* version, int version_len_bytes) const;
processing_component.h 28 virtual int get_version(char* version, int version_len_bytes) const = 0;
voice_detection_impl.h 34 virtual int get_version(char* version, int version_len_bytes) const;
echo_cancellation_impl.h 37 virtual int get_version(char* version, int version_len_bytes) const;
echo_control_mobile_impl.h 35 virtual int get_version(char* version, int version_len_bytes) const;
gain_control_impl.h 35 virtual int get_version(char* version, int version_len_bytes) const;
level_estimator_impl.cc 133 int LevelEstimatorImpl::get_version(char* version, function in class:webrtc::LevelEstimatorImpl
voice_detection_impl.cc 160 int VoiceDetectionImpl::get_version(char* version, function in class:webrtc::VoiceDetectionImpl
high_pass_filter_impl.cc 146 int HighPassFilterImpl::get_version(char* version, function in class:webrtc::HighPassFilterImpl
noise_suppression_impl.cc 113 int NoiseSuppressionImpl::get_version(char* version, function in class:webrtc::NoiseSuppressionImpl
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 88 apple_cgl.get_version = sym(h, "CGLGetVersion");
90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
apple_cgl.h 44 void (*get_version) (GLint * version_major, GLint * version_minor); member in struct:apple_cgl_api
  /external/mesa3d/src/glx/apple/
apple_cgl.c 88 apple_cgl.get_version = sym(h, "CGLGetVersion");
90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
apple_cgl.h 44 void (*get_version) (GLint * version_major, GLint * version_minor); member in struct:apple_cgl_api
  /external/iptables/extensions/
libxt_set.h 16 get_version(unsigned *version) function
44 sockfd = get_version(&req.version);
73 sockfd = get_version(&req.version);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 26 to_filename(safe_version(self.distribution.get_version())),
bdist_rpm.py 416 '%define version ' + self.distribution.get_version().replace('-','_'),
417 '%define unmangled_version ' + self.distribution.get_version(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 26 to_filename(safe_version(self.distribution.get_version())),
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 503 $this->get_version($request);
524 $this->get_version($request);
544 $this->get_version($request);
555 private function get_version(&$request) { function
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 503 $this->get_version($request);
524 $this->get_version($request);
544 $this->get_version($request);
555 private function get_version(&$request) { function
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver.py 137 def get_version(self): member in class:Extension
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 206 def get_version(self): member in class:SingleServerIRCBot
233 "VERSION " + self.get_version())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 287 def get_version(self): member in class:UUID
292 version = property(get_version)

Completed in 516 milliseconds

1 2