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

1 2 3 4 5 6

  /external/chromium_org/tools/findit/
blame.py 11 class Blame(object):
12 """Represents a blame object.
14 The object contains blame information for one line of stack, and this
17 line_content: The content of the line to find the blame for.
49 """Represents a list of blame objects.
64 """Given a stack within a stacktrace, retrieves blame information.
76 top_n_frames: A number of stack frames to show the blame result for.
78 # Only return blame information for first 'top_n_frames' frames.
84 # it is not possible to get blame information, so ignore this line.
105 # Create a task to generate blame entry
    [all...]
crash_utils.py 546 """Convert blame list to the list of result objects.
549 blame_list: A list of blame objects.
556 for blame in blame_list:
557 suspected_cl = blame.revision
558 revision_url = blame.url
559 component_name = blame.component_name
560 author = blame.author
563 (blame.line_number, blame.file, blame.stack_frame_index)
    [all...]
repository_parser_interface.py 46 """Parses blame information of the given file/line in revision.
52 revision: The revision to parse blame information for.
findit_for_crash.py 8 import blame namespace
556 Finds blame information for stack and returns string representation.
559 callstack: A callstack to find the blame information.
566 A list of blame results.
573 # Setup parser objects to use for parsing blame information.
580 # Create and generate the blame objects from the callstack.
581 blame_list = blame.BlameList()
599 callstack: A callstack object to show blame information for, if there are
608 # If regression information is not available, return blame information.
616 'the blame information.'
    [all...]
config.ini 23 blame_url: /+blame/%s/%s?format=json
svn_repository_parser.py 190 # Retrieve blame data from url, return None if fails.
203 # Each of the blame result is in <tr>.
git_repository_parser.py 254 # Retrieve blame JSON file from googlesource. If it fails, return None.
273 # For each region, check if the line we want the blame info of is in this
findit_for_clusterfuzz.py 208 # is the callstack to find blame information for.
  /frameworks/base/tools/apilint/
apilint.py 24 You can also splice in blame details like this:
25 $ git blame api/current.txt -t -e > /tmp/currentblame.txt
51 def __init__(self, clazz, raw, blame):
54 self.blame = blame
76 def __init__(self, clazz, raw, blame):
79 self.blame = blame
113 def __init__(self, pkg, raw, blame):
116 self.blame = blam
    [all...]
  /external/chromium_org/tools/gn/
command_desc.cc 172 // implement a blame feature for this since the bottom-up inheritance makes
413 bool display_blame = CommandLine::ForCurrentProcess()->HasSwitch("blame");
422 // Optional blame sub-head.
455 " [--blame] [--all | --tree]\n"
517 " defines [--blame]\n"
518 " include_dirs [--blame]\n"
519 " cflags [--blame]\n"
520 " cflags_cc [--blame]\n"
521 " cflags_cxx [--blame]\n"
522 " ldflags [--blame]\n
    [all...]
scope_unittest.cc 30 // Make a pretend parse node with proper tracking that we can blame for the
201 // Make a pretend parse node with proper tracking that we can blame for the
236 // Make a pretend parse node with proper tracking that we can blame for the
parse_tree_unittest.cc 14 // Make a pretend parse node with proper tracking that we can blame for the
  /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 916 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline
937 def blame(path): function in function:TestAutoRebaseline.test_tests_to_rebaseline_over_limit
979 def blame(path): function in function:TestAutoRebaseline.test_no_needs_rebaseline_lines
989 def blame(path): function in function:TestAutoRebaseline.test_execute
1100 def blame(path): function in function:TestAutoRebaseline.test_execute_git_cl_hangs
1161 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 73 data.writeInt32(uid); // uid to blame for the work
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py 201 def blame(self, path): member in class:SVN
202 return self._run_svn(['blame', path])
scm.py 129 def blame(self, path): member in class:SCM
  /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/chromium_org/third_party/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/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);
  /frameworks/base/location/java/android/location/
LocationRequest.java 45 * power blame) any location updates, but will receive locations
57 * power blame for the interval set by {@link #setInterval}, but can
120 * will not receive any direct power blame for location work.
516 * @param workSource WorkSource defining power blame for this location request.

Completed in 4582 milliseconds

1 2 3 4 5 6