Home
last modified time | relevance | path

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

12345678910>>...203

/external/libcups/
Dconfig.h.in96 * Do we have domain socket support, and if so what is the default one?
131 * Do we have posix_spawn?
138 * Do we have ZLIB?
146 * Do we have PAM stuff?
156 * Do we have <shadow.h>?
163 * Do we have <crypt.h>?
186 * Do we have the long long type?
201 * Do we have the strtoll() function?
212 * Do we have the strXXX() functions?
221 * Do we have the geteuid() function?
[all …]
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-smartptr-get.cpp26 void Do();
61 BarPtr().get()->Do(); in Positive()
92 (*up->get()).Do(); in Positive()
187 u->get()->Do(); in Negative()
189 Fail1().get()->Do(); in Negative()
190 Fail2().get()->Do(); in Negative()
192 (*Fail2().get()).Do(); in Negative()
/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))
/external/icu/icu4c/source/data/locales/
Des_VE.txt40 "Do",
51 "Do",
146 "-1"{"el Do pasado"}
147 "0"{"este Do"}
148 "1"{"el próximo Do"}
/external/llvm-project/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/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/angle/third_party/abseil-cpp/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/libtextclassifier/abseil-cpp/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/webrtc/third_party/abseil-cpp/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/openscreen/third_party/abseil/src/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/abseil-cpp/absl/hash/
Dhash_testing.h307 static Out Do(const Container& values) {
324 static Out Do(const std::tuple<T...>& values) {
331 static std::vector<VariantForTypes<int>> Do(std::tuple<>) { return {}; }
347 hash_internal::ContainerAsVector<Container>::Do(values),
355 hash_internal::ContainerAsVector<Container>::Do(values), equals);
362 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
371 hash_internal::ContainerAsVector<std::initializer_list<T>>::Do(values),
/external/pdfium/testing/resources/
Dbug_451265.in26 /Im6 Do
44 /x15 Do
71 /x47 Do
/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/llvm-project/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/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/pdfium/testing/resources/pixel/
Dmatte.in34 /Mask Do
38 /NoMask Do
42 /MaskTooFewComps Do
46 /MaskTooManyComps Do
/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 …]

12345678910>>...203