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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js 118 // Here and below, all constructors are private to API implementation.
859 function populateInterfaceClass(interface, implementation)
861 for (var member in implementation) {
866 for (var owner = implementation; owner && !descriptor; owner = owner.__proto__)
871 interface[member] = descriptor.value.bind(implementation);
873 interface.__defineGetter__(member, descriptor.get.bind(implementation));
  /libcore/luni/src/main/java/java/security/
Provider.java 393 * specified {@code algorithm}, or {@code null} if no such implementation
404 * @return the requested service, or {@code null} if no such implementation
825 // Service implementation
826 private Class<?> implementation; field in class:Provider.Service
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 638 implementation = platform.python_implementation()
640 implementation = "unknown"
651 ('implementation', implementation),
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 33 implementation
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 28 #pragma mark Cyclic DFA implementation start DFA2
29 @implementation DFA2
108 @end /* end DFA2 implementation */
110 #pragma mark Cyclic DFA implementation end DFA2
235 @implementation SimpleCParser // line 637
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 30 @implementation SymbolTableLexer // line 330
799 @end /* end of SymbolTableLexer implementation line 397 *
SymbolTableParser.m 73 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
97 @end /* end of Symbols_Scope implementation */
108 @implementation SymbolTableParser // line 637
601 @end /* end of SymbolTableParser implementation line 692 */
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 43 * This toString() implementation fixes that.
  /external/chromium/chrome/browser/resources/net_internals/
view.js 75 * DivView is an implementation of View that wraps a DIV.
116 * Implementation of View that sizes its child to fit the entire window.
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 144 implementation of JavaScript for the JVM. The JavaScript parser and
162 Description: Mozilla Rhino is an implementation of JavaScript for the JVM.
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebFontCache.mm 99 @implementation WebFontCache
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.mm 59 @implementation FakeActiveWindow
125 // Chromium WebThemeEngine implementation.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 66 @implementation RTCPeerConnectionTest
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
  /external/chromium_org/v8/test/mjsunit/
math-exp-precision.js 28 // Tests that the --fast-math implementation of Math.exp() has
object-get-own-property-names.js 80 // Check that implementation does not access Array.prototype.
  /external/chromium_org/v8/test/webkit/fast/js/
number-toString.js 46 // These test for Firefox compatibility, the spec is "implementation defined"
  /external/chromium_org/v8/tools/
consarray.js 32 * sequentally. The internal Array implementation is horribly slow
  /external/mesa3d/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 45 @implementation NSOpenGLContext (CGLContextAccess)
  /external/v8/tools/
consarray.js 32 * sequentally. The internal Array implementation is horribly slow

Completed in 400 milliseconds

1 2 3 4 5 6 7 891011>>