/external/jdiff/src/jdiff/ |
D | Diff.java | 127 int inserts = hunk.inserted; in mergeDiffs() local 129 if (deletes == 1 && inserts == 1) { in mergeDiffs() 137 if (deletes == 1 && inserts == 1 && in mergeDiffs() 183 int inserts = hunk.inserted; in addDiffs() local 184 if (deletes == 0 && inserts == 0) { in addDiffs() 199 System.out.println("inserts: " + inserts); in addDiffs() 238 if (inserts != 0) { in addDiffs()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3ak.test | 29 # Test that possibly-buffered inserts went through after commit. 40 # Test that buffered inserts are seen by selects in the same 52 # Test that buffered inserts are seen within a transaction. This is
|
D | fts2k.test | 29 # Test that possibly-buffered inserts went through after commit. 40 # Test that buffered inserts are seen by selects in the same 52 # Test that buffered inserts are seen within a transaction. This is
|
D | fts3b.test | 131 # Test that the column doesn't conflict with inserts that don't name 178 # Test that the column doesn't conflict with inserts that don't name
|
D | fts3c.test | 48 # Test the segments resulting from straight-forward inserts. 104 # Test the segments resulting from inserts followed by a delete.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CursorAdapterTest.java | 42 String[] inserts = { in setUp() local 50 for (String insert : inserts) { in setUp()
|
D | SQLiteCursorTest.java | 328 String[] inserts = { in addPeople() local 334 for (String insert : inserts) { in addPeople()
|
/external/llvm/runtime/ |
D | README.txt | 3 inserts calls to an external pool allocator library. This runtime library is
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 4 ; When loopsimplify inserts a preheader for this loop, it should add the new
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2003-10-05-DeadPHIInsertion.ll | 1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
|
/external/elfutils/libelf-po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/bison/runtime-po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/bison/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/libexif/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/elfutils/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/e2fsprogs/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTokenRewriteStream.m | 499 // should be included (they will be inserts). 539 * Then we can deal with inserts: 541 * 1. for any inserts to same rwIndex, combine even if not adjacent. 568 // Wipe prior inserts within range 569 //List inserts = getKindOfOps(rewrites, ANTLRInsertBeforeOp.class, i); 570 …ANTLRHashMap *inserts = [self getKindOfOps:rewrites KindOfClass:[ANTLRInsertBeforeOp class] Index:… 571 for (int j = 0; j < [inserts size]; j++) { 572 ANTLRInsertBeforeOp *iop = (ANTLRInsertBeforeOp *)[inserts objectAtIndex:j];
|
/external/llvm/test/CodeGen/Generic/ |
D | undef-phi.ll | 4 ; inserts an IMPLICIT_DEF instruction in the predecessor so all paths to the use
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 502 var inserts = GetKindOfOps(rewrites, typeof(InsertBeforeOp), i); in ReduceToSingleOperationPerIndex() 503 for (int j = 0; j < inserts.Count; j++) { in ReduceToSingleOperationPerIndex() 504 InsertBeforeOp iop = (InsertBeforeOp)inserts[j]; in ReduceToSingleOperationPerIndex()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 258 // should be included (they will be inserts). 296 * Then we can deal with inserts: 298 * 1. for any inserts to same index, combine even if not adjacent. 322 // Wipe prior inserts within range 323 var inserts:Array = getKindOfOps(rewrites, InsertBeforeOp, i); 324 for (var j:int = 0; j < inserts.length; j++) { 325 var iop:InsertBeforeOp = InsertBeforeOp(inserts[j]);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 579 var inserts = GetKindOfOps( rewrites, typeof( InsertBeforeOp ), i ); in ReduceToSingleOperationPerIndex() 580 for ( int j = 0; j < inserts.Count; j++ ) in ReduceToSingleOperationPerIndex() 582 InsertBeforeOp iop = (InsertBeforeOp)inserts[j]; in ReduceToSingleOperationPerIndex()
|
/external/chromium_org/chrome_frame/ |
D | exception_barrier_lowlevel.asm | 8 ; MASM 8.0 inserts an additional leading underscore in front of names
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 466 List inserts = getKindOfOps(rewrites, InsertBeforeOp.class, i); in reduceToSingleOperationPerIndex() local 467 for (int j = 0; j < inserts.size(); j++) { in reduceToSingleOperationPerIndex() 468 InsertBeforeOp iop = (InsertBeforeOp) inserts.get(j); in reduceToSingleOperationPerIndex()
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_sync_point.txt | 43 creates a sync point and inserts it into the stream of commands for the
|