| /external/bcc/snap/ |
| D | README.md | 8 sudo snap install snapcraft --classic 15 Install the snap by running (`--dangerous` is required as the snap is 18 sudo snap install --dangerous bcc_*.snap 23 sudo snap connect bcc:mount-observe 24 sudo snap connect bcc:system-observe 25 sudo snap connect bcc:system-trace
|
| D | snapcraft.yaml | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 24 mount-observe: null 25 system-observe: null 26 system-trace: null 29 adopt-info: bcc 32 - build-on: s390x 33 - build-on: ppc64el 34 - build-on: arm64 35 - build-on: armhf 36 - build-on: amd64 [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | cloudfunctions_v1.projects.locations.functions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/ltp/testcases/kernel/syscalls/fanotify/ |
| D | fanotify16.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 * - FAN_REPORT_DFID_NAME (dir fid + name) 14 * - FAN_REPORT_DIR_FID (dir fid) 15 * - FAN_REPORT_DIR_FID | FAN_REPORT_FID (dir fid + child fid) 16 * - FAN_REPORT_DFID_NAME | FAN_REPORT_FID (dir fid + name + child fid) 17 * - FAN_REPORT_DFID_NAME_TARGET (dir fid + name + created/deleted file fid) 28 #include <sys/mount.h> 90 /* Mount watch for events possible on children */ 91 INIT_FANOTIFY_MARK_TYPE(MOUNT), 111 /* Mount watch for events possible on children */ [all …]
|
| D | fanotify22.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 14 * - Generate a broken filesystem 15 * - Start FAN_FS_ERROR monitoring group 16 * - Make the file system notice the error through ordinary operations 17 * - Observe the event generated 27 #include <sys/mount.h> 58 SAFE_MOUNT(tst_device->dev, MOUNT_PATH, tst_device->fs_type, in trigger_fs_abort() 64 const char *const cmd[] = {"debugfs", "-w", dev, "-R", request, NULL}; in do_debugfs_request() 75 if (ret != -1 && errno != EUCLEAN) in trigger_bad_file_lookup() 86 if (ret != -1 && errno != EUCLEAN) in trigger_bad_link_lookup() [all …]
|
| /external/googleapis/google/cloud/functions/v1/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 50 "https://www.googleapis.com/auth/cloud-platform"; 126 // https://cloud.google.com/storage/docs/access-control/signed-urls. 136 // * No credentials should be attached - the signed URLs provide access to the 143 // * `content-type: application/zip` 144 // * `x-goog-content-length-range: 0,104857600` 161 // https://cloud.google.com/storage/docs/access-control/signed-urls 251 // Docker images will be stored in multi-regional Container Registry 256 // By default, GCF will create and use repositories named `gcf-artifacts` 274 // A user-defined name of the function. Function names must be unique [all …]
|
| /external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 50 "https://www.googleapis.com/auth/cloud-platform"; 126 // https://cloud.google.com/storage/docs/access-control/signed-urls. 136 // * No credentials should be attached - the signed URLs provide access to the 143 // * `content-type: application/zip` 144 // * `x-goog-content-length-range: 0,104857600` 161 // https://cloud.google.com/storage/docs/access-control/signed-urls 252 // Docker images are stored in multi-regional Container Registry 258 // `gcf-artifacts` in every region in which a function is deployed. But the 264 // A user-defined name of the function. Function names must be unique [all …]
|
| /external/trusty/arm-trusted-firmware/docs/components/ |
| D | arm-sip-service.rst | 6 SiP services are non-standard, platform-specific services offered by the silicon 11 - Follow `SMC Calling Convention`_; 12 - Use SMC function IDs that fall in the SiP range, which are ``0xc2000000`` - 13 ``0xc200ffff`` for 64-bit calls, and ``0x82000000`` - ``0x8200ffff`` for 32-bit 18 - Performance Measurement Framework (PMF) 19 - Execution State Switching service 20 - DebugFS interface 26 --------------------------------------- 29 allows callers to retrieve timestamps captured at various paths in TF-A 33 --------------------------------- [all …]
|
| /external/arm-trusted-firmware/docs/components/ |
| D | arm-sip-service.rst | 6 SiP services are non-standard, platform-specific services offered by the silicon 11 - Follow `SMC Calling Convention`_; 12 - Use SMC function IDs that fall in the SiP range, which are ``0xc2000000`` - 13 ``0xc200ffff`` for 64-bit calls, and ``0x82000000`` - ``0x8200ffff`` for 32-bit 18 - Performance Measurement Framework (PMF) 19 - Execution State Switching service 20 - DebugFS interface 26 --------------------------------------- 29 allows callers to retrieve timestamps captured at various paths in TF-A 33 --------------------------------- [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | cloudfunctions.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 15 "description": "Manages lightweight user-provided functions executed in response to events.", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 111 …"description": "Gets the latest state of a long-running operation. Clients can use this method to … 132 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.coding.md | 7 user callback found in test-server.c / test-server-http.c. 34 So it if highly recommended you put your protocol-specific code into the 36 use it dynamically-loaded. 47 - `lws_callback_on_writable(wsi)` for a specific `wsi`, or 49 - `lws_callback_on_writable_all_protocol(protocol)` for all connections 75 You will receive a message about "Illegal back-to-back write of ... detected" 82 and be buffered for completion by lws; it will be auto-completed by the 146 libraries that also take this locking-free, nonblocking event loop approach that 187 This will take a platform-specific action to wake the lws event loop thread wait, 191 message to every vhost-protocol instantiation, so you can handle this callback, [all …]
|
| /external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/proto/google/cloud/functions/v2alpha/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 74 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 136 // https://cloud.google.com/storage/docs/access-control/signed-urls. 145 // * No credentials should be attached - the signed URLs provide access to the 152 // * `content-type: application/zip` 168 // https://cloud.google.com/storage/docs/access-control/signed-urls 229 // A user-defined name of the function. Function names must be unique 236 // User-provided description of a function. 271 // ERROR-level severity. 274 // WARNING-level severity. [all …]
|
| /external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/proto/google/cloud/functions/v2beta/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 74 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 136 // https://cloud.google.com/storage/docs/access-control/signed-urls. 145 // * No credentials should be attached - the signed URLs provide access to the 152 // * `content-type: application/zip` 168 // https://cloud.google.com/storage/docs/access-control/signed-urls 229 // A user-defined name of the function. Function names must be unique 236 // User-provided description of a function. 271 // ERROR-level severity. 274 // WARNING-level severity. [all …]
|
| /external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/proto/google/cloud/functions/v2/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 80 "https://www.googleapis.com/auth/cloud-platform"; 145 // https://cloud.google.com/storage/docs/access-control/signed-urls. 154 // * No credentials should be attached - the signed URLs provide access to the 161 // * `content-type: application/zip` 178 // https://cloud.google.com/storage/docs/access-control/signed-urls 240 // A user-defined name of the function. Function names must be unique 247 // User-provided description of a function. 296 // ERROR-level severity. 299 // WARNING-level severity. [all …]
|
| /external/googleapis/google/cloud/functions/v2/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 80 "https://www.googleapis.com/auth/cloud-platform"; 145 // https://cloud.google.com/storage/docs/access-control/signed-urls. 154 // * No credentials should be attached - the signed URLs provide access to the 161 // * `content-type: application/zip` 178 // https://cloud.google.com/storage/docs/access-control/signed-urls 240 // A user-defined name of the function. Function names must be unique 244 // User-provided description of a function. 296 // ERROR-level severity. 299 // WARNING-level severity. [all …]
|
| /external/googleapis/google/cloud/functions/v2beta/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 80 "https://www.googleapis.com/auth/cloud-platform"; 145 // https://cloud.google.com/storage/docs/access-control/signed-urls. 154 // * No credentials should be attached - the signed URLs provide access to the 161 // * `content-type: application/zip` 178 // https://cloud.google.com/storage/docs/access-control/signed-urls 240 // A user-defined name of the function. Function names must be unique 244 // User-provided description of a function. 296 // ERROR-level severity. 299 // WARNING-level severity. [all …]
|
| /external/googleapis/google/cloud/functions/v2alpha/ |
| D | functions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 80 "https://www.googleapis.com/auth/cloud-platform"; 145 // https://cloud.google.com/storage/docs/access-control/signed-urls. 154 // * No credentials should be attached - the signed URLs provide access to the 161 // * `content-type: application/zip` 178 // https://cloud.google.com/storage/docs/access-control/signed-urls 240 // A user-defined name of the function. Function names must be unique 244 // User-provided description of a function. 296 // ERROR-level severity. 299 // WARNING-level severity. [all …]
|
| /external/cronet/base/process/ |
| D | process_util_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 249 // TODO(fxbug.dev/124840): Re-enable once the platform behaviour is fixed. 272 // a sub-path of that path (e.g. "/data/staged"), causes the process launch to 274 // TODO(fxbug.dev/124840): Re-enable once the platform behaviour is fixed. 276 // Create a tempdir to transfer to a sub-directory path. in TEST_F() 317 // Mount the tempdir to "/foo". in TEST_F() 355 << "Clone policy violation: found non-tmp directory " in CheckOnlyOnePathExists() 450 // Launch a non-existent binary, causing fdio_spawn() to fail. in TEST_F() 457 // handles[1] should observe a channel-closed signal. in TEST_F() 483 // handles[1] should observe a channel-closed signal. in TEST_F() [all …]
|
| /external/libchrome/base/process/ |
| D | process_util_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 307 // Mount the tempdir to "/foo". in TEST_F() 337 LOG(ERROR) << "Clone policy violation: found non-tmp directory " in MULTIPROCESS_TEST_MAIN() 436 // Launch a non-existent binary, causing fdio_spawn() to fail. in TEST_F() 443 // handles[1] should observe a channel-closed signal. in TEST_F() 469 // handles[1] should observe a channel-closed signal. in TEST_F() 756 static const char kEventToTriggerHandleSwitch[] = "event-to-trigger-handle"; 760 CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in MULTIPROCESS_TEST_MAIN() 812 command.AppendArg("-x"); in TEST_F() 821 int exit_code = -1; in TEST_F() [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
| D | northamerica | 4 # 2009-05-17 by Arthur David Olson. 13 # From Paul Eggert (1999-03-22): 21 # From Paul Eggert (1999-03-31): 22 # Howse writes (pp 121-125) that time zones were invented by 23 # Professor Charles Ferdinand Dowd (1825-1904), 27 # in New York City (1869-10). His 1870 proposal was based on Washington, DC, 28 # but in 1872-05 he moved the proposed origin to Greenwich. 30 # From Paul Eggert (2018-03-20): 33 # work in the US was William Frederick Allen - railway engineer, 38 # to the General Time Convention on 1883-04-11, saying that his plan [all …]
|
| /external/one-true-awk/testdir/ |
| D | bib | 265 And their dwelling was from Mesha, as thou goest unto Sephar a mount of the east. 343 And the Horites in their mount Seir, unto Elparan, which is by the wilderness. 562 And Abraham called the name of that place Jehovahjireh: as it is said to this day, In the mount of … 895 …l that he had; and he rose up, and passed over the river, and set his face toward the mount Gilead. 897 …ren with him, and pursued after him seven days' journey; and they overtook him in the mount Gilead. 899 …ook Jacob. Now Jacob had pitched his tent in the mount: and Laban with his brethren pitched in the… 928 …fered sacrifice upon the mount, and called his brethren to eat bread: and they did eat bread, and … 1049 Thus dwelt Esau in mount Seir: Esau is Edom. 1050 And these are the generations of Esau the father of the Edomites in mount Seir: 1629 …on, Go into the wilderness to meet Moses. And he went, and met him in the mount of God, and kissed… [all …]
|
| /external/brotli/tests/testdata/ |
| D | plrabn12.txt | 6 The oldest etext known to Project Gutenberg (ca. 1964-1965) 12 This etext was originally created in 1964-1965 according to Dr. 85 Above th' Aonian mount, while it pursues 91 Dove-like sat'st brooding on the vast Abyss, 97 Say first--for Heaven hides nothing from thy view, 98 Nor the deep tract of Hell--say first what cause 139 With ever-burning sulphur unconsumed. 151 Beelzebub. To whom th' Arch-Enemy, 153 Breaking the horrid silence, thus began:-- 154 "If thou beest he--but O how fallen! how changed [all …]
|
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | 2drvb10.txt | 1 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2 24 Douay-Rheims Version, Challoner Revision 26 Volume II: The Second Part of the Old Testament (Psalms - 2 Machabees) 32 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2 72 million dollars per hour this year as we release thirty-six text 82 At our revised rates of production, we will reach only one-third 85 from Michael Hart's salary at Carnegie-Mellon University, and an 94 tax deductible to the extent allowable by law. (CMU = Carnegie- 154 By using or reading any part of this PROJECT GUTENBERG-tm 162 ABOUT PROJECT GUTENBERG-TM ETEXTS [all …]
|
| /external/brotli/c/common/ |
| D | dictionary.bin | 1 …-dead</b>poorbilltypeU.S.woodmust2px;Inforankwidewantwalllead[0];paulwavesure$('#waitmassarmsgoesg… 6 …rtbetaseekT18:ordstreemall60pxfarm’sboys[0].');"POSTbearkids);}}marytend(UK)quadzh:�-siz----prop'); 7 …hear00);milk -->ironfreddiskwentsoilputs/js/holyT22:ISBNT20:adamsees<h2>json', 'contT21: RSSloopas… 9 %C3%:34ZjeffEXPIcashvisagolfsnowzh:�quer.csssickmeatmin.binddellhirepicsrent:36ZHTTP-201fotowolfEND… 15 70px-200DVDs7]><tapedemoi++)wageeurophiloptsholeFAQsasin-26TlabspetsURL bulkcook;} 16 HEAD[0])abbrjuan(198leshtwin</i>sonyguysfuckpipe|- 30 …-->adminegyptEvent15px;Emailtrue"crossspentblogsbox">notedleavechinasizesguest</h4>robotheavytrue,… 33 …--POST"ocean<br/>floorspeakdepth sizebankscatchchart20px;aligndealswould50px;url="parksmouseMost .… 35 …sURL =cells})();12px;primetellsturns0x600.jpg"spainbeachtaxesmicroangel--></giftssteve-linkbody.}); 36 …mount (199FAQ</rogerfrankClass28px;feeds<h1><scotttests22px;drink) || lewisshall#039; for lovedwas… [all …]
|
| /external/okio/okio-assetfilesystem/src/androidTest/assets/ |
| D | moby10b.txt | 6 Project Gutenberg's archives, as compared to a public-domain hard copy. 70 million dollars per hour this year as we release thirty-six text 80 At our revised rates of production, we will reach only one-third 83 from Michael Hart's salary at Carnegie-Mellon University, and an 92 tax deductible to the extent allowable by law. (CMU = Carnegie- 155 By using or reading any part of this PROJECT GUTENBERG-tm 163 ABOUT PROJECT GUTENBERG-TM ETEXTS 164 This PROJECT GUTENBERG-tm etext, like most PROJECT GUTENBERG- 167 Carnegie-Mellon University (the "Project"). Among other 188 etext from as a PROJECT GUTENBERG-tm etext) disclaims all [all …]
|