Searched refs:examples (Results 1 – 25 of 345) sorted by relevance
12345678910>>...14
/external/antlr/antlr-3.4/runtime/Perl5/ |
D | MANIFEST | 9 examples/README 10 examples/expr/Expr.g 11 examples/expr/expr.pl 12 examples/id/IDLexer.g 13 examples/id/id.pl 14 examples/mexpr/MExpr.g 15 examples/mexpr/mexpr.pl 16 examples/simplecalc/SimpleCalc.g 17 examples/simplecalc/simplecalc.pl 18 examples/zero-one/T.g [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simpl… 40 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre… 184 …[ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/sim… 225 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' ) /… 226 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';' // alt 255 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' ) /… 256 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '(' // alt 285 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' ) /… 286 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ',' // alt 315 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:10:7: ( ')' ) … [all …]
|
D | SimpleCTP.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simpl… 40 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre… 273 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:1: program… 280 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:5: ( ( de… 281 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: ( decl… 283 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: ( decl… 295 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: declar… 332 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:17:1: declara… 339 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:5: ( vari… 365 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:9: variab… [all …]
|
D | SimpleCParser.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simpl… 40 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre… 856 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:16:1: program :… 874 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:17:5: ( ( decl… 875 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:17:9: ( declar… 879 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:17:9: ( declar… 891 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:17:9: declarat… 940 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:20:1: declarati… 974 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:5: ( variab… 979 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:9: variable… [all …]
|
/external/bison/djgpp/ |
D | config.bat | 245 test -d %XSRC%/examples/calc++ 246 if not errorlevel 1 mv -f %XSRC%/examples/calc++ %XSRC%/examples/calcxx 247 test -d %XSRC%/examples/calcxx 248 if errorlevel 1 mv -f %XSRC%/examples/calcpp %XSRC%/examples/calcxx 249 test -f %XSRC%/examples/calcxx/calc++-scanner.cc 250 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.cc %XSRC%/examples/calcxx/calcxx-sc… 251 test -f %XSRC%/examples/calcxx/calcxx-scanner.cc 252 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-scanner.cc %XSRC%/examples/calcxx/calcxx-scanne… 253 test -f %XSRC%/examples/calcxx/calc++-scanner.ll 254 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.ll %XSRC%/examples/calcxx/calcxx-sc… [all …]
|
/external/libmtp/ |
D | Makefile.am | 1 SUBDIRS=src examples doc subdir 8 libmtp.usermap: examples/hotplug 9 examples/hotplug > libmtp.usermap 10 libmtp.rules: examples/hotplug 11 examples/hotplug -u > libmtp.rules 12 libmtp.fdi: examples/hotplug 13 examples/hotplug -H > libmtp.fdi
|
D | ChangeLog | 77 * examples/pathutils.c: detect VCF files too. 85 * examples/albumart.c: dito. 86 * examples/sendfile.c: dito. 87 * examples/sendtr.c: dito. 88 * examples/thumb.c: dito. 173 * examples/hotplug.c: change the udev match rule from 204 "examples/hotplug > libmtp.usermap". But hopefully the 216 * examples/Makefile.am: the creation of the links failed: 219 * examples/albumart.c: include sys/uio.h only if it's available. 220 * examples/trexist.c: u_int32_t does not exists, into almost all [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
D | Fuzzy.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy… 40 // $ANTLR 3.2 Aug 20, 2010 13:39:32 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzz… 305 …[ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuz… 413 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:2: ( 'import' WS name= QID… 414 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:4: 'import' WS name= QIDSt… 425 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: ( WS )? // block 434 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: WS // alt 471 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:2: ( 'return' ( options {… 472 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:4: 'return' ( options {gr… 489 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:38: . // alt [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
D | SymbolTableLexer.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scope… 40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/Sym… 158 …[ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/sco… 199 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:6: ( 'method' ) // … 200 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:8: 'method' // alt 229 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:6: ( '(' ) // ruleB… 230 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:8: '(' // alt 259 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:9:6: ( ')' ) // ruleB… 260 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:9:8: ')' // alt 289 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:10:7: ( '{' ) // rule… [all …]
|
D | SymbolTableParser.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scope… 40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/Sym… 227 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals (… 234 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( met… 235 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( metho… 252 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt 285 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl… 300 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) /… 301 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:9: ( decl )* // alt 313 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:10: decl // alt [all …]
|
/external/eigen/ |
D | CMakeLists.txt | 129 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) 132 message(STATUS "Enabling SSE2 in tests/examples") 135 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF) 138 message(STATUS "Enabling SSE3 in tests/examples") 141 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF) 144 message(STATUS "Enabling SSSE3 in tests/examples") 147 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF) 150 message(STATUS "Enabling SSE4.1 in tests/examples") 153 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF) 156 message(STATUS "Enabling SSE4.2 in tests/examples") [all …]
|
/external/chromium/third_party/libjingle/source/talk/ |
D | libjingle.scons | 221 "examples/login/xmppthread.cc", 222 "examples/login/login_main.cc", 238 "examples/login/xmppauth.cc", 239 "examples/login/xmpppump.cc", 240 "examples/login/xmppsocket.cc", 274 "examples/call/call_main.cc", 275 "examples/call/callclient.cc", 276 "examples/call/console.cc", 277 "examples/call/discoitemsquerytask.cc", 278 "examples/call/friendinvitesendtask.cc", [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
D | TreeRewriteLexer.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treer… 40 // $ANTLR 3.2 Aug 20, 2010 15:00:19 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrit… 64 …[ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/tre… 103 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:15:5: ( ( '0' ..… 104 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:15:7: ( '0' .. '… 106 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:15:7: ( '0' .. '… 118 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:15:8: '0' .. '9'… 160 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:18:5: ( ' ' ) //… 161 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:18:9: ' ' // alt 184 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:1:8: ( INT | WS … [all …]
|
D | TreeRewriteParser.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treer… 40 // $ANTLR 3.2 Aug 20, 2010 15:00:19 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrit… 201 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:1: rule : INT s… 226 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:5: ( INT subru… 227 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:7: INT subrule… 260 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:22: ^( subrule… 300 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:11:1: subrule : I… 318 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:12:5: ( INT ) //… 319 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:12:9: INT // alt
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
D | Testlexer.m | 4 …* - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexer… 40 // $ANTLR 3.2 Aug 07, 2010 22:08:38 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-… 65 …[ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lex… 94 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g:8:4: ( LETTER… 95 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g:8:6: LETTER (… 111 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g: // alt 154 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g:11:16: ( '0' … 155 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g:11:18: '0' ..… 176 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g:15:2: ( 'a' .… 177 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/TestLexer.g: // alt [all …]
|
/external/expat/ |
D | Makefile.in | 54 all: $(LIBRARY) expat.pc xmlwf/xmlwf@EXEEXT@ examples/elements examples/outline 59 cd examples && rm -f elements outline *.@OBJEXT@ *.lo && rm -rf .libs _libs 63 rm -f examples/core tests/core xmlwf/core 103 @for d in lib xmlwf examples tests ; do \ 155 examples/elements.@OBJEXT@: examples/elements.c 156 examples/elements: examples/elements.@OBJEXT@ $(LIBRARY) 159 examples/outline.@OBJEXT@: examples/outline.c 160 examples/outline: examples/outline.@OBJEXT@ $(LIBRARY)
|
D | Makefile | 54 all: $(LIBRARY) expat.pc xmlwf/xmlwf examples/elements examples/outline 59 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs 63 rm -f examples/core tests/core xmlwf/core 103 @for d in lib xmlwf examples tests ; do \ 155 examples/elements.o: examples/elements.c 156 examples/elements: examples/elements.o $(LIBRARY) 159 examples/outline.o: examples/outline.c 160 examples/outline: examples/outline.o $(LIBRARY)
|
/external/dropbear/debian/ |
D | implicit | 12 $*.deb-docs-docs $*.deb-docs-examples $*.deb-DEBIAN \ 59 %.deb-docs-examples: 60 @rm -rf debian/$*/usr/share/doc/$*/examples 61 : debian/$*/usr/share/doc/$*/examples/ 62 @test ! -r debian/$*.examples || \ 63 install -d -m0755 debian/$*/usr/share/doc/$*/examples 64 @for i in `cat debian/$*.examples 2>/dev/null || :`; do \ 65 sh -cx "install -m0644 $$i debian/$*/usr/share/doc/$*/examples/" \ 68 %.deb-docs: %.deb-checkdir %.deb-docs-base %.deb-docs-docs %.deb-docs-examples
|
/external/libvpx/ |
D | examples.mk | 141 $(foreach ex,$(ALL_EXAMPLES),$(eval $(ex:.c=).SRCS += $(ex) examples.mk)) 178 %.c: examples/%.txt 180 @$(SRC_PATH_BARE)/examples/gen_example_code.sh $< > $@ 230 %.dox: examples/%.txt 232 @$(SRC_PATH_BARE)/examples/gen_example_text.sh $< | \ 233 $(SRC_PATH_BARE)/examples/gen_example_doxy.php \ 242 samples.dox: examples.mk 262 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) 263 DOCS-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) 264 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox)
|
D | docs.mk | 31 @$(SRC_PATH_BARE)/examples/gen_example_doxy.php \ 37 doxyfile: $(if $(findstring examples, $(ALL_TARGETS)),examples.doxy)
|
/external/expat/bcb5/ |
D | outline.mak | 17 OBJFILES = Release\obj\examples\outline.obj 32 PATHCPP = .;..\examples 40 INCLUDEPATH = ..\examples;$(BCB)\include 41 LIBPATH = ..\examples;$(BCB)\lib;$(RELEASELIBPATH) 46 PFLAGS = -N2Release\obj\examples -N0Release\obj\examples -$Y- -$L- -$D- 49 LFLAGS = -IRelease\obj\examples -D"" -ap -Tpe -x -Gn -q
|
D | elements.mak | 17 OBJFILES = Release\obj\examples\elements.obj 32 PATHCPP = .;..\examples 40 INCLUDEPATH = ..\examples;$(BCB)\include 41 LIBPATH = ..\examples;$(BCB)\lib;$(RELEASELIBPATH) 46 PFLAGS = -N2Release\obj\examples -N0Release\obj\examples -$Y- -$L- -$D- 49 LFLAGS = -IRelease\obj\examples -D"" -ap -Tpe -x -Gn -q -L..\LIB\RELEASE_STATIC
|
/external/protobuf/ |
D | Makefile.am | 61 examples/README.txt \ 62 examples/Makefile \ 63 examples/addressbook.proto \ 64 examples/add_person.cc \ 65 examples/list_people.cc \ 66 examples/AddPerson.java \ 67 examples/ListPeople.java \ 68 examples/add_person.py \ 69 examples/list_people.py \
|
/external/protobuf/examples/ |
D | README.txt | 6 address book. The examples use the exact same format in all three languages, 12 To build all the examples (on a unix-like system), simply run "make". This 18 If you only want to compile examples in one language, use "make cpp"*, 24 These examples are part of the Protocol Buffers tutorial, located at:
|
/external/chromium-trace/trace-viewer/examples/ |
D | run_stream_server.sh | 8 HANDLERSPATH=examples/stream_server/handlers 9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
|
12345678910>>...14