/external/valgrind/docs/internals/ |
D | tm-threadstates.dot | 4 running; 12 alive -> running; 15 running -> wait_join [ label="wait for another\nthread termination" ]; 16 wait_join -> running [ label="target thread\nterminates" ]; 18 running -> zombie [ label="non-detached thread\nterminates" ]; 20 running -> dead [ label="detached thread\nterminates" ]; 22 running -> wait_mutex [ label="wait for mutex\nacquisition" ]; 23 wait_mutex -> running [ label="mutex\nacquired" ]; 24 wait_mutex -> running [ label="mutex\ngiven up" ]; 26 running -> wait_condvar [ label="wait for condition variable" ]; [all …]
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | rdpmc.c | 36 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 43 running = pc->time_running; in mmap_read_self() 45 if (enabled != running) { in mmap_read_self() 60 if (enabled != running) { in mmap_read_self() 70 running += delta; in mmap_read_self() 72 quot = count / running; in mmap_read_self() 73 rem = count % running; in mmap_read_self() 74 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
|
/external/valgrind/none/tests/x86/ |
D | yield.c | 14 static volatile int alive, running; variable 24 running++; in spinner() 39 running++; in rep_nopper() 66 while(running < 2) in main()
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | README | 6 test.gcno and test.gcda were create by running clang: 9 test.cpp.gcov was created by running gcov 4.2.1: 14 created by running clang and llvm-cov: 18 The 'profdata' files were generated by running an instrumented version of the
|
/external/valgrind/ |
D | README.android | 13 Android 4.0.3 running on a (rooted, AOSP build) Nexus S. 14 Android 4.0.3 running on Motorola Xoom. 15 Android 4.0.3 running on android arm emulator. 16 Android 4.1 running on android emulator. 20 Android 4.0.3 running on android x86 emulator. 23 Android 4.1.2 running on android mips emulator. 24 Android 4.2.2 running on android mips emulator. 25 Android 4.3 running on android mips emulator. 26 Android 4.0.4 running on BROADCOM bcm7425 29 Android 4.5 (?) running on ARM Juno [all …]
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 4 …r processes on the system, including user processes. It can even block processes running as root. 6 …ory of any other process run by them. Meaning the computer game you are running on your desktop c… 8 … a process is running using tools like strace, ptrace and gdb. You can even use gdb (GNU Debugg…
|
D | transition_from.txt | 1 This screen shows when a process running with the '%(APP)s' type executes 'Commands File Paths' tha… 4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three… 6 1. The process can be prevented from running the executable.
|
D | transition_to.txt | 4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three… 6 1. The process can be prevented from running the executable.
|
D | lockdown_unconfined.txt | 6 Disabling the unconfined module will leave certain unconfined domains running on your system, speci… 9 …odule, you may see an increase in the denials, and if you have processes running as initrc_t, you …
|
/external/v8/src/ |
D | d8-debug.cc | 69 bool running = false; in HandleDebugEvent() local 70 while (!running) { in HandleDebugEvent() 72 PrintPrompt(running); in HandleDebugEvent() 126 running = response_details->Get(String::NewFromUtf8(isolate, "running")) in HandleDebugEvent()
|
/external/v8/tools/testrunner/ |
D | README | 1 Test suite runner for V8, including support for distributed running. 26 Networked running is only supported on Linux currently. Make sure that all 100 test jobs to network peers instead of running them locally. 104 in ./testrunner/local/execution.py for actually running the tests. 121 to run on the one side, and actually running them on the other. The frontend 126 - "Local": Communication with a run-tests.py script running on the same host. 128 to those peers directly (one of them will be the locally running server). 167 (testrunner/local/execution.py and its imports), but running from three
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
D | DecodeHandler.java | 40 private boolean running = true; field in DecodeHandler 50 if (!running) { in handleMessage() 56 running = false; in handleMessage()
|
/external/v8/test/mjsunit/ |
D | debug-suspend.js | 59 assertTrue(backtrace_response.running, backtrace_request + ' -> expected running'); 68 assertFalse(suspend_response.running, suspend_request + ' -> expected not running');
|
D | debug-continue.js | 61 assertTrue(response.running, request + ' -> expected running'); 64 assertFalse(response.running, request + ' -> expected not running');
|
D | debug-backtrace.js | 72 ParsedResponse.prototype.running = function() { method in ParsedResponse 73 return this.response_.running; 123 assertFalse(response.running(), "expected not running"); 253 assertTrue(response.running(), "expected running");
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | helloworld.rst | 93 The web server is now running, listening for requests on port 8080. You can 98 For more information about running the development web server, including how 105 You can leave the web server running while you develop your application. 109 Try it now: Leave the web server running, then edit ``helloworld.py`` to 118 You can leave the web server running for the rest of this tutorial. If you 119 need to stop it, you can restart it again by running the command above.
|
/external/valgrind/none/tests/s390x/ |
D | op_exception.stderr.exp | 8 location. If you are running Memcheck and you just saw a 21 location. If you are running Memcheck and you just saw a 34 location. If you are running Memcheck and you just saw a 47 location. If you are running Memcheck and you just saw a
|
/external/junit/src/junit/framework/ |
D | TestCase.java | 135 } catch (Throwable running) { in runBare() 136 exception= running; in runBare()
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-buildid-list.txt | 19 It can also be used to show the build id of the running kernel or in an ELF 35 Show running kernel build id.
|
/external/apache-harmony/luni/src/test/resources/net.resources/ |
D | README.txt | 62 Before running the unit tests for the java.net types the following steps should 82 The location of the properties file can be specified to the running tests 89 all running on the local machine of the tests user. 94 * DomainAddress : The domain name of the host where the HTTP server is running. 96 * WebName : The unqualified name of the host where the HTTP server is running.
|
/external/clang/test/Profile/ |
D | README | 9 In order to test -fprofile-instr-use without actually running an instrumented 13 -fprofile-instr-generate and running the resulting program generates the same
|
/external/tinyalsa/ |
D | pcm.c | 247 int running:1; member 495 if (!pcm->running) { in pcm_write() 501 pcm->running = 1; in pcm_write() 506 pcm->running = 0; in pcm_write() 534 if (!pcm->running) { in pcm_read() 542 pcm->running = 0; in pcm_read() 832 pcm->running = 0; in pcm_close() 1026 pcm->running = 1; in pcm_start() 1036 pcm->running = 0; in pcm_stop() 1208 if (!pcm->running && in pcm_mmap_transfer() [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 56 assertFalse(service.running); in testNoOpServiceStartStop() 61 assertTrue(service.running); in testNoOpServiceStartStop() 66 assertFalse(service.running); in testNoOpServiceStartStop() 154 boolean running = false; field in AbstractServiceTest.NoOpService 157 assertFalse(running); in doStart() 158 running = true; in doStart() 163 assertTrue(running); in doStop() 164 running = false; in doStop() 704 @Override public void running() { in testListenerDoesntDeadlockOnStartAndWaitFromRunning() 842 @Override public synchronized void running() { in running() method in AbstractServiceTest.RecordingListener
|
/external/icu/icu4c/source/samples/legacy/ |
D | README | 2 This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU… 15 Building and running of the example: 25 Run make check. You should get two different libraries running at the same time. 40 …n see which data library is not found by the part of the program that is running. Make sure progra…
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_winpcap.c | 57 int running; member 132 while (l2->running) { in l2_packet_receive_thread() 243 l2->running = 1; in l2_packet_init() 292 l2->running = 0; in l2_packet_deinit()
|