Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 94) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dbool.pass.cpp71 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()
Daddress.pass.cpp89 assert(obj.load() == T(1)); in do_test()
90 assert(obj.load(std::memory_order_acquire) == T(1)); in do_test()
Dintegral.pass.cpp106 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/
Ddash-l5 $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/
DDESIGN.TXT8 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
DREADME.TXT25 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/
Dgetloadavg.c685 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()
DMakefile.ami237 @echo The system uptime program believes the load average to be:
239 @echo The GNU load average checking code believes:
Djob.c1809 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/docs/text/
DNDK-DEPENDS.text11 source fragment to load your native library and its dependencies in the
45 > Prints a Java source fragment that corresponds to the load
DCPU-X86.text83 - Use 16-byte data alignment for faster load and store
86 penalty for constants load\propagation.
92 store data from registers to memory, process them serialy and load them again.
DSYSTEM-ISSUES.text94 error messages that make it difficult to know why a dynamic load/link
DCPLUSPLUS-SUPPORT.text208 that you must load it before any library that depends on it when your
217 You will need to load the libraries in reverse dependency order, as in:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Datomic25 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/
DREADME43 load stlport/printers.py.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddc.sed37 /|?l/b load
105 : load
/ndk/sources/cxx-stl/stlport/
DREADME39 load the 'stlport_shared' library before any library that depends on it.
/ndk/tests/abcc/src/compiler/abcc/
DAbccService.java273 System.load("/system/lib/libjni_abcc.so");
/ndk/sources/host-tools/make-3.81/po/
Dja.po638 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"
Dhe.po639 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"
Dmake.pot625 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 "
Dpl.po638 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 "
Dzh_CN.po630 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"
Dko.po638 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"
/ndk/sources/host-tools/sed-4.2.1/po/
Did.po334 " load minimal amounts of data from the input files and "
339 " load jumlah minimal dari data dari berkas masukan dan "
549 #~ " load minimal amounts of data from the input files and "

1234