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

1 2 3 4

  /external/junit/src/org/junit/internal/matchers/
CombinableMatcher.java 31 public CombinableMatcher<T> or(Matcher<? extends T> matcher) { method in class:CombinableMatcher
  /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...]
  /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/mockito/src/org/mockito/
AdditionalMatchers.java 27 * Example of using logical and(), not(), or() matchers:
36 * //1 or 10
37 * mock.someMethod(or(eq(1), eq(10)));
47 * argument greater than or equal the given value.
60 * byte argument greater than or equal to the given value.
73 * double argument greater than or equal to the given value.
86 * float argument greater than or equal to the given value.
99 * int argument greater than or equal to the given value.
112 * long argument greater than or equal to the given value.
125 * short argument greater than or equal to the given value
712 public static boolean or(boolean first, boolean second) { method in class:AdditionalMatchers
729 public static <T> T or(T first, T second) { method in class:AdditionalMatchers
744 public static short or(short first, short second) { method in class:AdditionalMatchers
759 public static long or(long first, long second) { method in class:AdditionalMatchers
774 public static int or(int first, int second) { method in class:AdditionalMatchers
789 public static float or(float first, float second) { method in class:AdditionalMatchers
804 public static double or(double first, double second) { method in class:AdditionalMatchers
819 public static char or(char first, char second) { method in class:AdditionalMatchers
834 public static byte or(byte first, byte second) { method in class:AdditionalMatchers
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LookaheadSet.java 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
64 public LookaheadSet or(LookaheadSet other) { method in class:LookaheadSet
    [all...]
SemanticContext.java 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
644 public static SemanticContext or(SemanticContext a, SemanticContext b) { method in class:SemanticContext
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntSet.java 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
59 IntSet or(IntSet a); method in interface:IntSet
    [all...]
  /external/guava/guava/src/com/google/common/base/
Optional.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.
33 * instance of this type either contains a non-null reference, or contains nothing (in
55 * <p>A common alternative to using this class is to find or create a suitable
59 * <p>This class is not intended as a direct analogue of any existing "option" or "maybe"
106 * absent, use {@link #or(Object)} or {@link #orNull} instead.
118 public abstract T or(T defaultValue); method in class:Optional
124 public abstract Optional<T> or(Optional<? extends T> secondChoice) method in class:Optional
132 public abstract T or(Supplier<? extends T> supplier); method in class:Optional
    [all...]
CharMatcher.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.
32 * Determines a true or false value for any Java {@code char} value, just as {@link Predicate} does
77 .or(inRange('\u2000', '\u200a'))
89 .or(inRange('\u2000', '\u2006'))
90 .or(inRange('\u2008', '\u200a'))
111 digit = digit.or(inRange(base, (char) (base + 9)));
129 * inRange('a', 'z').or(inRange('A', 'Z'))}.
138 * Determines whether a character is a letter or digit according to {@lin
393 @Override public CharMatcher or(CharMatcher other) { method in class:CharMatcher
    [all...]
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.
140 public static <T> Predicate<T> or( method in class:Predicates
154 public static <T> Predicate<T> or(Predicate<? super T>... components) { method in class:Predicates
164 public static <T> Predicate<T> or( method in class:Predicates
172 * tested {@code equals()} the given target or both are null.
361 /** @see Predicates#or(Iterable) */
389 return "Or(" + COMMA_JOINER.join(components) + ")";
  /external/lldb/test/lang/cpp/class_static/
TestStaticVariables.py 23 @expectedFailureLinux('llvm.org/pr15261', failing_compilers) # lldb on Linux does not display the size of (class or file)static arrays class in class:StaticVariableTestCase
  /dalvik/dexgen/src/com/android/dexgen/util/
Bits.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.
107 * Returns whether or not the given bit set is empty, that is, whether
158 * Finds the lowest-order bit set at or after the given index in the
163 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
164 * or {@code -1} if there is no appropriate bit index to return
185 * Finds the lowest-order bit set at or after the given index in the
190 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
191 * or {@code -1} if there is no appropriate bit index to retur
209 public static void or(int[] a, int[] b) { method in class:Bits
    [all...]
BitIntSet.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.
75 Bits.or(bits, o.bits);
  /dalvik/dx/src/com/android/dx/util/
Bits.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.
107 * Returns whether or not the given bit set is empty, that is, whether
158 * Finds the lowest-order bit set at or after the given index in the
163 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
164 * or {@code -1} if there is no appropriate bit index to return
185 * Finds the lowest-order bit set at or after the given index in the
190 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
191 * or {@code -1} if there is no appropriate bit index to retur
209 public static void or(int[] a, int[] b) { method in class:Bits
    [all...]
BitIntSet.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.
75 Bits.or(bits, o.bits);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms) subroutine
278 =item C<or>
284 Or this element into this set (grow as necessary to accommodate).
306 These normally consist of either subroutines that may be exported, or methods
319 problem, one or more likely causes, and any suggested remedies.
327 meaning of any environment variables or properties that can be set. These
337 or must be installed separately.
343 This may be due to name conflicts in the interface, or competition for
344 system or program resources, or due to internal limitations of Per
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
Bits.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.
107 * Returns whether or not the given bit set is empty, that is, whether
158 * Finds the lowest-order bit set at or after the given index in the
163 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
164 * or {@code -1} if there is no appropriate bit index to return
185 * Finds the lowest-order bit set at or after the given index in the
190 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
191 * or {@code -1} if there is no appropriate bit index to retur
209 public static void or(int[] a, int[] b) { method in class:Bits
    [all...]
BitIntSet.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.
75 Bits.or(bits, o.bits);
  /external/iproute2/tc/
f_flow.c 4 * This program is free software; you can redistribute it and/or
7 * 2 of the License, or (at your option) any later version.
37 "OPS := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
173 } else if (matches(*argv, "or") == 0) {
176 fprintf(stderr, "Illegal \"or\"\n");
317 __u32 or = (mask & val) ^ val; local
324 if (or != 0)
325 fprintf(f, "or 0x%.8x ", or);
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 75 or ecx, 0xffff label
76 or eax, 0xffff label
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 13 import org.mockito.internal.matchers.Or;
63 assertStateFor("Or(?)", TWO_SUB_MATCHERS);
64 Or or = new Or(popLastArgumentMatchers(TWO_SUB_MATCHERS)); local
65 matcherStack.push(new LocalizedMatcher(or));
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java 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
107 public BitSet or(BitSet a) { method in class:BitSet
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 4 // Redistribution and use in source and binary forms, with or without
11 // documentation and/or other materials provided with the distribution.
14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16 // DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
17 // DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20 // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THI
108 function or(a,b) { function
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.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.
109 * <code>null</code> or <code>false</code> for unexpected invocations.
125 * <code>null</code> or <code>false</code> for unexpected invocations.
161 * <code>null</code> or <code>false</code> for unexpected invocations.
300 * Expects a comparable argument greater than or equal the given value. For details, see
314 * Expects a byte argument greater than or equal to the given value. For
327 * Expects a double argument greater than or equal to the given value. For
340 * Expects a float argument greater than or equal to the given value. For
832 public static boolean or(boolean first, boolean second) { method in class:EasyMock
846 public static byte or(byte first, byte second) { method in class:EasyMock
860 public static char or(char first, char second) { method in class:EasyMock
874 public static double or(double first, double second) { method in class:EasyMock
888 public static float or(float first, float second) { method in class:EasyMock
902 public static int or(int first, int second) { method in class:EasyMock
916 public static long or(long first, long second) { method in class:EasyMock
930 public static short or(short first, short second) { method in class:EasyMock
946 public static <T> T or(T first, T second) { method in class:EasyMock
    [all...]

Completed in 732 milliseconds

1 2 3 4