HomeSort by relevance Sort by last modified time
    Searched refs:or (Results 126 - 150 of 11113) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
rjsmin.py 15 Andr\xe9 Malo or his licensors, as applicable
25 Unless required by applicable law or agreed to in writing, software
27 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42 - "+ +" and "- -" sequences are not collapsed to '++' or '--'
150 last > first + 1 and '-' or '',
151 last != first and chr(last) or ''
227 elif groups[5] or groups[6] or groups[7]:
272 elif groups[6] or groups[7] or groups[8]
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 21 open my $in, '<', $filename or die "Can't open $filename: $!";
23 close $in or warn "Can't close $filename: $!";
31 open my $out, '>', $filename or die "Can't open $filename: $!";
33 close $out or warn "Can't close $filename: $!";
115 open my $old_out, '>&STDOUT' or die "Can't capture stdout: $!";
116 close STDOUT or die "Can't close stdout: $!";
117 open STDOUT, '>', 'out.tmp' or die "Can't redirect stdout: $!";
119 open my $old_err, '>&STDERR' or die "Can't capture stderr: $!";
120 close STDERR or die "Can't close stderr: $!";
121 open STDERR, '>', 'err.tmp' or die "Can't redirect stderr: $!"
    [all...]
  /external/autotest/site_utils/admin/
suite_scheduler.conf 6 or starting network-manager
7 or starting networking)
  /external/clang/test/Sema/
decl-invalid.c 13 expected-error{{expected identifier or '('}}
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding-error.s 4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant
  /external/mesa3d/docs/
MESA_release_buffers.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
33 Therefore, Mesa cannot immediately detect when an X window or pixmap is
35 or pixmap.
38 when the back color buffer, depth buffer, stencil buffer, and/or accumu-
  /external/valgrind/memcheck/tests/
clientperm.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
supponlyobj.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/solaris/
supponlyobj.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
execx.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/memcheck/tests/x86/
pushfpopf.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_undef.hpp 3 // accompanying file LICENSE_1_0.txt or copy at
24 # error missing or nested #include config_def
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@ulh2-eb.d 14 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
18 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
22 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
26 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
30 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
34 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
38 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
42 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
micromips@ulh2-el.d 14 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
18 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
22 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
26 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
30 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
34 [0-9a-f]+ <[^>]*> 0024 2290 or \$4,\$4,\$1
38 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
42 [0-9a-f]+ <[^>]*> 0025 2a90 or \$5,\$5,\$1
mips64-mips3d.l 4 .*:154: Warning: condition code register should be 0 or 4 for bc1any4f, was 1
5 .*:156: Warning: condition code register should be 0 or 4 for bc1any4t, was 2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
or.d 2 #name: NIOS2 or
9 0+0000 <[^>]*> 428cb03a or r6,r8,r10
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
pc2210.s 6 or %o1, %pc10(sym), %o1
synth.s 1 # common (v8 or v9) synthetic insns
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py 74 if 'q' not in params or not params['q'] or \
75 not float(params['q']) or float(params['q']) > 1\
76 or float(params['q']) < 0:
88 match, or (-1, 0) if no match was found. Just as for quality_parsed(),
96 type_match = (type == target_type or\
97 type == '*' or\
99 subtype_match = (subtype == target_subtype or\
100 subtype == '*' or\
106 fitness = (type == target_type) and 100 or
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mrs-msr-arm-v7-a-bad.l 2 [^:]*:5: Error: 'APSR', 'CPSR' or 'SPSR' expected -- `mrs r4,apsr_nzcvq'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.l 8 .*:18: Error: is_stmt value not 0 or 1
9 .*:19: Error: bad or irreducible absolute expression
11 .*:26: Error: bad or irreducible absolute expression
13 .*:27: Error: bad or irreducible absolute expression
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local9.d 5 #error: valid only with a register or absolute value
local9m.d 5 #error: valid only with a register or absolute value
  /build/kati/testcase/
multiline_define.mk 2 $(or , \
7 $(or ,,, \
12 $(or , , ,)
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 29 or croak "Can't open $file_name: $!";
33 or croak "Can't open $file_name: $!";
41 close $fh or carp "Can't close $fh: $!";
58 or croak "Can't open $file_name: $!";
62 or croak "Can't open $file_name: $!";
70 close $fh or carp "Can't close $fh: $!";

Completed in 1197 milliseconds

1 2 3 4 56 7 8 91011>>