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

1 2

  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
trace_code_entry_test.html 19 assert.equal(tce.sourceInfo.isNative, false);
20 assert.equal(tce.sourceInfo.file, '');
21 assert.equal(tce.sourceInfo.line, -1);
22 assert.equal(tce.sourceInfo.scriptId, 12);
30 assert.equal(tce.sourceInfo.state, 'compiled');
31 assert.equal(tce.sourceInfo.isNative, false);
32 assert.equal(tce.sourceInfo.file, '');
33 assert.equal(tce.sourceInfo.line, -1);
34 assert.equal(tce.sourceInfo.scriptId, 12);
42 assert.equal(tce.sourceInfo.isNative, true)
    [all...]
trace_code_entry.html 99 get sourceInfo() {
trace_event_importer.html 622 entry.sourceInfo);
650 sourceInfo: undefined
660 sourceInfo: undefined
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/model/source_info/
source_info_test.html 22 var sourceInfo = new tr.model.source_info.SourceInfo(url);
23 assert.equal(urlDomains[url], sourceInfo.domain);
source_info.html 14 function SourceInfo(file, opt_line, opt_column) {
20 SourceInfo.prototype = {
54 SourceInfo: SourceInfo
js_source_info.html 15 tr.model.source_info.SourceInfo.call(this, file, line, column);
23 __proto__: tr.model.source_info.SourceInfo.prototype,
40 tr.model.source_info.SourceInfo.prototype.toString.call(this);
  /external/chromium-trace/catapult/tracing/tracing/model/
stack_frame_test.html 19 var sourceInfo = new tr.model.source_info.SourceInfo(
22 stackFrame1, 2, '2', 2, sourceInfo);
stack_frame.html 52 get sourceInfo() {
  /external/clang/lib/CodeGen/
CoverageMappingGen.h 54 CoverageSourceInfo &SourceInfo;
61 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo)
62 : CGM(CGM), SourceInfo(SourceInfo), FunctionRecordTy(nullptr) {}
65 return SourceInfo;
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 37 struct MPEG2TSWriter::SourceInfo : public AHandler {
38 SourceInfo(const sp<IMediaSource> &source);
64 virtual ~SourceInfo();
93 DISALLOW_EVIL_CONSTRUCTORS(SourceInfo);
96 MPEG2TSWriter::SourceInfo::SourceInfo(const sp<IMediaSource> &source)
117 MPEG2TSWriter::SourceInfo::~SourceInfo() {
120 unsigned MPEG2TSWriter::SourceInfo::streamType() const {
124 unsigned MPEG2TSWriter::SourceInfo::incrementContinuityCounter()
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
sourceInfo.html 3 <title>FindBugs sourceInfo file</title>
56 <h1>FindBugs sourceInfo file</h1>
58 <p>The FindBugs analysis engine can be invoked with an optional sourceInfo
63 for methods, without a sourceInfo file we can't provide line numbers for fields,
68 sourceInfo version 1.0
71 <p>Following that are a series of lines, each describing a class, field, or method. For each, a starting and ending line number is provided. For example, the following sourceInfo file:
73 sourceInfo version 1.0
90 Thus, if the class a.C had an inner class X and it was onb lines 10-15 of the file, the sourceInfo file might contain:
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 54 struct SourceInfo;
66 Vector<sp<SourceInfo> > mSources;
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/
slice_cost.html 124 var sourceInfo = sample.leafStackFrame.sourceInfo;
125 if (sourceInfo === undefined ||
126 !(sourceInfo instanceof tr.model.source_info.JSSourceInfo)) {
130 sliceCostInfo.jsTimeByState[sourceInfo.state] = sample.weight;
v8_map_function.html 181 var sourceInfo = sample.leafStackFrame.sourceInfo;
182 if (sourceInfo === undefined ||
183 !(sourceInfo instanceof tr.model.source_info.JSSourceInfo)) {
187 sliceData.jsTimeByState[sourceInfo.state] = sample.weight;
  /external/chromium-trace/catapult/perf_insights/perf_insights/reducers/
v8_reduce_function.html 95 var sourceInfo = {
100 this.selfTimeHistogram.add(threadSlice.selfTime, sourceInfo);
101 this.cpuSelfTimeHistogram.add(threadSlice.cpuSelfTime, sourceInfo);
  /external/chromium-trace/catapult/tracing/tracing/value/
numeric.html 62 add: function(value, sourceInfo) {
65 sourceInfo, MAX_SOURCE_INFOS);
241 add: function(value, sourceInfo) {
245 sourceInfo, MAX_SOURCE_INFOS);
250 bin.add(value, sourceInfo);
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/
v8_report.html 447 bin.sourceInfos.forEach(function(sourceInfo) {
448 var modified_url = sourceInfo.traceURL;
452 var actual_url = sourceInfo.traceURL.split('/');
461 urlSet[modified_url][sourceInfo.sourceURL] = 1;
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 627 public ChooserTargetInfo(DisplayResolveInfo sourceInfo, ChooserTarget chooserTarget,
629 mSourceInfo = sourceInfo;
632 if (sourceInfo != null) {
633 final ResolveInfo ri = sourceInfo.getResolveInfo();
647 if (sourceInfo != null) {
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 580 ApplicationInfo sourceInfo = getSourceInfo();
581 if (sourceInfo != null) {
589 return sourceInfo.uid;
    [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 65 // file size of <debug-sourceinfo.js> - 1, since starting at 0).
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kdoc/0.12.613/
kdoc-0.12.613.jar 
  /external/v8/src/
messages.h 23 class SourceInfo;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]

Completed in 1464 milliseconds

1 2