Home
last modified time | relevance | path

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

1234

/external/libabigail/include/
Dabg-diff-utils.h644 deletions() const in deletions() function
648 deletions() in deletions() function
657 deletions().insert(deletions().end(), in append()
658 es.deletions().begin(), in append()
659 es.deletions().end()); in append()
668 deletions().insert(deletions().begin(), in prepend()
669 es.deletions().begin(), in prepend()
670 es.deletions().end()); in prepend()
677 deletions().clear(); in clear()
682 {return insertions().empty() && deletions().empty();} in is_empty()
[all …]
/external/grpc-grpc/test/core/avl/
Davl_test.cc247 int deletions = 0; in test_stress() local
259 for (i = 1; deletions < amount_of_stress; i++) { in test_stress()
265 idx, i, deletions); in test_stress()
268 deletions += (added[idx] != 0); in test_stress()
270 printf("avl = remove_int(avl, %d); /* d=%d */\n", idx, deletions); in test_stress()
/external/python/cpython2/Lib/
Dstringold.py347 def translate(s, table, deletions=""): argument
356 return s.translate(table, deletions)
Dstring.py484 def translate(s, table, deletions=""): argument
494 if deletions or table is None:
495 return s.translate(table, deletions)
/external/fonttools/Lib/fontTools/subset/
Dcff.py174 if hints.deletions:
176 for idx in reversed(hints.deletions):
180 assert not hints.deletions or hints.last_hint <= hints.deletions[0]
249 self.deletions = []
362 hints.deletions.append(index)
/external/autotest/client/tests/fsx/
D0002-Enable-cross-compiling-for-fsx.patch9 1 files changed, 1 insertions(+), 1 deletions(-)
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch9 1 files changed, 7 insertions(+), 3 deletions(-)
/external/libchrome/libchrome_tools/patches/
Dlibchrome-fix-integer-overflow-if-microseconds-is-IN.patch9 1 file changed, 1 insertion(+), 2 deletions(-)
DFix-Wdefaulted-function-deleted-warning-in-MessageLo.patch18 1 file changed, 2 insertions(+), 2 deletions(-)
Dlibchrome-Unpatch-sys.path-update.patch14 1 file changed, 2 insertions(+), 10 deletions(-)
D0001-Fix-pending_broker_clients-handling.patch22 1 file changed, 2 insertions(+), 5 deletions(-)
Ddbus-Remove-LOG-ERROR-in-ObjectProxy.patch25 1 file changed, 5 insertions(+), 6 deletions(-)
Dr680000-forward-compatibility-patch-part-2.patch14 3 files changed, 9 insertions(+), 9 deletions(-)
Dcomponents-timers-fix-fd-leak-in-AlarmTimer.patch17 2 files changed, 12 insertions(+), 11 deletions(-)
/external/python/cpython3/kokoro/
D0001-Enable-arm64-builds.patch11 1 file changed, 1 insertion(+), 7 deletions(-)
/external/zlib/patches/
D0002-uninitializedcheck.patch12 1 files changed, 1 insertion(+), 1 deletions(-)
/external/linux-kselftest/android/patches/
D0012-kselftest-vDSO-fix-build-issues.patch12 1 file changed, 5 insertions(+), 2 deletions(-)
D0010-seccomp-detect-compat-mode-in-ARM64.patch14 1 file changed, 3 insertions(+), 2 deletions(-)
D0015-selftests-futex-report-success-failure-to-environmen.patch15 1 file changed, 37 insertions(+), 26 deletions(-)
/external/harfbuzz_ng/
DRELEASING.md9 marked as API additions, API changes, or API deletions. Document
14 If there's a backward-incompatible API change (including deletions for API
/external/oss-fuzz/projects/dlplibs/
Dofz2894.patch9 1 file changed, 4 insertions(+), 3 deletions(-)
/external/libabigail/src/
Dabg-comparison.cc4014 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4015 it != e.deletions().end(); in ensure_lookup_tables_populated()
4564 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4565 it != e.deletions().end(); in ensure_lookup_tables_populated()
4613 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4614 it != e.deletions().end(); in ensure_lookup_tables_populated()
4876 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4877 it != e.deletions().end(); in ensure_lookup_tables_populated()
5274 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
5275 it != e.deletions().end(); in ensure_lookup_tables_populated()
[all …]
/external/capstone/contrib/sysz_update/
D0003-capstone-generate-GenInstrInfo.inc.patch8 1 file changed, 44 insertions(+), 5 deletions(-)
/external/libchrome/libchrome_tools/patch/
D0001-Use-qualified-base-make_optional-in-optional_unittes.patch24 1 file changed, 15 insertions(+), 10 deletions(-)
Dalignof_int64.patch32 4 files changed, 4 insertions(+), 4 deletions(-)

1234