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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 30 @implementation RTCI420Frame
RTCAudioTrack.mm 36 @implementation RTCAudioTrack
39 @implementation RTCAudioTrack (Internal)
RTCVideoSource.mm 35 @implementation RTCVideoSource
38 @implementation RTCVideoSource (Internal)
RTCPair.m 30 @implementation RTCPair
RTCICEServer.mm 34 @implementation RTCICEServer
56 @implementation RTCICEServer (Internal)
RTCMediaSource.mm 36 @implementation RTCMediaSource {
46 @implementation RTCMediaSource (Internal)
  /external/clang/test/Index/
complete-at-directives.m 5 @implementation MyClass
11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}
29 // CHECK-CC4: NotImplemented:{TypedText @implementation}{HorizontalSpace }{Placeholder class}
complete-interfaces.m 16 @implementation Int2
19 @implementation Int3
complete-categories.m 18 @implementation I1(Cat2) @end
19 @implementation I1(Cat3) @end
20 @implementation I3(Cat2) @end
complete-properties.m 19 @implementation I2
41 @implementation I4 {
56 @implementation I5
complete-at-exprstmt.m 7 @implementation MyClass
  /external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
Answers.java 30 private Answer<Object> implementation; field in class:Answers
32 private Answers(Answer<Object> implementation) {
33 this.implementation = implementation;
37 return implementation;
  /external/chromium_org/third_party/tlslite/tlslite/utils/
RC4.py 6 def __init__(self, keyBytes, implementation):
11 self.implementation = implementation
TripleDES.py 6 def __init__(self, key, mode, IV, implementation):
15 self.implementation = implementation
keyfactory.py 31 for implementation in implementations:
32 if implementation == "openssl" and cryptomath.m2cryptoLoaded:
34 elif implementation == "python":
77 for implementation in implementations:
78 if implementation == "python":
144 for implementation in implementations:
145 if implementation == "openssl" and cryptomath.m2cryptoLoaded:
148 elif implementation == "python":
227 for implementation in implementations:
228 if implementation == "openssl" and cryptomath.m2cryptoLoaded
    [all...]
AES.py 4 def __init__(self, key, mode, IV, implementation):
13 self.implementation = implementation
  /external/clang/test/PCH/
method_pool.h 24 @implementation TestMethodPool1
32 @implementation TestMethodPool2
objc_methods.h 16 @implementation PR12689
32 @implementation PR12689_2
objc_stmts.h 13 @implementation TestPCH
  /external/droiddriver/src/com/google/android/droiddriver/
DroidDriverBuilder.java 31 public enum Implementation {
36 private Implementation implementation; field in class:DroidDriverBuilder
43 if (implementation == null) {
44 implementation = Implementation.ANY;
46 switch (implementation) {
86 public DroidDriverBuilder use(Implementation implementation) {
87 Preconditions.checkState(this.implementation == null
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 34 vararg_func implementation; member in struct:rdar12176336::method
36 method(vararg_func implementation) : implementation(implementation) {}
41 return reinterpret_cast<TFunctionType>(implementation);
  /external/mockito/src/org/mockito/
Answers.java 74 private Answer<Object> implementation; field in class:Answers
76 private Answers(Answer<Object> implementation) {
77 this.implementation = implementation;
81 return implementation;
  /external/chromium_org/ui/gl/
gl_implementation.h 20 // The GL implementation currently in use.
44 // Initialize a particular GL implementation.
45 GL_EXPORT bool InitializeGLBindings(GLImplementation implementation);
47 // Initialize extension function bindings for a GL implementation.
48 GL_EXPORT bool InitializeGLExtensionBindings(GLImplementation implementation,
56 // Set the current GL implementation.
57 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
59 // Get the current GL implementation.
66 // Get the GL implementation with a given name.
69 // Get the name of a GL implementation
    [all...]
gl_implementation.cc 21 GLImplementation implementation; member in struct:gfx::__anon16779::__anon16780
49 bool ExportsCoreFunctionsFromGetProcAddress(GLImplementation implementation) {
92 return kGLImplementationNamePairs[i].implementation;
98 const char* GetGLImplementationName(GLImplementation implementation) {
100 if (implementation == kGLImplementationNamePairs[i].implementation)
107 void SetGLImplementation(GLImplementation implementation) {
108 g_gl_implementation = implementation;

Completed in 1499 milliseconds

1 2 3 4 5 6 7 8 91011>>