/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.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 390 public IntSet or(IntSet a) { method in class:IntervalSet [all...] |
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 371 public IntSet or(IntSet a) { method in class:BitSet [all...] |
/external/dhcpcd/ |
configure.c | 6 * Redistribution and use in source and binary forms, with or without 13 * documentation and/or other materials provided with the distribution. 16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WA 692 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local [all...] |
/external/kernel-headers/original/uapi/drm/ |
msm_drm.h | 5 * This program is free software; you can redistribute it and/or modify it 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 58 uint64_t value; /* out (get_param) or in (set_param) */ 113 * ((relocbuf->gpuaddr + reloc_offset) << shift) | or 117 * values. Or a new MSM_SUBMIT_CMD_x type would also be an option. 124 uint32_t or; /* in, value OR'd with result */ member in struct:drm_msm_gem_submit_reloc 152 * cmdstream buffer(s) themselves or reloc entries) has one (and only 174 * one or more cmdstream buffers. This allows for conditional execution 188 * submission from same or other contexts, PAGE_FLIP ioctl, etc, al [all...] |
/external/libdrm/freedreno/msm/ |
msm_drm.h | 9 * and/or sell copies of the Software, and to permit persons to whom the 13 * paragraph) shall be included in all copies or substantial portions of the 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 FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 65 uint64_t value; /* out (get_param) or in (set_param) * 131 uint32_t or; \/* in, value OR'd with result *\/ member in struct:drm_msm_gem_submit_reloc [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.h | 98 uint32_t or; member in struct:nv30_vertprog
|
/external/tremolo/Tremolo/ |
bitwise.c | 6 * Redistribution and use in source and binary forms, with or without 14 * in the documentation and/or other materials provided with the 18 * endorse or promote products derived from this software without 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR 366 ogg_reference *or; variable 392 ogg_reference *or=ogg_buffer_alloc(bs,64); local 726 ogg_reference *or=NULL,*orl=NULL; local [all...] |
framing.c | 6 * Redistribution and use in source and binary forms, with or without 14 * in the documentation and/or other materials provided with the 18 * endorse or promote products derived from this software without 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR 128 ogg_reference *or; local 150 ogg_reference *or=_fetch_ref(bs); local 237 ogg_reference *or=*tail; local [all...] |
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * Unless required by applicable law or agreed to in writing, software 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 31 * Each element is either true or false. A {@code BitSet} is created with a given size and grows 61 * not safe after an xor operation that may have cleared the highest set bit or 244 * if {@code fromIndex} or {@code toIndex} is negative, or if 321 * if {@code fromIndex} or {@code toIndex} is negative, or i 486 public void or(BitSet bs) { method in class:BitSet [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
LauncherEdgeEffect.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. 112 final float or = height * 0.75f / SIN; local 113 final float oy = COS * or; 114 final float oh = or - oy; 151 * 1.f (full length of the view) or negative values to express change 165 * 1.f (full length of the view) or negative values to express change 232 * <p>When using a {@link android.widget.Scroller} or {@link android.widget.OverScroller},
|
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidMock.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. 65 * Similarly, the complex expectation methods ({@code #and}, {@code #or}, and {@code not}) take 75 * expectation methods, and not just any random method that returns a {@literal byte} or even a 194 * {@code null} or {@code false} for unexpected invocations. 216 * {@code null} or {@code false} for unexpected invocations. 247 * or according to parameter expectation criteria. Some examples of parameter expectation 250 * {@link #or(boolean, boolean)}, and {@link #not(double)}. 411 * Expects any {@code java.lang.Object} (or subclass) argument as a parameter to a mocked method 1278 public static boolean or(boolean first, boolean second) { method in class:AndroidMock 1304 public static byte or(byte first, byte second) { method in class:AndroidMock 1329 public static char or(char first, char second) { method in class:AndroidMock 1355 public static double or(double first, double second) { method in class:AndroidMock 1381 public static float or(float first, float second) { method in class:AndroidMock 1407 public static int or(int first, int second) { method in class:AndroidMock 1433 public static long or(long first, long second) { method in class:AndroidMock 1459 public static short or(short first, short second) { method in class:AndroidMock 1485 public static <T> T or(T first, T second) { method in class:AndroidMock [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 3 * or more contributor license agreements. See the NOTICE file 12 * Unless required by applicable law or agreed to in writing, software 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 56 import org.apache.xpath.operations.Or; 80 * @param errorHandler Error listener where messages will be sent, or null 111 * @throws TransformerException if there is a syntax or other error. 126 expr = or(opPos); break; 207 * @throws TransformerException if there is a syntax or other error. 229 * @throws TransformerException if syntax or other error occurs 251 protected Expression or(int opPos) throws TransformerException method in class:Compiler [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 368 * mask as a byte array or an empty <code>Set</code>. 393 // OR keeps all significant bits 394 byte[] ip = or(minMax[0], minMax[2]); 395 byte[] subnetmask = or(subnetmask1, subnetmask2); 638 // a particular mailbox or @domain 740 // is sub domain or the same 1711 private static byte[] or(byte[] ip1, byte[] ip2) method in class:PKIXNameConstraintValidator [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 70 #define or macro 155 or
|
/frameworks/base/core/java/android/widget/ |
EdgeEffect.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. 141 final float or = height * 0.75f / SIN; local 142 final float oy = COS * or; 143 final float oh = or - oy; 180 * 1.f (full length of the view) or negative values to express change 194 * 1.f (full length of the view) or negative values to express change 261 * <p>When using a {@link android.widget.Scroller} or {@link android.widget.OverScroller},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 49 not functions or classmethods are (deep)copied to self.__dict__. 74 knows nothing about executables or icons, it only copies files 81 # Name of the bundle, with or without extension. 308 if %(standalone)s or %(semi_standalone)s: 421 if ((self.standalone or self.semi_standalone) 426 raise BundleBuilderError, ("must specify either or both of " 460 if self.standalone or self.semi_standalone: 489 if self.standalone or self.semi_standalone: 504 if self.standalone or self.semi_standalone: 524 if self.standalone or self.semi_standalone 682 if not self.use_zipimport or name != "site": namespace [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 10 * @param {Number|Array} [bits] a 32 bit number or array of 32 bit numbers 238 * Clear all bits or a specific bit. 457 * Performs a logical OR of this bit set with the bit set argument. 460 * only if it either already had the value true or the corresponding bit 465 or: function(a) { 475 * Performs a logical {@link #or} in place. 625 * getTokenDispalyName or a String that will be used as a list
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
PredicatesTest.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. 173 .addEqualityGroup(Predicates.or()) 191 .addEqualityGroup(Predicates.or(NEVER_REACHED)) 209 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 229 .addEqualityGroup(Predicates.or(TRUE, isOdd(), NEVER_REACHED)) 250 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 286 * Tests for all the different flavors of Predicates.or(). 291 assertEvalsToFalse(Predicates.or()); [all...] |
/external/libxml2/ |
pattern.c | 18 * - making clear how pattern starting with / or . need to be handled, 200 * Returns the newly allocated xmlPatternPtr or NULL in case of error 283 * @dict: the inherited dictionary or NULL 285 * with [NULL, NULL] or NULL if no namespace is used 289 * Returns the newly allocated xmlPatParserContextPtr or NULL in case of error 412 * remove the leading // for //a or .//a 750 * Returns the Literal parsed or NULL 818 * Returns the Name parsed or NULL 856 * Returns the Name parsed or NULL 896 * Returns the Name parsed or NUL 2362 const xmlChar *or, *start; local [all...] |
/external/toybox/lib/ |
lib.c | 64 // Keep reading until full or EOF 79 // Keep writing until done or EOF 108 int try = offset>sizeof(libbuf) ? sizeof(libbuf) : offset, or; local 110 or = readall(fd, libbuf, try); 111 if (or < 0) perror_exit("lskip to %lld", (long long)offset); 112 else offset -= or; 113 if (or < try) break; 191 // X_OK or R_OK). Returns a list of absolute paths to each file found, in 321 // TODO: is blocksize still always 512, or do we stat for it? 607 // The letter changes the value, the newline (or space) returns it [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.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. 46 * left to right, or right to left. Used by incoming call screen, and the lock screen when no 165 * Either {@link #HORIZONTAL} or {@link #VERTICAL}. 248 * The resource should refer to a Drawable object, or use 0 to remove 263 * The resource should refer to a Drawable object, or use 0 to remove 354 float or = OUTER_ROTARY_RADIUS_DIP * mDensity; local 358 canvas.drawCircle(midX, or + bgTop, or, mPaint) [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * Unless required by applicable law or agreed to in writing, software 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 206 * representation consists of an optional plus or minus sign followed by a 223 * The string representation consists of an optional plus or minus sign 231 * representation of a {@code BigInteger} or if {@code radix < 232 * Character.MIN_RADIX} or {@code radix > Character.MAX_RADIX}. 266 * @throws NumberFormatException if the sign is not one of -1, 0, 1 or if 512 * <p>The value will fit into an {@code int} if {@code bitLength() < 32} or 701 public BigInteger or(BigInteger value) { method in class:BigInteger [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/d3/ |
d3.min.js | [all...] |
/build/core/ |
definitions.mk | 10 # Unless required by applicable law or agreed to in writing, software 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 115 define true-or-empty 277 find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \ 381 ## a given directory or one of its parents contains 692 ## $(2): if set, separator word; usually "=", ":", or ":=" 766 # Given a list of installed modules (short or long names) 798 ## Output the command lines, or not [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
PredicatesTest.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. 193 .addEqualityGroup(Predicates.or()) 217 .addEqualityGroup(Predicates.or(NEVER_REACHED)) 241 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 266 .addEqualityGroup(Predicates.or(TRUE, isOdd(), NEVER_REACHED)) 293 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 335 * Tests for all the different flavors of Predicates.or(). 340 assertEvalsToFalse(Predicates.or()); [all...] |