HomeSort by relevance Sort by last modified time
    Searched refs:implementation (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
selector-warning.h 7 @implementation Foo
  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 16 # define PVR_WAR to support imgtec PVR opengl-ES implementation
19 # in the implementation where glTextureParameter(...,GL_TEXTURE_RECT,...)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 10 # The only STL implementation currently working with exceptions
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 37 @Param private Implementation implementation; field in class:KeyPairGeneratorBenchmark
39 public enum Implementation { OpenSSL, BouncyCastle };
49 if (implementation == Implementation.BouncyCastle) {
CipherBenchmark.java 82 @Param private Implementation implementation; field in class:CipherBenchmark
84 public enum Implementation { OpenSSL, BouncyCastle };
115 switch (implementation) {
123 throw new RuntimeException(implementation.toString());
  /ndk/sources/android/support/tests/
Android.mk 4 # library. Note that it provides a main() implementation.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaStreamTrack.mm 35 @implementation RTCMediaStreamTrack {
42 // Equality is purely based on the label just like the C++ implementation.
83 @implementation RTCMediaStreamTrack (Internal)
RTCMediaStream.mm 40 @implementation RTCMediaStream {
105 @implementation RTCMediaStream (Internal)
  /external/chromium_org/third_party/sqlite/src/src/
hwtime.h 72 #error Need implementation of sqlite3Hwtime() for your platform.
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 22 @implementation Wrapper
  /sdk/emulator/opengl/host/libs/Translator/EGL/
Android.mk 40 ### EGL host implementation ########################
49 ### EGL host implementation, 64-bit ########################
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
Android.mk 34 ### EGL host implementation ########################
49 ### EGL host implementation, 64-bit ################
  /external/chromium_org/chrome/browser/resources/history/
history_focus_manager.js 8 * A history-specific FocusManager implementation, which ensures that elements
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.pl 37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
  /external/openssl/crypto/bn/
bn_prime.pl 37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
  /hardware/ti/omap4xxx/hwc/
Android.mk 4 # HAL module implementation, not prelinked and stored in
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 27 @implementation EmuGLView
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 53 @implementation SDL_QuartzWindow
201 @implementation SDL_QuartzWindowDelegate
220 @implementation SDL_QuartzView
  /hardware/libhardware/modules/local_time/
Android.mk 19 # Devices which use the default implementation should take care to ensure that
20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
21 # the audio and video output hardware. This default implementation is loaded
  /external/aac/libFDK/include/
fixmul.h 118 #pragma message ("Extremely slow implementation of fixmuldiv2_DD !!")
120 #warning Extremely slow implementation of fixmuldiv2_DD !!
131 #pragma message ("Extremely slow implementation of fixmuldiv2BitExact_DD !!")
133 #warning Extremely slow implementation of fixmuldiv2BitExact_DD !!
150 #pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
152 #warning Extremely slow implementation of fixmulBitExact_DD !!
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 78 @implementation <returnScopeImplementation.name>
170 <@STAttrMap.implementation()>
193 @STAttrMap.implementation() ::= <<
194 /* -------- ST start STAttrMap.implementation ------------ */
198 @implementation STAttrMap
203 /* -------- ST end STAttrMap.implementation ------------ */
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.mm 50 @implementation ScrollerStyleObserver
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCViewController.m 34 @implementation APPRTCViewController
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 42 Application-side implementation of these features raises namespace
49 The extension spec is in the public domain. The current implementation
87 indentation and formatting has been used, is up to the implementation.
95 RESOLVED: No. The implementation is not forced to use this information
346 New Implementation Dependent State
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.

Completed in 346 milliseconds

1 23 4 5 6 7 8 91011>>