HomeSort by relevance Sort by last modified time
    Searched refs:resFile (Results 1 - 9 of 9) sorted by null

  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceFolder.java 72 ResourceFile resFile = getFile(file);
74 if (resFile == null) {
89 resFile = new SingleResourceFile(file, this);
91 resFile = new IdGeneratingResourceFile(file, this, ResourceType.LAYOUT);
93 resFile = new IdGeneratingResourceFile(file, this, ResourceType.MENU);
95 resFile = new MultiResourceFile(file, this);
98 resFile.load(context);
101 addFile(resFile);
105 removeFile(resFile, context);
107 resFile.update(context)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 360 String resFile = mResFileCombo.getText();
362 if (resFile == null || resFile.length() == 0) {
365 } else if (!RES_XML_FILE_REGEX.matcher(resFile).matches()) {
376 ref.setTargetFile(resFile);
377 sLastResFilePath.put(mProject.getFullPath().toPortableString(), resFile);
379 String idValue = mXmlHelper.valueOfStringId(mProject, resFile, text);
382 resFile,
391 } else if (mProject.findMember(resFile) == null) {
394 text, resFile),
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilder.java 380 * @param resFile the file representing the packaged resource file.
387 public ApkBuilder(File apkFile, File resFile, File dexFile, String debugStoreOsPath,
392 init(apkFile, resFile, dexFile, info.key, info.certificate, verboseStream);
394 init(apkFile, resFile, dexFile, null /*key*/, null/*certificate*/, verboseStream);
410 * @param resFile the file representing the packaged resource file.
418 public ApkBuilder(File apkFile, File resFile, File dexFile, PrivateKey key,
420 init(apkFile, resFile, dexFile, key, certificate, verboseStream);
431 private void init(File apkFile, File resFile, File dexFile, PrivateKey key,
436 checkInputFile(mResFile = resFile);
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 336 final File resFile = new File(newCachePath, resFileName);
337 if (FileUtils.copyFile(new File(codePath), resFile)) {
339 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
342 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);
349 Libcore.os.chmod(resFile.getAbsolutePath(), 0640);
359 PackageHelper.extractPublicFiles(resFile.getAbsolutePath(), publicZipFile);
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 205 int resFile = CFBundleOpenBundleResourceMap(m_module);
207 UseResFile(resFile);
234 CFBundleCloseBundleResourceMap(m_module, resFile);
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 352 ResourceFile resFile = folder.processFile(
355 notifyListenerOnFileChange(project, resFile, kind);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1369 milliseconds