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

1 2 3

  /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 or(Arrays.asList(components));
68 public static <T> Predicate<T> or(Iterable<? extends Predicate<? super T>> components) { method in class:Predicates
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
  /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/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"
172 } else if (matches(*argv, "or") == 0) {
175 fprintf(stderr, "Illegal \"or\"\n");
316 __u32 or = (mask & val) ^ val; local
323 if (or != 0)
324 fprintf(f, "or 0x%.8x ", or);
  /external/proguard/src/proguard/evaluation/value/
SpecificLongValue.java 7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
124 public LongValue or(LongValue other) method in class:SpecificLongValue
126 return other.or(this);
218 public LongValue or(SpecificLongValue other) method in class:SpecificLongValue
222 new CompositeLongValue(other, CompositeLongValue.OR, this);
UnknownLongValue.java 7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
125 public LongValue or(LongValue other) method in class:UnknownLongValue
IntegerValue.java 7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
188 * Returns the logical <i>or</i> of this IntegerValue and the given
191 public abstract IntegerValue or(IntegerValue other); method in class:IntegerValue
201 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
207 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
212 * Returns whether this IntegerValue is less than or equal to the given
213 * IntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
223 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>
417 public IntegerValue or(UnknownIntegerValue other) method in class:IntegerValue
661 public IntegerValue or(SpecificIntegerValue other) method in class:IntegerValue
905 public IntegerValue or(ParticularIntegerValue other) method in class:IntegerValue
    [all...]
LongValue.java 7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
182 * Returns the logical <i>or</i> of this LongValue and the given
185 public LongValue or(LongValue other) method in class:LongValue
187 return other.or(this);
200 * Returns an IntegerValue with value -1, 0, or 1, if this LongValue is
201 * less than, equal to, or greater than the given LongValue, respectively.
212 * Returns an IntegerValue with value 1, 0, or -1, if this LongValue is
213 * less than, equal to, or greater than the given LongValue, respectively
339 public LongValue or(SpecificLongValue other) method in class:LongValue
495 public LongValue or(ParticularLongValue other) method in class:LongValue
    [all...]
ParticularIntegerValue.java 7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
201 public IntegerValue or(IntegerValue other) method in class:ParticularIntegerValue
203 return other.or(this);
329 public IntegerValue or(ParticularIntegerValue other) method in class:ParticularIntegerValue
  /external/guava/src/com/google/common/base/
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.
28 * Determines a true or false value for any Java {@code char} value, just as
72 .or(inRange('\u2000', '\u200a'));
84 .or(inRange('\u2000', '\u2006'))
85 .or(inRange('\u2008', '\u200a'));
106 digit = digit.or(inRange(base, (char) (base + 9)));
119 .or(inRange('\u001c', '\u0020'))
120 .or(is('\u1680')
380 @Override public CharMatcher or(CharMatcher other) { method in class:CharMatcher
    [all...]
  /external/libpcap/
grammar.y 6 * Redistribution and use in source and binary forms, with or without
10 * this paragraph in its entirety in the documentation or other materials
12 * features or use of this software display the following acknowledgement:
16 * or promote products derived from this software without specific prior
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
159 %type <blk> and or paren not null prog
201 %left OR AND
221 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
222 | expr or id { gen_or($1.b, $3.b); $$ = $3; }
226 or: OR { $$ = $<blk>0; label
    [all...]

Completed in 855 milliseconds

1 2 3