HomeSort by relevance Sort by last modified time
    Searched full:blame (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /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/gn/
command_desc.cc 179 bool display_blame = CommandLine::ForCurrentProcess()->HasSwitch("blame");
222 "gn desc <target label> [<what to show>] [--blame] [--all | --tree]\n"
244 " defines [--blame]\n"
245 " includes [--blame]\n"
246 " cflags [--blame]\n"
247 " cflags_cc [--blame]\n"
248 " cflags_cxx [--blame]\n"
249 " ldflags [--blame]\n"
251 " applying. See \"--blame\" below.\n"
253 " --blame\n
    [all...]
functions.h 256 // will set the error, blame the given parse node for it, and return false.
  /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/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 597 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline
617 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline_over_limit
658 def blame(path): function in function:TestAutoRebaseline.test_no_needs_rebaseline_lines
668 def blame(path): function in function:TestAutoRebaseline.test_execute
779 def blame(path): function in function:TestAutoRebaseline.test_execute_test_passes_everywhere
    [all...]
  /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/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/common/checkout/scm/
svn.py 364 def blame(self, path): member in class:SVN
365 return self._run_svn(['blame', path])
368 return self._run_svn(['blame', path])
scm.py 212 def blame(self, path): member in class:SCM
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 268 $(failure).bind('blame', function() {
289 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 */
decNumber.h 35 #define DECAUTHOR "Mike Cowlishaw" /* Who to blame */
  /external/icu4c/i18n/
decContext.h 56 #define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */

Completed in 760 milliseconds

1 2 3 4 5