/external/chromium_org/tools/gn/ |
setup.cc | 117 SourceFile("//BUILD.gn")); 163 dotfile_input_file_.reset(new InputFile(SourceFile("//.gn"))); 229 SourceFile(build_config_value->string_value()));
|
toolchain_manager.cc | 22 SourceFile DirToBuildFile(const SourceDir& dir) { 23 return SourceFile(dir.value() + "BUILD.gn"); 97 typedef std::map<SourceFile, LocationRange> ScheduledInvocationMap; 102 std::set<SourceFile> all_invocations; 119 void ToolchainManager::StartLoadingUnlocked(const SourceFile& build_file_name) { 265 SourceFile build_file(DirToBuildFile(dir)); 475 const SourceFile& file_name,
|
function_read_file.cc | 54 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value());
|
ninja_build_writer.cc | 89 SourceFile(build_settings->build_dir().value() + "build.ninja"))); 120 std::vector<SourceFile> other_files = g_scheduler->GetGenDependencies();
|
function_write_file.cc | 54 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value());
|
path_output.cc | 29 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
|
scope_per_file_provider.cc | 15 const SourceFile& source_file)
|
toolchain_manager.h | 59 void StartLoadingUnlocked(const SourceFile& build_file_name); 150 const SourceFile& file_name,
|
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 73 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, 75 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); 83 SourceFile + "\"\n" + ErrorMessage).str();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 240 IFile sourceFile = mDelegate.getEditor().getInputFile(); 241 if (sourceFile == null) { 246 handleIncludingFile(changes, sourceFile, mSelectionStart, mSelectionEnd, 252 List<IFile> layouts = getOtherLayouts(sourceFile); 318 IContainer parent = sourceFile.getParent(); 346 IFile sourceFile, int begin, int end, Document document, Element primary) { 347 TextFileChange change = new TextFileChange(sourceFile.getName(), sourceFile); 365 model = StructuredModelManager.getModelManager().getModelForRead(sourceFile); 400 private List<IFile> getOtherLayouts(IFile sourceFile) { [all...] |
/bionic/libc/tools/zoneinfo/ |
ZoneCompactor.java | 126 File sourceFile = new File(dataDirectory, s); 127 long length = sourceFile.length(); 132 byte[] data = copyFile(sourceFile, allData);
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
bucket.py | 42 result.extend(['%s(@%s)' % (function, sourcefile) 43 for function, sourcefile
|
/external/qemu/android/tools/ |
gen-hw-config.py | 55 sourceFile = sys.argv[1] 98 for line in open(sourceFile):
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 51 -renamesourcefileattribute SourceFile 52 -keepattributes SourceFile,LineNumberTable
|
/external/smali/smali/src/main/jflex/ |
smaliLexer.flex | 29 private File sourceFile; 72 public void setSourceFile(File sourceFile) { 73 this.sourceFile = sourceFile; 77 if (sourceFile == null) { 81 return PathUtil.getRelativeFile(new File("."), sourceFile).getPath(); 83 return sourceFile.getAbsolutePath();
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 435 sourceFile = open(sourceFileName, "r") 436 source = sourceFile.read() 437 sourceFile.close()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
ClassDefinition.java | 144 StringIdItem sourceFile = classDefItem.getSourceFile(); 145 if (sourceFile != null) { 147 Utf8Utils.writeEscapedString(writer, sourceFile.getStringValue());
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 116 * Gets the name out of the {@code SourceFile} attribute of this
|
/external/chromium_org/build/android/gyp/ |
jar_toc.py | 54 '^ SourceFile:',
|
/external/chromium_org/tools/ |
nocompile_driver.py | 152 sourcefile = open(sourcefile_path, 'r') 167 for line in sourcefile: 184 sourcefile.close() 412 print ('Usage: %s <parallelism> <sourcefile> <cflags> <resultfile>' %
|
/frameworks/base/tools/aapt/ |
CrunchCache.h | 81 * // Recrunch sourceFile out to destFile.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
SourceProcessor.java | 252 for (IFile sourceFile : mRemoved) { 253 int pos = mToCompile.indexOf(sourceFile); 269 for (IFile sourceFile : mRemoved) { 271 SourceFileData data = getFileData(sourceFile);
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
android-8.xml | 128 -renamesourcefileattribute SourceFile 129 -keepattributes SourceFile,LineNumberTable
|
/external/clang/lib/Basic/ |
SourceManager.cpp | 666 void SourceManager::overrideFileContents(const FileEntry *SourceFile, 669 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); 675 getOverriddenFilesInfo().OverriddenFilesWithBuffer.insert(SourceFile); 678 void SourceManager::overrideFileContents(const FileEntry *SourceFile, 680 assert(SourceFile->getSize() == NewFile->getSize() && 683 assert(FileInfos.count(SourceFile) == 0 && 686 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile; [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
DexMaker.java | 219 public void declare(TypeId<?> type, String sourceFile, int flags, 233 declaration.sourceFile = sourceFile; 405 private String sourceFile; 429 interfaces.ropTypes, new CstString(sourceFile));
|