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

12 3 4

  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /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());
  /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);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 238 final File sourceFile = new File(mPackageURI.getPath());
239 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);
PackageInstallerActivity.java 381 final File sourceFile = new File(mPackageURI.getPath());
382 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
395 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /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;
Object.cpp 734 return meth->clazz->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...]
  /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/devtools/tools/lib/
asm-tree-4.0.jar 
lint-api.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1748 milliseconds

12 3 4