Home
last modified time | relevance | path

Searched refs:inserts (Results 1 – 25 of 202) sorted by relevance

123456789

/external/jdiff/src/jdiff/
DDiff.java127 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSimpleCursorAdapterTest.java65 String[] inserts = { in setUpDatabase() local
73 for (String insert : inserts) { in setUpDatabase()
DShadowCursorAdapterTest.java28 String[] inserts = { in setUp() local
36 for (String insert : inserts) { in setUp()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Stage.pbtxt13 Maximum number of elements in the Staging Area. If > 0, inserts
21 If > 0, inserts will block until sufficient space is available.
Dapi_def_MapStage.pbtxt19 Maximum number of elements in the Staging Area. If > 0, inserts
Dapi_def_OrderedMapStage.pbtxt19 Maximum number of elements in the Staging Area. If > 0, inserts
/external/python/cpython2/Lib/
Dargparse.py391 inserts = {}
403 if start in inserts:
404 inserts[start] += ' ['
406 inserts[start] = '['
407 inserts[end] = ']'
409 if start in inserts:
410 inserts[start] += ' ('
412 inserts[start] = '('
413 inserts[end] = ')'
415 inserts[i] = '|'
[all …]
/external/python/cpython3/Lib/
Dargparse.py394 inserts = {}
406 if start in inserts:
407 inserts[start] += ' ['
409 inserts[start] = '['
410 inserts[end] = ']'
412 if start in inserts:
413 inserts[start] += ' ('
415 inserts[start] = '('
416 inserts[end] = ')'
418 inserts[i] = '|'
[all …]
/external/antlr/runtime/ObjC/Framework/
DTokenRewriteStream.m499 // 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 … HashMap *inserts = [self getKindOfOps:rewrites KindOfClass:[ANTLRInsertBeforeOp class] Index:i];
571 for (int j = 0; j < [inserts size]; j++) {
572 ANTLRInsertBeforeOp *iop = (ANTLRInsertBeforeOp *)[inserts objectAtIndex:j];
/external/swiftshader/third_party/LLVM/runtime/
DREADME.txt3 inserts calls to an external pool allocator library. This runtime library is
/external/python/cpython2/Misc/NEWS.d/
D2.7.12.rst7 The configure script now inserts comments into the makefile to prevent the
/external/llvm/test/Transforms/LoopSimplify/
Dunreachable-loop-pred.ll4 ; When loopsimplify inserts a preheader for this loop, it should add the new
/external/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/
Dunreachable-loop-pred.ll4 ; When loopsimplify inserts a preheader for this loop, it should add the new
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as258 // 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/python/cpython2/Doc/library/
Dcopy.rst35 possible) inserts *references* into it to the objects found in the original.
37 * A *deep copy* constructs a new compound object and then, recursively, inserts
/external/python/cpython3/Doc/library/
Dcopy.rst39 possible) inserts *references* into it to the objects found in the original.
41 * A *deep copy* constructs a new compound object and then, recursively, inserts
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/println/
Dmain.cpp26 bool inserts[] = {(os << tn, true)...};
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs502 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/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/
D2003-10-05-DeadPHIInsertion.ll1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
/external/llvm/test/Transforms/Mem2Reg/
D2003-10-05-DeadPHIInsertion.ll1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Mem2Reg/
D2003-10-05-DeadPHIInsertion.ll1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
/external/libexif/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/external/e2fsprogs/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/external/elfutils/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs579 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()

123456789