/external/openssl/crypto/sha/asm/ |
sha256-mips.s | 60 or $8,$13 61 or $14,$15 62 or $8,$14 95 or $13,$1,$2 98 or $14,$13 # Maj(a,b,c) 112 or $9,$14 113 or $15,$16 114 or $9,$15 147 or $14,$31,$1 150 or $15,$14 # Maj(a,b,c [all...] |
/external/webkit/Tools/BuildSlaveSupport/ |
build-launcher-app | 6 # Redistribution and use in source and binary forms, with or without 14 # documentation and/or other materials provided with the distribution. 16 # its contributors may be used to endorse or promote products derived 20 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY 23 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 24 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 25 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 26 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
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. 50 assertTrue(Predicates.or(newArrayList(TRUE, TRUE, TRUE)).apply(null)); 54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null)); 58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null)); 59 assertTrue(Predicates.or(newArrayList(FALSE, TRUE, FALSE)).apply(null)); 60 assertTrue(Predicates.or(newArrayList(FALSE, FALSE, TRUE)).apply(null));
|
/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 29 $db = "modeling"; /* database name. change this to match your project or can leave as is */ 61 $connect = mysql_connect($dbhost, $dbuser, $dbpass) or die("Couldn't connect to database!\n"); 62 mysql_select_db($db, $connect) or die(mysql_error()); 67 preg_match_all("/^(RCS file:.+?^={77}$)/sm", $file, $regs) or die("Couldn't find any cvs logs!\n"); 125 mysql_select_db("INFORMATION_SCHEMA") or die(mysql_error()); 132 mysql_select_db($db) or die(mysql_error()); 144 $res = mysql_query($sql) or die("$sql\n" . mysql_error() . "\n");
|
/external/valgrind/main/memcheck/tests/ |
writev1.stderr.exp | 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd 11 Address 0x........ is not stack'd, malloc'd or (recently) free'd 17 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
badjump2.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/webkit/Tools/Scripts/ |
ensure-valid-python | 4 # Redistribution and use in source and binary forms, with or without 12 # documentation and/or other materials provided with the distribution. 14 # its contributors may be used to endorse or promote products derived 18 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 20 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY 21 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 24 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR [all...] |
check-for-inappropriate-files-in-framework | 5 # Redistribution and use in source and binary forms, with or without 12 # documentation and/or other materials provided with the distribution. 15 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS 18 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE [all...] |
gdb-safari | 5 # Redistribution and use in source and binary forms, with or without 13 # documentation and/or other materials provided with the distribution. 15 # its contributors may be used to endorse or promote products derived 19 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY 22 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 23 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 24 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR [all...] |
/cts/tests/tests/webkitsecurity/assets/ |
eval-cache-crash.js | 2 "Test to make sure the eval code cache doesn't crash or give wrong results in odd situations."
|
/external/chromium/net/tools/testserver/ |
backoff_server.py | 30 if not params or not 'code' in params or params['code'][0] == '200':
|
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 60 #define or macro 145 or
|
/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. 190 .addEqualityGroup(Predicates.or()) 214 .addEqualityGroup(Predicates.or(NEVER_REACHED)) 238 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 263 .addEqualityGroup(Predicates.or(TRUE, isOdd(), NEVER_REACHED)) 290 .addEqualityGroup(Predicates.or(TRUE, NEVER_REACHED)) 334 * Tests for all the different flavors of Predicates.or(). 339 assertEvalsToFalse(Predicates.or()); [all...] |
/external/libyuv/ |
setup_env.bat | 1 :: This script must not rely on any external tools or PATH values.
|
/external/llvm/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
need_dev_zero_for_mmap.m4 | 3 # as the file descriptor or not. 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/llvm/projects/sample/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
need_dev_zero_for_mmap.m4 | 3 # as the file descriptor or not. 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/v8/tools/ |
utils.py | 2 # Redistribution and use in source and binary forms, with or without 10 # disclaimer in the documentation and/or other materials provided 13 # contributors may be used to endorse or promote products derived 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 22 # 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 TOR [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stderr.exp | 2 main ready to sleep and/or burn
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
defcfaexpr.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_results.py | 3 # Redistribution and use in source and binary forms, with or without 11 # in the documentation and/or other materials provided with the 14 # contributors may be used to endorse or promote products derived from 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_INTERFACE.S | 12 FETCH(r2, 2) @ r2<- FEDC or CCCC 15 and r2, r2, #15 @ r2<- C (or stays CCCC)
|