Searched refs:addRemove (Results 1 – 6 of 6) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | Container.java | 84 …d update(Object parent, Object oldChild, final Object child, String relationship,boolean addRemove) in update() argument 89 if (addRemove) in update() 95 if (addRemove) in update() 123 …ject parent, Object[] oldChildren, final Object[] children, String relationship, boolean addRemove) in update() argument 156 if (addRemove) in update() 167 if (addRemove) in update()
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 94 addRemove(range.getBegin(), Offs, Len); in remove() 122 addRemove(range.getBegin(), Offs, Len); in replace() 153 addRemove(range.getBegin(), in replaceWithInner() 155 addRemove(replacementRange.getEnd(), in replaceWithInner() 172 addRemove(loc, Offs, Len); in replaceText() 207 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() function in Commit
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ConcurrentHashMultisetBenchmark.java | 78 @Benchmark long addRemove(final int reps) throws ExecutionException, InterruptedException {
|
/external/sqlite/dist/ |
D | sqlite3.c | 40508 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){ 40511 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){ 40543 if( addRemove & PCACHE_DIRTYLIST_ADD ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 40490 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){ 40493 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){ 40525 if( addRemove & PCACHE_DIRTYLIST_ADD ){
|