HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 426 - 450 of 600) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 685 String summary = issue.getBriefDescription(TextFormat.TEXT);
688 StringBuilder sb = new StringBuilder(summary.length() + explanation.length() + 20);
695 sb.append(summary);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 79 mSummaryList = (ListView) findViewById(R.id.summary);
330 * A list adapter that displays a summary of the device state.
  /external/autotest/site_utils/
perf_compare.py 24 3) Parses the results of crosperf and outputs a summary of relevant data. This
280 match = re.search(r'summary-tsv.+?/pre', contents, flags=re.DOTALL)
331 # Collect and output some additional summary results to stdout.
  /external/v8/src/
frames.cc 801 FrameSummary summary(receiver(),
806 functions->Add(summary);
946 // We create the summary in reverse order because the frames
    [all...]
  /external/vboot_reference/utility/
dev_debug_vboot 9 # summary is printed on stdout, more detailed information and working files are
44 summary output is printed on stdout, and the detailed log is copied to
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 272 mImportanceSummary = ((TextView) importanceSlider.findViewById(R.id.summary));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 289 r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 289 r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 289 r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 289 r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 157 summary = job_summaries[0]
158 self.assertEquals(summary['status_counts'], {'Queued': 1,
  /external/autotest/server/
frontend.py 289 def get_jobs(self, summary=False, **dargs):
290 if summary:
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 836 # Print out summary. This is a structured format that
838 summary = dict(
846 print("SUMMARY: %s"%(summary,))
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 836 # Print out summary. This is a structured format that
838 summary = dict(
846 print("SUMMARY: %s"%(summary,))
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 142 SUMMARY: 'summary',
241 SPECIAL_ELEMENTS[NS.HTML][$.SUMMARY] = true;
  /external/doclava/src/com/google/doclava/
PageMetadata.java 162 //check whether summary and image exist and if not, get them from itemprop/markup
200 * @param needsSummary Whether to extract summary metadata.
251 //found a summary string, now normalize it
256 //normalized summary ended up being too short to be meaningful
261 //summary looks good, store it to the file hdf data
295 if (Doclava.META_DBG) System.out.println("Summary (" + sumFrom + "): " + sum.length()
436 * Normalize a page summary string and truncate as needed. Strings
441 * @param s String extracted from the page as it's summary.
666 private String mSummary; // Summary for card or similar use
766 buf.append(" \"summary\":\"")
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /external/valgrind/cachegrind/
cg_annotate.in 78 # Total counts for summary (an array reference).
81 # Totals for each function, for overall summary.
434 } elsif (s/^summary:\s+//) {
437 or die("Line $.: summary event and total event mismatch\n");
444 # Check if summary line was present
446 die("missing final summary line, aborting\n");
489 # Print summary and sorted function totals
571 # Prints summary and function totals (with separate column widths, so that
572 # function names aren't pushed over unnecessarily by huge summary figures).
579 # Work out the size of each column for printing (summary and function
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 407 holder.itemView.findViewById(android.R.id.summary).setVisibility(View.GONE);
419 holder.itemView.findViewById(android.R.id.summary).setVisibility(View.GONE);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 132 me->summary = config->rt_summary != 0;
816 if (me->summary)
818 /* uptime summary */
861 /* rate summary */
913 /* shot-to-shot summary */
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 525 CharSequence summary = getString(R.string.secure_lock_encryption_warning); local
536 preference.setSummary(summary);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 578 CharSequence summary) {
582 pref.setSummary(summary);
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 38 summary = flag.Bool("summary", false, "show summary of results")
151 if *summary {
37 summary = flag.Bool("summary", false, "show summary of results") var
  /prebuilts/go/linux-x86/test/
run.go 38 summary = flag.Bool("summary", false, "show summary of results")
151 if *summary {
37 summary = flag.Bool("summary", false, "show summary of results") var
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 368 summary()
1563 summary()
3072 func summary() { func
    [all...]

Completed in 1171 milliseconds

<<11121314151617181920>>