HomeSort by relevance Sort by last modified time
    Searched refs:or (Results 51 - 75 of 9304) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
badloop.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 1 Conditional jump or move depends on uninitialised value(s)
metadata.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
clientperm.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/none/tests/
cmdline4.stderr.exp 2 valgrind: Use --help for more information or consult the user manual.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
or.hpp 8 // (See accompanying file LICENSE_1_0.txt or copy at
13 // $Id: or.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
29 // 'or' and 'and' macros, see http://tinyurl.com/3et69; 'defined(or)'
31 // about 'or' being an alternative token
34 #if defined(or)
35 # pragma push_macro("or")
36 # undef or macro
37 # define or(x) macro
42 # define BOOST_MPL_PREPROCESSED_HEADER or.hp
    [all...]
  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 30 if ('..\\..\\things\\AnotherName.exe' in second or
37 if '..\\..\\SomethingElse' in action or 'SomethingElse' not in action:
39 if '..\\..\\SomeOtherInput' in action or 'SomeOtherInput' not in action:
  /bionic/libc/tools/
generate-NOTICE.py 3 # Or:
19 if path.endswith(".mk") or path.endswith(".py") or path.endswith(".pyc") or path.endswith(".txt") or path.endswith(".3"):
21 if path.endswith("/notice") or path.endswith("/readme") or path.endswith("/caveats"):
23 if path.endswith("/tzdata") or path.endswith("/zoneinfo/generate"):
28 if "generated by gensyscalls.py" in content or "generated by genserv.py" in content:
54 if "\t@(#)" in lines[i] or "\tfrom: @(#)" in lines[i] or "From: @(#)" in lines[i] or "from OpenBSD:" in lines[i]
    [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/chromium_org/third_party/mesa/src/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/clang/test/Sema/
decl-invalid.c 13 expected-error{{expected identifier or '('}}
  /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/main/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)
xor-undef-x86.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 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
  /external/chromium_org/third_party/tlslite/tlslite/integration/
IntegrationHelper.py 21 (sharedKey or certChain or privateKey):
27 (password or certChain or privateKey):
33 (username or password or sharedKey):
45 #Authenticate the server based on its cryptoID or fingerprint
46 if sharedKey and (cryptoID or protocol or x509Fingerprint):
  /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: $!";
  /external/tremolo/Tremolo/
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...]
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
364 ogg_reference *or; variable
390 ogg_reference *or=ogg_buffer_alloc(bs,64); local
724 ogg_reference *or=NULL,*orl=NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
make-css-file-arrays.pl 5 # This library is free software; you can redistribute it and/or
8 # version 2 of the License, or (at your option) any later version.
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
37 open HEADER, ">", $header or die;
38 open OUT, ">", $out or die;
44 $in =~ /(\w+)\.css$/ or $in =~ /(\w+)\.js$/ or die;
52 open IN, "<", $in or die;
  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /external/llvm/utils/
sort_includes.py 17 # Skip files which are under INPUTS trees or test trees.
18 if 'INPUTS/' in f.name or 'test/' in f.name:
47 if header.startswith('<') or header.startswith('"gtest/'):
50 if (header.startswith('"llvm/') or header.startswith('"llvm-c/') or
51 header.startswith('"clang/') or header.startswith('"clang-c/')):
61 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef'):
  /external/chromium_org/chrome/test/functional/chromoting/
me2me_enable.py 18 if self.IsWinVista() or self.IsWinXP():
32 if self.IsWinVista() or self.IsWinXP():
45 if self.IsWinVista() or self.IsWinXP():

Completed in 406 milliseconds

1 23 4 5 6 7 8 91011>>