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

1 2 3

  /ndk/sources/host-tools/make-3.81/
file.c 206 rename_file (struct file *from_file, char *to_hname)
208 rehash_file (from_file, to_hname);
209 while (from_file)
211 from_file->name = from_file->hname;
212 from_file = from_file->prev;
221 rehash_file (struct file *from_file, char *to_hname)
230 if (0 == file_hash_cmp (from_file, &file_key))
233 file_key.hname = from_file->hname
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 77 def checkInclude(self, line, from_file, kernel_root=None):
86 if from_file:
87 self.files.add(from_file)
89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
101 if from_file:
103 print "=== %s uses %s" % (from_file, header)
104 self.headers[header].add(from_file)
  /external/chromium-trace/
systrace-legacy.py 70 parser.add_option('--from-file', dest='from_file', action='store',
127 if options.from_file is not None:
128 atrace_args = ['cat', options.from_file]
162 if options.from_file is None:
systrace.py 85 parser.add_option('--from-file', dest='from_file', action='store',
97 elif options.from_file is not None:
98 atrace_args = ['cat', options.from_file]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /external/llvm/lib/Support/Unix/
PathV2.inc 147 int from_file = -1, to_file = -1;
150 if ((from_file = ::open(f.begin(), O_RDONLY)) < 0)
152 AutoFD from_fd(from_file);
  /external/iproute2/lib/
libnetlink.c 518 fprintf(stderr, "rtnl-from_file: truncated message\n");
  /external/chromium/base/
file_util_unittest.cc 567 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
608 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcov.a 446 D VqtV%/P?9AP??P???t??t?qu'V2IV?JWLqW ?7 __gcov_init __gcov_seek? __gcov_write_tag_length? __gcov_write_counter __gcov_write_unsignedD __gcov_write_summary__gcov_read_counterZ__gcov_read_unsigned?__gcov_read_summary?__gcov_close__gcov_open?__gcov_flush?__gcov_var??}size_t?__uint16_t?__int32_t__uint32_t0__int64_t{__darwin_time_t?__darwin_blkcnt_t?__darwin_blksize_t?__darwin_dev_t?__darwin_gid_t__darwin_ino_t__darwin_mode_t0__darwin_off_tF__darwin_pid_t\__darwin_uid_troff_tfpos_t?__sbuf?__sFILE?FILE?dev_t?blkcnt_t?blksize_tgid_tino_tmode_t+nlink_t:pid_tGuid_tTtimespec?vproc_transaction_t?gcov_unsigned_t?gcov_position_t?gcov_typegcov_ctr_summaryjgcov_summary?gcov_fn_info?gcov_merge_fn)gcov_ctr_infoigcov_info0__gcov_var?flockG stat-???~?????0__gcov_write_tag_length__gcov_varvaluegcov_summarycreate_file_directorygcov_write_wordsgcov_fn_infogcov_ctr_infochecksumgcov_ctr_summary__gcov_write_summarygcov_info__gcov_rewrite__gcov_flush__gcov_write_unsigned__gcov_read_summary__gcov_read_unsigned__gcov_close__gcov_read_countergcov_exitfilename__gcov_init__gcov_write_counter__gcov_open__gcov_seekgcov_write_blockbuffer__gcov_position__gcov_is_errorlengthgcov_read_wordsgcov_versionfrom_file}??p????? ??
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/
libgcov.a 717 f?K?lJ.P.3.?/?fg0KK5h?f./L J./-/2?J./-/1R.2KMKKKK0,;.0LL0, .0LL??y.R?}fJ?F2/g,NKLN/2*/KQi?K/KMKLKQf/J-Lg.p?0.f?gI+b6x.6??.2MKKKKf/-/f/g/??}?fpJL??30g0,h0LJM+.1.K?,04+1N/e1H00?0?iJ.E.)f?N.2.0?K .w.01G1/5?/-z.4?/?MJu. .u.162K-6G1bf f1+.iKML?hihk/Mh?0/-/?/ ?K/N-0LKhJ??n?.2?.?JM0,01/OMJm??/i/i/iK00M?K?hKsf?FfI?fiJJ?4??~.-?./L ??K/--0??/?Mfg?gg??N1+10gMKMhK)J^JfN-+ .KJt. .1+tJ.H3gMKKLK0i/?/L/?|J?.?u. ?KU?..fj?igf?}J.?f?f.-/-/.h?Mi,0KLK0 ?1/mLEOhii?z.t?2b.Jmallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atime/Volumes/android/toolchain-build-eabi-4.7/gcc-4.7/arm-eabi/libgccGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A*aeabi 5TE  ????|   0P?B?????? ??B ?????????(B???@B?? ?hB ????????\LB?????tB?????D????? B????D?\B??pB???B?????B?????DB?? B??$LB????$p|B$? ????????B@?<B??(TB????(|?B$? ????????B H|D??????B??????.symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.rel.debug_info.debug_abbrev.rel.debug_loc.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.ARM.attributes.rel.debug_frame4` ?hH%?+?02??C?? @mO?1Qa?5?] X p?G l p ?G??kH?? ??0?OG?0?X?pOX+?|X?? ??@[??_?A tf???  !+ 0L P:P?? ?G??? ?]?(? ?m?@? ?|?h?\L? ???t ??? ? l p?p|? ?x |?|?? H? ?\??   ? ???#).5;? GNSY`flsz\?p??????D? ?$L?<#(T/5<CHOV]dH|pw??libgcov.c$a__gcov_is_error$dfrom_filecrc32_unsignedgcov_versioncreate_file_directory__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_wordsbuffer_fn_datagcov_exitgcov_listgcov_max_filename__gcov_varfprintf__sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flushA?B?C?2D(E8FTB?2?C?G?A?G?H?A0IHIxJ?A?GA@G?K?AM(GXNpO?P?F?Q?R?S?TA2HSlA?X?V?V?V?W?WW?\?Z?Z?Z?ZZ \H[?B?2?2?C?2?Z?ZZ [[[@G`Hh_xA?`?`? a? b
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/thumb/
libgcov.a 607 Jh=Jl. P.3 {!M<=0=/'/"?< !?!( !!5 "#? !!2!!' $=?==KKL9 ">0>'">0L\y 6?}<./:6/:@/>2!"==0k <?z=!K1K0!e0g<<!!S 0.<?c@?? $ .w#==KKL !!</=/Y=/?}<<hg?%"KZ2L.J# =.. >1#12//>,""H.i.o )?Y0Lt< =0?=i$?-$?/Y11 u 1(2!\1* < <#.?=1>\Z?ZA/?>Z"/!i/? ?  X=/M=/>YZ<NLnf?.?<?L[/3?.Cvy/M/M/M!?~ ?.01=/uZ=s <FJW?JMJ<i&X[?~ /? /> ?>u=?/?K?M<K?=K?i@?>K?=?hK .g.<M!4K.t<.q. q. .%Y1==>!?} ?.?/v/!?>u  <=Uf.tNW?KJ?}J ?J?.?<? !.>Z?K"=>/"/n#/C>)3>p. ?gz.t<$8 .mallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexit/Volumes/android/toolchain-build-eabi-4.7/gcc-4.7/arm-eabi/thumb/libgccfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A*aeabi 5TE  ????| B? &A??@TA???????hA???????A??(A?? @DA ?????????4A?????LA?????A??????A????A?44A??hA??vA?????A?????6A???A???*A?????A?????A80A??04A????$d,A?????A?A ?? LB????? XA??????.symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.rel.debug_info.debug_abbrev.rel.debug_loc.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.ARM.attributes.rel.debug_frame44  ?dh%h +h 02h ?Cfz? <ipO?+a?/?] ?{0 p?C l ?{ ?C`?0D? ?{?0?KM?0?S?p T+?8T?? ?{??V??[?C Pb???  !+&< @:AT? ?G?h? ?]? m(< @|AD??4? ???L? ??? ?, 4d h??? ` d?e,H pX  ? ?  ? 0 ??   ? ???#).5;??GNSY`flsz54?i?w????6????*0#14/5<CHOV]d? Lpw? Xlibgcov.c$t__gcov_is_error$dfrom_filecrc32_unsignedgcov_versioncreate_file_directory__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_wordsbuffer_fn_datagcov_exitgcov_listgcov_max_filename__gcov_varfprintf__sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flushCx
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/thumb/thumb2/
libgcov.a 617 Jh=<l< P.3 m!?.=0=/'0"?< !> . !!2?< !!1D $=?==KK0,; ">"",0'">0Zxy 6?}<J=(/,@/>?!/2!=k<.1?K/=11/>!s0g.pJ0..?=;+8(x (?? $?==KKX !J///Y?}?J?g)Ah#=Z"> J# K.. >"&1$/;!0H""d0?i. ) )J?"Lf< =01#K?$.>!1?=Y1+# u #+ $=;(+18< <<M=1>NL?LA/?>Z"/!i/ f=/@-">Kh<\ZnJ ?? ?.? ? M",01/3?<QhO/[/[/[/?~.?."#K=?Z/s.XFJ;?<M<.i&??~ -? /> tLK=u-/g/?1.=?/K?i@1>K?=?h/)<^..@-B=<t. .1q. ,3Y?2*/KM?}.?.1/s!0//?>u. X=Uf .<NW?KJ?}< ?J?.?<? ! 0L??0!>!# ?#/C>3>p. 1=Et<$8 .mallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_t/Volumes/android/toolchain-build-eabi-4.7/gcc-4.7/arm-eabi/thumb/thumb2/libgccst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A(aeabi7
659 " ????|  "A??8`A?????? ?|B ????????A??0,A?? \>B ?????????2A?????DA????|B??????A????A?40A??dA??rA?????A?????6A???A???0A????$?B$? ????????B80A??84A????,lB$? ????????A?A ?? DB????? TA??????.symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.rel.debug_info.debug_abbrev.rel.debug_loc.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.ARM.attributes.rel.debug_frame4  ?dP%P +P 02P ?CN? ?h0Oc+Qa?/5] { p?B l {  C???C?? 0{?0SKT?0?S?p?S)??S?? 8{??V?D[?C b???  !+"4 8:9`? ?G?|  ], 0m1,X \|]>??2? ???D  ?|? ?, 4` d??? h l?m ,P  ? ?  ?  ??   ? ???#).5;??GNSY`flsz50?e?s????6????0 0#94/5<CHOV]d? Dpw? Tlibgcov.c$t__gcov_is_error$dfrom_filecrc32_unsignedgcov_versioncreate_file_directory__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_wordsbuffer_fn_datagcov_exitgcov_listgcov_max_filename__gcov_varfprintf__sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flushC|
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/armv7-a/
libgcov.a 690 f?Kflf.P.3.?-/?fg0?K5???./L J./-/2?J./-/1R.2KMKKKK0,;.0LL0, .0LL??y.R?}fJ?F2/g,NKLN3z.//KKQi?K/KM1+/L/Qf/J-Lg.p?0.?#gI+~6x.6??.2MKKKKf./?/g/??}??pfJ0??301+K?0LJM+.1.K?,04+1N/-/LH00d0iJ.E.)f?N.2.0?g .w.01+1Km>/I2g-?/?1+-JV.*.?J?~f.u.16u. .2Ry.-O1bf f1+JiKML????/Mh?0/-/?/ ?K/N-0LKhJ??nJ.??.?.?.?.10,01/OMJm??/i/i/iK00MgK?h/-/s.?FfI?fiJf#4???~.-?./L ??L--//g-/g/?Mfg?gg??N1+10gMKMhK)J^JfN-+ .KJt. .1+tJ.H3gMgKL/0i/?/0/?|J?.?hu. ?KU?..fj?ig??}?.?f??4-/-/.h?M?0?hg-1 ?1/mLEOhiig-Et?2b.Jgcov_max_filenamemallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ix/Volumes/android/toolchain-build-linux-4.7/gcc-4.7/arm-linux-androideabi/armv7-a/libgccn_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A.aeabi$7-A
721 ? ?????????,B???DB?? ,hB ?????????\B?????|B????l?D????X,B????B??tD???B??B????,B????HDB??? B???LB????$??B$? ????????B@?<B???dB????(< ? B$? ????????B ??D??x?B??????.symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.rel.debug_info.debug_abbrev.rel.debug_loc.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.note.GNU-stack.ARM.attributes.rel.debug_frame4 Xl?%H+H02H?CF?? q?O?2>a&7J] ? ppH l ?? ?H??XI?? ???0?P]?0;Y?KY?pKY/?|Y?? ???@\? a0Y <i??   ! +$0P T:T??G ?L???b8 ?g?,? ?w?D( ,?,h??\? ???|d l?l?L Xx?^ ?? ??????b???r ?4  < ?< ? |???? !4N? q&?+?1?7?=?C?I?O? ?h xT^   p ??{???????????X,?????? ?t?3H,`HDu? ??L???<??d??????????? x?libgcov.c$a__gcov_is_error$dfrom_filecrc32_unsignedgcov_version.LC0create_file_directory.LC1__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_words.LC2buffer_fn_data.LC3.LC5.LC4gcov_exit.LC13.LC14.LC6.LC15.LC16.LC17.LC18.LC7.LC19.LC9.LC10.LC20.LC21.LC22.LC11.LC12.LC8gcov_listgcov_max_filename__gcov_varfprintf_GLOBAL_OFFSET_TABLE___sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flushY?Z?[?\?8]L^\_?Z?[?\??`?Y`$a(Yhb?b?c?Y?Y `dYhY?`?dLYPYTYtf?`?g?h?i_(j8kHlhmxY|&?Y?l?Y?Y?YTq\odolotp|p?pPulsts|s?s?s?u?tHZ?[?,?\?-?.?s?s?s?t?t?t?` a$ x4 Y8 Y` yp y?
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/armv7-a/thumb/
libgcov.a 646 Jh=<l< P.3 ?!?.=0Y/'L?? !> . !!2?< !!1D $=?==KK0,; ">"",0'">0Zxy 6?}<<g,(/,@=>?!/2!=k<.1?K/=1#+/>!?0g pJ0.X?=;+F(x (?? $?==KKX !X///u?}?fp  p  Lgo3h#=Z"> J# K.. >"&1$/;!0H""d0?i. ) )J?"Lf< K01#K?$.>!-$?=\-.? ?~.- ? ?~ * V   .x 6$=;(+18< <<M=1>NLwL?/?>?"/!i/ f=/@-">KZ<\ZnJ ?? ?.? ? #",01/3?<QhO/[/[/[/?~.?."#K=?Z/s.XF<;?<M<<?&t??~ -? /> tLK=u-/g/?1.=1/Kv?@?>K?=?h/)<^..@-B=<t. .1q. ,3Y?3)/KL?}.?.1/s!0//?>u. X=Uf .<NW?Kf?}t ?J?.?J_ ! 0L?K0KL=# ?#/Q>3>p. 1=Et<$8 .mallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerror/Volumes/android/toolchain-build-linux-4.7/gcc-4.7/arm-linux-androideabi/armv7-a/thumb/libgccwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A.aeabi$7-A
690 T 7?=?C?I?O? t ?  ?  T^   p ??{??????????????????? }@?3?H?`?6u%?;0??}0??<?????????u X ? Tlibgcov.c$t__gcov_is_error$dfrom_filecrc32_unsignedgcov_version.LC0create_file_directory.LC1__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_words.LC2buffer_fn_data.LC3.LC5.LC4gcov_exit.LC13.LC14.LC6.LC15.LC16.LC17.LC18.LC7.LC19.LC9.LC10.LC20.LC21.LC22.LC11.LC12.LC8gcov_listgcov_max_filename__gcov_varfprintf_GLOBAL_OFFSET_TABLE___sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flush[?
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/
libgcov.a 692 f?K?lJ.P.3.?-/?fg0?K5???./L J./-/2?J./-/1R.2KMKKKK0,;.0LL0, .0LL??y.R?}ff?F2/g,NKLNI02*/KQi?K/KMKLKQf/J-Lg.p?0.?#gI+~6x.6??.2MKKKKf/-/?/g/??}?.pf.0??30g0,h0LJM+.1.K?,04+1N/e1H00?0?iJ.E.)J?N.2.0?g .w.01G1/m>/-/1?-?/?1+-JV.*.?J?~f.u. .u.162K-6G1bf f1+JiKML????/Mh?0/-/?/ ?K/N-0LKhJ??n?.2?.?JM0,01/OMJm??/i/i/iK00MgK?hKsJ?FfI?fiJf#4???~.-?./L ??K/--0??/?Mfg?gg??N1+10gMKMhK)J^JfN-+ .KJt. .1+tJ.H3gMKKLK0i/?/0/?|J?.?hu. ?KU?..fj?ig??}?.?f??4-/-/.h?M?0?h?0 ?1/mLEOhii?z.t?2b.Jmallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorst_ctimewordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_size/Volumes/android/toolchain-build-linux-4.7/gcc-4.7/arm-linux-androideabi/libgccFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedbackgcov_fn_bufferGCC: (GNU) 4.7A*aeabi 5TE  ????|  $0T?D??????$??B(?
721 ? ?????????,B???DB?? 0hB ?????????\B??????B????t?D????`0B????D??tD??B??B????8B????TDB??? B???LB????$?B$? ????????D@?<B???dB????(H ? D$? ????????B ??D????B??????.symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.rel.debug_info.debug_abbrev.rel.debug_loc.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.note.GNU-stack.ARM.attributes.rel.debug_frame4  l?%T+T02T?CR?? ?p?O?2>a87%] ?? p]H l ?? }H??5Iz? ???0?PU?0Y?Y?pY+?@Y?? ???\??`0Y i??   ! +$0P T:T??G ?L???b8 ?g?,? ?w?D, 0?0h??\? ????h t?t?T `??^ ?? ????b???r ?@  H ?H ? ????? !4N? q&?+?1?7?=?C?I?O? ?t ?T^   p ??{???????????`0?????? ?t3H8`TDu? ??L???<??d??????????? ??libgcov.c$a__gcov_is_error$dfrom_filecrc32_unsignedgcov_version.LC0create_file_directory.LC1__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_words.LC2buffer_fn_data.LC3.LC5.LC4gcov_exit.LC13.LC14.LC6.LC15.LC16.LC17.LC18.LC7.LC19.LC9.LC10.LC20.LC21.LC22.LC11.LC12.LC8gcov_listgcov_max_filename__gcov_varfprintf_GLOBAL_OFFSET_TABLE___sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flushY?Z?[?\?8]L^\_?Z?[?\??`?Y`(a,Ylb?b?c?Y?Y`hYpY?`dTYXY\Y|f?`?g?h?i_0j@kPlpm?Y?&?Y?l?Y?YY`qhopoxo?p?p?p\uts?s?s?s?s?u?tTZ?[?,?\?-?.?s?s?s?t?t?t `( a0 x@ YD Yl y| y?
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/thumb/
libgcov.a 645 Jh=Jl. P.3 ?!M<=0Y/'="?t !?!( !!5 "#? !!2!!' $=?==KKL9 ">0>'">0L\y 6?}<.Y:6/:@/>2!"==0k <?z=!K1K0!e0g<<!!S 0.J?cN?? $ .w#==KKL !!J/=/u=/?}f< p  p< 0g?%"KZ2L.J# =.. >1#12//>,""H.i.o )t?0Lt< K0?=i$?-2?/Y1##.u 1(2!\1* < <#.?K1>\Z?Z?/?>?"/!i/? ?  X=/M=/>YZ<NLnf?.?<?L[/3?.Cv?/M/M/M!?~ ?.01=/uZ=s <FJW?JMJJ?&t??~ /? /> ?>u=?/?K?M<K?=K??@?>K?=?hK .g.<M!4K.t<.q. q. .%Y1==>!?} ?.?/v/!?>u  <=Uf.tNW?Kf?}? ?J?.?J? !.>Z?Y"YLK"/?#/Q>)3>p. ?gz.t<$8 .mallocrun_maxcrc32checksum_offsetsummary_pos__gcov_read_summaryfilename_lengthclosesigned char__gcov_write_counterbufferedoverreadgcov_fn_infofree_fn_datagcov_ctr_summarylong long unsigned intfdopen_lbfsizegi_ptrvaluesthis_prg__sFfunctionsnextatexitfn_bufferstatfseekmkdirst_modest_ino_basef_ixgcov_max_filenamen_functions__gcov_position_cookiest_atime_nsec__errnolong int_flags_ubufmemcpylong long intresultbuffer_fn_data__gcov_read_counterend_ptrcs_allflockfcntl__gcov_flushgcov_prefixatoioff_t__gcov_is_error__pad0levelstamp__sbufsize_tst_blocksst_uidvaluecs_prgfpos_trewrite__gcov_varfn_ixfprintf_close__kernel_off_tread_errorlong unsigned int_filegcov_infon_countsnamel_startall_prgcs_tprg__gcov_opensizeshort unsigned intcsumstrlenaccessgcov_write_blocknext_summarycreate_file_directory__st_inostrcpyst_atimeGNU C 4.7__gcov_closefname__kernel_pid_tfailst_size_writebasegetenv/Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.cversiongcov_ctr_infosizetypesum_allcrc32_unsignedopen__gcov_read_unsignedfilenamegfi_ptrread_mismatchgcov_versionfn_tailgcov_prefix_stripgcov_unsigned_tcfg_checksumgcov_read_wordsst_mtime_nsecgcov_list__gcov_write_tag_lengthsetbuffrom_filecs_ptrerrorwordss_flock_readread_fatalst_nlinkl_pidunsigned charshort intinfofilest_blksize__kernel_mode_t__sFILE__page_sizest_ctimeFILEexcessfreadgcov_exitgi_filename__gcov_seekn_ctrgcov_position_t__gcov_initlineno_checksum_seekst_rdevcharlengthlimit_blksizemode__gcov_rewrite_sizeunsigned intgcov_type_extrunsci_ptrsummaryabortbufferfclosememcmpoffsetfreectrsgcov_summaryst_gidst_ctime_nsec__pad3n_ctrs__page_shiftl_lenmemset__gcov_write_summarygi_filename_upidentt_ixmode_tst_devgcov_write_wordsprefix_lengthst_mtimesum_maxfstatgcov_merge_fn_nbuffwritepid_tc_numgetpidc_ptrftellstarteof_pos__gcov_write_unsignedl_whencel_typemergefeedback/Volumes/android/toolchain-build-linux-4.7/gcc-4.7/arm-linux-androideabi/thumb/libgccgcov_fn_bufferGCC: (GNU) 4.7A*aeabi 5TE  ????| B? &A??@hA ???C( ?|A ????????$A??@,A?? lDA ?????????8A?????XA????@?B??????A????A??DB???A???A?????A?????6A??4A??H*A????r
687 d?b???r |? ???? ???? !4N 8 T ? q&?+?1?7?=?C?I?O? ? ?  ? @ T^   p ??{??????????????????? ?D?3?H?`?6u5?I*??}0??@?????????? ` ? Xlibgcov.c$t__gcov_is_error$dfrom_filecrc32_unsignedgcov_version.LC0create_file_directory.LC1__gcov_position__gcov_rewritefree_fn_datagcov_write_blockgcov_write_wordsgcov_read_words.LC2buffer_fn_data.LC3.LC5.LC4gcov_exit.LC13.LC14.LC6.LC15.LC16.LC17.LC18.LC7.LC19.LC9.LC10.LC20.LC21.LC22.LC11.LC12.LC8gcov_listgcov_max_filename__gcov_varfprintf_GLOBAL_OFFSET_TABLE___sFaccessmkdir__errnoabortfseekfreefwritefread__gcov_opengetpidopenfcntlfdopenclosefstatfclosesetbuf__gcov_close__gcov_write_unsigned__gcov_write_counter__gcov_write_tag_length__gcov_write_summary__gcov_read_unsigned__gcov_read_countermalloc__gcov_read_summary__gcov_seekftellmemsetgetenvatoistrlenmemcpystrcpymemcmp__gcov_initatexit__gcov_flush[?
    [all...]

Completed in 1884 milliseconds

1 2 3