Home
last modified time | relevance | path

Searched refs:Do (Results 1 – 25 of 4723) sorted by relevance

12345678910>>...189

/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt7 CONFIG_DEBUG_LOCK_ALLOC -- Do three, covering CONFIG_PROVE_LOCKING & not.
8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one.
9 CONFIG_HZ_PERIODIC -- Do one.
10 CONFIG_NO_HZ_IDLE -- Do those not otherwise specified. (Groups of two.)
11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
12 CONFIG_PREEMPT -- Do half. (First three and #8.)
13 CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not.
17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
18 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs.
19 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with
[all …]
/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h31 static constexpr bool Do(T, U, V*) { in Do() function
41 static constexpr V Do(T, U) { in Do() function
51 static constexpr V Do(T, U) { in Do() function
61 static constexpr V Do(T, U) { in Do() function
73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
105 ? CheckedMulFastAsmOp<T, U>::Do(x, y, result) in Do()
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
115 return ClampedAddFastAsmOp<T, U>::template Do<V>(x, y); in Do()
[all …]
Dclamped_math_impl.h32 : ClampedNegFastOp<T>::Do(value); in SaturatedNegWrapper()
81 static constexpr V Do(T x, U y) {
83 return ClampedAddFastOp<T, U>::template Do<V>(x, y);
91 return BASE_NUMERICS_LIKELY((CheckedAddOp<T, U>::Do(x, y, &result)))
107 static constexpr V Do(T x, U y) {
110 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
118 return BASE_NUMERICS_LIKELY((CheckedSubOp<T, U>::Do(x, y, &result)))
134 static constexpr V Do(T x, U y) {
137 return ClampedMulFastOp<T, U>::template Do<V>(x, y);
142 return BASE_NUMERICS_LIKELY((CheckedMulOp<T, U>::Do(x, y, &result)))
[all …]
Dsafe_math_arm_impl.h34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do() function
53 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
79 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
101 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
107 if (CheckedMulFastAsmOp<T, U>::Do(x, y, &result)) in Do()
Dchecked_math_impl.h51 static constexpr bool Do(T x, U y, V* result) {
54 return CheckedAddFastOp<T, U>::Do(x, y, result);
111 static constexpr bool Do(T x, U y, V* result) {
114 return CheckedSubFastOp<T, U>::Do(x, y, result);
173 static constexpr bool Do(T x, U y, V* result) {
176 return CheckedMulFastOp<T, U>::Do(x, y, result);
190 is_valid = CheckedMulFastOp<Promotion, Promotion>::Do(x, y, &presult);
214 static constexpr bool Do(T x, U y, V* result) {
253 static constexpr bool Do(T x, U y, V* result) {
277 static constexpr bool Do(T x, U shift, V* result) {
[all …]
Dsafe_conversions.h30 static constexpr Dst Do(Src) { in Do() function
43 static constexpr bool Do(Src value) { in Do() function
60 static constexpr bool Do(Src value) {
78 static constexpr bool Do(Src value) {
91 ? internal::IsValueInRangeFastOp<Dst, SrcType>::Do(
156 static constexpr Dst Do(Src value) {
169 static Dst Do(Src value) {
171 return SaturateFastAsmOp<Dst, Src>::Do(value);
198 ? SaturateFastOp<Dst, SrcType>::Do(static_cast<SrcType>(value))
Dsafe_math_shared_impl.h42 static constexpr bool Do(T, U, V*) { in Do() function
52 static constexpr bool Do(T, U, V*) { in Do() function
62 static constexpr bool Do(T, U, V*) { in Do() function
72 static constexpr V Do(T, U) { in Do() function
82 static constexpr V Do(T, U) { in Do() function
92 static constexpr V Do(T, U) { in Do() function
101 static constexpr T Do(T) { in Do() function
/external/u-boot/arch/xtensa/
DKconfig20 bool "Do not enable icache"
23 Do not enable instruction cache in U-Boot.
26 bool "Do not enable icache in SPL"
30 Do not enable instruction cache in SPL.
33 bool "Do not enable dcache"
36 Do not enable data cache in U-Boot.
39 bool "Do not enable dcache in SPL"
43 Do not enable data cache in SPL.
/external/u-boot/arch/nds32/
DKconfig20 bool "Do not enable icache"
23 Do not enable instruction cache in U-Boot.
26 bool "Do not enable icache in SPL"
30 Do not enable instruction cache in SPL.
33 bool "Do not enable dcache"
36 Do not enable data cache in U-Boot.
39 bool "Do not enable dcache in SPL"
43 Do not enable data cache in SPL.
/external/v8/src/runtime/
Druntime-atomics.cc246 static inline Object Do(Isolate* isolate, void* buffer, size_t index) { in Do() function
254 static inline void Do(Isolate* isolate, void* buffer, size_t index, in Do() function
263 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
283 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
293 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
303 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
313 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
323 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do() function
377 return Op<int64_t>::Do(isolate, source, index, bigint); in GetModifySetValueInBuffer()
380 return Op<uint64_t>::Do(isolate, source, index, bigint); in GetModifySetValueInBuffer()
[all …]
/external/pdfium/third_party/base/numerics/
Dsafe_conversions.h31 static constexpr Dst Do(Src) { in Do() function
44 static constexpr bool Do(Src value) { in Do() function
61 static constexpr bool Do(Src value) {
79 static constexpr bool Do(Src value) {
92 ? internal::IsValueInRangeFastOp<Dst, SrcType>::Do(
157 static constexpr Dst Do(Src value) {
171 static Dst Do(Src value) { return SaturateFastAsmOp<Dst, Src>::Do(value); }
182 static Dst Do(Src value) {
208 ? SaturateFastOp<Dst, SrcType>::Do(static_cast<SrcType>(value))
Dsafe_math_impl.h87 static bool Do(T x, U y, V* result) {
138 static bool Do(T x, U y, V* result) {
191 static bool Do(T x, U y, V* result) {
255 static bool Do(T x, U y, V* result) {
289 static bool Do(T x, U y, V* result) {
312 static bool Do(T x, U shift, V* result) {
321 return CheckedMulOp<T, T>::Do(x, static_cast<T>(1) << shift, result);
341 static bool Do(T x, U shift, V* result) {
365 static bool Do(T x, U y, V* result) {
384 static bool Do(T x, U y, V* result) {
[all …]
/external/u-boot/arch/arm/dts/
Dmeson-gxl-mali.dtsi36 assigned-clock-parents = <0>, /* Do Nothing */
38 <0>, /* Do Nothing */
41 <0>, /* Do Nothing */
43 <0>; /* Do Nothing */
/external/u-boot/arch/arc/
DKconfig112 bool "Do not enable icache"
115 Do not enable instruction cache in U-Boot.
118 bool "Do not enable icache in SPL"
122 Do not enable instruction cache in SPL.
125 bool "Do not enable dcache"
128 Do not enable data cache in U-Boot.
131 bool "Do not enable dcache in SPL"
135 Do not enable data cache in SPL.
/external/icu/icu4c/source/data/locales/
Des_VE.txt48 "Do",
59 "Do",
162 "-1"{"el Do pasado"}
163 "0"{"este Do"}
164 "1"{"el próximo Do"}
/external/v8/src/base/
Dsafe_conversions.h43 static constexpr Dst Do(Src) { in Do() function
56 static constexpr bool Do(Src value) { in Do() function
72 static constexpr bool Do(Src value) {
89 static constexpr bool Do(Src value) {
102 ? internal::IsValueInRangeFastOp<Dst, SrcType>::Do(
166 static constexpr Dst Do(Src value) {
179 static constexpr Dst Do(Src value) {
180 return SaturateFastAsmOp<Dst, Src>::Do(value);
191 static constexpr Dst Do(Src value) {
217 ? SaturateFastOp<Dst, SrcType>::Do(static_cast<SrcType>(value))
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
/external/pdfium/testing/resources/
Dbug_451265.in26 /Im6 Do
44 /x15 Do
71 /x47 Do
/external/clang/test/Analysis/
Dsuperclass.m52 // Do not warn if UIViewController/*Responder/NSDocument is not our superclass
72 // Do not warn for the implementation in the superclass itself.
111 // Do not warn for methods were it shouldn't
115 // Do not warn if UIViewController is our superclass but we did call super
175 // Do warn for UIResponder subclasses that don't call super
185 // Do not warn for UIResponder subclasses that do the right thing
195 // Do warn for NSResponder subclasses that don't call super
206 // Do not warn for NSResponder subclasses that do the right thing
219 // Do warn for NSDocument subclasses that don't call super
230 // Do not warn for NSDocument subclasses that do the right thing
/external/perfetto/docs/reference/
Dheap_profile-cli.md31 | --no-start | Do not start heapprofd. |
34 | --no-versions | Do not get version information about APKs. |
35 | --no-running | Do not target already running processes. Requires Android 11. |
36 | --no-startup | Do not target processes that start during the profile. Requires Android 11. |
39 | --disable-fork-teardown | Do not tear down client in forks. This can be useful for programs that …
/external/icu/icu4c/source/data/brkitr/rules/
Dline_loose_cj.txt147 # LB 6 Do not break before hard line breaks.
167 # LB 8a ZWJ x Do not break Emoji ZWJ sequences.
179 # LB 11 Do not break before or after WORD JOINER & related characters.
188 # LB 12 Do not break after NBSP and related characters.
194 # LB 12a Do not break before NBSP and related characters ...
204 # Do not include $EXX here
223 # LB 14 Do not break after OP, even after spaces
244 # LB 14b Do not break before numeric separators (IS), even after spaces.
258 # Do not break between closing punctuation and $NS, even with intervening spaces
314 # LB 22 Do not break before ellipses
[all …]
/external/pdfium/testing/resources/pixel/
Dmatte.in34 /Mask Do
38 /NoMask Do
42 /MaskTooFewComps Do
46 /MaskTooManyComps Do
/external/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go81 spreadsheet, err := srv.Spreadsheets.Get(*spreadsheetID).Do()
177 if _, err := srv.Spreadsheets.Values.BatchUpdate(*spreadsheetID, &req).Do(); err != nil {
252 data, err := srv.Spreadsheets.Values.Get(spreadsheet.SpreadsheetId, rng).Do()
262 data, err := srv.Spreadsheets.Values.Get(spreadsheet.SpreadsheetId, rng).Do()
289 if _, err := srv.Spreadsheets.BatchUpdate(*spreadsheetID, &req).Do(); err != nil {
298 spreadsheet, err := srv.Spreadsheets.Get(*spreadsheetID).Do()
330 if _, err := srv.Spreadsheets.BatchUpdate(*spreadsheetID, &spreadsheetReq).Do(); err != nil {
335 if _, err := srv.Spreadsheets.Values.BatchUpdate(*spreadsheetID, &updateReq).Do(); err != nil {
/external/u-boot/arch/riscv/
DKconfig26 bool "Do not enable icache"
29 Do not enable instruction cache in U-Boot.
32 bool "Do not enable icache in SPL"
36 Do not enable instruction cache in SPL.
39 bool "Do not enable dcache"
42 Do not enable data cache in U-Boot.
45 bool "Do not enable dcache in SPL"
49 Do not enable data cache in SPL.
/external/clang/test/SemaObjC/
Darc-property-decl-attrs.m89 @property(nonatomic, weak) id delegate; // Do not warn, nullable is inferred.
90 @property(nonatomic, weak, readonly) id ROdelegate; // Do not warn, nullable is inferred.
95 @property(nonatomic, strong) id stdelegate; // Do not warn
96 @property(nonatomic, readonly) id stROdelegate; // Do not warn
97 @property(nonatomic, strong, nonnull) id stNonNulldelete; // Do not warn
103 @property(nonatomic, weak) id ddd; // Do not warn, nullable is inferred.

12345678910>>...189