Searched defs:edits (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/clang/scripts/
H A Drun_tool.py26 should output edits to stdout in the following format:
34 Any generated edits are applied once the clang tool has finished running
65 """Extracts generated list of edits from the tool's stdout.
75 A dictionary mapping filenames to the associated edits.
80 edits = collections.defaultdict(list)
87 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
90 return edits
108 If status is True, then the generated edits are stored with the key "edits"
122 'edits'
144 def edits(self): member in class:_CompilerDispatcher
[all...]
/external/chromium_org/media/mp4/
H A Dtrack_run_iterator.cc177 const std::vector<EditListEntry>& edits = trak->edit.list.edits; local
178 if (!edits.empty()) {
179 if (edits.size() > 1)
182 if (edits[0].media_time < 0) {
185 edit_list_offset = -edits[0].media_time;
H A Dbox_definitions.h135 std::vector<EditListEntry> edits; member in struct:media::mp4::EditList
/external/openfst/src/include/fst/
H A Dedit-fst.h37 // relatively small number of edits (read: mutations), then this implementation
38 // will copy the edited node to an internal MutableFst and perform any edits in
340 // next read in MutabelFstT machine that stores edits
351 MutableFstT *edits = MutableFstT::Read(strm, edits_opts); local
352 if (!edits) {
355 data->edits_ = *edits;
356 delete edits;
371 // number of edits (read: mutations), then this implementation will copy the
372 // edited node to an internal MutableFst and perform any edits in situ on that
614 // mutating methods specifically related to the types of edits provide
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 324 milliseconds