/external/chromium_org/tools/gn/ |
command_desc.cc | 123 // implement a blame feature for this since the bottom-up inheritance makes 206 bool display_blame = CommandLine::ForCurrentProcess()->HasSwitch("blame"); 215 // Optional blame sub-head. 247 "gn desc <target label> [<what to show>] [--blame] [--all | --tree]\n" 269 " defines [--blame]\n" 270 " include_dirs [--blame]\n" 271 " cflags [--blame]\n" 272 " cflags_cc [--blame]\n" 273 " cflags_cxx [--blame]\n" 274 " ldflags [--blame]\n [all...] |
scope_unittest.cc | 14 // Make a pretend parse node with proper tracking that we can blame for the
|
setup.h | 116 // this around for the entire run so that Values can blame to the command
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
actions.js | 48 ui.actions.Blame = base.extends(Action, { 50 this.textContent = 'Blame'; 51 this._eventName = 'blame';
|
/external/chromium_org/tools/memory_watcher/scripts/ |
memtrace.pl | 6 # Blame callstacks for each memory allocation. 105 # use this to blame the line 108 # use this to blame the file.
|
memprof.pl | 77 # blame the function
|
/ndk/sources/host-tools/make-3.81/tests/ |
NEWS | 23 blame for problems in this version :). 35 blame for problems in this version :). 42 blame for problems in this version :). 56 blame for problems in this version :).
|
/external/chromium_org/content/browser/ |
notification_service_impl.cc | 53 // in release mode so we know what code to blame the crash on (since this is
|
/external/chromium_org/v8/tools/ |
v8-rolls.sh | 57 git blame -L$(v8_line $1),+1 $1 DEPS | grep $DEPS_STRING
|
/external/smack/src/org/jivesoftware/smack/compression/ |
Java7ZlibInputOutputStream.java | 80 * I'm not sure who's to blame, oracle/sun for a broken api or the google guys for mixing a sun bug with
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationRequestUnbundled.java | 59 * will not receive any direct power blame for location work.
|
/frameworks/native/services/powermanager/ |
IPowerManager.cpp | 70 data.writeInt32(uid); // uid to blame for the work
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
svn.py | 196 def blame(self, path): member in class:SVN 197 return self._run_svn(['blame', path])
|
scm.py | 129 def blame(self, path): member in class:SCM
|
git.py | 248 def blame(self, path): member in class:Git 249 return self._run_git(['blame', path])
|
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 216 elif [ "$CMD" = "blame" ]; then 217 echo The blame command died of bitrot. If you need it, please reimplement it.
|
/external/skia/tools/ |
skdiff_main.cpp | 151 SkString* blame = new SkString("("); local 152 blame->append(drp->fBase.fFilename); 153 blame->append(", "); 154 blame->append(drp->fComparison.fFilename); 155 blame->append(")"); 156 fResultsOfType[drp->fResult].push(blame);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline_unittest.py | 712 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline 733 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline_over_limit 775 def blame(path): function in function:TestAutoRebaseline.test_no_needs_rebaseline_lines 785 def blame(path): function in function:TestAutoRebaseline.test_execute 898 def blame(path): function in function:TestAutoRebaseline.test_execute_test_passes_everywhere [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
controllers.js | 270 $(failure).bind('blame', function() { 291 if (this.textContent == 'Blame')
|
builders_unittests.js | 91 "blame": ["abarth@webkit.org"], 351 "blame": ["asvitkine@chromium.org", "derat@chromium.org", "nirnimesh@chromium.org"], 624 "blame": ["asvitkine@chromium.org", "derat@chromium.org", "nirnimesh@chromium.org"], [all...] |
/frameworks/base/location/java/android/location/ |
LocationRequest.java | 44 * power blame) any location updates, but will receive locations 56 * power blame for the interval set by {@link #setInterval}, but can 118 * will not receive any direct power blame for location work. 508 * @param workSource WorkSource defining power blame for this location request.
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_time_tracker.cc | 186 // TODO(mpcomplete): blame a specific extension. Maybe go through the list
|
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | [all...] |
LocationManagerService.java | 480 final WorkSource mWorkSource; // WorkSource for battery blame, or null to assign to caller. [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decContext.h | 55 #define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */
|