HomeSort by relevance Sort by last modified time
    Searched refs:or (Results 76 - 100 of 15612) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/sdk/renderscript/clang-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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
dir-intel02.s 7 or 0x12345678,r0,r24
11 or 0xf0f05a5a,r0,r24
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
r5900@isa-override-1.s 6 or $2, 0x89ab0000
10 or $2, 0x89ab0000
14 or $2, 0x89ab0000
18 or $2, 0x89ab0000
ulh2-eb.d 14 0+000c <[^>]*> 00812025 or \$4,\$4,\$1
18 0+001c <[^>]*> 00812025 or \$4,\$4,\$1
22 0+002c <[^>]*> 00a12825 or \$5,\$5,\$1
26 0+003c <[^>]*> 00a12825 or \$5,\$5,\$1
30 0+004c <[^>]*> 00812025 or \$4,\$4,\$1
34 0+005c <[^>]*> 00812025 or \$4,\$4,\$1
38 0+006c <[^>]*> 00a12825 or \$5,\$5,\$1
42 0+007c <[^>]*> 00a12825 or \$5,\$5,\$1
ulh2-el.d 14 0+000c <[^>]*> 00812025 or \$4,\$4,\$1
18 0+001c <[^>]*> 00812025 or \$4,\$4,\$1
22 0+002c <[^>]*> 00a12825 or \$5,\$5,\$1
26 0+003c <[^>]*> 00a12825 or \$5,\$5,\$1
30 0+004c <[^>]*> 00812025 or \$4,\$4,\$1
34 0+005c <[^>]*> 00812025 or \$4,\$4,\$1
38 0+006c <[^>]*> 00a12825 or \$5,\$5,\$1
42 0+007c <[^>]*> 00a12825 or \$5,\$5,\$1
vr4120-2.d 11 .* <[^>]*> or a0,a0,a1
15 .* <[^>]*> or a0,a0,a1
19 .* <[^>]*> or a0,a0,a1
23 .* <[^>]*> or a0,a0,a1
27 .* <[^>]*> or a0,a0,a1
31 .* <[^>]*> or a0,a0,a1
35 .* <[^>]*> or a0,a0,a1
39 .* <[^>]*> or a0,a0,a1
43 .* <[^>]*> or a0,a0,a1
47 .* <[^>]*> or a0,a0,a
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
reloc64.s 5 or %g1,%ulo(0x1234567800000000),%g1
8 or %g1,%ulo(foo),%g1
11 or %g1,%ulo(foo+0x1234567800000000),%g1
14 or %g1,%hm(0xfedcba9876543210),%g1
16 or %g1,%lo(0xfedcba9876543210),%g2
19 or %g1,%hm(foo),%g1
21 or %g1,%lo(foo),%g2
24 or %g1,%hm(foo+0xfedcba9876543210),%g1
26 or %g1,%lo(foo+0xfedcba9876543210),%g2
29 or %g1,%m44(0xa9876543210),%g
    [all...]
  /external/autotest/client/cros/audio/
audio_spec.py 20 or board_type == _BOARD_TYPE_CHROMEBIT):
34 or board_type == _BOARD_TYPE_CHROMEBIT):
  /external/curl/docs/cmdline-opts/
silent.d 6 Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
  /external/llvm/test/MC/ARM/
obsolete-v8.s 4 @ CHECK: instruction requires: armv7 or earlier
7 @ CHECK: instruction requires: armv7 or earlier
  /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...]
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderr.exp 2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
nlcontrolc.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
nlvgdbsigqueue.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
  /external/valgrind/memcheck/tests/
badloop.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
cdebug_zlib.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
cdebug_zlib_gnu.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inits.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
manuel1.stderr.exp 2 Conditional jump or move depends on uninitialised value(s)
metadata.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/none/tests/
cmdline4.stderr.exp 2 valgrind: Use --help for more information or consult the user manual.

Completed in 762 milliseconds

1 2 34 5 6 7 8 91011>>