Searched full:examples (Results 1 – 25 of 7563) sorted by relevance
12345678910>>...303
5 #include "docs/examples/50_percent_gray.cpp"6 #include "docs/examples/50_percent_srgb.cpp"7 #include "docs/examples/Alpha_Constants_a.cpp"8 #include "docs/examples/Alpha_Constants_b.cpp"9 #include "docs/examples/Alpha_Type_Opaque.cpp"10 #include "docs/examples/Alpha_Type_Premul.cpp"11 #include "docs/examples/Alpha_Type_Unpremul.cpp"12 #include "docs/examples/Anti_Alias.cpp"13 #include "docs/examples/Arc.cpp"14 #include "docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"[all …]
5 programs, and includes several useful tools and examples. It makes use of43 See the source: [bitehist.py](examples/tracing/bitehist.py). What this traces,66 #### Examples:68 - examples/tracing/[bitehist.py](examples/tracing/bitehist.py): Block I/O size histogram. [Examples…69 - examples/tracing/[disksnoop.py](examples/tracing/disksnoop.py): Trace block device I/O latency. […70 - examples/[hello_world.py](examples/hello_world.py): Prints "Hello, World!" for new processes.71 - examples/tracing/[mysqld_query.py](examples/tracing/mysqld_query.py): Trace MySQL server queries …72 …examples/tracing/[nodejs_http_server.py](examples/tracing/nodejs_http_server.py): Trace Node.js HT…73 - examples/tracing/[stacksnoop](examples/tracing/stacksnoop.py): Trace a kernel function and print …74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…[all …]
4 # and 'dwebp' tools in the examples/ directory, along with the static9 # To build the library and examples, use:127 examples/anim_util.o \260 examples/example_util.o \263 examples/gifdec.o \356 OUT_LIBS = examples/libexample_util.a364 OUT_EXAMPLES = examples/cwebp examples/dwebp365 EXTRA_EXAMPLES = examples/gif2webp examples/vwebp examples/webpmux \366 examples/anim_diff examples/anim_dump \367 examples/img2webp examples/webpinfo[all …]
2 # List of examples6 - 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 …]
465 $ if f$search("[.docs.examples]''target'.o") .eqs. ""467 $ write sys$output "examples not built"470 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""473 $ link'ldebug'/exe=[.docs.examples]'target'.exe-474 /dsf=[.docs.examples]'target'.dsf -475 [.docs.examples]'target'.o,-483 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""486 $ link'ldebug'/exe=[.docs.examples]'target'.exe-487 /dsf=[.docs.examples]'target'.dsf -488 [.docs.examples]'target'.o,-[all …]
24 "examples/**/*",47 "-Zrustdoc-scrape-examples",136 path = "examples/multicall-busybox.rs"140 path = "examples/multicall-hostname.rs"144 path = "examples/repl.rs"149 path = "examples/tutorial_builder/01_quick.rs"154 path = "examples/tutorial_builder/02_apps.rs"158 path = "examples/tutorial_builder/02_crate.rs"163 path = "examples/tutorial_builder/02_app_settings.rs"168 path = "examples/tutorial_builder/03_01_flag_bool.rs"[all …]
22 "examples/**/*"46 cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]116 …d = { version = "0.14.9", default-features = false, features = ["color-auto", "diff", "examples"] }157 path = "examples/multicall-busybox.rs"161 path = "examples/multicall-hostname.rs"165 path = "examples/repl.rs"170 path = "examples/tutorial_builder/01_quick.rs"175 path = "examples/tutorial_builder/02_apps.rs"179 path = "examples/tutorial_builder/02_crate.rs"184 path = "examples/tutorial_builder/02_app_settings.rs"[all …]
44 debian/sg3-utils.examples \48 examples/Makefile.freebsd \49 examples/README \50 examples/reassign_addr.txt \51 examples/scsi_inquiry.c \52 examples/sdiag_sas_p0_cjtpat.txt \53 examples/sdiag_sas_p0_prbs9.txt \54 examples/sdiag_sas_p1_cjtpat.txt \55 examples/sdiag_sas_p1_idle.txt \56 examples/sdiag_sas_p1_prbs15.txt \[all …]
24 "examples/**/*",47 "-Zrustdoc-scrape-examples=examples",132 path = "examples/multicall-busybox.rs"136 path = "examples/multicall-hostname.rs"140 path = "examples/repl.rs"144 path = "examples/tutorial_builder/01_quick.rs"149 path = "examples/tutorial_builder/02_apps.rs"153 path = "examples/tutorial_builder/02_crate.rs"158 path = "examples/tutorial_builder/02_app_settings.rs"163 path = "examples/tutorial_builder/03_01_flag_bool.rs"[all …]
10 rm -rf examples/usdt_sample/build_gcc11 mkdir -p examples/usdt_sample/build_gcc && pushd examples/usdt_sample/build_gcc20 python3 tools/tplist.py -l examples/usdt_sample/build_gcc/usdt_sample_lib1/libusdt_sample_lib1.so21 readelf -n examples/usdt_sample/build_gcc/usdt_sample_lib1/libusdt_sample_lib1.so23 examples/usdt_sample/build_gcc/usdt_sample_app1/usdt_sample_app1 "usdt" 1 30 10 1 50 &27 sudo python3 tools/argdist.py -p ${pid} -i 5 -C "u:$(pwd)/examples/usdt_sample/build_gcc/usdt_sampl…31 sudo python3 tools/argdist.py -p ${pid} -i 5 -C "u:$(pwd)/examples/usdt_sample/build_gcc/usdt_sampl…34 sudo python3 examples/usdt_sample/scripts/latency.py -p=${pid} -f="usdt_20" &37 sudo python3 examples/usdt_sample/scripts/latency.py -p=${pid} -f="usdt_20" -s &40 sudo python3 examples/usdt_sample/scripts/lat_dist.py -p=${pid} -i=5 -f="usdt_20" &[all …]
... /test.cfg libconfig-1.7.1/examples/ libconfig-1.7.1/examples/Makefile ...
30 /examples/*.dox31 /examples/decode_to_md532 /examples/decode_with_drops33 /examples/decode_with_partial_drops34 /examples/example_xma35 /examples/postproc36 /examples/resize_util37 /examples/set_maps38 /examples/simple_decoder39 /examples/simple_encoder[all …]
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 …]
34 doc/examples/.deps35 doc/examples/Makefile36 doc/examples/Makefile.in37 doc/examples/io138 doc/examples/io239 doc/examples/parse140 doc/examples/parse241 doc/examples/parse342 doc/examples/parse443 doc/examples/reader1[all …]
17 examples = json.load(examples_file)18 return examples29 test = self.examples.get(section, {})41 examples = load_examples('spec-examples') variable in TestSpecExamples45 self._test('Level 1 Examples')49 self._test('Level 2 Examples')53 self._test('Level 3 Examples')57 self._test('Level 4 Examples')61 examples = load_examples('spec-examples-by-section') variable in TestSpecExamplesByRFCSection101 examples = load_examples('extended-tests') variable in TestExtendedTests[all …]
114 path: https://github.com/tensorflow/examples/tree/master/lite/examples/smart_reply/android143 path: https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/ios151 … path: https://github.com/tensorflow/examples/tree/master/lite/examples/text_classification/android154 …path: https://github.com/tensorflow/examples/tree/master/lite/examples/classification_by_retrieval…159 path: https://github.com/tensorflow/examples/tree/master/lite/examples/speech_commands/ios162 … path: https://github.com/tensorflow/examples/tree/master/lite/examples/sound_classification/ios178 …path: https://github.com/tensorflow/examples/blob/master/lite/examples/object_detection/raspberry_…181 …path: https://github.com/tensorflow/examples/blob/master/lite/examples/image_classification/raspbe…184 …path: https://github.com/tensorflow/examples/blob/master/lite/examples/video_classification/raspbe…189 …path: https://github.com/tensorflow/examples/tree/master/lite/examples/sound_classification/raspbe…[all …]
29 //! - The [cookbook][crate::_cookbook] for more application-focused examples36 #![doc = include_str!("../examples/tutorial_builder/01_quick.rs")]39 #![doc = include_str!("../examples/tutorial_builder/01_quick.md")]46 #![doc = include_str!("../examples/tutorial_builder/02_apps.rs")]49 #![doc = include_str!("../examples/tutorial_builder/02_apps.md")]55 #![doc = include_str!("../examples/tutorial_builder/02_crate.rs")]57 #![doc = include_str!("../examples/tutorial_builder/02_crate.md")]63 #![doc = include_str!("../examples/tutorial_builder/02_app_settings.rs")]65 #![doc = include_str!("../examples/tutorial_builder/02_app_settings.md")]74 #![doc = include_str!("../examples/tutorial_builder/03_03_positional.rs")][all …]
1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre…45 …GrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser… in getGrammarFileName()52 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' ) in mT__21()53 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';' in mT__21()72 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' ) in mT__22()73 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '(' in mT__22()92 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' ) in mT__23()93 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ',' in mT__23()112 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:10:7: ( ')' ) in mT__24()113 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:10:9: ')' in mT__24()[all …]
4 # The samples are pulled out of the examples used in the man pages10 EXAMPLES := macro11 EXAMPLES += dynevents12 EXAMPLES += kprobes13 EXAMPLES += eprobes14 EXAMPLES += uprobes15 EXAMPLES += synth16 EXAMPLES += error17 EXAMPLES += filter18 EXAMPLES += function-filter[all …]
29 //! - The [cookbook][crate::_cookbook] for more application-focused examples37 #![doc = include_str!("../../examples/tutorial_derive/01_quick.rs")]40 #![doc = include_str!("../../examples/tutorial_derive/01_quick.md")]47 #![doc = include_str!("../../examples/tutorial_derive/02_apps.rs")]50 #![doc = include_str!("../../examples/tutorial_derive/02_apps.md")]55 #![doc = include_str!("../../examples/tutorial_derive/02_crate.rs")]57 #![doc = include_str!("../../examples/tutorial_derive/02_crate.md")]62 #![doc = include_str!("../../examples/tutorial_derive/02_app_settings.rs")]64 #![doc = include_str!("../../examples/tutorial_derive/02_app_settings.md")]73 #![doc = include_str!("../../examples/tutorial_derive/03_03_positional.rs")][all …]
205 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF)208 message(STATUS "Enabling SSE2 in tests/examples")211 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF)214 message(STATUS "Enabling SSE3 in tests/examples")217 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF)220 message(STATUS "Enabling SSSE3 in tests/examples")223 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF)226 message(STATUS "Enabling SSE4.1 in tests/examples")229 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF)232 message(STATUS "Enabling SSE4.2 in tests/examples")[all …]