/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/ |
D | bool.pass.cpp | 71 assert(obj.load() == true); in main() 72 assert(obj.load(std::memory_order_acquire) == true); in main() 126 assert(obj.load() == true); in main() 127 assert(obj.load(std::memory_order_acquire) == true); in main() 181 assert(obj.load() == true); in main() 182 assert(obj.load(std::memory_order_acquire) == true); in main()
|
D | address.pass.cpp | 89 assert(obj.load() == T(1)); in do_test() 90 assert(obj.load(std::memory_order_acquire) == T(1)); in do_test()
|
D | integral.pass.cpp | 106 assert(obj.load() == T(1)); in do_test() 107 assert(obj.load(std::memory_order_acquire) == T(1)); in do_test()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 5 $description = "Test load balancing (-l) option."; 15 that the load will be above this number and make will therefore 51 if ($slurp !~ /cannot enforce load limit/) {
|
/ndk/sources/android/crazy_linker/ |
D | DESIGN.TXT | 8 particularly sophisticated piece of code because it is used to load and start 21 to load set-uid programs. 30 By contrast, crazy_linker is a static library whose only purpose is to load 68 be adjusted after load. That's what the relocation entries do. They can 85 libraries the current one depends on, then will _recursively_ load them. 92 This steps adjusts all pointers within the library for the actual load 100 Libraries include a list of functions to be run at load time, typically 121 framework might load the same library on demand, at an unpredictable time). 161 libraries are listed. It is likely that using crazy_linker to load non-NDK
|
D | README.TXT | 25 the system linker will refuse to load more than 64 or 128 libraries 34 offset. This can be useful to load a library directly from an .apk, 37 - Support sharing of RELRO sections. When two processes load the same 56 - The crazy linker will always use the system linker to load NDK-exposed
|
/ndk/sources/host-tools/make-3.81/ |
D | getloadavg.c | 685 double load; in getloadavg() local 733 load = proc_sum_data.ps_nrunnable; in getloadavg() 737 load += proc_sum_data.ps_nrun[j]; in getloadavg() 743 loadavg[elem++] = load / samples / cpus; in getloadavg()
|
D | Makefile.ami | 237 @echo The system uptime program believes the load average to be: 239 @echo The GNU load average checking code believes:
|
D | job.c | 1809 double load, guess; in load_too_high() 1823 if (getloadavg (&load, 1) != 1) in load_too_high() 1837 load = 0; in load_too_high() 1856 guess = load + (LOAD_WEIGHT_A * (job_counter + last_sec)); in load_too_high() 1859 guess, load, max_load_average)); in load_too_high()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | atomic | 25 memory_order_consume, // load-consume 26 memory_order_acquire, // load-acquire 28 memory_order_acq_rel, // store-release load-acquire 29 memory_order_seq_cst // store-release load-acquire 96 T load(memory_order m = memory_order_seq_cst) const volatile noexcept; 97 T load(memory_order m = memory_order_seq_cst) const noexcept; 134 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept; 135 integral load(memory_order m = memory_order_seq_cst) const noexcept; 209 T* load(memory_order m = memory_order_seq_cst) const volatile noexcept; 210 T* load(memory_order m = memory_order_seq_cst) const noexcept; [all …]
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | README | 43 load stlport/printers.py.
|
/ndk/sources/cxx-stl/stlport/ |
D | README | 39 load the 'stlport_shared' library before any library that depends on it.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | ja.po | 638 msgid "cannot enforce load limits on this operating system" 642 msgid "cannot enforce load limit: " 781 " -l [N], --load-average[=N], --max-load[=N]\n" 782 " Don't start multiple jobs unless load is below " 785 " -l [N], --load-average[=N], --max-load[=N]\n"
|
D | he.po | 639 msgid "cannot enforce load limits on this operating system" 643 msgid "cannot enforce load limit: " 644 msgstr "cannot enforce load limit: " 775 " -l [N], --load-average[=N], --max-load[=N]\n" 776 " Don't start multiple jobs unless load is below " 2024 #~ msgid "Don't start multiple jobs unless load is below N"
|
D | make.pot | 625 msgid "cannot enforce load limits on this operating system" 629 msgid "cannot enforce load limit: " 753 " -l [N], --load-average[=N], --max-load[=N]\n" 754 " Don't start multiple jobs unless load is below "
|
D | pl.po | 638 msgid "cannot enforce load limits on this operating system" 642 msgid "cannot enforce load limit: " 784 " -l [N], --load-average[=N], --max-load[=N]\n" 785 " Don't start multiple jobs unless load is below " 788 " -l [N], --load-average[=N], --max-load[=N]\n" 789 " Nie uruchamiaj wielu zada� je�li load nie "
|
D | zh_CN.po | 630 msgid "cannot enforce load limits on this operating system" 634 msgid "cannot enforce load limit: " 765 " -l [N], --load-average[=N], --max-load[=N]\n" 766 " Don't start multiple jobs unless load is below " 1987 #~ msgid "Don't start multiple jobs unless load is below N"
|
D | ko.po | 638 msgid "cannot enforce load limits on this operating system" 642 msgid "cannot enforce load limit: " 775 " -l [N], --load-average[=N], --max-load[=N]\n" 776 " Don't start multiple jobs unless load is below " 2027 #~ msgid "Don't start multiple jobs unless load is below N"
|
D | pt_BR.po | 637 msgid "cannot enforce load limits on this operating system" 641 msgid "cannot enforce load limit: " 781 " -l [N], --load-average[=N], --max-load[=N]\n" 782 " Don't start multiple jobs unless load is below " 785 " -l [N], --load-average[=N], --max-load[=N]\n" 2055 #~ msgid "Don't start multiple jobs unless load is below N"
|
D | hr.po | 635 msgid "cannot enforce load limits on this operating system" 640 msgid "cannot enforce load limit: " 780 " -l [N], --load-average[=N], --max-load[=N]\n" 781 " Don't start multiple jobs unless load is below " 784 " -l [N], --load-average[=N], --max-load[=N]\n" 2058 #~ msgid "Don't start multiple jobs unless load is below N"
|
D | gl.po | 637 msgid "cannot enforce load limits on this operating system" 641 msgid "cannot enforce load limit: " 787 " -l [N], --load-average[=N], --max-load[=N]\n" 788 " Don't start multiple jobs unless load is below " 791 " -l [N], --load-average[=N], --max-load[=N]\n" 2065 #~ msgid "Don't start multiple jobs unless load is below N" 2143 #~ msgid "Error getting load average"
|
D | be.po | 629 msgid "cannot enforce load limits on this operating system" 633 msgid "cannot enforce load limit: " 758 " -l [N], --load-average[=N], --max-load[=N]\n" 759 " Don't start multiple jobs unless load is below "
|
D | fi.po | 636 msgid "cannot enforce load limits on this operating system" 640 msgid "cannot enforce load limit: " 783 " -l [N], --load-average[=N], --max-load[=N]\n" 784 " Don't start multiple jobs unless load is below " 787 " -l [N], --load-average[=N], --max-load[=N]\n"
|
D | nl.po | 642 msgid "cannot enforce load limits on this operating system" 646 msgid "cannot enforce load limit: " 785 " -l [N], --load-average[=N], --max-load[=N]\n" 786 " Don't start multiple jobs unless load is below " 789 " -l [N], --load-average[=N], --max-load[=N]\n"
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 59 make you are using can't obtain the system load. Some systems require
|