Home
last modified time | relevance | path

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

1234

/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/stlport/test/eh/
Dnc_alloc.cpp195 bool inserted = alloc_set().insert(p).second; in OperatorNew() local
197 inserted; in OperatorNew()
198 EH_ASSERT(inserted); in OperatorNew()
/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/protobuf/src/google/protobuf/compiler/
Dplugin.proto103 // content here is to be inserted into that file at a defined insertion
112 // as the insertion_point. Code inserted at this point will be placed
128 // inserted text. This is useful for languages like Python, where
130 // should be indented the same amount as any inserted code will need to be
/external/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pod18 …ertion of the ToC in the source. HTML::TocUpdator takes care of updating previously inserted ToCs.
69 inserted ToC elements
143 …u're planning to update the inserted ToC, you'd better use C<TocUpdator> to insert the ToC. C<Toc…
172 around the inserted ToC elements:
188 …TocUpdator::updateFile()> will also insert the ToC, whether there is a ToC already inserted or not.
867 …om L<HTML::TocInsertor::insert()|"HTML::TocInsertor::insert()"> in that inserted text will be surr…
876 …om L<HTML::TocInsertor::insert()|"HTML::TocInsertor::insert()"> in that inserted text will be surr…
922 True (1) if ToC must be generated. False (0) if ToC must be inserted only.
1226 By default, an empty indentation level will be inserted in the ToC:
1243 the ToC will not have an indentation level inserted for level 2:
[all …]
/external/webkit/LayoutTests/storage/domstorage/
Dquota-expected.txt24 Verify that data was never inserted.
/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/elfutils/po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
/external/elfutils/libelf-po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
/external/icu4c/data/translit/
DLatin_ConjoiningJamo.txt21 $IEUNG = ᄋ; # null initial, inserted during Latin-Jamo
47 $EU = ᅳ; # null medial, inserted during Latin-Jamo
/external/chromium/third_party/icu/source/data/translit/
DLatin_ConjoiningJamo.txt21 $IEUNG = ᄋ; # null initial, inserted during Latin-Jamo
47 $EU = ᅳ; # null medial, inserted during Latin-Jamo
/external/e2fsprogs/po/
DMakevars13 # This is the copyright holder that gets inserted into the header of the
/external/astl/include/
Dlist207 // @param elt Element to be inserted.
208 // @return an iterator that points to the inserted element.
Dset77 // @param elt Element to be inserted.
/external/bison/m4/
Donceonly.m421 dnl empty, and the check will be inserted before the body of the AC_DEFUNed
/external/webkit/WebKit/mac/WebView/
DWebTextCompletionController.mm74 …// FIXME: 3769654 - We should preserve case of string being inserted, even in prefix (but then als…
293 return NO; // let the char get inserted
/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/zlib/doc/
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/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/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl55 @discussion The added entry is inserted immediately after the current entry.
/external/jpeg/
Dcoderules.doc56 keywords can be inserted for use in Windows DLLs.)
/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,

1234