/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/frameworks/base/tools/aapt/ |
AaptAssets.h | 164 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, 168 , mSourceFile(sourceFile) 174 //printf("new AaptFile created %s\n", (const char*)sourceFile);
|
/external/chromium_org/tools/find_runtime_symbols/ |
static_symbols.py | 133 def _append_sourcefile(self, start, sourcefile): 134 self._sourcefiles.append(start, sourcefile)
|
/external/clang/include/clang/Tooling/ |
CompilationDatabase.h | 82 /// Looks for a compilation database in all parent paths of file 'SourceFile' 84 static CompilationDatabase *autoDetectFromSource(StringRef SourceFile,
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
InstallAppProgress.java | 247 final File sourceFile = new File(mPackageURI.getPath()); 248 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 63 [B<--sourcefile>] 184 =item B<--sourcefile> 246 --sourcefile --volname DeerPark --icon ~/DeerPark.icns 423 @makeDirs, $outputFormat, @resourceFiles, $sourceFile, $sourceFolder, 432 # --sourcefile 433 $sourceFile = 0; 457 'sourcefile' => \$sourceFile, 565 # If $sourceFile is true, it means that $sourceFolder is to be treated as 571 '--copy-unsafe-links', $sourceFolder.($sourceFile?'':'/'),$tempRoot) != 0) [all...] |
/external/clang/include/clang/Basic/ |
SourceManager.h | 752 FileID createMainFileID(const FileEntry *SourceFile, 755 MainFileID = createFileID(SourceFile, SourceLocation(), Kind); 782 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, 786 IR = getOrCreateContentCache(SourceFile, 832 /// \param SourceFile the source file whose contents will be overriden. 839 void overrideFileContents(const FileEntry *SourceFile, 845 /// \param SourceFile the source file which will be overriden. [all...] |
/cts/tools/dasm/src/dasm/ |
Main.java | 238 + " file - sourcefile\n"
|
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 326 File sourceFile = getFileFromPackage(pName, method); 330 // if (sourceFile.lastModified() > classFile.lastModified()) { 331 writeToFile(sourceFile, content); 332 javacBuildStep.addSourceFile(sourceFile.getAbsolutePath());
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
subcommand.py | 63 with open(prefix + '.cache.sourcefile', 'a+') as cache_f:
|
/external/chromium_org/tools/gn/ |
filesystem_utils.h | 31 SourceFileType GetSourceFileType(const SourceFile& file,
|
ninja_helper.cc | 65 const SourceFile& source,
|
ninja_target_writer.cc | 149 const SourceFile& input_file = sources[i]; 394 const SourceFile& input_file = sources[i]; 549 const std::vector<SourceFile>& data = target_->data(); 567 const std::vector<SourceFile>& data = target_->data();
|
command_desc.cc | 162 template<> struct DescValueWriter<SourceFile> { 163 void operator()(const SourceFile& file, std::ostream& out) const {
|
function_exec_script.cc | 192 SourceFile script_source =
|
input_conversion.cc | 91 SourceFile empty_source_for_most_vexing_parse;
|
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 108 renameSourceFileAttribute = Rename SourceFile attribute 208 <li>"Sourcefile,LineNumberTable" are necessary for generating stack traces.\ 213 <html>Put the given string in the "SourceFile" attribute of the processed class files.<br>\ 216 The replacement "SourceFile" string.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoring.java | 375 IFile sourceFile = mDelegate.getEditor().getInputFile(); 376 if (sourceFile == null) { 379 TextFileChange change = new TextFileChange(sourceFile.getName(), sourceFile);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 123 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null : 127 cf.getSuperclass(), cf.getInterfaces(), sourceFile);
|
/dalvik/hit/src/com/android/hit/ |
HprofParser.java | 211 String sourceFile = mStrings.get(readId()); 216 sourceFile, serial, lineNumber);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
buildtools.py | 81 # on OSX that can destroy your sourcefile. 83 raise BuildError, "BuildApplet could destroy your sourcefile on OSX, please rename: %s" % filename
|
/dalvik/dexlist/ |
DexList.cpp | 179 * TODO: Each class def points at a sourceFile, so maybe that
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportDataModel.java | 49 throw new IllegalStateException ("source file data view requested for metadata with incomplete SourceFile debug info");
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
Attribute_info.java | 60 public static final String ATTRIBUTE_SOURCEFILE = "SourceFile";
|