Searched defs:Edit (Results 1 - 12 of 12) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/wizard/
H A DConfigWizard.java180 setMode(Mode.Edit);
192 case Edit:
205 Edit enum constant in enum:ConfigWizard.Mode
/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h29 Edit, member in class:FWL_WidgetHit
H A Dcfwl_widget.h28 Edit, member in class:FWL_Type
/external/v8/tools/clang/scripts/
H A Drun_tool.py55 Edit = collections.namedtuple('Edit', variable
111 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
216 edits: A dict mapping filenames to Edit instances that apply to that file.
/external/clang/include/clang/Edit/
H A DCommit.h13 #include "clang/Edit/FileOffset.h"
33 struct Edit { struct in class:clang::edit::Commit
54 SmallVector<Edit, 8> CachedEdits;
109 typedef SmallVectorImpl<Edit>::const_iterator edit_iterator;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.h192 /// SplitEditor - Edit machine code and LiveIntervals for live range
242 /// Edit - The current parent register and new intervals created.
243 LiveRangeEdit *Edit; member in class:llvm::SplitEditor
245 /// Index into Edit of the currently open interval.
260 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
270 /// 1. No entry - the value is not mapped to Edit.get(RegIdx).
272 /// Edit.get(RegIdx). Each value is represented by a minimal live range at
335 /// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
408 /// @param LRMap When not null, this vector will map each live range in Edit
H A DInlineSpiller.cpp68 LiveRangeEdit *Edit; member in class:__anon18527::InlineSpiller
223 /// Edit->getReg().
225 unsigned Reg = Edit->getReg();
268 unsigned Reg = Edit->getReg();
634 if (Edit->getReg() == Original)
656 if (DefMI && Edit->checkRematerializable(VNI, DefMI, TII, AA)) {
858 if (!Edit->canRematerializeAt(RM, UseIdx, false, LIS)) {
884 Edit->markRematerialized(RM.ParentVNI);
890 LiveInterval &NewLI = Edit->createFrom(Original, LIS, VRM);
894 SlotIndex DefIdx = Edit
[all...]
/external/clang/tools/driver/
H A Ddriver.cpp97 /// \param Edit - The override command to perform.
101 StringRef Edit,
105 if (Edit[0] == '^') {
107 GetStableCStr(SavedStrings, Edit.substr(1));
110 } else if (Edit[0] == '+') {
112 GetStableCStr(SavedStrings, Edit.substr(1));
115 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") &&
116 Edit
99 ApplyOneQAOverride(raw_ostream &OS, SmallVectorImpl<const char*> &Args, StringRef Edit, std::set<std::string> &SavedStrings) argument
163 OS << "### Adding argument " << Edit << " at end\\n"; local
166 OS << "### Unrecognized edit: " << Edit << "\\n"; local
[all...]
/external/llvm/lib/CodeGen/
H A DSplitKit.h225 /// SplitEditor - Edit machine code and LiveIntervals for live range
277 /// Edit - The current parent register and new intervals created.
278 LiveRangeEdit *Edit; member in class:llvm::SplitEditor
280 /// Index into Edit of the currently open interval.
295 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
305 /// 1. No entry - the value is not mapped to Edit.get(RegIdx).
307 /// Edit.get(RegIdx). Each value is represented by a minimal live range at
375 /// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
449 /// @param LRMap When not null, this vector will map each live range in Edit
H A DInlineSpiller.cpp145 LiveRangeEdit *Edit; member in class:__anon12551::InlineSpiller
251 /// Edit->getReg().
253 unsigned Reg = Edit->getReg();
297 unsigned Reg = Edit->getReg();
533 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx, false)) {
551 Edit->markRematerialized(RM.ParentVNI);
557 unsigned NewVReg = Edit->createFrom(Original);
561 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI);
583 if (!Edit->anyRematerializable(AA))
629 Edit
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp21 #include "clang/Edit/Commit.h"
22 #include "clang/Edit/Rewriters.h"
2237 const edit::Commit::Edit &Edit = *I; local
2238 switch (Edit.Kind) {
2240 Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.OrigLoc,
2241 Edit.Text,
2242 Edit.BeforePrev));
2246 FixItHint::CreateInsertionFromRange(Edit.OrigLoc,
2247 Edit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 424 milliseconds