/external/iptables/extensions/ |
libxt_set.h | 16 get_version(unsigned *version) function 44 sockfd = get_version(&req.version); 73 sockfd = get_version(&req.version);
|
/external/webrtc/src/modules/audio_processing/ |
echo_control_mobile_impl.h | 35 virtual int get_version(char* version, int version_len_bytes) const;
|
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;
|
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
|
noise_suppression_impl.cc | 113 int NoiseSuppressionImpl::get_version(char* version, function in class:webrtc::NoiseSuppressionImpl
|
voice_detection_impl.cc | 160 int VoiceDetectionImpl::get_version(char* version, function in class:webrtc::VoiceDetectionImpl
|
echo_control_mobile_impl.cc | 251 int EchoControlMobileImpl::get_version(char* version, function in class:webrtc::EchoControlMobileImpl
|
high_pass_filter_impl.cc | 146 int HighPassFilterImpl::get_version(char* version, function in class:webrtc::HighPassFilterImpl
|
/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
|
/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())),
|
upload.py | 95 'version': meta.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())),
|
upload.py | 95 'version': meta.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/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
ircbot.py | 206 def get_version(self): member in class:SingleServerIRCBot 233 "VERSION " + self.get_version())
|