Home
last modified time | relevance | path

Searched refs:get_version (Results 1 – 24 of 24) sorted by relevance

/external/iptables/extensions/
Dlibxt_set.h17 get_version(unsigned *version) in get_version() function
51 sockfd = get_version(&req.version); in get_set_byid()
80 sockfd = get_version(&req.version); in get_set_byname()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_cgl.c88 apple_cgl.get_version = sym(h, "CGLGetVersion"); in apple_cgl_init()
90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor); in apple_cgl_init()
Dapple_cgl.h44 void (*get_version) (GLint * version_major, GLint * version_minor); member
/external/mesa3d/src/glx/apple/
Dapple_cgl.c88 apple_cgl.get_version = sym(h, "CGLGetVersion"); in apple_cgl_init()
90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor); in apple_cgl_init()
Dapple_cgl.h44 void (*get_version) (GLint * version_major, GLint * version_minor); member
/external/webrtc/src/modules/audio_processing/
Dhigh_pass_filter_impl.h33 virtual int get_version(char* version, int version_len_bytes) const;
Dlevel_estimator_impl.h33 virtual int get_version(char* version, int version_len_bytes) const;
Dprocessing_component.h28 virtual int get_version(char* version, int version_len_bytes) const = 0;
Dnoise_suppression_impl.h33 virtual int get_version(char* version, int version_len_bytes) const;
Dvoice_detection_impl.h34 virtual int get_version(char* version, int version_len_bytes) const;
Decho_control_mobile_impl.h35 virtual int get_version(char* version, int version_len_bytes) const;
Decho_cancellation_impl.h37 virtual int get_version(char* version, int version_len_bytes) const;
Dgain_control_impl.h35 virtual int get_version(char* version, int version_len_bytes) const;
Dlevel_estimator_impl.cc133 int LevelEstimatorImpl::get_version(char* version, in get_version() function in webrtc::LevelEstimatorImpl
Dhigh_pass_filter_impl.cc146 int HighPassFilterImpl::get_version(char* version, in get_version() function in webrtc::HighPassFilterImpl
Dvoice_detection_impl.cc160 int VoiceDetectionImpl::get_version(char* version, in get_version() function in webrtc::VoiceDetectionImpl
Dnoise_suppression_impl.cc113 int NoiseSuppressionImpl::get_version(char* version, in get_version() function in webrtc::NoiseSuppressionImpl
Decho_control_mobile_impl.cc251 int EchoControlMobileImpl::get_version(char* version, in get_version() function in webrtc::EchoControlMobileImpl
Dgain_control_impl.cc336 int GainControlImpl::get_version(char* version, int version_len_bytes) const { in get_version() function in webrtc::GainControlImpl
Decho_cancellation_impl.cc331 int EchoCancellationImpl::get_version(char* version, in get_version() function in webrtc::EchoCancellationImpl
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php503 $this->get_version($request);
524 $this->get_version($request);
544 $this->get_version($request);
555 private function get_version(&$request) { function in OAuthServer
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
Dircbot.py206 def get_version(self): member in SingleServerIRCBot
233 "VERSION " + self.get_version())
/external/chromium_org/third_party/sqlite/src/test/
Dbackcompat.test50 proc get_version {binary} {
59 puts "version [get_version $bin]"
117 set ::incompatible([get_version $bin]) 1
/external/libhevc/test/decoder/
Dmain.c801 IV_API_CALL_STATUS_T get_version(void *codec_obj) in get_version() function
2659 get_version(codec_obj); in hevcdec_main()