OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:implementation
(Results
26 - 50
of
443
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/gl/
gl_implementation_ozone.cc
35
bool InitializeGLBindings(GLImplementation
implementation
) {
36
// Prevent reinitialization with a different
implementation
. Once the gpu
38
// later switch to another GL
implementation
.
42
switch (
implementation
) {
68
<< "Unsupported GL type for Ozone surface
implementation
";
75
bool InitializeGLExtensionBindings(GLImplementation
implementation
,
77
switch (
implementation
) {
gl_implementation_mac.cc
29
bool InitializeGLBindings(GLImplementation
implementation
) {
30
// Prevent reinitialization with a different
implementation
. Once the gpu
32
// later switch to another GL
implementation
.
42
switch (
implementation
) {
94
SetGLImplementation(
implementation
);
112
bool InitializeGLExtensionBindings(GLImplementation
implementation
,
114
switch (
implementation
) {
gl_implementation_android.cc
50
bool InitializeGLBindings(GLImplementation
implementation
) {
51
// Prevent reinitialization with a different
implementation
. Once the gpu
53
// later switch to another GL
implementation
.
57
switch (
implementation
) {
107
bool InitializeGLExtensionBindings(GLImplementation
implementation
,
109
switch (
implementation
) {
gl_implementation_x11.cc
41
bool InitializeGLBindings(GLImplementation
implementation
) {
42
// Prevent reinitialization with a different
implementation
. Once the gpu
44
// later switch to another GL
implementation
.
54
switch (
implementation
) {
143
bool InitializeGLExtensionBindings(GLImplementation
implementation
,
145
switch (
implementation
) {
/external/clang/test/PCH/
objcxx-ivar-class.h
14
@
implementation
C
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
Android.mk
10
### GLES_CM host
implementation
(On top of OpenGL) ########################
20
### GLES_CM host
implementation
, 64-bit ########################
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
Android.mk
11
### GLES_V2 host
implementation
(On top of OpenGL) ########################
20
### GLES_V2 host
implementation
, 64-bit ##############################
/external/clang/test/Index/
complete-method-decls.m
32
@
implementation
B
41
@
implementation
B (FooBar)
55
@
implementation
D
67
@
implementation
Gaps
71
@
implementation
Passing
complete-recovery.m
7
@
implementation
A
/device/generic/goldfish/opengl/system/GLESv1/
Android.mk
3
### GLESv1
implementation
###########################################
/device/generic/goldfish/opengl/system/GLESv2/
Android.mk
3
### GLESv2
implementation
###########################################
/external/chromium_org/third_party/mozilla/
NSScreen+Utils.m
42
@
implementation
NSScreen (CHScreenAdditions)
/ndk/tests/device/test-googletest-gnustl/jni/
Application.mk
5
# in the GoogleTest
implementation
.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaConstraints.mm
41
@
implementation
RTCMediaConstraints {
70
@
implementation
RTCMediaConstraints (internal)
RTCVideoTrack.mm
37
@
implementation
RTCVideoTrack {
71
@
implementation
RTCVideoTrack (Internal)
RTCICECandidate.mm
34
@
implementation
RTCICECandidate
64
@
implementation
RTCICECandidate (Internal)
RTCICEServer.mm
34
@
implementation
RTCICEServer
63
@
implementation
RTCICEServer (Internal)
RTCSessionDescription.mm
34
@
implementation
RTCSessionDescription
53
@
implementation
RTCSessionDescription (Internal)
RTCVideoCapturer.mm
37
@
implementation
RTCVideoCapturer {
61
@
implementation
RTCVideoCapturer (Internal)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
streamcollection.h
38
//
Implementation
of StreamCollection.
42
talk_base::RefCountedObject<StreamCollection>*
implementation
=
local
44
return
implementation
;
49
talk_base::RefCountedObject<StreamCollection>*
implementation
=
local
51
return
implementation
;
/external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread_c.h
47
#error Need thread
implementation
for this platform
/libcore/benchmarks/src/benchmarks/regression/
DigestBenchmark.java
37
@Param private
Implementation
implementation
;
field in class:DigestBenchmark
39
public enum
Implementation
{ OPENSSL, BOUNCYCASTLE };
45
switch (
implementation
) {
53
throw new RuntimeException(
implementation
.toString());
SignatureBenchmark.java
53
@Param private
Implementation
implementation
;
field in class:SignatureBenchmark
55
public enum
Implementation
{ OpenSSL, BouncyCastle };
94
switch (
implementation
) {
102
throw new RuntimeException(
implementation
.toString());
113
switch (
implementation
) {
121
throw new RuntimeException(
implementation
.toString());
SSLSocketBenchmark.java
72
@Param private
Implementation
implementation
;
field in class:SSLSocketBenchmark
74
public enum
Implementation
{ OPENSSL, HARMONY };
80
switch (
implementation
) {
88
throw new RuntimeException(
implementation
.toString());
/external/llvm/lib/Support/
Atomic.cpp
40
# error No memory fence
implementation
for your platform!
61
# error No compare-and-swap
implementation
for your platform!
76
# error No atomic increment
implementation
for your platform!
91
# error No atomic decrement
implementation
for your platform!
106
# error No atomic add
implementation
for your platform!
Completed in 654 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>