HomeSort by relevance Sort by last modified time
    Searched refs:ignore_zeros (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
gprof.h 124 extern bfd_boolean ignore_zeros; /* ignore unused symbols/files */
basic_blocks.c 287 if (sym->ncalls > 0 || ! ignore_zeros)
297 if (sym->bb_calls[j] > 0 || ! ignore_zeros)
533 if (!sf->num_lines || (ignore_zeros && sf->ncalls == 0))
gprof.c 66 bfd_boolean ignore_zeros = TRUE; variable
441 ignore_zeros = FALSE;
cg_print.c 518 if ((ignore_zeros && parent->ncalls == 0
581 if (ignore_zeros && symtab.base[sym_index].ncalls == 0
    [all...]
hist.c 504 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 1482 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 1496 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 1484 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 1484 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 1484 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 1484 ignore_zeros = False # If true, skips empty or invalid blocks and variable in class:TarFile
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 182 # Test TarFile's ignore_zeros option.
198 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
200 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /external/python/cpython2/Lib/test/
test_tarfile.py 273 # Test TarFile's ignore_zeros option.
293 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
296 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tarfile.py 185 # Test TarFile's ignore_zeros option.
201 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tarfile.py 185 # Test TarFile's ignore_zeros option.
201 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 185 # Test TarFile's ignore_zeros option.
201 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 185 # Test TarFile's ignore_zeros option.
201 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]

Completed in 698 milliseconds