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

1 2 3 4 5 67 8 91011>>

  /external/strace/
git-set-file-times 15 open FH, 'git ls-files -z|' or die $!;
23 open FH, "git log -r --name-only --no-color --pretty=raw -z @ARGV |" or die $!;
28 } elsif (s/\0\0commit [a-f0-9]{40}$// or s/\0$//) {
  /external/valgrind/memcheck/tests/
strchr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
undef_malloc_args.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
17 Conditional jump or move depends on uninitialised value(s)
execve1.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/memcheck/tests/x86/
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)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
logicalh.s 11 or.b #16,r0l
12 or.b r1l,r0l
13 or.w #32,r1
14 or.w r1,r1
15 or.l #64,er1
16 or.l er1,er1
logicals.s 12 or.b #16,r0l
13 or.b r1l,r0l
14 or.w #32,r1
15 or.w r1,r1
16 or.l #64,er1
17 or.l er1,er1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
rol.d 13 0+000c <[^>]*> or a0,a0,at
17 0+001c <[^>]*> or a0,a0,at
20 0+0028 <[^>]*> or a0,a0,at
23 0+0034 <[^>]*> or a0,a0,at
28 0+0048 <[^>]*> or a0,a0,at
32 0+0058 <[^>]*> or a0,a0,at
35 0+0064 <[^>]*> or a0,a0,at
38 0+0070 <[^>]*> or a0,a0,at
43 0+0084 <[^>]*> or a0,a0,at
46 0+0090 <[^>]*> or a0,a0,a
    [all...]
ulh-reloc.d 11 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
15 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
20 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
26 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
31 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
35 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
40 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
46 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
54 [0-9a-f]+ <[^>]*> or \$4,\$4,\$1
62 [0-9a-f]+ <[^>]*> or \$4,\$4,\$
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
vxworks-pic.s 6 or %g1, %lo(__GOTT_BASE__), %g1
8 or %g1, %lo(__GOTT_INDEX__), %g1
11 or %g1, %lo(__GOT_BASE__), %g1
  /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
366 ogg_reference *or; variable
392 ogg_reference *or=ogg_buffer_alloc(bs,64); local
726 ogg_reference *or=NULL,*orl=NULL; local
    [all...]
  /external/libxml2/python/tests/
reader.py 25 if reader.Name() != "a" or reader.IsEmptyElement() != 0 or \
26 reader.NodeType() != 1 or reader.HasAttributes() != 0:
33 if reader.Name() != "b" or reader.IsEmptyElement() != 1 or \
34 reader.NodeType() != 1 or reader.HasAttributes() != 1:
41 if reader.Name() != "c" or reader.IsEmptyElement() != 0 or \
42 reader.NodeType() != 1 or reader.HasAttributes() != 0:
49 if reader.Name() != "#text" or reader.IsEmptyElement() != 0 or
    [all...]
reader3.py 33 if reader.Name() == "doc" or reader.NodeType() == 10:
38 if reader.Name() != "doc" or reader.NodeType() != 1:
45 if reader.Name() != "tst" or reader.NodeType() != 5:
52 if reader.Name() != "doc" or reader.NodeType() != 15:
71 if reader.Name() == "doc" or reader.NodeType() == 10:
76 if reader.Name() != "doc" or reader.NodeType() != 1:
83 if reader.Name() != "p" or reader.NodeType() != 1:
90 if reader.NodeType() != 3 or reader.Value() != "test":
97 if reader.Name() != "p" or reader.NodeType() != 15:
104 if reader.Name() != "doc" or reader.NodeType() != 15
    [all...]
  /external/valgrind/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:
48 if (header.startswith('<') or header.startswith('"gtest/') or
49 header.startswith('"isl/') or header.startswith('"json/')):
52 if (header.startswith('"clang/') or header.startswith('"clang-c/') or
56 if (header.startswith('"llvm/') or header.startswith('"llvm-c/')):
66 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef')
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_sheriffs.py 33 'url': sheriff_entity.url or '',
34 'email': sheriff_entity.email or '',
38 'stoppage_alert_delay': sheriff_entity.stoppage_alert_delay or 0,
56 sheriff_entity.url = self.request.get('url') or None
57 sheriff_entity.email = self.request.get('email') or None
  /external/chromium-trace/catapult/perf_insights/perf_insights/
cloud_storage.py 62 if ('status=403' in stderr or 'status 403' in stderr or
65 if (stderr.startswith('InvalidUriError') or 'No such object' in stderr or
66 'No URLs matched' in stderr or
67 'One or more URLs matched no' in stderr):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jsmin.py 15 # use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
20 # copies or substantial portions of the Software.
24 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54 dollar sign, or non-ASCII character
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
BenchmarkHelpers.java 9 * Unless required by applicable law or agreed to in writing, software distributed under the License
10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11 * or implied. See the License for the specific language governing permissions and limitations under
64 HEX_16(CharMatcher.inRange('0', '9').or(CharMatcher.inRange('A', 'F')), "0123456789ABCDEF"), enum constant in enum:BenchmarkHelpers.SampleMatcherConfig
66 .or(CharMatcher.inRange('A', 'F')).or(CharMatcher.inRange('a', 'f')), enum constant in enum:BenchmarkHelpers.SampleMatcherConfig
69 .or(CharMatcher.inRange('A', 'Z')).or(CharMatcher.anyOf("äöüßÄÖÜ")), enum constant in enum:BenchmarkHelpers.SampleMatcherConfig
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_memory.py 42 if ('result' not in res or
43 'nodes' not in res['result'] or
44 'documents' not in res['result'] or
  /external/chromium-trace/catapult/telemetry/telemetry/
project_config.py 10 top_level_dir: A dir that contains benchmark, page test, and/or story
24 self._benchmark_dirs = benchmark_dirs or []
25 self._benchmark_aliases = benchmark_aliases or dict()
26 self._client_config = client_config or ''
  /external/llvm/test/MC/X86/
intel-syntax-encoding.s 11 or ax, 12
13 or eax, 12
15 or rax, 12
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
index.l 10 .*.s:20: Error: [Ii]ndex can only be applied to rotating or indirect registers
11 .*.s:21: Error: [Ii]ndex can only be applied to rotating or indirect registers
12 .*.s:22: Error: [Ii]ndex can only be applied to rotating or indirect registers
13 .*.s:23: Error: [Ii]ndex can only be applied to rotating or indirect registers
14 .*.s:24: Error: [Ii]ndex can only be applied to rotating or indirect registers
15 .*.s:25: Error: [Ii]ndex can only be applied to rotating or indirect registers
16 .*.s:27: Error: [Ii]ndex can only be applied to rotating or indirect registers
17 .*.s:28: Error: [Ii]ndex can only be applied to rotating or indirect registers
18 .*.s:29: Error: [Ii]ndex can only be applied to rotating or indirect registers
19 .*.s:30: Error: [Ii]ndex can only be applied to rotating or indirect register
    [all...]
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 6 or because no reasonable program would behave this way,
7 or because nobody has yet needed it. In any case, let us know at
8 www.valgrind.org and/or try to work around the problem, if you can.

Completed in 966 milliseconds

1 2 3 4 5 67 8 91011>>