/external/bcc/snapcraft/ |
D | README.md | 22 sudo snap install --devmode bcc_*.snap 26 sudo snap connect bcc:mount-observe 27 sudo snap connect bcc:system-observe 28 sudo snap connect bcc:system-trace
|
D | Makefile | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 22 VERSION=$(shell git tag | tail -1 | cut -c2-) 23 COMMITS=$(shell git log --oneline | wc -l) 24 SHA=$(shell git log -1 --oneline | cut -d' ' -f1) 26 V=$(VERSION)-$(DATE)-$(COMMITS)-$(SHA) 32 cat snapcraft.yaml | sed 's/version: .*/version: $(V)/' > snapcraft-tmp.yaml 33 mv snapcraft-tmp.yaml snapcraft.yaml 39 sudo snap install --devmode bcc_*.snap 44 sudo snap connect bcc:mount-observe 45 sudo snap connect bcc:system-observe [all …]
|
D | snapcraft.yaml | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 version: 0.3.0-20170401-1747-c5f48c9 25 mount-observe: null 26 system-observe: null 27 system-trace: null 87 deadlock-detector: 89 aliases: [deadlock-detector] 156 mysqld-qslower: 158 aliases: [mysqld-qslower] 340 - -DCMAKE_INSTALL_PREFIX=/usr [all …]
|
/external/libchrome/mojo/public/c/system/ |
D | trap.h | 2 // 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/libcap/doc/ |
D | capsh.1 | 2 .\" capsh.1 Man page added 2009-12-23 Andrew G. Morgan <morgan@kernel.org> 4 .TH CAPSH 1 "2011-04-24" "libcap 2" "User Commands" 6 capsh \- capability shell wrapper 19 .B --print 22 .BI -- " [args]" 26 .B -c 'command to execute' 36 .BI --caps= cap-set 38 .IR cap-set . 40 .I cap-set 41 is a text-representation of capability state as per [all …]
|
/external/ltp/testcases/kernel/power_management/ |
D | README | 17 ## 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 … 85 …system is hyper threaded but number of CPU is 1 only sched_smt testcases will be excuted. For bett…
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | GcMarker.java | 9 * 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/protobuf/examples/ |
D | README.txt | 12 To build all the examples (on a unix-like system), simply run "make". This 25 https://developers.google.com/protocol-buffers/docs/tutorials 28 "-lpthread" from the linker commands (perhaps replacing it with something else). 41 go get github.com/golang/protobuf/protoc-gen-go 52 Observe that the C++, Python, and Java examples in this directory run in a
|
/external/walt/ios/WALT/ |
D | WALTClient.h | 8 * 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/libchrome/mojo/public/cpp/system/ |
D | invitation.h | 2 // Use of this source code is governed by a BSD-style license that can be 18 #include "mojo/public/cpp/system/handle.h" 19 #include "mojo/public/cpp/system/message_pipe.h" 20 #include "mojo/public/cpp/system/system_export.h" 30 // A strongly-typed representation of a |MojoHandle| for an invitation. 64 // attached endpoint (see |IncomingInvitation|) thus establishing end-to-end 88 // to an inability to transfer system handles across the boundary. 124 // If |connection_name| is non-empty, any previously established isolated 134 // If |connection_name| is non-empty, any previously established isolated 172 // eventually observe peer closure.
|
D | simple_watcher.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "mojo/public/cpp/system/simple_watcher.h" 15 #include "mojo/public/c/system/trap.h" 19 // Thread-safe Context object used to schedule trap events from arbitrary 23 // Creates a |Context| instance for a new watch on |watcher|, to observe 40 context->AddRef(); in Create() 43 condition, context->value(), nullptr); in Create() 46 context->Release(); in Create() 54 auto* context = reinterpret_cast<Context*>(event->trigger_context); in CallNotify() 55 context->Notify(event->result, event->signals_state, event->flags); in CallNotify() [all …]
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | UnaryCallQpsBenchmark.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 95 * Measure throughput of unary calls. The calls are already running, we just observe a counter 112 System.exit(0); in main()
|
D | UnaryCallResponseBandwidthBenchmark.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 * payload size and flow-control windows with number of concurrent calls. Async stubs are used 34 * to avoid context-switching overheads. 101 * Measure bandwidth of unary call responses. The calls are already running, we just observe a 118 System.exit(0); in main()
|
D | FlowControlledMessagesPerSecondBenchmark.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 * is obeying outbound flow-control. 81 * Setup with direct executors, small payloads and the default flow-control window. 115 * Measure the rate of messages received. The calls are already running, we just observe a counter 134 System.exit(0); in main()
|
D | StreamingPingPongsPerSecondBenchmark.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 * ping-pong messages. 74 * Setup with direct executors, small payloads and the default flow-control window. 106 * Measure throughput of unary calls. The calls are already running, we just observe a counter 125 System.exit(0); in main()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | OkHttpClient.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 44 * OkHttpClient for all of their HTTP requests - benefiting from a shared 45 * response cache, thread pool, connection re-use, etc. 48 * shared - once shared they should be treated as immutable and can safely be used 117 /** Lazily-initialized. */ 130 /** Non-null if this client is caching; possibly by {@code cache}. */ 259 * <p>If unset, the {@link ProxySelector#getDefault() system-wide default} 275 * <p>If unset, the {@link CookieHandler#getDefault() system-wide default} 310 * <p>If unset, the {@link Dns#SYSTEM system-wide default} DNS will be used. 327 * <p>If unset, the {@link SocketFactory#getDefault() system-wide default} [all …]
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | OkHttpClient.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 45 * OkHttpClient for all of their HTTP requests - benefiting from a shared 46 * response cache, thread pool, connection re-use, etc. 49 * shared - once shared they should be treated as immutable and can safely be used 120 /** Lazily-initialized. */ 133 /** Non-null if this client is caching; possibly by {@code cache}. */ 266 * <p>If unset, the {@link ProxySelector#getDefault() system-wide default} 283 * <p>If unset, the {@link CookieHandler#getDefault() system-wide default} 319 * <p>If unset, the {@link Dns#SYSTEM system-wide default} DNS will be used. 336 * <p>If unset, the {@link SocketFactory#getDefault() system-wide default} [all …]
|
/external/strace/ |
D | strace.1 | 4 .\" Copyright (c) 1996-2017 The strace developers. 42 .\" an-ext.tmac. 44 . ie \\n(.$-1 \ 51 . ie \\n(.$-1 \ 56 .TH STRACE 1 "2018-07-07" "strace 4.25" 58 strace \- trace system calls and signals 62 .OP \-ACdffhikqrtttTvVxxy 65 .OP \-ACdffhiqrtttTvVxxy 67 .OP \-I n 68 .OP \-b execve [all …]
|
D | strace.1.in | 4 .\" Copyright (c) 1996-2017 The strace developers. 42 .\" an-ext.tmac. 44 . ie \\n(.$-1 \ 51 . ie \\n(.$-1 \ 58 strace \- trace system calls and signals 62 .OP \-ACdffhikqrtttTvVxxy 65 .OP \-ACdffhiqrtttTvVxxy 67 .OP \-I n 68 .OP \-b execve 69 .OM \-e expr [all …]
|
/external/skqp/site/user/sample/ |
D | viewer.md | 3 …action. In addition, the Viewer is used to debug and understand different parts of the Skia system: 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 6 * Try different rendering methods - it's possible to cycle among the three rendering methods: raste… 9 Some slides require resources stored outside the program. These resources are stored in the `<skia-… 12 ---------------------------- 16 bin/gn gen out/Release --args='is_debug=false' 17 ninja -C out/Release viewer 19 To load resources in the desktop Viewers, use the `--resourcePath` option: 21 <skia-path>/out/Release/viewer --resourcePath <skia-path>/resources 23 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory for display within… [all …]
|
/external/skia/site/user/sample/ |
D | viewer.md | 3 …action. In addition, the Viewer is used to debug and understand different parts of the Skia system: 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 6 * Try different rendering methods - it's possible to cycle among the three rendering methods: raste… 9 Some slides require resources stored outside the program. These resources are stored in the `<skia-… 12 ---------------------------- 16 bin/gn gen out/Release --args='is_debug=false' 17 ninja -C out/Release viewer 19 To load resources in the desktop Viewers, use the `--resourcePath` option: 21 <skia-path>/out/Release/viewer --resourcePath <skia-path>/resources 23 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory for display within… [all …]
|
/external/cldr/tools/java/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), 25 # His pamphlet "A System of National Time for Railroads" (1870) 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, [all …]
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | README | 1 Real Time NPTL(rt-nptl) test suite README 4 The document describes what rt-nptl tests are, how they are created, 7 rt-nptl tests include two parts, one is robust mutex tests, the other 10 In the document, <rtnptl-tests> stands for the directory where 11 rtnptl-tests was extracted. 15 ------------------- 16 If you use the build method outlined in INSTALL-rtnptl, then just 18 robust_test to include the Makefile.inc generated by INSTALL-rtnptl. 24 ---------------- 32 -------------------------- [all …]
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 6 ------------ 11 file type requires heavy-duty semantic analysis on the file contents. 15 Previous versions of PKZip and other zip-compatible compression tools 19 limitation of this scheme is the restriction to Latin-based alphabets. 29 a much increased precision and a near-100% recall. This scheme is 30 designed to work on ASCII, Unicode and other ASCII-derived alphabets, 31 and it handles single-byte encodings (ISO-8859, MacRoman, KOI8, etc.) 32 and variable-sized encodings (ISO-2022, UTF-8, etc.). Wider encodings 33 (UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however. 37 ------------- [all …]
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_tpl.c | 1 // SPDX-License-Identifier: GPL-2.0+ 39 * @systable: system table 47 boottime = systable->boottime; in setup() 49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup() 57 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup() 78 ret = boottime->close_event(event_notify); in teardown() 86 ret = boottime->close_event(event_wait); in teardown() 93 boottime->restore_tpl(TPL_APPLICATION); in teardown() 103 * Raise the TPL level to the level of the 10 ms timer and observe 119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() [all …]
|