Home
last modified time | relevance | path

Searched full:otherwise (Results 1 – 25 of 18039) sorted by relevance

12345678910>>...722

/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.hpp24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
96 * @retval ... OpenThread defined error value otherwise
108 * @retval ... OpenThread defined error value otherwise
123 * @retval ... OpenThread defined error value otherwise
140 * @retval ... OpenThread defined error value otherwise
161 * @retval ... OpenThread defined error value otherwise
171 * @retval ... OpenThread defined error value otherwise
202 * @retval ... OpenThread defined error value otherwise
212 * @retval ... OpenThread defined error value otherwise
232 * @retval ... OpenThread defined error value otherwise
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/xmldoc/
Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
59 <xsl:otherwise>
61 </xsl:otherwise>
72 <xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
84 </xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
[all …]
/external/selinux/libsepol/cil/src/
Dcil_binary.h22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
45 * @return SEPOL_OK upon success or an error otherwise.
61 * @return SEPOL_OK upon success or an error otherwise.
72 * @return SEPOL_OK upon success or an error otherwise.
82 * @return SEPOL_OK upon success or an error otherwise.
92 * @return SEPOL_OK upon success or an error otherwise.
103 * @return SEPOL_OK upon success or SEPOL_ERR otherwise.
113 * @return SEPOL_OK upon success or an error otherwise.
123 * @return SEPOL_OK upon success or an error otherwise.
135 * @return SEPOL_OK upon success or an error otherwise.
[all …]
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py79 attribute is contained within this class, we return it. Otherwise, if
120 # remote proxy. Otherwise, we will use the xmlrpc server started from
228 False otherwise.
239 False otherwise.
329 @return True on success, False otherwise.
351 @return True on success, False otherwise.
361 @return True if pairable. False otherwise.
375 @return True on success, False otherwise.
404 the value False otherwise.
523 dictionaries on success, the value False otherwise.
[all …]
/external/tensorflow/tensorflow/tsl/platform/default/
Dbuild_config_root.bzl48 # another set of dependencies otherwise. If "macos" is provided, that
50 # on MacOS platforms. If "macos" is not provided, the "otherwise" list is
52 def if_static(extra_deps, otherwise = [], macos = []):
54 str(Label("//tensorflow:framework_shared_object")): otherwise,
61 def if_static_and_not_mobile(extra_deps, otherwise = []):
63 str(Label("//tensorflow:framework_shared_object")): otherwise,
64 str(Label("//tensorflow:android")): otherwise,
65 str(Label("//tensorflow:ios")): otherwise,
69 def if_dynamic_kernels(extra_deps, otherwise = []):
72 "//conditions:default": otherwise,
/external/openthread/src/core/meshcop/
Ddataset.hpp24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
94 * @returns TRUE if Active Timestamp is present, FALSE otherwise.
102 * @returns TRUE if Pending Timestamp is present, FALSE otherwise.
110 * @returns TRUE if Network Key is present, FALSE otherwise.
118 * @returns TRUE if Network Name is present, FALSE otherwise.
126 * @returns TRUE if Extended PAN ID is present, FALSE otherwise.
134 * @returns TRUE if Mesh Local Prefix is present, FALSE otherwise.
142 * @returns TRUE if Delay Timer is present, FALSE otherwise.
150 * @returns TRUE if PAN ID is present, FALSE otherwise.
158 * @returns TRUE if Channel is present, FALSE otherwise.
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
DTarget01.java31 c++; // some side effect, otherwise the JIT will remove the method in call()
41 c++; // some side effect, otherwise the JIT will remove the method in m1()
50 c++; // some side effect, otherwise the JIT will remove the method in m2()
59 c++; // some side effect, otherwise the JIT will remove the method in m3()
68 c++; // some side effect, otherwise the JIT will remove the method in m4()
77 c++; // some side effect, otherwise the JIT will remove the method in m5()
86 c++; // some side effect, otherwise the JIT will remove the method in m6()
95 c++; // some side effect, otherwise the JIT will remove the method in m7()
104 c++; // some side effect, otherwise the JIT will remove the method in m8()
113 c++; // some side effect, otherwise the JIT will remove the method in m9()
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
DTypeSubtypeOfType.java34 …e proper types, the constraint reduces to true if S is a subtype of T (§4.10), and false otherwise. in reduce()
44 // - Otherwise, if S is the null type, the constraint reduces to true. in reduce()
50 // - Otherwise, if T is the null type, the constraint reduces to false. in reduce()
56 … // - Otherwise, if S is an inference variable, α, the constraint reduces to the bound α <: T. in reduce()
62 … // - Otherwise, if T is an inference variable, α, the constraint reduces to the bound S <: α. in reduce()
74 // - Otherwise, the constraint is reduced according to the form of T: in reduce()
76 …s B1, ..., Bn. If no such type exists, the constraint reduces to false. Otherwise, the constraint … in reduce()
78 …e type, then the constraint reduces to true if T is among the supertypes of S, and false otherwise. in reduce()
80 …] (this may be S itself). If no such array type exists, the constraint reduces to false. Otherwise: in reduce()
84 …// - Otherwise, the constraint reduces to true if S' and T' are the same primitive type, and f… in reduce()
[all …]
/external/sdv/vsomeip/third_party/boost/core/doc/
Dallocator_access.qbk171 [The member `type` is `A::pointer` if valid, otherwise `A::value_type*`.]]
173 [The member `type` is `A::const_pointer` if valid, otherwise
177 [The member `type` is `A::void_pointer` if valid, otherwise
180 [The member `type` is `A::const_void_pointer` if valid, otherwise
183 [The member `type` is `A::difference_type` if valid, otherwise
186 [The member `type` is `A::size_type` if valid, otherwise
190 otherwise `std::false_type`.]]
193 otherwise `std::false_type`.]]
195 [The member `type` is `A::propagate_on_container_swap` if valid, otherwise
198 [The member `type` is `A::is_always_equal` if valid, otherwise
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DebugNumericSummaryV2.pbtxt19 element is the tensor_id, if provided, and -1 otherwise. The 2nd
21 infinity or nan value, or zero otherwise.
24 element is the tensor_id, if provided, and -1 otherwise. The
29 element is the tensor_id, if provided, and -1 otherwise. The 2nd
30 element is the device_id, if provided, and -1 otherwise. The 3rd
38 element is the tensor_id, if provided, and -1 otherwise. The 2nd
48 element is the tensor_id, if provided, and -1 otherwise. The 2nd
49 element is the device_id, if provided, and -1 otherwise. The 3rd
64 is -inf, or zero otherwise. The 2nd element is +inf if any elements
65 of the input tensor is +inf, or zero otherwise. The 3rd element is
[all …]
/external/ComputeLibrary/arm_compute/core/CPP/
DCPPTypes.h20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88 * @return true if the cpu supports fp16, false otherwise
93 * @return true if the cpu supports bf16, false otherwise
98 * @return true if the cpu supports bf16, false otherwise
103 * @return true if the cpu supports dot product, false otherwise
108 * @return true if the cpu supports floating-point matrix multiplication, false otherwise
113 * @return true if the cpu supports integer matrix multiplication, false otherwise
118 * @return true if the cpu supports integer matrix multiplication, false otherwise
123 * @return true if the cpu supports sve, false otherwise
128 * @return true if the cpu supports sve2, false otherwise
[all …]
/external/bazel-skylib/lib/
Dtypes.bzl38 True if v is an instance of a list, False otherwise.
49 True if v is an instance of a string, False otherwise.
60 True if v is an instance of a bool, False otherwise.
71 True if v is None, False otherwise.
82 True if v is an instance of a signed integer, False otherwise.
93 True if v is an instance of a tuple, False otherwise.
104 True if v is an instance of a dict, False otherwise.
115 True if v is an instance of a function, False otherwise.
126 True if v is an instance of a `depset`, False otherwise.
137 True if v was created by sets.make(), False otherwise.
/external/apache-xml/test/tests/conferr/conditionalerr/
Dconditionalerr04.xsl8 <!-- Purpose: Test xsl:choose having more than one xsl:otherwise. -->
10 <!-- ExpectedException: xsl:otherwise is not allowed in this position in the stylesheet -->
16 <xsl:otherwise>1</xsl:otherwise>
17 <xsl:otherwise>2</xsl:otherwise>
18 <xsl:otherwise>3</xsl:otherwise>
/external/python/google-api-python-client/docs/dyn/
Dretail_v2beta.projects.locations.catalogs.branches.products.html123 …n `[a-zA-Z0-9_-]+`, such as &quot;store1&quot; or &quot;REGION-2&quot;. Otherwise, an INVALID_ARGU…
173 …bers&quot;:[8.1, 6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUM…
176 …s &quot;lengths_cm&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGU…
179 …ch. This field is ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUM…
180 …key is &quot;color&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGU…
186 …e must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGU…
189 …e must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGU…
196 …must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGU…
199otherwise an INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty…
202 …hould not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGU…
[all …]
Dretail_v2.projects.locations.catalogs.branches.products.html123 …n `[a-zA-Z0-9_-]+`, such as &quot;store1&quot; or &quot;REGION-2&quot;. Otherwise, an INVALID_ARGU…
173 …bers&quot;:[8.1, 6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUM…
176 …s &quot;lengths_cm&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGU…
179 …ch. This field is ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUM…
180 …key is &quot;color&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGU…
186 …e must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGU…
189 …e must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGU…
196 …must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGU…
199otherwise an INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty…
202 …hould not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGU…
[all …]
/external/dng_sdk/source/
Ddng_safe_arithmetic.h39 // under-/overflow), stores this result in *result and returns true. Otherwise,
44 // (without under-/overflow). Otherwise, throws a dng_exception with error code
50 // wraparound), stores this result in *result and returns true. Otherwise,
56 // (without wraparound). Otherwise, throws a dng_exception with error code
62 // overflow, stores this result in *result and returns true. Otherwise,
67 // result in an int32_t under- or overflow. Otherwise, throws a dng_exception
72 // result in wraparound. Otherwise, throws a dng_exception with error code
77 // (without overflow). Otherwise, throws a dng_exception with error code
82 // wraparound), stores this result in *result and returns true. Otherwise,
92 // uint32_t (without wraparound). Otherwise, throws a dng_exception with error
[all …]
/external/guava/android/guava/src/com/google/common/base/
DVerify.java95 * message otherwise.
108 * custom message otherwise.
132 * custom message otherwise.
146 * custom message otherwise.
160 * custom message otherwise.
174 * custom message otherwise.
189 * custom message otherwise.
203 * custom message otherwise.
217 * custom message otherwise.
231 * custom message otherwise.
[all …]
/external/guava/guava/src/com/google/common/base/
DVerify.java95 * message otherwise.
108 * custom message otherwise.
132 * custom message otherwise.
146 * custom message otherwise.
160 * custom message otherwise.
174 * custom message otherwise.
189 * custom message otherwise.
203 * custom message otherwise.
217 * custom message otherwise.
231 * custom message otherwise.
[all …]
/external/apache-xml/test/tests/conf/variable/
Dvariable69.xsl25 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
32 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
39 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
46 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
53 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
Dvariable68.xsl24 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
31 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
38 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
45 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
52 <xsl:otherwise><xsl:text>neither</xsl:text></xsl:otherwise>
/external/angle/src/third_party/libXNVCtrl/
DNVCtrlLib.h19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 * Returns True if the extension exists, returns False otherwise.
47 * Returns True if the extension exists, returns False otherwise.
58 * driver. Returns False otherwise.
66 * Returns True if the target type exists. Returns False otherwise.
130 * True if the operation succeeds, False otherwise.
145 * True if the operation succeeds, False otherwise.
159 * Returns True if the attribute exists. Returns False otherwise.
184 * Returns True if the attribute exists. Returns False otherwise.
206 * Returns True if the attribute exists. Returns False otherwise.
[all …]
/external/cronet/third_party/libxml/src/
Dxmlunicode.c943 * Returns pointer to range function if found, otherwise NULL
973 * Returns 1 if true 0 otherwise
986 * Returns 1 if true 0 otherwise
999 * Returns 1 if true 0 otherwise
1012 * Returns 1 if true 0 otherwise
1025 * Returns 1 if true 0 otherwise
1038 * Returns 1 if true 0 otherwise
1051 * Returns 1 if true 0 otherwise
1064 * Returns 1 if true 0 otherwise
1077 * Returns 1 if true 0 otherwise
[all …]
/external/libxml2/
Dxmlunicode.c943 * Returns pointer to range function if found, otherwise NULL
973 * Returns 1 if true 0 otherwise
986 * Returns 1 if true 0 otherwise
999 * Returns 1 if true 0 otherwise
1012 * Returns 1 if true 0 otherwise
1025 * Returns 1 if true 0 otherwise
1038 * Returns 1 if true 0 otherwise
1051 * Returns 1 if true 0 otherwise
1064 * Returns 1 if true 0 otherwise
1077 * Returns 1 if true 0 otherwise
[all …]
/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/
DCustomAttributeOrBuilder.java32 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
38 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
52 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
58 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
72 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
78 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
93 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
99 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
119 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
137 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Dchar.qbk180 output stream reports an error). Otherwise this
187 output stream reports an error). Otherwise this
194 error). Otherwise this generator fails and does not
201 error). Otherwise this generator fails and does not
238 [[`ns::char_`] [`Ch`, attribute is mandatory (otherwise compilation
243 succeeds only if both are equal, failing otherwise.
248 succeeds only if both are equal, failing otherwise.
251 [[`ns::char_(ch1, ch2)`][`Ch`, attribute is mandatory (otherwise compilation
257 [[`ns::char_(cs)`] [`Ch`, attribute is mandatory (otherwise compilation
270 in the `boost::optional<>`. Otherwise the generators will fail.]
[all …]

12345678910>>...722