HomeSort by relevance Sort by last modified time
    Searched refs:Edit (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.inf 69 Edit/Edit.c
70 Edit/TextEditor.h
71 Edit/TextEditorTypes.h
72 Edit/FileBuffer.h
73 Edit/FileBuffer.c
74 Edit/MainTextEditor.h
75 Edit/MainTextEditor.c
76 Edit/Misc.h
77 Edit/Misc.c
    [all...]
  /external/pdfium/xfa/fwl/
fwl_widgethit.h 29 Edit,
cfwl_widget.h 28 Edit,
  /external/clang/tools/driver/
driver.cpp 95 /// \param OS - The stream to write edit information to.
97 /// \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("/") &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 311 Edit(0),
318 Edit = &LRE;
331 Edit->anyRematerializable(LIS, TII, 0);
350 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
351 LiveInterval *LI = Edit->get(RegIdx);
396 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getNextSlot(), VNI));
408 LiveInterval *LI = Edit->get(RegIdx);
416 if (Edit->canRematerializeAt(RM, UseIdx, true, LIS)) {
417 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, LIS, TII, TRI, Late);
422 .addReg(Edit->getReg())
    [all...]
InlineSpiller.cpp 68 LiveRangeEdit *Edit;
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)
    [all...]
SplitKit.h 192 /// SplitEditor - Edit machine code and LiveIntervals for live range
242 /// Edit - The current parent register and new intervals created.
243 LiveRangeEdit *Edit;
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
  /external/llvm/lib/CodeGen/
SplitKit.cpp 349 MBFI(mbfi), Edit(nullptr), OpenIdx(0), SpillMode(SM_Partition),
353 Edit = &LRE;
368 Edit->anyRematerializable(nullptr);
389 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
390 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
435 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
448 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
455 unsigned Original = VRM.getOriginal(Edit->get(RegIdx));
461 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) {
462 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late)
    [all...]
InlineSpiller.cpp 145 LiveRangeEdit *Edit;
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->eliminateDeadDefs(DeadDefs, RegsToSpill, AA)
    [all...]
SplitKit.h 225 /// SplitEditor - Edit machine code and LiveIntervals for live range
277 /// Edit - The current parent register and new intervals created.
278 LiveRangeEdit *Edit;
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
  /external/clang/include/clang/Edit/
Commit.h 13 #include "clang/Edit/FileOffset.h"
22 namespace edit { namespace in namespace:clang
33 struct Edit {
54 SmallVector<Edit, 8> CachedEdits;
109 typedef SmallVectorImpl<Edit>::const_iterator edit_iterator;
  /external/clang/lib/Edit/
Commit.cpp 10 #include "clang/Edit/Commit.h"
12 #include "clang/Edit/EditedSource.h"
17 using namespace edit;
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
182 Edit data;
197 Edit data;
212 Edit data;
282 Edit &act = CachedEdits[i]
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 45 // In edit mode, display the check box for re-using existing boto file.
46 if (ConfigWizard.Mode.Edit == getMode()) {
91 if (ConfigWizard.Mode.Edit == getMode()) {
FlexWizardCard.java 49 if (ConfigWizard.Mode.Edit == getMode()) {
NetworkInfoCard.java 58 if (getMode() == ConfigWizard.Mode.Edit) {
WizardCard.java 15 * modes - currently view mode and edit mode. Each mode has its own UI and title. A card is used to
136 setEditTitle("Dummy Edit");
143 case Edit:
144 setCardContentWidget(new Label("Edit content"));
ConfigWizard.java 26 * the view mode and the edit mode. Each mode has its own UI. A wizard has
43 // The current mode of the wizard - edit vs view
49 // The edit mode controller.
180 setMode(Mode.Edit);
192 case Edit:
205 Edit
ConfigEditMode.java 69 pnlLayout.setStyleName("wizard-edit-panel");
72 lblValidationStatus.setStyleName("card-edit-status");
77 lblCardTitle.setStyleName("card-edit-title");
171 pnlCard.setWidget(current.switchToMode(ConfigWizard.Mode.Edit));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 84 LogCatView_Edit_Filter=Edit Filter
85 LogCatView_Edit_Filter_Tooltip=Edit Filter
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 3 Edit this file to customize the FAQ Wizard. For normal purposes, you
50 # Version -- don't change unless you edit faqwiz.py
133 T_EDIT = FAQNAME + " Edit Wizard"
252 <A HREF="%(FAQCGI)s?req=edit&amp;file=%(file)s">Edit this entry</A> /
375 <INPUT TYPE=submit NAME=review VALUE="Preview Edit">
391 form below and click the Preview Edit button.
515 # Help file for the FAQ Edit Wizard
518 Using the %(FAQNAME)s Edit Wizard speaks mostly for itself. Here are
  /external/v8/tools/clang/scripts/
run_tool.py 55 Edit = collections.namedtuple('Edit',
111 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
113 print 'Unable to parse edit: %s' % line
216 edits: A dict mapping filenames to Edit instances that apply to that file.
222 # subsequent edits don't need to have their offsets updated with each edit
228 for edit in reversed(v):
229 if edit == last_edit:
231 last_edit = edit
232 contents[edit.offset:edit.offset + edit.length] = edit.replacemen
    [all...]
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 193 Edit table 6.16 on page 231: change the type of TEXTURE_INTERNAL_FORMAT
  /prebuilts/go/darwin-x86/test/
nilptr2.go 45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
  /prebuilts/go/linux-x86/test/
nilptr2.go 45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
  /external/nanohttpd/
README.md 27 Edit `pom.xml`, and add this between \<dependencies\>:
35 Edit `src/main/java/com/example/App.java` and replace it with:

Completed in 398 milliseconds

1 2 3