Searched refs:implementation (Results 76 - 100 of 303) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m30 @implementation TestLexer // line 330
210 @end /* end of TestLexer implementation line 397 *
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m60 @implementation TestLexer
212 @end // end of TestLexer implementation
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m55 #pragma mark Cyclic DFA implementation start DFA4
56 @implementation DFA4
146 #pragma mark Cyclic DFA implementation end DFA4
154 @implementation SymbolTableLexer // line 330
708 @end // end of SymbolTableLexer implementation // line 397
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.m55 #pragma mark Cyclic DFA implementation start DFA4
56 @implementation DFA4
170 @end /* end DFA4 implementation */
172 #pragma mark Cyclic DFA implementation end DFA4
180 @implementation SimpleCLexer // line 330
981 @end /* end of SimpleCLexer implementation line 397 */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m45 @implementation LangParser_start_return /* returnScope */
82 @end /* end of returnScope implementation */
85 @implementation LangParser_decl_return /* returnScope */
122 @end /* end of returnScope implementation */
125 @implementation LangParser_type_return /* returnScope */
162 @end /* end of returnScope implementation */
170 @implementation LangParser // line 637
515 @end /* end of LangParser implementation line 692 */
H A DLangDumpDecl.m47 @implementation LangDumpDecl_declarator_return /* returnScope */
62 @end /* end of returnScope implementation */
70 @implementation LangDumpDecl // line 637
258 @end /* end of LangDumpDecl implementation line 692 */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m30 @implementation TreeRewriteLexer // line 330
210 @end /* end of TreeRewriteLexer implementation line 397 *
H A DTreeRewriteParser.m43 @implementation TreeRewriteParser_rule_return /* returnScope */
80 @end /* end of returnScope implementation */
83 @implementation TreeRewriteParser_subrule_return /* returnScope */
120 @end /* end of returnScope implementation */
128 @implementation TreeRewriteParser // line 637
383 @end /* end of TreeRewriteParser implementation line 692 */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m60 @implementation TreeRewriteLexer // line 330
220 @end // end of TreeRewriteLexer implementation // line 397
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.m45 @implementation RTCSessionDescriptionSyncObserver
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmaccocoasocketserver.mm44 @implementation MacCocoaSocketServerHelper
/external/chromium_org/third_party/mozilla/
H A DNSString+Utils.mm45 @implementation NSString (ChimeraStringUtils)
233 @implementation NSMutableString (ChimeraMutableStringUtils)
317 @implementation NSString (ChimeraFilePathStringUtils)
346 @implementation NSString (CaminoURLStringUtils)
H A DNSURL+Utils.m41 @implementation NSURL (CaminoExtensions)
H A DNSPasteboard+Utils.mm56 @implementation NSPasteboard(ChimeraPasteboardURLUtilsPrivate)
71 @implementation NSPasteboard(ChimeraPasteboardURLUtils)
283 @implementation NSPasteboard(ChromiumHTMLUtils)
/external/chromium_org/third_party/webrtc/base/
H A Dmaccocoasocketserver.mm27 @implementation MacCocoaSocketServerHelperRtc
/external/chromium_org/third_party/webrtc/test/testsupport/mac/
H A Drun_threaded_main_mac.mm31 @implementation AutoTestInWorkerThread
/external/chromium_org/ui/webui/resources/js/
H A Dparse_html_subset.js78 var doc = document.implementation.createHTMLDocument('');
/external/sqlite/android/
H A DAndroid.mk39 # Please add tests if you modify the implementation of PhoneNumberUtils.cpp and add
/external/stlport/etc/
H A DSTLport-4.5.1.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.5.3.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.6.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc33 RefCountImpl<VideoCaptureImpl>* implementation = local
35 externalCapture = implementation;
36 return implementation;
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py303 for implementation in implementations:
311 settings.cipherImplementations = [implementation, "python"]
320 for implementation in implementations:
322 if cipher == "3des" and implementation not in ("openssl", "pycrypto"):
330 settings.cipherImplementations = [implementation, "python"]
663 for implementation in ["python"] * len(implementations):
671 settings.cipherImplementations = [implementation, "python"]
680 for implementation in implementations:
682 if cipher == "3des" and implementation not in ("openssl", "pycrypto"):
690 settings.cipherImplementations = [implementation, "pytho
[all...]
/external/pixman/pixman/
H A Dpixman-glyph.c412 pixman_implementation_t *implementation = NULL; local
472 &implementation, &func); local
486 func (implementation, &info);
507 pixman_implementation_t *implementation = NULL; local
581 &implementation, &func); local
606 func (implementation, &info);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m70 @implementation SDLApplication
82 @implementation SDLMain
309 @implementation NSString (ReplaceSubString)

Completed in 680 milliseconds

1234567891011>>