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

12 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java 232 for (IFile sourceFile : mRemoved) {
233 int pos = mToCompile.indexOf(sourceFile);
249 for (IFile sourceFile : mRemoved) {
251 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 372 IFile sourceFile = mDelegate.getEditor().getInputFile();
373 if (sourceFile == null) {
376 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 83 File sourceFile = graph.getFirstPrereq();
84 String sourceFilePath = sourceFile.getAbsolutePath();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 191 String sourceFile = resultReader.readLine();
197 sourceFile));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 294 final File sourceFile = new File(mPackageURI.getPath());
295 mPkgInfo = PackageUtil.getPackageInfo(sourceFile);
310 this, mPkgInfo.applicationInfo, sourceFile);
InstallAppProgress.java 229 final File sourceFile = new File(mPackageURI.getPath());
230 PackageUtil.AppSnippet as = PackageUtil.getAppSnippet(this, mAppInfo, 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);
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 211 String sourceFile = mStrings.get(readId());
216 sourceFile, serial, lineNumber);
  /frameworks/base/tools/aapt/
AaptAssets.h 161 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry,
165 , mSourceFile(sourceFile)
171 //printf("new AaptFile created %s\n", (const char*)sourceFile);
  /dalvik/vm/oo/
Object.h 470 const char* sourceFile;
Object.cpp 734 return meth->clazz->sourceFile;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 832 CstString sourceFile = clazz.getSourceFile();
833 if (sourceFile != null) {
834 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...]
  /system/vold/
VolumeManager.cpp 186 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {
188 if (!asecHash(sourceFile, idHash, sizeof(idHash))) {
189 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 108 return sourceFile(cf, offset, length, observer);
696 * Parses a {@code SourceFile} attribute.
698 private Attribute sourceFile(DirectClassFile cf, int offset, int length,
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 

Completed in 902 milliseconds

12 3