HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 651 - 675 of 2724) sorted by null

<<21222324252627282930>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha4/
lint-tests-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha5/
lint-tests-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta1/
lint-tests-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/
lint-tests-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/
lint-tests-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta4/
lint-tests-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.1/
lint-tests-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-alpha1/
lint-tests-24.4.0-alpha1.jar 
  /build/core/
definitions.mk 5 # you may not use this file except in compliance with the License.
91 # Generated class file names for Android resource.
351 ## Find various file types in a list of directories relative to $(LOCAL_PATH)
366 # $(2): the file name pattern to be passed to find as "-name".
382 ## a particular file. Returns the first match found,
386 define find-parent-file
391 $(call find-parent-file,$(patsubst %/,%,$(dir $(1))),$(2)) \
565 ## Evaluates to the timestamp file for a doc module, which
852 # $(1): the input .d file
853 # $(2): the output .P file
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 5 * you may not use this file except in compliance with the License.
33 import java.io.File;
57 suite.addTest(ByteSourceTester.tests("Files.asByteSource[File]",
59 suite.addTest(ByteSinkTester.tests("Files.asByteSink[File]",
61 suite.addTest(ByteSinkTester.tests("Files.asByteSink[File, APPEND]",
63 suite.addTest(CharSourceTester.tests("Files.asCharSource[File, Charset]",
65 suite.addTest(CharSinkTester.tests("Files.asCharSink[File, Charset]",
67 suite.addTest(CharSinkTester.tests("Files.asCharSink[File, Charset, APPEND]",
74 File asciiFile = getTestFile("ascii.txt");
75 File i18nFile = getTestFile("i18n.txt")
394 File file = root(); local
401 File file = file("nonexistent.file"); local
408 File file = file(getTempDir(), "nonexistent.file"); local
414 File file = file(getTempDir(), "parent", "nonexistent.file"); local
426 File file = file(getTempDir(), "grandparent", "parent", "nonexistent.file"); local
437 File file = file(parent, "foo"); local
621 File file = createTempFile(); local
634 File file = createTempFile(); local
653 File file = createTempFile(); local
674 File file = createTempFile(); local
693 File file = createTempFile(); local
806 private static File file(String first, String... more) { method in class:FilesTest
813 private static File file(File first, String... more) { method in class:FilesTest
815 File file = first; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 54 * a relevant {@code .proto} file. You can obtain it by calling
56 * for all the messages defined in that file, and file descriptors for all the
68 * Describes a {@code .proto} file, including everything defined within.
70 * file descriptors for all other imported {@code .proto} files
77 /** Get the file name. */
88 * {@code package} statement in the {@code .proto} file, which differs
96 /** Get a list of top-level message types declared in this file. */
101 /** Get a list of top-level enum types declared in this file. */
106 /** Get a list of top-level services declared in this file. *
428 nameToFileMap.put(file.getName(), file); local
438 FileDescriptor file = nameToFileMap.get(name); local
693 private final FileDescriptor file; field in class:Descriptors.Descriptor
1008 private final FileDescriptor file; field in class:Descriptors.FieldDescriptor
1427 private final FileDescriptor file; field in class:Descriptors.EnumDescriptor
1516 private final FileDescriptor file; field in class:Descriptors.EnumValueDescriptor
1592 private final FileDescriptor file; field in class:Descriptors.ServiceDescriptor
1673 private final FileDescriptor file; field in class:Descriptors.MethodDescriptor
2069 private final FileDescriptor file; field in class:Descriptors.DescriptorPool.PackageDescriptor
2232 private final FileDescriptor file; field in class:Descriptors.OneofDescriptor
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /frameworks/base/media/java/android/media/
MediaRecorder.java 5 * you may not use this file except in compliance with the License.
315 /** 3GPP media file format*/
317 /** MPEG4 media file format*/
323 * AMR NB file format
328 /** AMR NB file format */
331 /** AMR WB file format */
334 /** @hide AAC ADIF file format */
337 /** AAC ADTS file format */
392 * called, the output file will not contain an audio track. The source needs
413 * called, the output file will not contain an video track. The source need
765 RandomAccessFile file = new RandomAccessFile(mPath, "rws"); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 5 * you may not use this file except in compliance with the License.
43 import java.io.File;
75 // TODO: This implementation currently uses one file per entry, which is
76 // inefficient for smallish entries -- consider using a single queue file
83 private final File mDropBoxDir;
137 public DropBoxManagerService(final Context context, File path) {
179 File temp = null;
207 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
301 entry.tag, entry.timestampMillis, entry.file, entry.flags);
303 Slog.e(TAG, "Can't read: " + entry.file, e)
471 public final File file; field in class:DropBoxManagerService.EntryFile
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
18 import java.io.File;
41 * Note: the test case uses a temp text file named "test" which contains 31
59 private final int fileSize = 31;// the file size
61 private File tmpFile;
65 // Make the test file same in every test
66 tmpFile = File.createTempFile("test","tmp");
100 * This private method is to assert if the file size is the same as th
105 FileInputStream file = new FileInputStream(fileToTest); local
    [all...]
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 5 * you may not use this file except in compliance with the License.
25 import java.io.File;
42 private List<File> testFiles = new ArrayList<>();
48 for (File tempFile : testFiles) {
56 File file1 = createTextFile(content);
57 File file2 = createTextFile(content);
58 File file3 = createTextFile(content + "!");
69 File dir = createTempDir();
70 File file1 = createRegularFile(dir, "file1");
71 File file2 = createRegularFile(dir, "file2")
244 File file = createTextFile("One\\nTwo\\nThree\\n"); local
252 File file = File.createTempFile(getClass().getSimpleName(), ".txt"); local
322 File file = new File(dir, name); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 5 * you may not use this file except in compliance with the License.
33 import java.io.File;
47 private HashSet<File> mDictFilesToBeDeleted = new HashSet<>();
57 for (final File dictFile : mDictFilesToBeDeleted) {
64 private File createEmptyDictionaryAndGetFile(final int formatVersion) {
69 private File createEmptyDictionaryWithAttributesAndGetFile(final int formatVersion,
72 final File dictFile = createEmptyVer4DictionaryAndGetFile(formatVersion,
82 private File createEmptyVer4DictionaryAndGetFile(final int formatVersion,
84 final File file = File.createTempFile(DICTIONARY_ID, TEST_DICT_FILE_EXTENSION local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-spi-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 5 * you may not use this file except in compliance with the License.
68 import java.io.File;
85 /** This ID is used in plugin.xml and in each project's .project file.
100 * file is a .class file. Upon visiting all the delta resource, if this
101 * flag is true, then we know we'll have to make the "classes.dex" file.
107 * file is a resource file. Upon visiting all the delta resource, if
362 // check the jar output file is present, if not create it.
389 // we need to update the jar file
904 IFile file = (IFile) member; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 5 * you may not use this file except in compliance with the License.
58 import java.io.File;
115 File gradleLocation = new File(Sdk.getCurrent().getSdkOsLocation(), GRADLE_WRAPPER_LOCATION);
122 for (File wrapperFile : getGradleWrapperFiles(gradleLocation)) {
134 // add the build.gradle file for all modules.
136 // build.gradle file
137 IFile file = module.getProject().getFile(BuildFileCreator.BUILD_FILE); local
138 files.add(file);
156 File settingsFile = new File(commonRoot.toFile(), SETTINGS_FILE)
179 IFile file = workspaceRoot.getFile(path); local
202 IFile file = moduleProject.getFile(BuildFileCreator.BUILD_FILE); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 5 * you may not use this file except in compliance with the License.
61 import java.io.File;
90 String path = "testdata" + File.separator + relativePath; //$NON-NLS-1$
244 IFile file = parent.getFile(new Path(name)); local
245 if (overwrite && file.exists()) {
246 String currentContents = AdtPlugin.readFile(file);
249 file.delete(true, new NullProgressMonitor());
251 return file;
254 if (!file.exists()) {
258 file.create(bstream, false /* force */, monitor)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 5 * you may not use this file except in compliance with the License.
74 import java.io.File;
115 private static final Set<File> sProjectTestedSeparately = Sets.newHashSet();
120 private static final Set<File> sTemplateTestedSeparately = Sets.newHashSet();
231 List<File> other = manager.getTemplates("other");
232 for (File templateFile : other) {
239 List<File> activities = manager.getTemplates("activities");
240 for (File templateFile : activities) {
255 List<File> templates = manager.getTemplates("activities");
256 for (File activityFile : templates)
295 File file = new File(templateRootFolder, category + File.separator + name); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 

Completed in 306 milliseconds

<<21222324252627282930>>