HomeSort by relevance Sort by last modified time
    Searched refs:sourceFile (Results 26 - 50 of 85) sorted by null

12 3 4

  /tools/motodev/src/plugins/db.devices/src/com/motorolamobility/studio/android/db/devices/ui/action/
SaveDatabaseToFileHandler.java 73 File sourceFile = temporaryFilePath.toFile();
77 FileUtil.copyFile(sourceFile, targetFile);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/source/model/
SourceFileElement.java 243 String sourceFile = pack + "/" + getSourceName();
244 return sourceFile;
  /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));
  /external/qemu/android/tools/
gen-hw-config.py 55 sourceFile = sys.argv[1]
98 for line in open(sourceFile):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java 234 for (IFile sourceFile : mRemoved) {
235 int pos = mToCompile.indexOf(sourceFile);
251 for (IFile sourceFile : mRemoved) {
253 SourceFileData data = getFileData(sourceFile);
  /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();
345 IFile sourceFile, int begin, int end, Document document, Element primary) {
346 TextFileChange change = new TextFileChange(sourceFile.getName(), sourceFile);
364 model = StructuredModelManager.getModelManager().getModelForRead(sourceFile);
399 private List<IFile> getOtherLayouts(IFile sourceFile) {
    [all...]
ExtractStyleRefactoring.java 375 IFile sourceFile = mDelegate.getEditor().getInputFile();
376 if (sourceFile == null) {
379 TextFileChange change = new TextFileChange(sourceFile.getName(), sourceFile);
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 165 StringIdItem sourceFile = classDefItem.getSourceFile();
166 if (sourceFile != null) {
168 Utf8Utils.writeEscapedString(writer, sourceFile.getStringValue());
  /sdk/anttasks/src/com/android/ant/
MultiFilesTask.java 84 File sourceFile = graph.getFirstPrereq();
85 String sourceFilePath = sourceFile.getAbsolutePath();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 191 String sourceFile = resultReader.readLine();
197 sourceFile));
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ProjectUtils.java 672 * @param sourceFile
680 private static void visitFolderToIdentifyClasses(File sourceFile, List<CompilationUnit> list,
686 if (sourceFile.isFile())
689 if (sourceFile.getName().endsWith(".java"))
696 reader = new FileReader(sourceFile);
697 cb = CharBuffer.allocate((int) sourceFile.length());
703 if (count == sourceFile.length())
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 235 final File sourceFile = new File(mPackageURI.getPath());
236 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);
PackageInstallerActivity.java 510 final File sourceFile = new File(mPackageURI.getPath());
511 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
523 as = PackageUtil.getAppSnippet(this, mPkgInfo.applicationInfo, sourceFile);
  /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());
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 121 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null :
125 cf.getSuperclass(), cf.getInterfaces(), sourceFile);
  /dalvik/hit/src/com/android/hit/
HprofParser.java 211 String sourceFile = mStrings.get(readId());
216 sourceFile, serial, lineNumber);
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /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);
  /dalvik/vm/oo/
Object.h 470 const char* sourceFile;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 836 CstString sourceFile = clazz.getSourceFile();
837 if (sourceFile != null) {
838 pw.println(" source file: " + sourceFile.toQuoted());
    [all...]
  /dalvik/vm/
Exception.cpp     [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]

Completed in 1315 milliseconds

12 3 4