Home
last modified time | relevance | path

Searched +full:mount +full:- +full:observe (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcloudfunctions_v1.projects.locations.functions.html8 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 …]
/aosp_15_r20/external/googleapis/google/cloud/functions/v1/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify16.c1 // 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 …]
H A Dfanotify22.c1 // 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 …]
/aosp_15_r20/external/bcc/snap/
H A DREADME.md8 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
H A Dsnapcraft.yaml16 # 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 …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcloudfunctions.v1.json5 "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 …]
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.coding.md7 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 …]
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
H A DREADME.md7 directory. If not, it can be mounted using `mount -t debugfs none /sys/kernel/debug`.
14 [`getevent -i`](https://source.android.com/devices/input/getevent) shell command in Android to look
21 To observe the MotionEvents that Android receives in response to the hid reports, write a small
/aosp_15_r20/external/arm-trusted-firmware/docs/components/
H A Darm-sip-service.rst6 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 …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/proto/google/cloud/functions/v2alpha/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/proto/google/cloud/functions/v2beta/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/googleapis/google/cloud/functions/v2/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/googleapis/google/cloud/functions/v2alpha/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/proto/google/cloud/functions/v2/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/googleapis/google/cloud/functions/v2beta/
H A Dfunctions.proto7 // 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 …]
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_util_unittest.cc2 // 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 …]
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_util_unittest.cc2 // 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 …]
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
128 * manager handles storage-related items such as Opaque Binary Blobs (OBBs).
131 * on-demand from an application. OBBs are a good way of providing large amounts
168 private static final String FAT_UUID_PREFIX = "fafafafa-fafa-5afa-8afa-fafa";
171 // uuid -v5 ad99aa3d-308e-4191-a200-ebcab371c0ad default
172 // uuid -v5 ad99aa3d-308e-4191-a200-ebcab371c0ad primary_physical
173 // uuid -v5 ad99aa3d-308e-4191-a200-ebcab371c0ad system
186 .fromString("41217664-9172-527a-b3d5-edabb50a7d69");
190 .fromString("0f95a519-dae7-5abf-9519-fbd6209e05fd");
194 .fromString("5d258386-e60d-59e3-826d-0089cdd42cc0");
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
H A Dnorthamerica4 # 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 …]
/aosp_15_r20/external/one-true-awk/testdir/
H A Dbib265 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 …]
/aosp_15_r20/external/brotli/tests/testdata/
H A Dplrabn12.txt6 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 …]
/aosp_15_r20/bootable/recovery/
H A Drecovery.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
34 #include <android-base/file.h>
35 #include <android-base/logging.h>
36 #include <android-base/parseint.h>
37 #include <android-base/properties.h>
38 #include <android-base/stringprintf.h>
39 #include <android-base/strings.h>
72 * /cache/recovery/command - INPUT - command line for tool, one arg per line
73 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
76 * --update_package=path - verify install an OTA package file
[all …]
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A D2drvb10.txt1 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 …]

12345678910>>...15