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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 286 ResourceFile resFile = processFile(
288 notifyListenerOnFileChange(project, resFile, kind);
309 ResourceFile resFile = resFolder.getFile(file);
310 if (resFile != null) {
311 resFile.touch();
312 notifyListenerOnFileChange(project, resFile, kind);
333 ResourceFile resFile = resFolder.removeFile(file);
334 if (resFile != null) {
335 notifyListenerOnFileChange(project, resFile, kind);
612 ResourceFile resFile = folder.getFile(file)
    [all...]
ResourceFolder.java 79 ResourceFile resFile = mFiles.get(i);
80 if (resFile != null) {
81 IAbstractFile abstractFile = resFile.getFile();
83 IFile iFile = ((IFileWrapper)resFile.getFile()).getIFile();
87 return resFile;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 307 String resFile = mResFileCombo.getText();
309 if (resFile == null || resFile.length() == 0) {
312 } else if (!RES_XML_FILE_REGEX.matcher(resFile).matches()) {
323 ref.setTargetFile(resFile);
324 sLastResFilePath.put(mProject.getFullPath().toPortableString(), resFile);
326 String idValue = mXmlHelper.valueOfStringId(mProject, resFile, text);
329 resFile,
338 } else if (mProject.findMember(resFile) == null) {
341 text, resFile),
    [all...]
  /frameworks/base/tools/localize/
localize.cpp 320 string resFile = resFiles[j];
327 ValuesFile* currentFile = get_values_file(resFile, english, CURRENT_VERSION,
330 ValuesFile_to_XLIFFFile(currentFile, xliff, resFile);
333 fprintf(stderr, "error reading file %s@%s\n", resFile.c_str(),
340 ValuesFile* oldFile = get_values_file(resFile, english, OLD_VERSION,
343 ValuesFile_to_XLIFFFile(oldFile, xliff, resFile);
352 string transFilename = translated_file_name(resFile, targetLocale);
356 ValuesFile_to_XLIFFFile(transFile, xliff, resFile);
xmb.cpp 135 string resFile = resFiles[j];
137 ValuesFile* valuesFile = get_local_values_file(resFile, english, CURRENT_VERSION, "", true);
142 fprintf(stderr, "error reading file %s\n", resFile.c_str());
  /external/webkit/WebCore/plugins/mac/
PluginPackageMac.cpp 207 int resFile = CFBundleOpenBundleResourceMap(m_module);
209 UseResFile(resFile);
236 CFBundleCloseBundleResourceMap(m_module, resFile);
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 204 File resFile = new File(newCachePath, resFileName);
205 if (!FileUtils.copyFile(new File(codePath), resFile)) {
206 Log.e(TAG, "Failed to copy " + codePath + " to " + resFile);
211 if (localLOGV) Log.i(TAG, "Copied " + codePath + " to " + resFile);
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1134 milliseconds