Home
last modified time | relevance | path

Searched refs:addRemove (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/component/
DContainer.java84 …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/
DCommit.cpp94 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/
DCommit.h119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java78 @Benchmark long addRemove(final int reps) throws ExecutionException, InterruptedException {
/external/sqlite/dist/
Dsqlite3.c40508 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){
40511 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){
40543 if( addRemove & PCACHE_DIRTYLIST_ADD ){
/external/sqlite/dist/orig/
Dsqlite3.c40490 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){
40493 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){
40525 if( addRemove & PCACHE_DIRTYLIST_ADD ){