Home
last modified time | relevance | path

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

12345678910>>...12

/external/apache-commons-io/src/main/java/org/apache/commons/io/monitor/
DFileAlterationObserver.java9 * http://www.apache.org/licenses/LICENSE-2.0
35 * checking the file system and notifying listeners of create, change or
56 * To manually observe a directory, initialize the observer and invoked the
82 * This implementation can monitor portions of the file system
83 * by using {@link FileFilter}s to observe only the files and/or directories
85 * noise from <i>unwanted</i> file system events.
88 * useful, ready-made
89 * <a href="../filefilter/package-summary.html">File Filter</a>
92 * For example, to only observe 1) visible directories and 2) files with a ".java" suffix
105 * // Create the File system observer and register File Listeners
[all …]
/external/bcc/snap/
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
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 …]
/external/python/bumble/bumble/transport/grpc_protobuf/
Demulated_bluetooth_device_pb2_grpc.py2 """Client and server classes corresponding to protobuf-defined services."""
14 receive callbacks when the bluetooth system wants to
15 read, write or observe a characteristic.
51 receive callbacks when the bluetooth system wants to
52 read, write or observe a characteristic.
123 receive callbacks when the bluetooth system wants to
124 read, write or observe a characteristic.
/external/accompanist/permissions/src/main/java/com/google/accompanist/permissions/
DPermissionState.kt8 * https://www.apache.org/licenses/LICENSE-2.0
28 * @param permission the permission to control and observe.
36 onPermissionResult: (Boolean) -> Unit = {} in rememberPermissionState()
42 * A state object that can be hoisted to control and observe [permission] status changes.
54 * The permission to control and observe.
66 * This should always be triggered from non-composable scope, for example, from a side-effect
67 * or a non-composable callback. Otherwise, this will result in an IllegalStateException.
69 * This triggers a system dialog that asks the user to grant or revoke the permission.
DMultiplePermissionsState.kt8 * https://www.apache.org/licenses/LICENSE-2.0
28 * @param permissions the permissions to control and observe.
36 onPermissionsResult: (Map<String, Boolean>) -> Unit = {} in rememberMultiplePermissionsState()
42 * A state object that can be hoisted to control and observe multiple [permissions] status changes.
76 * This should always be triggered from non-composable scope, for example, from a side-effect
77 * or a non-composable callback. Otherwise, this will result in an IllegalStateException.
79 * This triggers a system dialog that asks the user to grant or revoke the permission.
/external/rust/crates/walkdir/
DREADME.md11 Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
74 fn is_hidden(entry: &DirEntry) -> bool {
104 `nftw` on both a warm and cold file cache. In fact, I cannot observe any
106 local file system (SSD, ~3 million entries). More precisely, I am reasonably
107 confident that this crate makes as few system calls and close to as few
117 # If you want to observe perf on a cold file cache, run this before *each*
119 sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
128 cargo build --release --example walkdir
132 gcc -O3 -o nftw ./compare/nftw.c
139 On my system, the performance of `walkdir`, `find` and `nftw` is comparable.
/external/libchrome/mojo/public/c/system/
Dtrap.h2 // Use of this source code is governed by a BSD-style license that can be
10 #include "mojo/public/c/system/macros.h"
11 #include "mojo/public/c/system/system_export.h"
12 #include "mojo/public/c/system/types.h"
36 // handler itself is re-entering user code. May happen, for example, if
37 // user code writes to an intra-process pipe and the receiving end trips
72 // |MOJO_TRIGGER_CONDITION_SIGNALS_UNSATISFIED| - A trigger added with this
75 // |MOJO_TRIGGER_CONDITION_SIGNALS_SATISFIED| - A triger added with this
173 // A user-provided callback to handle trap events. Passed to |MojoCreateTrap()|.
216 // handlers are never re-entered. If an event handler changes the state of the
[all …]
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DBidiStreamingCallable.java63 * // no-op
67 * System.out.println(response);
71 * System.out.println("done!");
75 * System.out.println("error: " + t);
147 * // no-op
151 * System.out.println(response);
155 * System.out.println("done!");
159 * System.out.println("error: " + t);
178 stream -> { in splitCall()
187 * @param responseObserver {@link ApiStreamObserver} to observe the streaming responses
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DExceptionCollector.kt2 …* Copyright 2016-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
16 * When a callback is registered once, even if it's later removed, the system starts to assume that
20 * The callbacks in this object are the last resort before relying on platform-dependent
27 private val callbacks = mutableMapOf<Any, (Throwable) -> Unit>()
33 fun addOnExceptionCallback(owner: Any, callback: (Throwable) -> Unit) = synchronized(lock) { in <lambda>()
37 // try to process the exceptions using the newly-registered callback in <lambda>()
76 …/** We don't leave the function here because we want to fan-out the exceptions to every interested… in reportException()
78 …* The reason is, it's less big of a deal to observe multiple concurrent reports of bad behavior th… in reportException()
79 … * to observe the report in the exact callback that is connected to that bad behavior. */ in reportException()
/external/webrtc/modules/desktop_capture/
Ddelegated_source_list_controller.h4 * Use of this source code is governed by a BSD-style license
14 #include "rtc_base/system/rtc_export.h"
40 // Called when there is a system error that cancels the source selection.
50 virtual void Observe(Observer* observer) = 0;
53 // source list is already visible, this will be a no-op. Must be called after
61 // source list is already hidden, this will be a no-op.
/external/ltp/testcases/kernel/power_management/
DREADME17 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
22 ----------------------------------------
70 Support of system:
71 -----------------
78 Then either configuration is not set or the system won't support.
81 To run cpu consolidation test user has to provide -w <workload> -l <sched_mc_level>.
82 Refer to README in LTPROOT/utils/benchmark/ebizzy-0.2 directory for details of ebizzy.
84 … For example download from http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.4.tar.bz2. If …
85system is hyper threaded but number of CPU is 1 only sched_smt testcases will be excuted. For bett…
/external/bcc/tools/
Dreadahead_example.txt3 Read-ahead mechanism is used by operation sytems to optimize sequential operations
5 shows the performance of the read-ahead caching on the system under a given load to
13 reads while re-encoding a video in local-storage. Usually such an app would be multi-
22 # readahead -d 30
23 Tracing... Hit Ctrl-C to end.
25 Read-ahead unused pages: 6765
26 Histogram of read-ahead used page age (ms):
29 0 -> 1 : 4236 |****************************************|
30 2 -> 3 : 394 |*** |
31 4 -> 7 : 1670 |*************** |
[all …]
/external/webrtc/modules/congestion_controller/rtp/
Dcontrol_handler.h4 * Use of this source code is governed by a BSD-style license
21 #include "rtc_base/system/no_unique_address.h"
24 // This is used to observe the network controller state and route calls to
/external/python/bumble/docs/mkdocs/src/apps_and_tools/
Dlink_relay.md4 The Link Relay is a WebSocket relay, which acts like an online chat system, where each "chat room" …
7 usage: python link_relay.py [-h] [--log-level LOG_LEVEL] [--log-config LOG_CONFIG] [--port PORT]
10 -h, --help show this help message and exit
11 --log-level LOG_LEVEL
13 --log-config LOG_CONFIG
15 --port PORT Port to listen on
26 …The moniker syntax is: `link-relay:ws://<hostname>/<room>` where `<hostname>` is the hostname to c…
28 Example: `link-relay:ws://localhost:10723/test` will join the `test` "chat room"
31 …er, rather than a virtual controller. In this case, a text-based console can be used to observe wh…
33 Example: `wscat --connect ws://localhost:10723/test`
/external/crosvm/docs/book/src/appendix/
Dseccomp.md3 The seccomp system is used to filter the syscalls that sandboxed processes can use. The form of
9 [listing of syscalls](https://www.chromium.org/chromium-os/developer-library/reference/linux-consta…
15 observe the updated behavior.
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto76 // that the activations on every step observe the gradient updates from the
87 // observe the embedding gradient updates from step N. This could affect model
96 // and how well the embedding IDs are load balanced across the system. The
101 // profiled, the lookup statistics are saved to table-specific files in the
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DGcMarker.java9 * http://www.apache.org/licenses/LICENSE-2.0
26 * A class that allows one to observe GCs and finalization.
50 System.runFinalization(); in waitForGc()
/external/mesa3d/.gitlab/issue_templates/
DBug Report - AMD Radeon Vulkan.md2 - Check if a new version of Mesa is available which might have fixed the problem.
3 - If you can, check if the latest development version (git main) works better.
4 - Check if your bug has already been reported here.
5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c…
6- Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snipp…
7 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
29 ### Log files (for system lockups / game freezes / crashes)
31 - Backtrace (for crashes)
32 - Output of `dmesg`
33 - Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/`
[all …]
/external/ruy/ruy/
Dsystem_aligned_alloc.h7 http://www.apache.org/licenses/LICENSE-2.0
28 // - This needs to be at least the alignment of any usual data type.
29 // - It's useful that this is at least the size of a cache line to limit
31 // - It's useful that this is at least the size of SIMD registers, as
35 // - It's useful that this is at least the size of an "exclusive reservation
40 // as 2048 bytes, in practice we observe it to be 64 bytes. It can
45 // operating system.
/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/
Dtutorial_chaotic_system.qbk4 Copyright 2011-2012 Karsten Ahnert
5 Copyright 2011-2013 Mario Mulansky
20 growth of perturbations ['__delta x]. In order to observe this exponential growth one usually solve…
24 where ['J] is the Jacobian of the system under consideration. ['__delta x] can
25 also be interpreted as a perturbation of the original system. In principle
38system. It is one of the most studied dynamical systems in the nonlinear dynamics community. For t…
40 The implementation of the Lorenz system is
51 dxdt[0] = sigma * ( x[1] - x[0] );
52 dxdt[1] = R * x[0] - x[1] - x[0] * x[2];
53 dxdt[2] = -b * x[2] + x[0] * x[1];
[all …]
/external/bcc/man/man8/
Ddirtop.81 .TH dirtop 8 "2020-03-16" "USER COMMANDS"
3 dirtop \- File reads and writes by directory. Top for directories.
5 .B dirtop \-d directory1,directory2,... [\-h] [\-C] [\-r MAXROWS] [\-s {reads,writes,rbytes,wbytes}…
9 This traces file reads and writes, and prints a per-directory summary every interval
11 throughput (Kbytes). Sorting order can be changed via -s option.
13 This uses in-kernel eBPF maps to store per process summaries for efficiency.
21 This should be useful for file system workload characterization when analyzing
32 \-d
33 Defines a list of directories, comma separated, to observe.
36 \-C
[all …]
/external/cronet/base/allocator/partition_allocator/
Dexternal_builds.md1 # Chrome-External Builds
5 [here][standalone-PA-repo].
15 the PA build system.
20 [`build_config.md`](./build_config.md), provides a GN-level seam that
24 2. should observe in their GN recipes to conditionally pull in
70 [MSVC doesn't support inline assembly on ARM and x64 processors][msvc-inline-assembly].
71 Assembly blocks should be gated behind compiler-specific flags and
75 [standalone-PA-repo]: https://chromium.googlesource.com/chromium/src/base/allocator/partition_alloc…
76 [msvc-inline-assembly]: https://docs.microsoft.com/en-us/cpp/assembler/inline/inline-assembler?view…
/external/walt/ios/WALT/
DWALTClient.h8 * http://www.apache.org/licenses/LICENSE-2.0
61 * The client will automatically try to connect to any available WALT device, and monitor the system
62 * for device connections/disconnections. Users should observe the "connected" key to be notified of
65 * Most commands produce a corresponding response from the WALT. The -sendCommand:error: method
66 * should be used to send the command, and -readResponse used to collect the response.
74 * The time value is an adjusted version of -currentTime.
78 /** Returns the number of seconds the system has been awake since it was last restarted. */
82 - (instancetype)initWithError:(NSError **)error;
85 - (BOOL)sendCommand:(WALTCommand)command error:(NSError **)error;
88 - (NSData *)readResponseWithTimeout:(NSTimeInterval)timeout;
[all …]
/external/perfetto/ui/src/frontend/
Dvirtual_canvas.ts7 // http://www.apache.org/licenses/LICENSE-2.0
17 * system). Usually, this limit is fairly large, but can be as small as
165 resizeObserver.observe(containerElement);
166 resizeObserver.observe(targetElement);
193 * resized, thus, invalidating the contents, and should be re-painted.

12345678910>>...12