Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 88) sorted by relevance

1234

/system/update_engine/scripts/update_payload/
Dformat_utils.py61 whole, frac = divmod(percent, factor)
66 return '%d%s%%' % (whole, '.%0*d' % (precision, frac) if frac else '')
107 whole = size // magnitude
111 return '%d%s %s' % (whole, '.%d' % frac if frac else '', suffixes[exp - 1])
/system/bt/build/toolchain/gcc/
DBUILD.gn59 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
/system/bt/build/toolchain/clang/
DBUILD.gn78 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
/system/sepolicy/prebuilts/api/30.0/private/
Dnetutils_wrapper.te24 # the whole chain including the xt_bpf rules. They need to access to the pinned
Drunas_app.te30 # processes, but not the whole system.
Dshell.te90 # not the whole system.
/system/sepolicy/prebuilts/api/29.0/private/
Dnetutils_wrapper.te24 # the whole chain including the xt_bpf rules. They need to access to the pinned
/system/sepolicy/prebuilts/api/28.0/private/
Dnetutils_wrapper.te22 # the whole chain including the xt_bpf rules. They need to access to the pinned
/system/sepolicy/private/
Dnetutils_wrapper.te24 # the whole chain including the xt_bpf rules. They need to access to the pinned
Drunas_app.te30 # processes, but not the whole system.
Dshell.te90 # not the whole system.
/system/libziparchive/cli-tests/
Dzipinfo.test4 # handling, and that scans the whole central directory immediately. Not only
/system/extras/ANRdaemon/
DREADME27 whole 20secs (because from systrace's view, the two 20 sec apart sched trace
/system/core/fs_mgr/
DREADME.overlayfs.md101 take the whole alternate super (eg: if "*a*" slot, then the whole of
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc162 constexpr static SplitIterator MakeBegin(std::string_view whole, std::string_view separator) { in MakeBegin()
167 it.rest_of_string = StringSplit::EmptySubstringAtEnd(whole); in MakeBegin()
177 it.rest_of_string = whole; in MakeBegin()
275 std::string_view whole; member
279 return SplitIterator::MakeBegin(whole, separator); in begin()
/system/extras/libfec/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/tests/cpueater/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/sane_schedstat/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/runconuid/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/bootctl/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/incremental_delivery/libdataloader/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/slideshow/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/ext4_utils/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/verity/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,
/system/extras/memory_replay/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
139 for any such Derivative Works as a whole, provided Your use,

1234