HomeSort by relevance Sort by last modified time
    Searched defs:or (Results 1 - 25 of 491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/640-checker-boolean-simd/src/
Main.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43 /// CHECK-START: void Main.or(boolean) loop_optimization (before)
48 /// CHECK-START-ARM64: void Main.or(boolean) loop_optimization (after)
53 static void or(boolean x) { method in class:Main
55 a[i] |= x; // NOTE: bitwise or, not the common ||
115 or(true);
117 expectEquals(true, a[i], "or-true");
123 or(false)
    [all...]
  /external/guice/core/src/com/google/inject/matcher/
Matcher.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * Returns {@code true} or {@code false} for a given input.
38 * Returns a new matcher which returns {@code true} if either this or the
41 Matcher<T> or(Matcher<? super T> other); method in interface:Matcher
AbstractMatcher.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * Implements {@code and()} and {@code or()}.
32 public Matcher<T> or(Matcher<? super T> other) { method in class:AbstractMatcher
88 return "or(" + a + ", " + b + ")";
  /external/toybox/toys/posix/
rm.c 28 int dir = S_ISDIR(try->st.st_mode), or = 0, using = 0; local
37 // This is either the posix section 2(b) prompt or the section 3 prompt.
39 && (!S_ISLNK(try->st.st_mode) && faccessat(fd, try->name, W_OK, 0))) or++;
40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) {
43 fprintf(stderr, "rm %s%s%s", or ? "ro " : "", dir ? "dir " : "", s);
45 or = yesno(0);
46 if (!or) goto nodelete;
65 or = yesno(0);
66 if (!or) goto nodelete;
94 // unlink now to see if it succeeds or reports that it didn't exist
    [all...]
  /libcore/ojluni/src/main/java/java/util/function/
BiPredicate.java 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * This code is free software; you can redistribute it and/or modify it
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
89 * OR of this predicate and another. When evaluating the composed
100 * OR of this predicate and the {@code other} predicate
103 default BiPredicate<T, U> or(BiPredicate<? super T, ? super U> other) method in interface:BiPredicate
    [all...]
DoublePredicate.java 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * This code is free software; you can redistribute it and/or modify it
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
100 default DoublePredicate or(DoublePredicate other) method in interface:DoublePredicate
    [all...]
IntPredicate.java 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * This code is free software; you can redistribute it and/or modify it
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
100 default IntPredicate or(IntPredicate other) method in interface:IntPredicate
    [all...]
LongPredicate.java 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * This code is free software; you can redistribute it and/or modify it
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
100 default LongPredicate or(LongPredicate other) method in interface:LongPredicate
    [all...]
Predicate.java 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * This code is free software; you can redistribute it and/or modify it
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
85 * OR of this predicate and another. When evaluating the composed
96 * OR of this predicate and the {@code other} predicate
99 default Predicate<T> or(Predicate<? super T> other) method in interface:Predicate
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
to-16bit-v3.s 16 or $r0, $r0, $r0 label
  /external/mesa3d/src/glsl/
Android.gen.mk 10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
49 define local-l-or-ll-to-c-or-cp
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
iso646.h 14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
23 #define bitor | ///< Bitwise OR of two scalar expressions
27 #define or || ///< Logical OR of two boolean expressions macro
28 #define or_eq |= ///< Bitwise OR with assignment to lval
29 #define xor ^ ///< Exclusive OR
30 #define xor_eq ^= ///< Exclusive OR with assignment to lval
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 6 Redistribution and use in source and binary forms, with or without
13 documentation and/or other materials provided with the distribution.
14 3. The name of the author may not be used to endorse or promote products
17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE O
70 public function or(a:BitSet):BitSet { function
    [all...]
  /external/clang/lib/Headers/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /external/llvm/test/MC/X86/
intel-syntax-ambiguous.s 23 or [eax], 1 label
24 // CHECK: error: ambiguous operand size for instruction 'or'
  /external/mockito/src/main/java/org/mockito/
AdditionalMatchers.java 26 * Example of using logical and(), not(), or() matchers:
35 * //1 or 10
36 * mock.someMethod(or(eq(1), eq(10)));
45 * argument greater than or equal the given value.
59 * byte argument greater than or equal to the given value.
73 * double argument greater than or equal to the given value.
87 * float argument greater than or equal to the given value.
101 * int argument greater than or equal to the given value.
115 * long argument greater than or equal to the given value.
129 * short argument greater than or equal to the given value
758 public static boolean or(boolean first, boolean second) { method in class:AdditionalMatchers
776 public static <T> T or(T first, T second) { method in class:AdditionalMatchers
792 public static short or(short first, short second) { method in class:AdditionalMatchers
808 public static long or(long first, long second) { method in class:AdditionalMatchers
824 public static int or(int first, int second) { method in class:AdditionalMatchers
840 public static float or(float first, float second) { method in class:AdditionalMatchers
856 public static double or(double first, double second) { method in class:AdditionalMatchers
872 public static char or(char first, char second) { method in class:AdditionalMatchers
888 public static byte or(byte first, byte second) { method in class:AdditionalMatchers
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
56 public static <T> Predicate<T> or(Predicate<? super T>... components) { method in class:Predicates
57 return Predicates.<T>or(Arrays.asList(components));
68 public static <T> Predicate<T> or(Iterable<? extends Predicate<? super T>> components) { method in class:Predicates
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
iso646.h 8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #define or || macro
    [all...]

Completed in 914 milliseconds

1 2 3 4 5 6 7 8 91011>>