Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 59) sorted by relevance

123

/external/clearsilver/python/
Dsetup.py44 inserted = [] variable
48 inserted.append(inc_path)
50 INC_DIRS = inserted + INC_DIRS
53 inserted = [] variable
57 inserted.append(lib)
59 LIBRARIES = inserted + LIBRARIES
62 inserted = [] variable
66 inserted.append(lib_path)
68 LIB_DIRS = inserted + LIB_DIRS
/external/jdiff/src/jdiff/
DDiff.java127 int inserts = hunk.inserted; in mergeDiffs()
141 first1 == lasthunk.line1 + lasthunk.inserted + 1) { in mergeDiffs()
144 lasthunk.inserted += 2; in mergeDiffs()
183 int inserts = hunk.inserted; in addDiffs()
195 int last1 = hunk.line1 + hunk.inserted - 1; in addDiffs()
DDiffMyers.java482 public int inserted; field in DiffMyers.change
497 change(int line0, int line1, int deleted, int inserted, change old) { in change() argument
500 this.inserted = inserted; in change()
/external/elfutils/po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
DMakefile.in.in56 # Makevars gets inserted here. (Don't remove this line!)
/external/elfutils/libelf-po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
DMakefile.in.in56 # Makevars gets inserted here. (Don't remove this line!)
/external/libpcap/
DREADME.linux25 code which can be inserted in and removed from the running kernel
39 af_packet.o ( = code which can be inserted in and removed from the
/external/e2fsprogs/po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
DMakefile.in.in58 # Makevars gets inserted here. (Don't remove this line!)
/external/icu4c/data/translit/
DLatin_ConjoiningJamo.txt21 $IEUNG = ᄋ; # null initial, inserted during Latin-Jamo
47 $EU = ᅳ; # null medial, inserted during Latin-Jamo
/external/bison/m4/
Donceonly.m421 dnl empty, and the check will be inserted before the body of the AC_DEFUNed
/external/dosfstools/doc/
DREADME.mkdosfs11 DOS stuff inserted. I believe originally mke2fs was based on Linus' mkfs
/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp342 Position inserted = endOfInsertedContent.deepEquivalent(); in hasMatchingQuoteLevel() local
343 bool isInsideMailBlockquote = nearestMailBlockquote(inserted.node()); in hasMatchingQuoteLevel()
344 …MailBlockquote && (numEnclosingMailBlockquotes(existing) == numEnclosingMailBlockquotes(inserted)); in hasMatchingQuoteLevel()
/external/icu4c/data/rbnf/
Den.txt21 // * eighty-nine" and commas are inserted between the thousands groups for
58 // inserted. Notice also that the meaning of >> has shifted:
Dmt.txt46 // inserted. Notice also that the meaning of >> has shifted:
/external/zlib/
Dalgorithm.txt22 length 3 are inserted in the hash table. A hash index is computed for
53 are inserted in the hash table only when no match was found, or
/external/blktrace/doc/
Dblktrace.tex527 \item[I -- inserted] A request is being sent to the io scheduler for
544 \item[M -- back merge] A previously inserted request exists that ends
549 where a previously inserted requests starts.
638 I & IO inserted onto request queue \\ \hline
696 \item[I -- inserted]
/external/jpeg/
Dcoderules.doc56 keywords can be inserted for use in Windows DLLs.)
Dwizard.doc157 single punctuation character other than ':' or ';' can be inserted.) For
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl55 @discussion The added entry is inserted immediately after the current entry.
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi71 re-inserted would be a good change, but I considered it to be
/external/bison/tests/
Dcxx-type.at23 # Store into types.y the calc program, with DECL inserted as a declaration,
/external/webkit/WebCore/inspector/front-end/
DElementsPanel.js595 … this.recentlyModifiedNodes.push({node: event.target, parent: event.relatedNode, inserted: true}); property
/external/blktrace/btt/doc/
Dbtt.tex114 IO layer (queue trace) until it is inserted (insert trace).
136 the IO is inserted or merged onto the request queue, until it is
638 together, you will note there are 3 merged IOs, and 1 inserted in the

123