| /external/clang/test/SemaCXX/ |
| D | uninitialized.cpp | 24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial… 25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini… 26 … + 1; // expected-warning {{variable 'e' is uninitialized when used within its own initialization}} 27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia… 37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i… 38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its… 39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ… 40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own … 41 …e(p); // expected-warning {{variable 'p' is uninitialized when used within its own initialization}} 42 …(q)); // expected-warning {{variable 'q' is uninitialized when used within its own initialization}} [all …]
|
| /external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| D | timerfd.cc | 14 struct itimerspec its; in main() local 15 its.it_value.tv_sec = 0; in main() 16 its.it_value.tv_nsec = 1000000; in main() 17 its.it_interval.tv_sec = its.it_value.tv_sec; in main() 18 its.it_interval.tv_nsec = its.it_value.tv_nsec; in main() 20 int res = timerfd_settime(fd, 0, &its, NULL); in main() 24 res = timerfd_settime(fd, 0, &its, &its2); in main() 26 assert(its2.it_interval.tv_sec == its.it_interval.tv_sec); in main() 27 assert(its2.it_interval.tv_nsec == its.it_interval.tv_nsec); in main() 28 assert(its2.it_value.tv_sec <= its.it_value.tv_sec); in main() [all …]
|
| /external/ltp/include/ |
| D | tst_timer.h | 328 static inline int sys_timer_gettime(kernel_timer_t timerid, void *its) in sys_timer_gettime() argument 330 return tst_syscall(__NR_timer_gettime, timerid, its); in sys_timer_gettime() 333 static inline int sys_timer_gettime64(kernel_timer_t timerid, void *its) in sys_timer_gettime64() argument 335 return tst_syscall(__NR_timer_gettime64, timerid, its); in sys_timer_gettime64() 338 static inline int sys_timer_settime(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime() argument 341 return tst_syscall(__NR_timer_settime, timerid, flags, its, old_its); in sys_timer_settime() 344 static inline int sys_timer_settime64(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime64() argument 347 return tst_syscall(__NR_timer_settime64, timerid, flags, its, old_its); in sys_timer_settime64() 350 static inline int sys_timerfd_gettime(int fd, void *its) in sys_timerfd_gettime() argument 352 return tst_syscall(__NR_timerfd_gettime, fd, its); in sys_timerfd_gettime() [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | securitycenter_v1beta2.projects.html | 161 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 163 …e": "A String", # The state of enablement for the module at its level of the resour… 164 … The configuration value for the module. The absence of this field implies its inheritance from th… 171 …": "A String", # The state of enablement for the service at its level of the resour… 191 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 193 …e": "A String", # The state of enablement for the module at its level of the resour… 194 … The configuration value for the module. The absence of this field implies its inheritance from th… 200 …": "A String", # The state of enablement for the service at its level of the resour… 220 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 222 …e": "A String", # The state of enablement for the module at its level of the resour… [all …]
|
| D | securitycenter_v1beta2.folders.html | 156 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 158 …e": "A String", # The state of enablement for the module at its level of the resour… 159 … The configuration value for the module. The absence of this field implies its inheritance from th… 166 …": "A String", # The state of enablement for the service at its level of the resour… 186 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 188 …e": "A String", # The state of enablement for the module at its level of the resour… 189 … The configuration value for the module. The absence of this field implies its inheritance from th… 195 …": "A String", # The state of enablement for the service at its level of the resour… 215 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 217 …e": "A String", # The state of enablement for the module at its level of the resour… [all …]
|
| D | securitycenter_v1beta2.organizations.html | 162 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 164 …e": "A String", # The state of enablement for the module at its level of the resour… 165 … The configuration value for the module. The absence of this field implies its inheritance from th… 172 …": "A String", # The state of enablement for the service at its level of the resour… 192 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 194 …e": "A String", # The state of enablement for the module at its level of the resour… 195 … The configuration value for the module. The absence of this field implies its inheritance from th… 201 …": "A String", # The state of enablement for the service at its level of the resour… 242 …rent modules. The absence of a module in the map implies its configuration is inherited from its p… 244 …e": "A String", # The state of enablement for the module at its level of the resour… [all …]
|
| /external/setupdesign/main/res/values/ |
| D | attrs.xml | 31 <!-- Push object to the left of its container, not changing its size. --> 33 <!-- Push object to the right of its container, not changing its size. --> 35 <!-- Place object in the horizontal center of its container, not changing its size. --> 37 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 39 <!-- Push object to the beginning of its container, not changing its size. --> 41 <!-- Push object to the end of its container, not changing its size. --> 46 <!-- Push object to the left of its container, not changing its size. --> 48 <!-- Push object to the right of its container, not changing its size. --> 50 <!-- Place object in the horizontal center of its container, not changing its size. --> 52 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> [all …]
|
| /external/arm-trusted-firmware/drivers/arm/gic/v3/ |
| D | gic600ae_fmu.c | 30 "GICD-ITS AXI4-Stream interface error", 56 "GICD-ITS Monolithic switch error", 57 "GICD-ITS Q-Channel interface error", 58 "GICD-ITS Monolithic interface error", 79 /* Safety mechanisms for ITS block */ 82 "ITS dual lockstep error", 83 "ITS-GICD AXI4-Stream interface error", 84 "ITS AXI4 slave interface error", 85 "ITS AXI4 master interface error", 86 "ITS Q-Channel interface error", [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | Job.kt | 19 * culminates in its completion. 22 * of a parent leads to immediate cancellation of all its [children] recursively. 23 …* Failure of a child with an exception other than [CancellationException] immediately cancels its … 24 * consequently, all its other children. This behavior can be customized using [SupervisorJob]. 58 …* the _cancelling_ state immediately. The job becomes _cancelled_ when it finishes executing its … 59 * all its children complete. 62 …* the _completing_ state. It waits in the _completing_ state for all its children to complete befo… 65 * active, while internally it is waiting for its children. 87 * A coroutine job is said to _complete exceptionally_ when its body throws an exception; 91 …mal cancellation of a job is distinguished from its failure by the type of this exception that cau… [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
| D | 9-2.c | 48 struct itimerspec its; in main() local 88 its.it_interval.tv_sec = 0; in main() 89 its.it_interval.tv_nsec = 0; in main() 97 its.it_value.tv_sec = tsbefore.tv_sec + in main() 99 its.it_value.tv_nsec = tsbefore.tv_nsec + in main() 102 its.it_value.tv_sec = tsbefore.tv_sec + in main() 104 its.it_value.tv_nsec = tsbefore.tv_nsec + in main() 109 (int)its.it_value.tv_sec, (int)its.it_value.tv_nsec); in main() 111 if (timer_settime(tid, flags, &its, NULL) != 0) { in main() 128 if (tsafter.tv_sec < its.it_value.tv_sec) { in main() [all …]
|
| D | 3-3.c | 38 struct itimerspec its; in main() local 67 its.it_interval.tv_sec = 0; in main() 68 its.it_interval.tv_nsec = 0; in main() 69 its.it_value.tv_sec = 0; in main() 70 its.it_value.tv_nsec = TIMEREXPIRENSEC; in main() 73 if (timer_settime(tid, 0, &its, NULL) != 0) { in main() 98 its.it_interval.tv_sec = 0; in main() 99 its.it_interval.tv_nsec = 0; in main() 100 its.it_value.tv_sec = 0; in main() 101 its.it_value.tv_nsec = 0; in main() [all …]
|
| D | 2-1.c | 40 struct itimerspec its; in main() local 71 its.it_interval.tv_sec = TIMERINTERVALSEC; in main() 72 its.it_interval.tv_nsec = 0; in main() 73 its.it_value.tv_sec = TIMERVALUESEC; in main() 74 its.it_value.tv_nsec = 0; in main() 92 printf("Test for value %d\n", (int)its.it_value.tv_sec); in main() 98 if (timer_settime(tid, 0, &its, NULL) != 0) { in main() 120 delta = timeelapsed - its.it_value.tv_sec; in main() 123 (int)its.it_value.tv_sec); in main() 127 its.it_interval.tv_sec += INCREMENT; in main() [all …]
|
| /external/mesa3d/src/gallium/frontends/clover/util/ |
| D | adaptor.hpp | 57 iterator_adaptor(F f, std::tuple<Is...> &&its) : in iterator_adaptor() argument 58 f(f), its(std::move(its)) { in iterator_adaptor() 63 return tuple::apply(f, tuple::map(derefs(), its)); in operator *() 68 tuple::map(preincs(), its); in operator ++() 81 return its == jt.its; in operator ==() 86 return its != jt.its; in operator !=() 96 tuple::map(predecs(), its); in operator --() 109 tuple::map(advances_by(n), its); in operator +=() 115 tuple::map(advances_by(-n), its); in operator -=() 135 return std::get<0>(its) - std::get<0>(jt.its); in operator -() [all …]
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Argument.h | 51 /// \brief Return the index of this formal argument in its containing 58 /// its containing function. Also returns true if at least one byte is known 62 /// \brief If this argument has the dereferenceable attribute on it in its 68 /// it in its containing function, return the number of bytes known to be 72 /// \brief Return true if this argument has the byval attribute on it in its 83 /// attribute on it in its containing function. These attributes both 87 /// \brief If this is a byval or inalloca argument, return its alignment. 90 /// \brief Return true if this argument has the nest attribute on it in its 94 /// \brief Return true if this argument has the noalias attribute on it in its 99 /// its containing function. [all …]
|
| /external/llvm/include/llvm/IR/ |
| D | Argument.h | 51 /// \brief Return the index of this formal argument in its containing 58 /// its containing function. Also returns true if at least one byte is known 62 /// \brief If this argument has the dereferenceable attribute on it in its 68 /// it in its containing function, return the number of bytes known to be 72 /// \brief Return true if this argument has the byval attribute on it in its 83 /// attribute on it in its containing function. These attributes both 87 /// \brief If this is a byval or inalloca argument, return its alignment. 90 /// \brief Return true if this argument has the nest attribute on it in its 94 /// \brief Return true if this argument has the noalias attribute on it in its 99 /// its containing function. [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | md2.h | 6 * \warning MD2 is considered a weak message digest and its use constitutes a 41 * \warning MD2 is considered a weak message digest and its use 63 * \warning MD2 is considered a weak message digest and its use 75 * \warning MD2 is considered a weak message digest and its use 88 * \warning MD2 is considered a weak message digest and its use 103 * \warning MD2 is considered a weak message digest and its use 119 * \warning MD2 is considered a weak message digest and its use 136 * \warning MD2 is considered a weak message digest and its use 151 * \warning MD2 is considered a weak message digest and its use 171 * \warning MD2 is considered a weak message digest and its use [all …]
|
| D | md5.h | 6 * \warning MD5 is considered a weak message digest and its use constitutes a 41 * \warning MD5 is considered a weak message digest and its use 62 * \warning MD5 is considered a weak message digest and its use 74 * \warning MD5 is considered a weak message digest and its use 87 * \warning MD5 is considered a weak message digest and its use 102 * \warning MD5 is considered a weak message digest and its use 118 * \warning MD5 is considered a weak message digest and its use 135 * \warning MD5 is considered a weak message digest and its use 151 * \warning MD5 is considered a weak message digest and its use 172 * \warning MD5 is considered a weak message digest and its use [all …]
|
| D | md4.h | 6 * \warning MD4 is considered a weak message digest and its use constitutes a 42 * \warning MD4 is considered a weak message digest and its use 63 * \warning MD4 is considered a weak message digest and its use 75 * \warning MD4 is considered a weak message digest and its use 88 * \warning MD4 is considered a weak message digest and its use 103 * \warning MD4 is considered a weak message digest and its use 118 * \warning MD4 is considered a weak message digest and its use 135 * \warning MD4 is considered a weak message digest and its use 151 * \warning MD4 is considered a weak message digest and its use 172 * \warning MD4 is considered a weak message digest and its use [all …]
|
| /external/licenseclassifier/v2/assets/License/CECILL-2.1/ |
| D | license.txt | 4 … the result of discussions between its authors in order to ensure compliance with the two main pri… 10 …public scientific, technical and industrial research establishment, having its principal place of … 12 …ifique - CNRS, a public scientific and technological establishment, having its principal place of … 14 …tique - Inria, a public scientific and technological establishment, having its principal place of … 23 … to the user's attention, given its Free Software status, which may make it complicated to use, wi… 25 …re for which the holder of the economic rights decides to submit the use thereof to its provisions. 32 Agreement: means this license agreement, and its possible subsequent versions and annexes. 34 Software: means the software in its Object Code and/or Source Code form and, where applicable, its … 36 …itial Software: means the Software in its Source Code and possibly its Object Code form and, where… 78 … warranty, and to the fact that its use is restricted to experienced users has been provided to th… [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/ |
| D | assertions.xml | 25 its priority and scheduling shall not be affected by its mutex ownership. 31 execute at the higher of its priority or the priority of the highest priority 38 protocol, it shall execute at the higher of its priority or the highest of the 48 not be subject to being moved to the tail of the scheduling queue at its 49 priority in the event that its original priority is changed, such as by a call 53 queue at its priority in the event that its original priority is changed. 69 it continues to own the mutex. The implementation shall update its execution 70 priority to the maximum of its assigned priority and all its inherited priorities.
|
| /external/tensorflow/tensorflow/python/util/ |
| D | util.h | 33 // Returns a true if its input is a CompositeTensor or a TypeSpec. 42 // Returns a true if its input is a TypeSpec, but is not a TensorSpec. 65 // Returns a true if its input is a collections.Mapping. 74 // Returns a true if its input is a collections.MutableMapping. 83 // Returns a true if its input is a (possibly wrapped) tuple. 92 // Returns a true if its input is a collections.MappingView. 101 // Returns a true if its input has a `__tf_dispatch__` attribute. 119 // Returns a true if its input is an instance of an attr.s decorated class. 128 // Returns a true if its input is an ops.Tensor. 137 // Returns true if its input is a tf.TensorSpec. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
| D | twoptimers.c | 38 struct itimerspec its; in main() local 64 its.it_value.tv_sec = ts.tv_sec + EXPIREDELTA; in main() 65 its.it_value.tv_nsec = ts.tv_nsec; in main() 66 its.it_interval.tv_sec = 0; in main() 67 its.it_interval.tv_nsec = 0; in main() 70 if (timer_settime(tid, flags, &its, NULL) != 0) { in main() 91 struct itimerspec its; in main() local 119 its.it_value.tv_sec = ts.tv_sec + EXPIREDELTA; in main() 120 its.it_value.tv_nsec = ts.tv_nsec; in main() 121 its.it_interval.tv_sec = 0; in main() [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/ |
| D | 2-3.c | 53 struct itimerspec its; in main() local 109 its.it_interval.tv_sec = 0; in main() 110 its.it_interval.tv_nsec = intervalnsec; in main() 111 its.it_value.tv_sec = 1; in main() 112 its.it_value.tv_nsec = 0; in main() 113 //its.it_value.tv_sec = 0; in main() 114 //its.it_value.tv_nsec = valuensec; in main() 116 if (timer_settime(tid, 0, &its, NULL) != 0) { in main() 134 //its.it_interval.tv_sec = 0; in main() 135 //its.it_interval.tv_nsec = 0; in main() [all …]
|
| /external/clang/test/Sema/ |
| D | scope-check.c | 4 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test1() 12 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test2() 21 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test3() 28 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test4() 61 goto L2; // expected-error {{cannot jump from this goto statement to its label}} in test8() 67 goto L3; // expected-error {{cannot jump from this goto statement to its label}} in test8() 71 goto L4; // expected-error {{cannot jump from this goto statement to its label}} in test8() 94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8() 106 goto L10; // fixme-error {{cannot jump from this goto statement to its label}} in test8() 126 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test8() [all …]
|
| /external/trusty/arm-trusted-firmware/drivers/arm/gic/v3/ |
| D | gic600ae_fmu.c | 31 "GICD-ITS AXI4-Stream interface error", 57 "GICD-ITS Monolithic switch error", 58 "GICD-ITS Q-Channel interface error", 59 "GICD-ITS Monolithic interface error", 80 /* Safety mechanisms for ITS block */ 83 "ITS dual lockstep error", 84 "ITS-GICD AXI4-Stream interface error", 85 "ITS AXI4 slave interface error", 86 "ITS AXI4 master interface error", 87 "ITS Q-Channel interface error", [all …]
|