Searched refs:examples (Results 1 – 25 of 748) sorted by relevance
12345678910>>...30
/external/webrtc/webrtc/ |
D | webrtc_examples.gyp | 21 'examples/relayserver/relayserver_main.cc', 32 'examples/stunserver/stunserver_main.cc', 43 'examples/turnserver/turnserver_main.cc', 50 'examples/peerconnection/server/data_socket.cc', 51 'examples/peerconnection/server/data_socket.h', 52 'examples/peerconnection/server/main.cc', 53 'examples/peerconnection/server/peer_channel.cc', 54 'examples/peerconnection/server/peer_channel.h', 55 'examples/peerconnection/server/utils.cc', 56 'examples/peerconnection/server/utils.h', [all …]
|
/external/bison/djgpp/ |
D | fnchange.lst | 7 @V@/examples/calc++/ @V@/examples/calcxx/ 8 @V@/examples/calc++/Makefile.am @V@/examples/calcxx/Makefile.am 9 @V@/examples/calc++/Makefile.in @V@/examples/calcxx/Makefile.in 10 @V@/examples/calc++/calc++-scanner.cc @V@/examples/calcxx/calcxx-scanner.cc 11 @V@/examples/calc++/calc++-scanner.ll @V@/examples/calcxx/calcxx-scanner.ll 12 @V@/examples/calc++/calc++.cc @V@/examples/calcxx/calcxx.cc 13 @V@/examples/calc++/calc++-driver.hh @V@/examples/calcxx/calcxx-driver.hh 14 @V@/examples/calc++/calc++-driver.cc @V@/examples/calcxx/calcxx-driver.cc 15 @V@/examples/calc++/stack.hh @V@/examples/calcxx/stack.hh 16 @V@/examples/calc++/position.hh @V@/examples/calcxx/position.hh [all …]
|
D | config.bat | 304 test -d %XSRC%/examples/calc++ 305 if not errorlevel 1 mv -f %XSRC%/examples/calc++ %XSRC%/examples/calcxx 306 test -d %XSRC%/examples/calcxx 307 if errorlevel 1 mv -f %XSRC%/examples/calcpp %XSRC%/examples/calcxx 308 test -f %XSRC%/examples/calcxx/calc++-scanner.cc 309 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.cc %XSRC%/examples/calcxx/calcxx-sc… 310 test -f %XSRC%/examples/calcxx/calcxx-scanner.cc 311 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-scanner.cc %XSRC%/examples/calcxx/calcxx-scanne… 312 test -f %XSRC%/examples/calcxx/calc++-scanner.ll 313 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.ll %XSRC%/examples/calcxx/calcxx-sc… [all …]
|
/external/curl/packages/vms/ |
D | gnv_link_curl.com | 474 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 475 /dsf=[.docs.examples]'target'.dsf - 476 [.docs.examples]'target'.o,- 487 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 488 /dsf=[.docs.examples]'target'.dsf - 489 [.docs.examples]'target'.o,- 500 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 501 /dsf=[.docs.examples]'target'.dsf - 502 [.docs.examples]'target'.o,- 513 $ link'ldebug'/exe=[.docs.examples]'target'.exe- [all …]
|
/external/libusb/msvc/ |
D | ddk_build.cmd | 67 if exist %dstPath%\examples goto md6 68 md %dstPath%\examples 80 if exist examples\listdevs_ddkbuild goto md7 81 md examples\listdevs_ddkbuild 84 cd examples\listdevs_ddkbuild 92 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir% 95 copy %srcPath%\listdevs.exe %dstPath%\examples 96 copy %srcPath%\listdevs.pdb %dstPath%\examples 100 if exist examples\xusb_ddkbuild goto md8 101 md examples\xusb_ddkbuild [all …]
|
/external/libxml2/ |
D | .gitignore | 29 doc/examples/.deps 30 doc/examples/Makefile 31 doc/examples/Makefile.in 32 doc/examples/io1 33 doc/examples/io2 34 doc/examples/parse1 35 doc/examples/parse2 36 doc/examples/parse3 37 doc/examples/parse4 38 doc/examples/reader1 [all …]
|
/external/libusb/.private/ |
D | bd.cmd | 13 for %%A in (source bin32 bin64) do mkdir E:\dailies\%DATE%\examples\%%A 14 copy examples\listdevs.c E:\dailies\%DATE%\examples\source 15 copy examples\xusb.c E:\dailies\%DATE%\examples\source 16 copy examples\ezusb.? E:\dailies\%DATE%\examples\source 17 copy examples\fxload.c E:\dailies\%DATE%\examples\source 18 copy msvc\stdint.h E:\dailies\%DATE%\examples\source 39 copy Win32\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin32 40 copy Win32\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin32 41 copy Win32\Release\examples\fxload.exe E:\dailies\%DATE%\examples\bin32 65 copy x64\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin64 [all …]
|
D | bwince.cmd | 30 for %%A in (%WINCE_TARGET_ARCHES%) do mkdir %WINCE_TARGET_DIR%\examples\%%A 31 mkdir %WINCE_TARGET_DIR%\examples\source 32 copy examples\listdevs.c %WINCE_TARGET_DIR%\examples\source 33 copy examples\xusb.c %WINCE_TARGET_DIR%\examples\source 34 copy msvc\stdint.h %WINCE_TARGET_DIR%\examples\source 45 copy %%A\%MSBUILD_CONFIGURATION%\examples\listdevs.exe %WINCE_TARGET_DIR%\examples\%%A 46 copy %%A\%MSBUILD_CONFIGURATION%\examples\xusb.exe %WINCE_TARGET_DIR%\examples\%%A
|
/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 …]
|
/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/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/webrtc/ |
D | .gitignore | 66 /talk/examples/android/bin 67 /talk/examples/android/gen 68 /talk/examples/android/libs 69 /talk/examples/android/local.properties 70 /talk/examples/android/obj 71 /talk/examples/android/proguard-project.txt 72 /talk/examples/androidtests/bin 73 /talk/examples/androidtests/gen 160 /webrtc/examples/android/opensl_loopback/bin 161 /webrtc/examples/android/opensl_loopback/gen [all …]
|
/external/libusb/android/jni/ |
D | examples.mk | 28 $(LIBUSB_ROOT_REL)/examples/listdevs.c 44 $(LIBUSB_ROOT_REL)/examples/xusb.c 60 $(LIBUSB_ROOT_REL)/examples/hotplugtest.c 76 $(LIBUSB_ROOT_REL)/examples/fxload.c \ 77 $(LIBUSB_ROOT_REL)/examples/ezusb.c 93 $(LIBUSB_ROOT_REL)/examples/sam3u_benchmark.c 109 $(LIBUSB_ROOT_REL)/examples/dpfp.c 125 $(LIBUSB_ROOT_REL)/examples/dpfp_threaded.c
|
/external/libusb/ |
D | .gitignore | 27 examples/listdevs 28 examples/xusb 29 examples/dpfp 30 examples/dpfp_threaded 31 examples/fxload 32 examples/hotplugtest 33 examples/sam3u_benchmark
|
/external/eigen/ |
D | CMakeLists.txt | 191 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) 194 message(STATUS "Enabling SSE2 in tests/examples") 197 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF) 200 message(STATUS "Enabling SSE3 in tests/examples") 203 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF) 206 message(STATUS "Enabling SSSE3 in tests/examples") 209 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF) 212 message(STATUS "Enabling SSE4.1 in tests/examples") 215 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF) 218 message(STATUS "Enabling SSE4.2 in tests/examples") [all …]
|
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/ |
D | ExpressionParser.java | 12 package org.jacoco.examples.parser; 21 import org.jacoco.examples.expressions.Add; 22 import org.jacoco.examples.expressions.Const; 23 import org.jacoco.examples.expressions.Div; 24 import org.jacoco.examples.expressions.IExpression; 25 import org.jacoco.examples.expressions.Mul; 26 import org.jacoco.examples.expressions.Sub;
|
/external/testng/ |
D | FILES | 4 examples/build.xml 5 examples/testng.properties 6 examples/testng.xml 7 examples/src/
|
/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 …]
|
/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/curl/packages/Win32/cygwin/ |
D | Makefile.am | 29 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples \ 42 cp $(top_srcdir)/docs/examples/* \ 43 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples 44 rm $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples/Makefile* 45 cp $(top_srcdir)/docs/examples/Makefile.example \ 46 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples
|
12345678910>>...30