Searched refs:examples (Results 1 – 25 of 2053) sorted by relevance
12345678910>>...83
/external/skia/tools/fiddle/ |
D | disabled_examples.txt | 1 docs/examples/Alpha_Type_Opaque.cpp 2 docs/examples/Alpha_Type_Premul.cpp 3 docs/examples/Alpha_Type_Unpremul.cpp 4 docs/examples/Arc.cpp 5 docs/examples/Canvas_129.cpp 6 docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp 7 docs/examples/Canvas_drawAnnotation_2.cpp 8 docs/examples/Canvas_drawPatch_2_a.cpp 9 docs/examples/Canvas_drawPosText.cpp 10 docs/examples/Canvas_drawPosTextH.cpp [all …]
|
/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/tensorflow/tensorflow/lite/micro/examples/micro_speech/ |
D | Makefile.inc | 30 tensorflow/lite/micro/examples/micro_speech/micro_speech_test.cc \ 31 tensorflow/lite/micro/examples/micro_speech/micro_features/tiny_conv_micro_features_model_data.cc \ 32 tensorflow/lite/micro/examples/micro_speech/micro_features/no_micro_features_data.cc \ 33 tensorflow/lite/micro/examples/micro_speech/micro_features/yes_micro_features_data.cc 36 tensorflow/lite/micro/examples/micro_speech/micro_features/tiny_conv_micro_features_model_data.h \ 37 tensorflow/lite/micro/examples/micro_speech/micro_features/no_micro_features_data.h \ 38 tensorflow/lite/micro/examples/micro_speech/micro_features/yes_micro_features_data.h \ 41 tensorflow/lite/micro/examples/micro_speech/simple_features/simple_features_generator.cc \ 42 tensorflow/lite/micro/examples/micro_speech/simple_features/simple_features_generator_test.cc \ 43 tensorflow/lite/micro/examples/micro_speech/no_30ms_sample_data.cc \ [all …]
|
/external/catch2/docs/ |
D | list-of-examples.md | 2 # List of examples 6 - Catch main: [Catch-provided main](../examples/000-CatchMain.cpp) 7 - Test Case: [Single-file](../examples/010-TestCase.cpp) 8 - Test Case: [Multiple-file 1](../examples/020-TestCase-1.cpp), [2](../examples/020-TestCase-2.cpp) 9 - Assertion: [REQUIRE, CHECK](../examples/030-Asn-Require-Check.cpp) 10 - Fixture: [Sections](../examples/100-Fix-Section.cpp) 11 - Fixture: [Class-based fixtures](../examples/110-Fix-ClassFixture.cpp) 12 - BDD: [SCENARIO, GIVEN, WHEN, THEN](../examples/120-Bdd-ScenarioGivenWhenThen.cpp) 13 - Report: [Catch-provided main](../examples/200-Rpt-CatchMain.cpp) 14 - Report: [TeamCity reporter](../examples/207-Rpt-TeamCityReporter.cpp) [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | Makefile.inc | 15 tensorflow/lite/micro/examples/magic_wand/accelerometer_handler.cc \ 16 tensorflow/lite/micro/examples/magic_wand/accelerometer_handler_test.cc 19 tensorflow/lite/micro/examples/magic_wand/accelerometer_handler.h 22 tensorflow/lite/micro/examples/magic_wand/output_handler.cc \ 23 tensorflow/lite/micro/examples/magic_wand/output_handler_test.cc 26 tensorflow/lite/micro/examples/magic_wand/output_handler.h 29 tensorflow/lite/micro/examples/magic_wand/constants.cc \ 30 tensorflow/lite/micro/examples/magic_wand/gesture_predictor.cc \ 31 tensorflow/lite/micro/examples/magic_wand/gesture_predictor_test.cc 34 tensorflow/lite/micro/examples/magic_wand/constants.h \ [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/ |
D | Makefile.inc | 4 tensorflow/lite/micro/examples/person_detection/model_settings.cc \ 8 tensorflow/lite/micro/examples/person_detection/model_settings.h \ 9 tensorflow/lite/micro/examples/person_detection/person_detect_model_data.h 12 tensorflow/lite/micro/examples/person_detection/person_detection_test.cc \ 18 tensorflow/lite/micro/examples/person_detection/no_person_image_data.h \ 19 tensorflow/lite/micro/examples/person_detection/person_image_data.h \ 23 tensorflow/lite/micro/examples/person_detection/image_provider.cc \ 24 tensorflow/lite/micro/examples/person_detection/image_provider_test.cc \ 25 tensorflow/lite/micro/examples/person_detection/model_settings.cc 28 tensorflow/lite/micro/examples/person_detection/image_provider.h \ [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection_experimental/ |
D | Makefile.inc | 4 tensorflow/lite/micro/examples/person_detection_experimental/model_settings.cc \ 8 tensorflow/lite/micro/examples/person_detection_experimental/model_settings.h \ 9 tensorflow/lite/micro/examples/person_detection_experimental/person_detect_model_data.h 12 tensorflow/lite/micro/examples/person_detection_experimental/person_detection_test.cc \ 18 tensorflow/lite/micro/examples/person_detection_experimental/no_person_image_data.h \ 19 tensorflow/lite/micro/examples/person_detection_experimental/person_image_data.h \ 23 tensorflow/lite/micro/examples/person_detection_experimental/image_provider.cc \ 24 tensorflow/lite/micro/examples/person_detection_experimental/image_provider_test.cc \ 25 tensorflow/lite/micro/examples/person_detection_experimental/model_settings.cc 28 tensorflow/lite/micro/examples/person_detection_experimental/image_provider.h \ [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | Makefile.inc | 2 tensorflow/lite/micro/examples/hello_world/hello_world_test.cc \ 3 tensorflow/lite/micro/examples/hello_world/sine_model_data.cc 6 tensorflow/lite/micro/examples/hello_world/sine_model_data.h 9 tensorflow/lite/micro/examples/hello_world/output_handler_test.cc \ 10 tensorflow/lite/micro/examples/hello_world/output_handler.cc 13 tensorflow/lite/micro/examples/hello_world/output_handler.h \ 14 tensorflow/lite/micro/examples/hello_world/constants.h 17 tensorflow/lite/micro/examples/hello_world/main.cc \ 18 tensorflow/lite/micro/examples/hello_world/main_functions.cc \ 19 tensorflow/lite/micro/examples/hello_world/sine_model_data.cc \ [all …]
|
/external/grpc-grpc-java/examples/ |
D | BUILD.bazel | 54 name = "examples", 86 main_class = "io.grpc.examples.helloworld.HelloWorldClient", 88 ":examples", 95 main_class = "io.grpc.examples.helloworld.HelloWorldServer", 97 ":examples", 104 main_class = "io.grpc.examples.alts.HelloWorldAltsClient", 106 ":examples", 115 main_class = "io.grpc.examples.alts.HelloWorldAltsServer", 117 ":examples", 126 main_class = "io.grpc.examples.routeguide.RouteGuideClient", [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 | 30 doc/examples/.deps 31 doc/examples/Makefile 32 doc/examples/Makefile.in 33 doc/examples/io1 34 doc/examples/io2 35 doc/examples/parse1 36 doc/examples/parse2 37 doc/examples/parse3 38 doc/examples/parse4 39 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 …]
|
/external/antlr/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/tensorflow/tensorflow/lite/examples/android/app/ |
D | README.md | 4 [TensorFlow examples repo](https://github.com/tensorflow/examples), and split 5 into several distinct examples: 7 * [Image Classification](https://github.com/tensorflow/examples/tree/master/lite/examples/image_c… 8 * [Object Detection](https://github.com/tensorflow/examples/tree/master/lite/examples/object_dete… 9 * [Speech Commands](https://github.com/tensorflow/examples/tree/master/lite/examples/speech_comma…
|
/external/grpc-grpc/third_party/nanopb/ |
D | .gitignore | 20 examples/simple/simple 21 examples/network_server/client 22 examples/network_server/server 23 examples/using_double_on_avr/decode_double 24 examples/using_double_on_avr/encode_double 25 examples/using_double_on_avr/test_conversions 26 examples/using_union_messages/decode 27 examples/using_union_messages/encode
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 4 …ce file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/Simpl… 34 …leName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:7:6: … 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:7:8: … 111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:8:6: … 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:8:8: … 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:9:6: … 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:9:8: … 179 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:10:7:… [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.m | 4 …e file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreePa… 34 …leName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 113 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 147 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 148 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 182 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/ |
D | Makefile.inc | 3 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0.c \ 4 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_debug.c \ 5 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_optimized.c 8 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0.h \ 9 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_debug.h \ 10 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_optimized.h \ 11 …tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_RAW8_QVGA_8bits_l… 12 tensorflow/lite/micro/examples/person_detection_experimental/himax_driver/HM01B0_Walking1s_01.h
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/himax_driver/ |
D | Makefile.inc | 3 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0.c \ 4 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_debug.c \ 5 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_optimized.c 8 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0.h \ 9 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_debug.h \ 10 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_optimized.h \ 11 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_RAW8_QVGA_8bits_lsb_5fps.h \ 12 tensorflow/lite/micro/examples/person_detection/himax_driver/HM01B0_Walking1s_01.h
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 4 …e file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTabl… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/Symbol… 34 …leName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTabl… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 179 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:10… [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 4 …source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g… 34 …FileName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g"]; 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:2: ( 'i… 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:4: 'imp… 167 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:29: ( W… 176 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:29: WS … 220 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:2: ( '… 221 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:4: 're… 243 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:38: . … [all …]
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | fix_arduino_subfolders_test.sh | 24 EXAMPLES_SUBDIR_CPP=${LIBRARY_DIR}/examples/something/foo/fish.cpp 28 EXAMPLES_SUBDIR_HEADER=${LIBRARY_DIR}/examples/something/foo/fish.h 36 mkdir -p ${LIBRARY_DIR}/examples/person_detection 38 EXAMPLE_INO_FILE=${LIBRARY_DIR}/examples/something/main.ino 45 EXPECTED_EXAMPLES_SUBDIR_CPP=${LIBRARY_DIR}/examples/something/foo_fish.cpp 51 EXPECTED_EXAMPLES_SUBDIR_HEADER=${LIBRARY_DIR}/examples/something/foo_fish.h 57 EXPECTED_PERSON_DATA_FILE=${LIBRARY_DIR}/examples/person_detection/person_detect_model_data.cpp 68 EXPECTED_EXAMPLE_INO_FILE=${LIBRARY_DIR}/examples/something/something.ino
|
/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/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 …]
|
12345678910>>...83