HomeSort by relevance Sort by last modified time
    Searched refs:not (Results 476 - 500 of 6517) sorted by null

<<11121314151617181920>>

  /external/chromium/googleurl/
PRESUBMIT.py 51 Note that the whole file is checked, not only the changes.
61 if not ext in SOURCE_FILE_EXTENSIONS:
88 if max_cols and len(line) > max_cols and not 'http://' in line:
  /external/grub/util/
grub-set-default 17 # along with this program; if not, write to the Free Software
72 echo "entry not specified." 1>&2
108 # WARNING: If you want to edit this file directly, do not remove any line
grub-set-default.in 17 # along with this program; if not, write to the Free Software
72 echo "entry not specified." 1>&2
108 # WARNING: If you want to edit this file directly, do not remove any line
  /external/gtest/test/
gtest_env_var_test.py 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
68 if value is not None:
78 if flag is not None:
gtest_filter_unittest.py 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
128 if value is not None:
145 if match is not None:
149 if match is not None:
214 if not param_tests_present:
259 if gtest_filter is not None:
272 '\n'.join(os.popen(COMMAND, 'r').readlines())) is not None
275 """Tests the behavior of not specifying the filter."""
280 """Tests the behavior of not specifying the filter, with shardin
    [all...]
gtest_help_test.py 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
103 self.assert_(CATCH_EXCEPTIONS_FLAG not in output, output)
119 and the help message is not printed."""
123 self.assert_(not HELP_REGEX.search(output), output)
  /external/icu4c/samples/
readme.txt 54 - The "icuapps" CVS module contains other applications and libraries not
78 - legacy and layout are not included in these lists,
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/llvm/utils/Misc/
zkill 98 if not ln.strip():
237 if opts.execName is not None:
241 if opts.execPath is not None:
244 if opts.userName is not None:
257 if not opts.force and not opts.dryRun:
260 if not filtered:
267 if not opts.dryRun:
  /external/llvm/utils/lit/lit/
TclUtil.py 111 while not self.at_end():
112 if not process_all:
124 'not supported')
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
128 'not supported')
139 if not self.maybe_eat('*'):
142 if not self.maybe_eat('}'):
153 while not self.at_end():
180 if next is not None:
234 if not isinstance(next, str) or next[0] != '-'
    [all...]
  /external/pcre/
makevp.bat 8 :: required PCRE.H and CONFIG.H will be generated if not existing
16 REM with Virtual Pascal. It has not been tested with the latest PCRE release.
35 if not exist pcre.h copy pcre.h.generic pcre.h
36 if not exist config.h copy config.h.generic config.h
  /external/protobuf/
autogen.sh 4 # be included in the distribution. These files are not checked in because they
12 Could not find source code. Make sure you are running this script from the
21 echo "Google Test not present. Fetching gtest-1.3.0 from the web..."
  /external/v8/test/mjsunit/
strict-mode-eval.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47 assertUnreachable("did not throw exception");
55 assertUnreachable("did not throw exception");
63 assertUnreachable("did not throw exception");
71 assertUnreachable("did not throw exception");
  /external/v8/tools/visual_studio/
js2c.cmd 5 if not exist %PYTHON% set PYTHON=python.exe
  /external/valgrind/main/drd/tests/
pth_barrier_race.stderr.exp 2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
error.js 10 debug('This test can not be run without the LayoutTestController');
success.js 13 debug('This test can not be run without the LayoutTestController');
timeout.js 13 debug('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 62 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
71 // to not exceed 128 bits.
100 // Two dots in a row means not an IP address.
114 // We use "" to represent that the test vector ought not to parse.
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
rule_binding.py 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
59 if not '--' in args:
95 if not includeDir in includeDirs:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging.py 19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
78 if log_directory and not os.path.exists(log_directory):
83 if not self._original_stdout:
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
50 delete_only_file_count: The total number of files that are not
72 IOError: If the file does not exist or cannot be read.
82 # We do not open the file with universal newline support
83 # (codecs does not support it anyway), so the resulting
111 if not os.path.exists(file_path) and file_path != "-":
112 _log.error("File does not exist: '%s'" % file_path)
115 if not self._processor.should_process(file_path):
123 message = ("Could not read file. Skipping: '%s'\n %s
    [all...]

Completed in 2862 milliseconds

<<11121314151617181920>>