HomeSort by relevance Sort by last modified time
    Searched full:file (Results 526 - 550 of 168772) sorted by null

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
EmptyFileFilter.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
25 * If the <code>File</code> is a directory it checks that
32 * File dir = new File(".");
44 * File dir = new File(".");
69 * Checks to see if the file is empty
    [all...]
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
ConfigBundleTest.java 5 * you may not use this file except in compliance with the License.
22 import java.io.File;
38 private final List<File> testFiles = new ArrayList<>();
44 for (File tempFile : testFiles) {
55 addZipEntry(zipOutputStream, "subDir/../file");
56 addZipEntry(zipOutputStream, "subDir/subDir/subDir/file");
60 File dir = createTempDir();
61 File targetDir = new File(dir, "target");
67 new File(targetDir, "leadingSlash")
    [all...]
TzDataBundleInstallerTest.java 5 * you may not use this file except in compliance with the License.
20 import java.io.File;
30 private static final File SYSTEM_ZONE_INFO_FILE = new File("/system/usr/share/zoneinfo/tzdata");
33 private File tempDir;
34 private File testInstallDir;
44 private static File createDirectory(String prefix) throws IOException {
45 File dir = File.createTempFile(prefix, "");
84 /** Tests that a bundle with a missing file will not update the content. *
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
NameFileComparator.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
26 * Compare the <b>names</b> of two files for order (see {@link File#getName()}).
34 * Example of a <i>case-sensitive</i> file name sort using the
37 * List&lt;File&gt; list = ...
41 * Example of a <i>reverse case-insensitive</i> file name sort using the
44 * File[] array = ...
52 public class NameFileComparator implements Comparator<File>, Serializable
    [all...]
PathFileComparator.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
26 * Compare the <b>path</b> of two files for order (see {@link File#getPath()}).
34 * Example of a <i>case-sensitive</i> file path sort using the
37 * List&lt;File&gt; list = ...
41 * Example of a <i>reverse case-insensitive</i> file path sort using the
44 * File[] array = ...
52 public class PathFileComparator implements Comparator<File>, Serializable
    [all...]
  /external/clang/test/CoverageMapping/
includehell.cpp 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name includehell.cpp %s > %tmapping
22 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-MAIN
23 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-START
24 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-CODE
25 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-END
27 // CHECK-MAIN: File [[MAIN:[0-9]]], 3:12 -> 20:2 = #0
28 // CHECK-MAIN-NEXT: Expansion,File [[MAIN]], 6:12 -> 6:35 = #0
29 // CHECK-MAIN-NEXT: File [[MAIN]], 6:35 -> 10:33 = #1
30 // CHECK-MAIN-NEXT: Expansion,File [[MAIN]], 8:14 -> 8:29 = #1
31 // CHECK-MAIN-NEXT: Expansion,File [[MAIN]], 10:12 -> 10:33 = #
    [all...]
macroscopes.cpp 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroscopes.cpp %s | FileCheck %s
26 // CHECK-NEXT: File 0, [[@LINE+1]]:12 -> {{[0-9]+}}:2 = #0
29 // CHECK-NEXT: Expansion,File 0, [[@LINE+2]]:3 -> [[@LINE+2]]:17 = #0
30 // CHECK-NEXT: File 0, [[@LINE+1]]:17 -> [[@LINE+7]]:15 = #1
33 // CHECK-NEXT: Expansion,File 0, [[@LINE+1]]:5 -> [[@LINE+1]]:14 = #1
36 // CHECK-NEXT: Expansion,File 0, [[@LINE+1]]:3 -> [[@LINE+1]]:15 = #1
39 // CHECK-NEXT: Expansion,File 0, [[@LINE+4]]:3 -> [[@LINE+4]]:17 = #0
40 // CHECK-NEXT: File 0, [[@LINE+3]]:17 -> [[@LINE+5]]:15 = #4
41 // CHECK-NEXT: Expansion,File 0, [[@LINE+3]]:5 -> [[@LINE+3]]:14 = #4
42 // CHECK-NEXT: Expansion,File 0, [[@LINE+3]]:3 -> [[@LINE+3]]:15 = #
    [all...]
macro-expressions.cpp 1 // RUN: %clang_cc1 -std=c++11 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macro-expressions.cpp %s | FileCheck %s
16 // CHECK-NEXT: File 0, [[@LINE+1]]:17 -> {{[0-9]+}}:2 = #0
18 // CHECK-NEXT: File 0, [[@LINE+2]]:7 -> [[@LINE+2]]:8 = #0
19 // CHECK-NEXT: File 0, [[@LINE+1]]:10 -> [[@LINE+1]]:12 = #1
22 // CHECK-NEXT: Expansion,File 0, [[@LINE+2]]:7 -> [[@LINE+2]]:11 = #0
23 // CHECK-NEXT: File 0, [[@LINE+1]]:16 -> [[@LINE+1]]:18 = #2
25 // CHECK-NEXT: Expansion,File 0, [[@LINE+2]]:9 -> [[@LINE+2]]:14 = (#0 + #3)
26 // CHECK-NEXT: File 0, [[@LINE+1]]:20 -> [[@LINE+1]]:22 = #3
28 // CHECK-NEXT: Expansion,File 0, [[@LINE+4]]:8 -> [[@LINE+4]]:14 = #0
29 // CHECK-NEXT: Expansion,File 0, [[@LINE+3]]:33 -> [[@LINE+3]]:35 = (#0 + #4
    [all...]
macros.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macros.c %s | FileCheck %s
10 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0
12 // CHECK-NEXT: Expansion,File 0, [[@LINE+1]]:3 -> [[@LINE+1]]:8 = #0
13 MACRO; // CHECK-NEXT: File 0, [[@LINE]]:8 -> [[@LINE+2]]:2 = 0
16 // CHECK-NEXT: File 1, 3:15 -> 3:28 = #0
17 // CHECK-NEXT: File 1, 3:23 -> 3:28 = 0
20 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+5]]:2 = #0
22 // CHECK-NEXT: Expansion,File 0, [[@LINE+1]]:3 -> [[@LINE+1]]:10 = #0
23 MACRO_1; // CHECK-NEXT: File 0, [[@LINE]]:10 -> [[@LINE+2]]:2 = 0
26 // CHECK-NEXT: File 1, 5:17 -> 5:32 = #
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
IoTestCase.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
51 private File testDir;
52 private File tempDir;
54 private final Set<File> filesToDelete = Sets.newHashSet();
58 for (File file : filesToDelete) {
59 if (file.exists()) {
60 delete(file);
66 private File getTestDir() throws IOException
99 File file = new File(getTestDir(), name); local
    [all...]
  /external/libcxx/include/
cstdio 6 // This file is dual licensed under the MIT and the University of Illinois Open
41 FILE
47 FILE* tmpfile(void);
49 int fclose(FILE* stream);
50 int fflush(FILE* stream);
51 FILE* fopen(const char* restrict filename, const char* restrict mode);
52 FILE* freopen(const char* restrict filename, const char * restrict mode,
53 FILE * restrict stream);
54 void setbuf(FILE* restrict stream, char* restrict buf);
55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size)
    [all...]
  /external/lzma/C/Util/LzmaLib/
LzmaLib.dsp 1 # Microsoft Developer Studio Project File - Name="LzmaLib" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
96 # Begin Source File
99 # End Source File
100 # Begin Source File
103 # End Source File
105 # Begin Source File
108 # End Source File
109 # Begin Source File
112 # End Source File
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java 5 * use this file except in compliance with the License. You may obtain a copy of
53 protected void processFile(File file) throws Exception {
55 if (isClassFile(file)) {
57 processClassFile(file);
59 } else if (isJarFile(file)) {
61 processJarFile(file);
65 log("ignoring " + file.toURL(), Project.MSG_WARN);
71 * @param file
77 private void processClassFile(File file) throws Exception
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.dsp 1 # Microsoft Developer Studio Project File - Name="SfxSetup" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
92 # Begin Source File
95 # End Source File
96 # Begin Source File
99 # End Source File
100 # Begin Source File
103 # End Source File
104 # Begin Source File
107 # End Source File
    [all...]
  /external/libxml2/
regressions.xml 9 file filename of input file (several, or glob ok)
11 srcdir global source directory for input file(s)
13 resdir directory for results file(s)
19 stdin pipe input file to stdin
32 <file>*.xml</file>
57 <file>id_*.xml</file>
78 <file>*</file
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 5 * you may not use this file except in compliance with the License.
22 import java.io.File;
37 * ordered list of result directories. the index of each file is its session id.
39 private List<File> mResultDirs;
46 public TestResultRepo(File testResultsDir) {
47 mResultDirs = new ArrayList<File>();
48 File[] resultArray = testResultsDir.listFiles(new ResultDirFilter());
50 List<File> resultList = new ArrayList<File>();
54 File resultFile = new File(resultList.get(i)
    [all...]
  /external/libmtp/examples/
files.c 2 * \file files.c
26 static void dump_fileinfo(LIBMTP_file_t *file)
28 printf("File ID: %u\n", file->item_id);
29 if (file->filename != NULL)
30 printf(" Filename: %s\n", file->filename);
33 if (file->filesize == (uint32_t) -1) {
34 printf(" None. (abstract file, size = -1)\n");
37 printf(" File size %llu (0x%016I64X) bytes\n", file->filesize, file->filesize)
105 LIBMTP_file_t *file, *tmp; local
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
config.h 53 /* Define if you have the <asm/types.h> header file. */
56 /* Define if you have the <fcntl.h> header file. */
59 /* Define if you have the <getopt.h> header file. */
62 /* Define if you have the <linux/if_ether.h> header file. */
65 /* Define if you have kernel-mode PPPoE in Linux file. */
68 /* Define if you have the <linux/if_packet.h> header file. */
71 /* Define if you have the <linux/if_pppox.h> header file. */
74 /* Define if you have the <net/bpf.h> header file. */
77 /* Define if you have the <net/if_arp.h> header file. */
80 /* Define if you have the <net/ethernet.h> header file. *
    [all...]
  /external/protobuf/gtest/msvc/
gtest_main-md.vcproj 105 <File
119 </File>
125 <File
127 </File>
128 <File
130 </File>
131 <File
133 </File>
134 <File
136 </File>
    [all...]
gtest_main.vcproj 105 <File
119 </File>
125 <File
127 </File>
128 <File
130 </File>
131 <File
133 </File>
134 <File
136 </File>
    [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManagerImpl.java 5 * you may not use this file except in compliance with the License.
24 import java.io.File;
38 private final File mBaseDirectory;
44 private final File mDeprecatedBaseDirectory;
58 SessionStorageManagerImpl(File baseDirectory, File deprecatedBaseDirectory) {
64 public File getSessionDirectory(String subDirectory) throws IOException {
65 File sessionDirectory = new File(mBaseDirectory, subDirectory);
78 File deprecatedSessionDirectory = new File(mDeprecatedBaseDirectory, subDirectory)
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 5 * you may not use this file except in compliance with the License.
31 import java.io.File;
57 * TODO: Combine this file with {@link android.os.cts.FileAccessPermissionTest}
63 File myFile = new File(getContext().getFilesDir(), "hello");
84 File myDir = new File(getContext().getFilesDir(), "helloDirectory");
105 Set<File> writableDirs = new HashSet<File>();
112 writableDirs.addAll(getWritableDirectoryiesAndSubdirectoriesOf(new File(app.dataDir)))
    [all...]
  /external/fio/os/windows/
examples.wxs 6 <File Source="..\..\examples\1mbs_clients.fio" />
9 <File Source="..\..\examples\aio-read.fio" />
12 <File Source="..\..\examples\disk-zone-profile.fio" />
15 <File Source="..\..\examples\fsx.fio" />
18 <File Source="..\..\examples\iometer-file-access-server.fio" />
21 <File Source="..\..\examples\netio.fio" />
24 <File Source="..\..\examples\netio_multicast.fio" />
27 <File Source="..\..\examples\ssd-test.fio" />
30 <File Source="..\..\examples\surface-scan.fio" /
    [all...]
  /external/icu/icu4c/source/tools/genbrk/
genbrk.1.in 31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
32 .BI "\-o\fP, \fB\-\-out" " output\-file"
36 .I rule-file
37 and creates a break iteration data file. Normally this data file has the
54 .IR output-file .
61 .IR output-file
68 For example, the file
75 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
76 The source file to read
    [all...]
  /external/vogar/src/vogar/
HostFileCache.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
25 private final File CACHE_ROOT = new File("/tmp/vogar-md5-cache");
35 private void cp(File source, File destination) {
44 private void mv(File source, File destination) {
53 public void copyFromCache(String key, File destination) {
54 File cachedFile = new File(CACHE_ROOT, key)
    [all...]

Completed in 1285 milliseconds

<<21222324252627282930>>