Searched refs:implementation (Results 1 - 25 of 443) sorted by relevance

1234567891011>>

/external/clang/test/Index/
H A Dcomplete-at-directives.m5 @implementation MyClass
11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}
29 // CHECK-CC4: NotImplemented:{TypedText @implementation}{HorizontalSpace }{Placeholder class}
H A Dcomplete-interfaces.m16 @implementation Int2
19 @implementation Int3
H A Dcomplete-categories.m18 @implementation I1(Cat2) @end
19 @implementation I1(Cat3) @end
20 @implementation I3(Cat2) @end
H A Dcomplete-properties.m19 @implementation I2
41 @implementation I4 {
56 @implementation I5
H A Dcomplete-at-exprstmt.m7 @implementation MyClass
H A Dcomplete-method-decls.m32 @implementation B
41 @implementation B (FooBar)
55 @implementation D
67 @implementation Gaps
71 @implementation Passing
84 @implementation I1
95 @implementation I2
106 @implementation I3
/external/valgrind/drd/tests/
H A Dlinuxthreads_det.stdout.exp1 NPTL or non-Linux POSIX threads implementation detected.
/external/webrtc/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc21 RefCountImpl<VideoCaptureImpl>* implementation = local
23 return implementation;
/external/parameter-framework/asio/include/asio/
H A Dbasic_io_object.hpp57 /// The underlying implementation type of I/O object.
82 service.construct(implementation);
93 service.destroy(implementation);
115 /// Get the underlying implementation of the I/O object.
118 return implementation;
121 /// Get the underlying implementation of the I/O object.
124 return implementation;
127 /// (Deprecated: Use get_implementation().) The underlying implementation of
129 implementation_type implementation; member in class:asio::basic_io_object
153 service_->construct(implementation);
195 implementation_type implementation; member in class:asio::basic_io_object
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_io_object.hpp57 /// The underlying implementation type of I/O object.
82 service.construct(implementation);
93 service.destroy(implementation);
115 /// Get the underlying implementation of the I/O object.
118 return implementation;
121 /// Get the underlying implementation of the I/O object.
124 return implementation;
127 /// (Deprecated: Use get_implementation().) The underlying implementation of
129 implementation_type implementation; member in class:asio::basic_io_object
153 service_->construct(implementation);
195 implementation_type implementation; member in class:asio::basic_io_object
[all...]
/external/webrtc/talk/app/webrtc/objc/
H A DRTCAudioTrack.mm36 @implementation RTCAudioTrack
39 @implementation RTCAudioTrack (Internal)
H A DRTCVideoSource.mm35 @implementation RTCVideoSource
38 @implementation RTCVideoSource (Internal)
/external/clang/test/PCH/
H A Dmethod_pool.h24 @implementation TestMethodPool1
32 @implementation TestMethodPool2
H A Dobjc_methods.h16 @implementation PR12689
32 @implementation PR12689_2
H A Dobjc_stmts.h13 @implementation TestPCH
H A Dobjcxx-ivar-class.h14 @implementation C
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp34 vararg_func implementation; member in struct:rdar12176336::method
36 method(vararg_func implementation) : implementation(implementation) {} argument
41 return reinterpret_cast<TFunctionType>(implementation);
/external/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver.hpp76 return this->service.cancel(this->implementation);
98 iterator i = this->service.resolve(this->implementation, q, ec);
122 return this->service.resolve(this->implementation, q, ec);
162 return this->service.async_resolve(this->implementation, q,
187 iterator i = this->service.resolve(this->implementation, e, ec);
213 return this->service.resolve(this->implementation, e, ec);
255 return this->service.async_resolve(this->implementation, e,
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver.hpp76 return this->service.cancel(this->implementation);
98 iterator i = this->service.resolve(this->implementation, q, ec);
122 return this->service.resolve(this->implementation, q, ec);
162 return this->service.async_resolve(this->implementation, q,
187 iterator i = this->service.resolve(this->implementation, e, ec);
213 return this->service.resolve(this->implementation, e, ec);
255 return this->service.async_resolve(this->implementation, e,
/external/mockito/src/main/java/org/mockito/
H A DAnswers.java84 private final Answer<Object> implementation; field in class:Answers
86 Answers(Answer<Object> implementation) { argument
87 this.implementation = implementation;
100 return implementation.answer(invocation);
/external/wayland/src/
H A Dwayland-server.h50 const void *implementation; member in struct:wl_object
76 const void *implementation,
82 const void *implementation, void *data) WL_DEPRECATED;
/external/deqp/framework/platform/ios/
H A DtcuEAGLView.m28 @implementation tcuEAGLView
/external/walt/ios/WALT/
H A DDebugLogController.m21 @implementation DebugLogController
H A DUIAlertView+Extensions.m19 @implementation UIAlertView (WALTExtensions)
/external/tensorflow/tensorflow/stream_executor/
H A Dtimer.cc29 implementation_(parent_->implementation()->GetTimerImplementation()) {}

Completed in 513 milliseconds

1234567891011>>