/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 5 * you may not use this file except in compliance with the License. 103 String tooltip = "The folder where the file will be generated, relative to the project."; 263 // -- validate destination file doesn't exist 265 IFile file = mValues.getDestinationFile(); local 266 if (file != null && file.exists()) { 267 warning = "The destination file already exists";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateTestPage.java | 5 * you may not use this file except in compliance with the License. 33 import java.io.File; 42 private File mTemplate; 95 mTemplate = new File(path); 103 if (!new File(mTemplate, TemplateHandler.TEMPLATE_XML).exists()) { 104 error = String.format("Not a template: missing template.xml file in %1$s ", 141 String file = dialog.open(); local 142 if (file != null) { 143 mLocation.setText(file); 150 File getLocation() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 5 * you may not use this file except in compliance with the License. 41 import java.io.File; 235 public void exportImageTo(File file) { 236 if (mImage == null || file == null) { 244 imageLoader.save(file.getAbsolutePath(), SWT.IMAGE_PNG);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParserTest.java | 5 * you may not use this file except in compliance with the License. 28 import java.io.File; 159 IFile file = getTestDataFile(project, name, destPath); local 161 // Make file paths absolute 163 String fileRelativePath = file.getProjectRelativePath().toPortableString(); 164 String filePath = osRoot + File.separator + fileRelativePath; 171 IMarker[] markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, 178 markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, 183 String fileContents = AdtPlugin.readFile(file); 184 int rangeBegin = getCaretOffset(file, expectCaretBegin) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 5 * you may not use this file except in compliance with the License. 38 IFile file = getLayoutFile(getProject(), "edithandling.xml"); local 42 IEditorPart editor = IDE.openEditor(page, file);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 5 * you may not use this file except in compliance with the License. 138 IFile file = getLayoutFile(getProject(), basename); local 139 TestContext info = setupTestContext(file, basename); 152 IPath sourcePath = file.getProjectRelativePath();
|
ExtractStyleRefactoringTest.java | 5 * you may not use this file except in compliance with the License. 51 // Test extracting into a new style file 77 // -Modify- the existing styles.xml file 136 IFile file = getLayoutFile(getProject(), basename); local 137 TestContext info = setupTestContext(file, basename); 141 // Open the file such that ModelManager.getExistingModelForRead() in DomUtilities 146 IDE.openEditor(page, file); 151 parentStyle, expectedModifiedFileCount, file, refactoring); 160 IFile file = getLayoutFile(getProject(), basename); local 161 int beginOffset = getCaretOffset(file, beginCaretLocation) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipantTest.java | 5 * you may not use this file except in compliance with the License. 121 // same as testRefactor3, but use @id rather than @+id even though @+id is in file 207 // Test refactoring initiated on a file rename 209 IFile file = project.getFile("res/layout/activity_main.xml"); local 212 file, 287 "ERROR: File-based resource names must start with a lowercase letter.\n" +
|
/system/core/libnetutils/ |
dhcpmsg.h | 5 * you may not use this file except in compliance with the License. 55 char file[128]; /* asciiz boot file name */ member in struct:dhcp_msg
|
/system/core/libsparse/ |
backed_block.c | 5 * you may not use this file except in compliance with the License. 37 } file; member in union:backed_block::__anon70000 84 return bb->file.filename; 97 return bb->file.offset; 117 free(bb->file.filename); 224 if (a->file.filename != b->file.filename || 225 a->file.offset + a->len != b->file.offset) { 323 /* Queues a chunk of a file on disk to be written to the specified data blocks * [all...] |
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
grep.h | 84 struct file { struct 93 char *file; member in struct:str 154 /* file.c */ 155 void grep_close(struct file *f); 156 struct file *grep_open(const char *path); 157 char *grep_fgetln(struct file *f, size_t *len);
|
/system/extras/cpustats/ |
cpustats.c | 188 FILE *file; local 192 file = fopen(filename, "r"); 193 if (!file) die("Could not open %s\n", filename); 194 if (!fgets(line, MAX_BUF_SIZE, file)) die("Could not get %s contents\n", filename); 195 fclose(file); 205 die("Unexpected input in file %s (%s).\n", filename, line); 213 FILE *file; local 219 file = fopen(filename, "r") 235 FILE *file; local 264 FILE *file; local [all...] |
/system/extras/verity/ |
build_verity_tree.cpp | 119 " -S treat <data image> as a sparse file\n" 265 struct sparse_file *file; local 267 file = sparse_file_import(fd, false, false); 269 file = sparse_file_import_auto(fd, false, verbose); 272 if (!file) { 273 FATAL("failed to read file %s\n", data_filename); 276 int64_t len = sparse_file_len(file, false, false); 278 FATAL("file size %" PRIu64 " is not a multiple of %zu bytes\n", 325 sparse_file_callback(file, false, false, hash_chunk, &ctx); 327 sparse_file_destroy(file); [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/ |
lint-api-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/ |
lint-api-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/ |
lint-api-22.7.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/ |
lint-api-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/ |
lint-api-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/ |
lint-api-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/ |
lint-api-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/ |
lint-api-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/ |
lint-api-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/ |
lint-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/ |
lint-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/ |
lint-22.5.3.jar | |