/external/clang/tools/driver/ |
D | driver.cpp | 93 StringRef Edit, in ApplyOneQAOverride() argument 97 if (Edit[0] == '^') { in ApplyOneQAOverride() 99 SaveStringInSet(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 102 } else if (Edit[0] == '+') { in ApplyOneQAOverride() 104 SaveStringInSet(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 107 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") && in ApplyOneQAOverride() 108 Edit.slice(2, Edit.size()-1).find('/') != StringRef::npos) { in ApplyOneQAOverride() 109 StringRef MatchPattern = Edit.substr(2).split('/').first; in ApplyOneQAOverride() 110 StringRef ReplPattern = Edit.substr(2).split('/').second; in ApplyOneQAOverride() 121 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in ApplyOneQAOverride() [all …]
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 334 Edit(0), in SplitEditor() 341 Edit = &LRE; in reset() 354 Edit->anyRematerializable(0); in reset() 373 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 374 LiveInterval *LI = Edit->get(RegIdx); in defValue() 419 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getDeadSlot(), VNI)); in forceRecompute() 431 LiveInterval *LI = Edit->get(RegIdx); in defFromParent() 439 if (Edit->canRematerializeAt(RM, UseIdx, true)) { in defFromParent() 440 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late); in defFromParent() 445 .addReg(Edit->getReg()); in defFromParent() [all …]
|
D | InlineSpiller.cpp | 69 LiveRangeEdit *Edit; member in __anon264347940111::InlineSpiller 225 unsigned Reg = Edit->getReg(); in isSnippet() 268 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 634 if (Edit->getReg() == Original) in analyzeSiblingValues() 658 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) { in analyzeSiblingValues() 859 if (!Edit->canRematerializeAt(RM, UseIdx, false)) { in reMaterializeFor() 880 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 886 LiveInterval &NewLI = Edit->createFrom(Original); in reMaterializeFor() 890 SlotIndex DefIdx = Edit->rematerializeAt(*MI->getParent(), MI, NewLI.reg, RM, in reMaterializeFor() 916 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() [all …]
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 182 Edit data; in addInsert() 197 Edit data; in addInsertFromRange() 212 Edit data; in addRemove() 282 Edit &act = CachedEdits[i]; in canInsertInOffset()
|
/external/grub/netboot/ |
D | sis900.txt | 27 1. Edit src/Makefile to add SIS900FLAGS to defines 37 3. Edit src/config.c to add the card to the card probe list 61 4. Edit NIC to add sis900 and sis7016 to NIC list 67 5. Edit cards.h to add sis900 probe routine declaration
|
/external/chromium/net/data/cache_tests/bad_rankings/ |
D | contents.txt | 63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value* 66 * Edit the value with the debugger before it is saved to disk.
|
/external/chromium/net/data/cache_tests/bad_entry/ |
D | contents.txt | 63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value* 66 * Edit the value with the debugger before it is saved to disk.
|
/external/chromium/net/data/cache_tests/bad_rankings2/ |
D | contents.txt | 63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value* 66 * Edit the value with the debugger before it is saved to disk.
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 32 struct Edit { struct 53 SmallVector<Edit, 8> CachedEdits; argument 106 typedef SmallVector<Edit, 8>::const_iterator edit_iterator;
|
/external/chromium/net/data/cache_tests/dirty_entry2/ |
D | contents.txt | 64 entry->Close(); <---- Edit value* 66 * Edit the value with the debugger before it is saved to disk (break on
|
/external/chromium/net/data/cache_tests/dirty_entry/ |
D | contents.txt | 64 entry->Close(); <---- Edit value* 66 * Edit the value with the debugger before it is saved to disk (break on
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | README | 17 You'll need to configure this sample before it will be functional. Edit 22 license server documentation for instructions on how to do this. Edit main.py
|
/external/clang/lib/ |
D | Makefile | 12 StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \
|
D | CMakeLists.txt | 9 add_subdirectory(Edit)
|
/external/icu4c/samples/legacy/ |
D | README | 30 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1. 31 Edit the two library entries with path so that they point to .lib files for your version of ICU. 37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
|
/external/clang/ |
D | Android.mk | 13 lib/Edit \
|
/external/llvm/autoconf/ |
D | README.TXT | 13 8. Edit the ltdl.h file to #include "llvm/Config/config.h" at the very top. You 17 9. Edit the llvm/autoconf/m4/libtool.m4 file so that:
|
/external/libpng/contrib/pngminim/preader/ |
D | README | 8 Edit makefile if required, to find your X library and include files,
|
/external/dropbear/debian/ |
D | dropbear.postinst | 31 Dropbear will not start by default. Edit this file to change this behaviour.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/ |
D | README | 7 2. Edit manifest.json. Search for SOME_, replacing the text with URLs
|
/external/dropbear/ |
D | INSTALL | 3 - Edit options.h to set which features you want. 4 - Edit debug.h if you want any debug options (not usually required).
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | README.searchcvs.setup.mysql.txt | 14 4. Edit includes/parsecvs-dbaccess.php. Run parsecvs.sh.
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
D | README | 39 4. Edit the configuration file to suit your needs, the comments should
|
/external/chromium/net/tools/spdyshark/ |
D | README | 46 Choose Edit > Preferences to bring up the Preferences dialog.
|
/external/chromium/chrome/browser/autocomplete/ |
D | keyword_provider_unittest.cc | 84 TEST_F(KeywordProviderTest, Edit) { in TEST_F() argument
|