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

<<11121314151617181920>>

  /external/valgrind/main/drd/tests/
trylock.stderr.exp 8 Attempt to lock for writing recursively (not allowed).
9 Recursive writer locking not allowed: rwlock 0x.........
  /external/valgrind/main/exp-ptrcheck/tests/
xor.stderr.exp 7 Address 0x........ is not derived from any known block
14 Address 0x........ is not derived from any known block
25 Address 0x........ is not derived from any known block
32 Address 0x........ is not derived from any known block
47 Address 0x........ is not derived from any known block
54 Address 0x........ is not derived from any known block
65 Address 0x........ is not derived from any known block
72 Address 0x........ is not derived from any known block
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
7 debug('This test can not be run without the LayoutTestController');
window-close-crash.js 1 description("Tests the assertion that the GeolocationClient should not be updating<br>" +
12 testFailed('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
getRangeAt.js 1 description("Test to make sure that getRangeAt does not modify the range when returning it.")
16 testFailed("range did not match (text, 0)");
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43 if script_dir not in env['PYTHONPATH']:
validate-committer-lists 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
48 if not list_to_print:
89 return filter(lambda email: not email_to_committer_map.get(email), emails)
170 if not match_result:
183 # Most old logins like 'darin' are now just 'darin@apple.com', so check for a prefix match if a manual mapping was not found.
184 if not author_email and author in prefixes_of_authors_with_email:
188 if not author_email:
189 # No known email mapping, likely not an active committer. We could log here.
196 if not email_commit_time or email_commit_time < no_email_commit_time
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40 # should not affect any files.
55 # This file should not exist after the tests, but we take care with the
65 +This file should not have gotten created on your system.
  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader.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 line_numbers:
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 13 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
46 if not file_name.endswith("_unittest.py"):
71 if not tail:
91 return module_path not in [
114 if len(sys_argv) > 1 and not sys_argv[-1].startswith("-"):
152 # We pass None for the module because we do not want the unittest
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
ensurelocalcommitifneeded.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
42 if self._options.local_commit and not self._tool.scm().supports_local_commits():
43 error("--local-commit passed, but %s does not support local commits" % self._tool.scm.display_name())
reopenbugafterrollout.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40 if not bug_id:
update.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43 if not self._options.update:
  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
72 if not file:
87 if not data:
93 if not files:
112 if not files:
113 logging.warning("File not found, name: %s.", name)
  /external/webrtc/src/modules/audio_processing/agc/main/source/
Android.mk 1 # This file is generated by gyp; do not edit. This means you!
35 # Flags passed to only C++ (and not C) files.
  /external/webrtc/src/modules/audio_processing/ns/main/source/
Android.mk 1 # This file is generated by gyp; do not edit. This means you!
39 # Flags passed to only C++ (and not C) files.
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 5 * you may not use this file except in compliance with the License.
170 Notification not = new Notification();
171 not.icon = R.drawable.stat_sys_phone;
172 not.when = System.currentTimeMillis()-(1000*60*60*24);
173 not.setLatestEventInfo(StatusBarTest.this,
178 not.flags |= Notification.FLAG_HIGH_PRIORITY;
182 not.fullScreenIntent = PendingIntent.getActivity(
188 not.contentIntent = not.fullScreenIntent;
189 mNotificationManager.notify(id, not);
    [all...]