Searched defs:summary (Results 1 - 25 of 63) sorted by relevance

123

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
H A Dgcov-io.c433 /* Write a summary structure to the gcov file. Return nonzero on
437 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
448 csum = &summary->ctrs[GCOV_COUNTER_ARCS];
458 gcov_write_unsigned (summary->checksum);
459 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
590 gcov_read_summary (struct gcov_summary *summary) argument
597 summary->checksum = gcov_read_unsigned ();
598 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
962 than the sum_all stored in the summary, which will complicate
987 the profile summary
993 compute_working_sets(const struct gcov_ctr_summary *summary, gcov_working_set_t *gcov_working_sets) argument
[all...]
H A Dlibgcov-driver.c119 struct gcov_summary summary; member in struct:gcov_summary_buffer
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
379 /* buffer for summary from other programs to be written out. */
386 /* This funtions computes the program level summary and the histo-gram.
387 It computes and returns CRC32 and stored summary in THIS_PRG. */
457 to locate the end position of the last summary, returned in
480 /* Look for program summary. */
527 /* Look for program summary. */
548 size of the merged summary. */
551 (*sum_tail)->summary
[all...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dmaven-embedder-3.2.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ org/ org/apache/ org/apache/maven/ ...
/prebuilts/devtools/tools/lib/
H A Dcommons-compress-1.8.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
H A Dhaha-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/mat/ org/eclipse/mat/collect/ ...
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
H A Dcommons-compress-1.8.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
H A Dcommons-compress-1.8.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
H A Dbnd-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd aQute/ aQute/bnd/ ...
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
H A Dfindbugs-2.0.1.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
H A Dfindbugs-2.0.3.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
H A Dfindbugs-3.0.0.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1341 milliseconds

123