/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 5 * you may not use this file except in compliance with the License. 81 IFile file, 85 super(file, delegate, selection, treeSelection); 159 IFile file = mDelegate.getEditor().getInputFile(); local 161 if (file == null) { 164 TextFileChange change = new TextFileChange(file.getName(), file);
|
UseCompoundDrawableRefactoring.java | 5 * you may not use this file except in compliance with the License. 90 * @param file the file to refactor in 95 public UseCompoundDrawableRefactoring(IFile file, LayoutEditorDelegate editor, 97 super(file, editor, selection, treeSelection); 205 IFile file = mDelegate.getEditor().getInputFile(); local 207 if (file == null) { 210 TextFileChange change = new TextFileChange(file.getName(), file);
|
WrapInRefactoring.java | 5 * you may not use this file except in compliance with the License. 87 IFile file, 91 super(file, delegate, selection, treeSelection); 204 IFile file = mDelegate.getEditor().getInputFile(); local 206 if (file == null) { 209 TextFileChange change = new TextFileChange(file.getName(), file);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiPackageAttributeNode.java | 5 * you may not use this file except in compliance with the License. 241 * Utility method that returns the project for the current file being edited. 243 * @return The IProject for the current file being edited or null. 250 // from the file editor we can get the IFile object, and from it, the IProject. 251 IFile file = ((IFileEditorInput)input).getFile(); local 252 return file.getProject();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 5 * you may not use this file except in compliance with the License. 79 * The class updates android manifest and the layout file 210 IFile file = (IFile) member; local 214 addXmlFileChanges(file, result, false); 224 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) { 228 model = modelManager.getExistingModelForRead(file); 230 model = modelManager.getModelForRead(file); 247 TextFileChange change = new TextFileChange(file.getName(), file);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 5 * you may not use this file except in compliance with the License. 41 import java.io.File; 105 new Label(composite, SWT.NONE).setText("Destination APK file:"); 121 fileDialog.setText("Destination file name"); 210 // the file was removed during the export wizard execution. 300 setErrorMessage("Enter destination for the APK file."); 307 File file = new File(path); local 308 if (file.isDirectory()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 5 * you may not use this file except in compliance with the License. 47 import java.io.File; 202 File previouslyChosenSample = mValues.chosenSample; 211 File root = new File(samplesRootPath); 221 Map<File, String> extras = sdkman.getExtraSamples(); 222 for (Entry<File, String> entry : extras.entrySet()) { 223 File path = entry.getKey(); 242 Collections.sort(mValues.samples, new Comparator<Pair<String, File>>() { 244 public int compare(Pair<String, File> o1, Pair<String, File> o2) 255 File file = mValues.samples.get(i).getSecond(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 5 * you may not use this file except in compliance with the License. 48 import java.io.File; 61 // Test adding a value into an existing file (res/values/strings.xml) 67 // Test adding a value into a new file (res/values/dimens.xml, will be created) 73 // Test adding a file based resource (uses new file wizard machinery) 79 // Test adding a value into a new file (res/values/dimens.xml, will be created) 86 IFile file = getTestDataFile(project, name, FD_RES + "/" + FD_RES_LAYOUT + "/" + name); local 89 final int offset = getCaretOffset(file, caretLocation); 94 String fileRelativePath = file.getProjectRelativePath().toPortableString() 209 IFile file = getTestDataFile(project, name, FD_RES + "\/" + FD_RES_COLOR + "\/" + name); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
HyperlinksTest.java | 5 * you may not use this file except in compliance with the License. 197 // Test that the correct file is actually opened! 201 IFile file = getTestDataFile(getProject(), basename, targetPath, true); local 204 int offset = getCaretOffset(file, caretLocation); 206 // Open file 209 IEditorPart editor = IDE.openEditor(page, file); 233 // For files in the SDK folder, strip out file prefix 248 // Ensure that this isn't an invalid file (e.g. opening the SDK platform files
|
/system/core/toolbox/ |
getevent.c | 286 FILE *file; local 298 file = fopen(filename, "r"); 299 if (file) { 301 while (fgets(line, sizeof(line), file)) { 305 fclose(file);
|
/system/media/audio_route/ |
audio_route.c | 6 * you may not use this file except in compliance with the License. 649 * order listed in the XML file 721 FILE *file; local 749 file = fopen(xml_path, "r"); 751 if (!file) { 772 bytes_read = fread(buf, 1, BUF_SIZE, file); 792 fclose(file); 798 fclose(file);
|
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/ |
lint-api-22.8.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/ |
pde-ant.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-embedder/0.20.0/ |
sisu-equinox-embedder-0.20.0.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/ |
tycho-metadata-model-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/ |
sisu-equinox-embedder-0.18.1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 5 * you may not use this file except in compliance with the License. 97 import java.io.File; 129 * <li> 4: The templates now specify dependencies in the recipe file. 143 * from the template.xml file 183 static final String ATTR_FILE = "file"; //$NON-NLS-1$ 223 * identified by {@link #TAG_OPEN} elements in the recipe file 234 private final File mRootPath; 247 /** Agree to all file-overwrites from now on? */ 255 * create emacs-style tilde-file backups (filename.xml~) 267 static TemplateHandler createFromPath(File rootPath) 1120 IFile file = (IFile) dest; local 1187 File file = new File(path); local [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/ |
lint-22.8.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.9.2/ |
lint-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.0.1/ |
lint-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.0.2/ |
lint-23.0.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.1.0/ |
lint-23.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.1.3/ |
lint-23.1.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.1.4/ |
lint-23.1.4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.2.0/ |
lint-23.2.0.jar | |