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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 141 @implementation Symbols_Scope /* globalAttributeScopeImpl */
165 @implementation SymbolTableParser // line 610
575 @end // end of SymbolTableParser implementation line 669
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 59 This library provides a token implementation (see CommonToken). Additionally,
218 The base class for the standard implementation of Token. It is implemented as a
221 Object with accessor methods implementation.
298 implementation of the method #next_token. In return, it
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 78 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); field in class:DTMNodeProxy
265 return implementation.hasFeature(feature,version);
281 return implementation.hasFeature(feature,version);
580 return implementation;
1361 * When set to <code>false</code>, the implementation is free to not
1382 * When set to <code>false</code>, the implementation is free to not
    [all...]
  /external/ceres-solver/jni/
Android.mk 76 # simple and small implementation that builds on Android. However, if
88 # Use the alternate glog implementation if provided by the user.
  /external/chromium_org/content/child/npapi/
plugin_host.cc 65 gfx::GLImplementation implementation = gfx::GetGLImplementation();
66 if (implementation == gfx::kGLImplementationNone) {
71 implementation = gfx::GetGLImplementation();
73 return (implementation == gfx::kGLImplementationDesktopGL);
167 // an NPObjectProxy and not a real v8 implementation.
390 // implementation, it doesn't look like Firefox does this either.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 147 // class SimpleThread Windows Implementation
255 // class SimpleThread NULL Implementation
294 // class SimpleThread POSIX implementation
445 #error No implementation for threads! Cannot test.
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 47 @implementation PCObserver {
143 @implementation APPRTCAppDelegate
  /external/chromium_org/third_party/libxml/src/
testHTML.c 860 printf("\t--copy : used to test the internal copy implementation\n");
  /external/chromium_org/tools/grit/grit/node/
message.py 101 superclass' implementation
  /external/icu4c/test/intltest/
simplethread.cpp 155 // class SimpleThread Windows Implementation
263 // class SimpleThread NULL Implementation
302 // class SimpleThread POSIX implementation
453 #error No implementation for threads! Cannot test.
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 73 # LZSS decompression algorithm implementation
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 117 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
141 @end /* end of Symbols_Scope implementation */
147 @implementation SimpleCTP_expr_return /* returnScope */
162 @end /* end of returnScope implementation */
170 @implementation SimpleCTP // line 637
    [all...]
SimpleCLexer.m 30 @implementation SimpleCLexer // line 330
1152 @end /* end of SimpleCLexer implementation line 397 *
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.m 149 @implementation Symbols_Scope /* globalAttributeScopeImpl */
167 @end /* end of Symbols_Scope implementation */
173 @implementation SimpleCTP_expr_return
182 @end /* end of returnScope implementation */
186 @implementation SimpleCTP // line 610
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 30 @implementation SimpleCLexer // line 330
1160 @end /* end of SimpleCLexer implementation line 397 *
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 55 #pragma mark Cyclic DFA implementation start DFA38
56 @implementation DFA38
293 #pragma mark Cyclic DFA implementation end DFA38
301 @implementation Fuzzy // line 330
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 6 * TabSwitcher is an implementation of View that handles tab switching.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 417 * The core implementation to execute a single task.
561 * The core implementation of mounts archives.
604 * The core implementation to open the Gallery.
788 * This decorator expects an implementation called |method + '_'|.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 117 * Current implementation checks if it is a http or https page and has
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 46 * to suppress verbosity. The implementation of errorsToMessage in the
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
dialoginteractiondelegate.js 20 * An implementation of google.cf.installer.InteractionDelegate that decorates
  /external/chromium_org/gpu/command_buffer/service/
test_helper.cc 551 gfx::GLImplementation implementation)
553 gfx::SetGLImplementation(implementation);
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 106 @implementation WebScrollAnimationHelperDelegate
192 @implementation WebScrollbarPainterControllerDelegate
307 @implementation WebScrollbarPartAnimation
397 @implementation WebScrollbarPainterDelegate
    [all...]
  /external/chromium_org/v8/test/mjsunit/
delete.js 29 // implementation of 'in'.
math-imul.js 43 // Test reference implementation.

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>