Searched refs:implementation (Results 1 - 25 of 322) 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-method-decls.m32 @implementation B
41 @implementation B (FooBar)
55 @implementation D
67 @implementation Gaps
71 @implementation Passing
84 @implementation I1
H A Dcomplete-properties.m19 @implementation I2
41 @implementation I4 {
56 @implementation I5
H A Dcomplete-at-exprstmt.m7 @implementation MyClass
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc21 RefCountImpl<VideoCaptureImpl>* implementation = local
23 return implementation;
/external/valgrind/main/drd/tests/
H A Dlinuxthreads_det.stdout.exp1 NPTL or non-Linux POSIX threads implementation detected.
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drc4.py8 def __init__(self, keyBytes, implementation):
13 self.implementation = implementation
H A Dtripledes.py7 def __init__(self, key, mode, IV, implementation):
16 self.implementation = implementation
H A Dkeyfactory.py33 for implementation in implementations:
34 if implementation == "openssl" and cryptomath.m2cryptoLoaded:
36 elif implementation == "python":
98 for implementation in implementations:
99 if implementation == "openssl" and cryptomath.m2cryptoLoaded:
102 elif implementation == "python":
175 for implementation in implementations:
176 if implementation == "openssl" and cryptomath.m2cryptoLoaded:
178 elif implementation == "pycrypto" and cryptomath.pycryptoLoaded:
180 elif implementation
[all...]
H A Daes.py7 def __init__(self, key, mode, IV, implementation):
16 self.implementation = implementation
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DAnswers.java30 private Answer<Object> implementation; field in class:Answers
32 private Answers(Answer<Object> implementation) { argument
33 this.implementation = implementation;
37 return implementation;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCAudioTrack.mm36 @implementation RTCAudioTrack
39 @implementation RTCAudioTrack (Internal)
H A DRTCVideoSource.mm35 @implementation RTCVideoSource
38 @implementation RTCVideoSource (Internal)
H A DRTCMediaSource.mm36 @implementation RTCMediaSource {
46 @implementation RTCMediaSource (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
/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/mockito/src/org/mockito/
H A DAnswers.java74 private Answer<Object> implementation; field in class:Answers
76 private Answers(Answer<Object> implementation) { argument
77 this.implementation = implementation;
81 return implementation;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPrivateScriptRunner.js32 function installClass(className, implementation)
40 implementation(installedClasses[className]);
/external/deqp/framework/platform/ios/
H A DtcuEAGLView.m28 @implementation tcuEAGLView
/external/chromium_org/ui/gl/
H A Dgl_implementation.h20 // The GL implementation currently in use.
46 // Initialize a particular GL implementation.
47 GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
50 // implementation.
51 GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
77 // Set the current GL implementation.
78 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
80 // Get the current GL implementation.
87 // Get the GL implementation with a given name.
90 // Get the name of a GL implementation
[all...]
H A Dgl_implementation_ozone.cc36 bool InitializeStaticGLBindings(GLImplementation implementation) { argument
37 // Prevent reinitialization with a different implementation. Once the gpu
39 // later switch to another GL implementation.
43 switch (implementation) {
67 << "Unsupported GL type for Ozone surface implementation";
74 bool InitializeDynamicGLBindings(GLImplementation implementation, argument
76 switch (implementation) {

Completed in 435 milliseconds

1234567891011>>