/external/chromium_org/third_party/libjingle/source/talk/ |
D | libjingle_examples.gyp | 54 'examples/relayserver/relayserver_main.cc', 65 'examples/stunserver/stunserver_main.cc', 76 'examples/turnserver/turnserver_main.cc', 86 'examples/login/login_main.cc', 93 'examples/peerconnection/server/data_socket.cc', 94 'examples/peerconnection/server/data_socket.h', 95 'examples/peerconnection/server/main.cc', 96 'examples/peerconnection/server/peer_channel.cc', 97 'examples/peerconnection/server/peer_channel.h', 98 'examples/peerconnection/server/utils.cc', [all …]
|
/external/chromium_org/ui/views/examples/ |
D | examples_window.cc | 45 namespace examples { namespace 53 ScopedExamples examples(new ScopedVector<ExampleBase>); in CreateExamples() local 54 examples->push_back(new BubbleExample); in CreateExamples() 55 examples->push_back(new ButtonExample); in CreateExamples() 56 examples->push_back(new CheckboxExample); in CreateExamples() 57 examples->push_back(new ComboboxExample); in CreateExamples() 58 examples->push_back(new DoubleSplitViewExample); in CreateExamples() 59 examples->push_back(new LabelExample); in CreateExamples() 60 examples->push_back(new LinkExample); in CreateExamples() 61 examples->push_back(new MenuExample); in CreateExamples() [all …]
|
/external/chromium_org/mojo/examples/ |
D | BUILD.gn | 7 group("examples") { 11 "//mojo/examples/apptest", 12 "//mojo/examples/compositor_app", 13 "//mojo/examples/content_handler_demo", 14 "//mojo/examples/echo", 15 "//mojo/examples/pepper_container_app", 16 "//mojo/examples/png_viewer", 17 "//mojo/examples/sample_app", 18 "//mojo/examples/surfaces_app", 19 "//mojo/examples/wget", [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/chromium_org/mojo/ |
D | mojo_examples.gypi | 8 # GN version: //mojo/examples/echo:client 19 'examples/echo/echo_client.cc', 30 # GN version: //mojo/examples/echo:bindings 34 'examples/echo/echo_service.mojom', 45 # GN version: //mojo/examples/echo:service 56 'examples/echo/echo_service.cc', 67 # GN version: //mojo/examples/sample_app 83 'examples/sample_app/gles2_client_impl.cc', 84 'examples/sample_app/gles2_client_impl.h', 85 'examples/sample_app/sample_app.cc', [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | .gitignore | 27 /examples/*.dox 28 /examples/decode_to_md5 29 /examples/decode_with_drops 30 /examples/decode_with_partial_drops 31 /examples/example_xma 32 /examples/postproc 33 /examples/set_maps 34 /examples/simple_decoder 35 /examples/simple_encoder 36 /examples/twopass_encoder [all …]
|
/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/chromium_org/ppapi/ |
D | ppapi_tests.gypi | 242 'examples/mouse_cursor/mouse_cursor.cc', 252 'examples/mouse_lock/mouse_lock.cc', 263 'examples/gamepad/gamepad.cc', 276 'examples/stub/stub.c', 286 'examples/stub/stub.cc', 296 'examples/crxfs/crxfs.cc', 306 'examples/audio/audio.cc', 316 'examples/audio_input/audio_input.cc', 326 'examples/file_chooser/file_chooser.cc', 336 'examples/2d/graphics_2d_example.c', [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/ |
D | JSArticle.js | 23 this.examples = []; property in WebInspector.JSArticle 105 …var examples = wikiDocument["Examples_Section"] && wikiDocument["Examples_Section"]["Examples"] ? … 106 if (!Array.isArray(examples) && typeof examples !== "undefined") 107 examples = [examples]; 109 for (var i = 0; i < examples.length; ++i) { 110 if (!examples[i].values) 112 var language = examples[i].values["Language"]; 113 var code = examples[i].values["Code"]; 114 var liveUrl = examples[i].values["LiveURL"]; 115 var description = examples[i].values["Description"]; [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/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/chromium_org/native_client_sdk/src/build_tools/ |
D | sdk_files.list | 3 examples/api/audio/* 4 examples/api/core/* 5 examples/api/file_io/* 6 examples/api/gamepad/* 7 examples/api/graphics_2d/* 8 examples/api/graphics_3d/* 9 examples/api/input_event/* 10 [win]examples/api/make.bat 11 examples/api/Makefile 12 examples/api/media_stream_audio/* [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | Makefile.inc | 82 EXTRA_DIST += tools/re2c/examples/basemmap.c 83 EXTRA_DIST += tools/re2c/examples/c.re 84 EXTRA_DIST += tools/re2c/examples/cmmap.re 85 EXTRA_DIST += tools/re2c/examples/cnokw.re 86 EXTRA_DIST += tools/re2c/examples/cunroll.re 87 EXTRA_DIST += tools/re2c/examples/modula.re 88 EXTRA_DIST += tools/re2c/examples/repeater.re 89 EXTRA_DIST += tools/re2c/examples/sample.re 90 EXTRA_DIST += tools/re2c/examples/simple.re 91 EXTRA_DIST += tools/re2c/examples/rexx/README [all …]
|
/external/vixl/ |
D | SConstruct | 45 PROJ_EXAMPLES_DIR = 'examples' 47 examples/debugger.cc 48 examples/add3-double.cc 49 examples/add4-double.cc 50 examples/factorial-rec.cc 51 examples/factorial.cc 52 examples/sum-array.cc 53 examples/abs.cc 54 examples/swap4.cc 55 examples/swap-int32.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 …]
|
/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/eigen/ |
D | CMakeLists.txt | 169 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) 172 message(STATUS "Enabling SSE2 in tests/examples") 175 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF) 178 message(STATUS "Enabling SSE3 in tests/examples") 181 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF) 184 message(STATUS "Enabling SSSE3 in tests/examples") 187 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF) 190 message(STATUS "Enabling SSE4.1 in tests/examples") 193 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF) 196 message(STATUS "Enabling SSE4.2 in tests/examples") [all …]
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
D | examples.rst | 1 .. _sdk-examples-2: 3 .. TODO: After default toolchain is changed to pnacl, recreate the make examples. 11 on this page to build and run the examples. 39 .. _build-the-sdk-examples: 41 Build the SDK examples 44 The Makefile scripts for the SDK examples can build multiple versions of the 45 examples using any of the three SDK toolchains (newlib, glibc, and PNaCl) and in 46 both release and debug configurations. Note that some examples, ``dlopen`` for 55 $ cd pepper_35/examples/api/core 72 the ``pepper_35/examples/api/core/Release`` directory. Create debug versions by [all …]
|
/external/libvpx/libvpx/ |
D | docs.mk | 28 @$(SRC_PATH_BARE)/examples/gen_example_doxy.php \ 33 EXAMPLE_PATH += $(SRC_PATH_BARE)/examples 35 doxyfile: $(if $(findstring examples, $(ALL_TARGETS)),examples.doxy)
|