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

12 3 4

  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 126 File sourceFile = new File(dataDirectory, s);
127 long length = sourceFile.length();
132 byte[] data = copyFile(sourceFile, allData);
  /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...]
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 144 StringIdItem sourceFile = classDefItem.getSourceFile();
145 if (sourceFile != null) {
147 Utf8Utils.writeEscapedString(writer, sourceFile.getStringValue());
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 246 final File sourceFile = new File(mPackageURI.getPath());
247 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);
PackageInstallerActivity.java 464 final File sourceFile = new File(mPackageURI.getPath());
465 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
481 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 123 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null :
127 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 468 const char* sourceFile;
Object.cpp 734 return meth->clazz->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...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /dalvik/vm/
Exception.cpp     [all...]
  /system/vold/
VolumeManager.cpp 187 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {
189 if (!asecHash(sourceFile, idHash, sizeof(idHash))) {
190 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContentSecurityPolicy.cpp     [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 107 return sourceFile(cf, offset, length, observer);
695 * Parses a {@code SourceFile} attribute.
697 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 

Completed in 2370 milliseconds

12 3 4