/frameworks/support/ |
settings.gradle | 2 project(':support-annotations').projectDir = new File(rootDir, 'annotations') 5 project(':support-v4').projectDir = new File(rootDir, 'v4') 8 project(':support-appcompat-v7').projectDir = new File(rootDir, 'v7/appcompat') 11 project(':support-gridlayout-v7').projectDir = new File(rootDir, 'v7/gridlayout') 14 project(':support-mediarouter-v7').projectDir = new File(rootDir, 'v7/mediarouter') 17 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette') 20 project(':support-recyclerview-v7').projectDir = new File(rootDir, 'v7/recyclerview') 23 project(':support-cardview-v7').projectDir = new File(rootDir, 'v7/cardview') 26 project(':support-preference-v7').projectDir = new File(rootDir, 'v7/preference') 29 project(':support-preference-v14').projectDir = new File(rootDir, 'v14/preference' [all...] |
/libcore/luni/src/test/java/libcore/dalvik/system/ |
PathClassLoaderTest.java | 5 * you may not use this file except in compliance with the License. 21 import java.io.File; 35 File tmp = new File(System.getProperty("java.io.tmpdir")); 36 File systemLibPath = new File(tmp, "systemLibPath"); 37 File applicationLibPath = new File(tmp, "applicationLibPath"); 39 File applicationLib = makeTempFile(applicationLibPath, "libduplicated.so"); 49 private File makeTempFile(File directory, String name) throws IOException [all...] |
/libcore/luni/src/test/java/libcore/java/util/zip/ |
Zip64FileTest.java | 5 * you may not use this file except in compliance with the License. 20 import java.io.File; 36 final File file = createZipFile(65550, 2, false /* setEntrySize */); local 39 zf = new ZipFile(file); 54 final File file = createZipFile(5, 1073741824L, false /* setEntrySize */); local 57 zf = new ZipFile(file); 77 final File file = createZipFile(1, 4294967410L, true /* setEntrySize */) local 95 File file = createTemporaryZipFile(); local [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
LastModifiedFileComparator.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 * (see {@link File#lastModified()}). 33 * List<File> list = ... 40 * File[] array = ... 48 public class LastModifiedFileComparator implements Comparator<File>, Serializable { 51 public static final Comparator<File> LASTMODIFIED_COMPARATOR = new LastModifiedFileComparator(); 54 public static final Comparator<File> LASTMODIFIED_REVERSE = new ReverseComparator<File>(LASTMODIFIED_COMPARATOR) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 414 static int string (FILE *file, char *string) 416 fputs (string, file); 421 static int format (FILE *f, char *format, ...) 433 static int newline (FILE *f) 440 static int pad (FILE *f, int c) 448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) 451 fprintf (file, "*** invalid %s value %d ", 458 string (file, " "); [all...] |
/external/apache-http/android/src/com/android/internal/http/multipart/ |
FilePartSource.java | 9 * contributor license agreements. See the NOTICE file distributed with 11 * The ASF licenses this file to You under the Apache License, Version 2.0 12 * (the "License"); you may not use this file except in compliance with 34 import java.io.File; 41 * A PartSource that reads from a File. 51 /** File part file. */ 52 private File file = null; field in class:FilePartSource 54 /** File part file name. * [all...] |
/external/clang/test/CoverageMapping/ |
label.cpp | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name label.cpp %s | FileCheck %s 4 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> {{[0-9]+}}:2 = #0 5 int i = 0; // CHECK-NEXT: File 0, [[@LINE+2]]:14 -> [[@LINE+2]]:20 = (#0 + #3) 6 // CHECK-NEXT: File 0, [[@LINE+1]]:22 -> [[@LINE+1]]:25 = #3 7 for(i = 0; i < 10; ++i) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+11]]:4 = #1 8 // CHECK-NEXT: File 0, [[@LINE+1]]:8 -> [[@LINE+1]]:13 = #1 9 if(i < 5) { // CHECK-NEXT: File 0, [[@LINE]]:15 -> [[@LINE+6]]:6 = #2 11 x: // CHECK-NEXT: File 0, [[@LINE]]:9 -> [[@LINE+4]]:6 = #3 16 goto x; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE]]:13 = (#1 - #2) 17 int k = 3; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE+1]]:4 = # [all...] |
logical.cpp | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name logical.cpp %s | FileCheck %s 3 int main() { // CHECK: File 0, [[@LINE]]:12 -> [[@LINE+10]]:2 = #0 6 bool a = bt && bf; // CHECK-NEXT: File 0, [[@LINE]]:18 -> [[@LINE]]:20 = #1 8 bf; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE]]:9 = #2 9 a = bf || bt; // CHECK-NEXT: File 0, [[@LINE]]:13 -> [[@LINE]]:15 = #3 11 bt; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE]]:9 = #4
|
while.c | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name loops.cpp %s | FileCheck %s 4 int main() { // CHECK-NEXT: File 0, [[@LINE]]:12 -> [[@LINE+8]]:2 = #0 5 int j = 0; // CHECK-NEXT: File 0, [[@LINE+1]]:9 -> [[@LINE+1]]:14 = (#0 + #1) 6 while(j < 5) ++j; // CHECK-NEXT: File 0, [[@LINE]]:16 -> [[@LINE]]:19 = #1 9 (j < 5) // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:10 = (#0 + #2) 10 ++j; // CHECK-NEXT: File 0, [[@LINE]]:6 -> [[@LINE]]:9 = #2
|
/external/selinux/secilc/test/ |
integration.cil | 30 (class file (execute_no_trans entrypoint execmod open audit_access)) 32 (common file (ioctl read write create getattr setattr lock relabelfrom 35 (classcommon file file) 37 (classpermissionset file_rw (file (read write getattr setattr lock append))) 40 (classcommon char file) 46 (file (open read getattr)) 79 (typemember device_t bin_t file exec_t) 80 (typetransition device_t console_t file console_device_t) 82 (rangetransition device_t console_t file low_high [all...] |
policy.cil | 49 (classorder (file char dir)) 50 (class file (execute_no_trans entrypoint execmod open audit_access)) 51 (common file (ioctl read write create getattr setattr lock relabelfrom 54 (classcommon file file) 57 (classpermissionset file_rw (file (read write getattr setattr lock append))) 67 (classcommon char file) 70 (classcommon dir file) 74 (classpermissionset char_w (file (open read getattr))) 78 (file (open read getattr)) [all...] |
/external/smali/util/src/test/java/org/jf/util/ |
ClassFileNameHandlerTest.java | 39 import java.io.File; 121 File tempDir = Files.createTempDir(); 126 File file1 = handler.getUniqueFilenameForClass("La/a/" + filenameFragment + "1" + filenameFragment + ";"); 129 File file2 = handler.getUniqueFilenameForClass("La/a/" + filenameFragment + "2" + filenameFragment + ";"); 137 File tempDir = Files.createTempDir(); 140 File file = handler.getUniqueFilenameForClass("La/b/c/d;"); local 141 checkFilename(tempDir, file, "a", "b", "c", "d.smali"); 143 file = handler.getUniqueFilenameForClass("La/b/c/e;"); 144 checkFilename(tempDir, file, "a", "b", "c", "e.smali") 161 File file = handler.getUniqueFilenameForClass("La\/b\/c;"); local 176 File file = handler.getUniqueFilenameForClass("La\/b\/c;"); local 191 File file = handler.getUniqueFilenameForClass("La\/con\/c;"); local 217 File file = handler.getUniqueFilenameForClass("La\/con\/c;"); local [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 5 * you may not use this file except in compliance with the License. 19 import java.io.File; 27 private static File createTemporaryDirectory() throws Exception { 29 File directory = new File(base, UUID.randomUUID().toString()); 42 private static File createDeepStructure(File base) throws Exception { 48 File f = base; 50 f = new File(f, longString); 59 File base = createTemporaryDirectory() [all...] |
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/ |
test.doc | 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
18 /* A bogus doc file used to see if we can detect
19 * file type based on its file extension.
|
test.htx | 5 * contributor license agreements. See the NOTICE file distributed with
7 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * (the "License"); you may not use this file except in compliance with
20 /* A bogus html file used to see if we can detect
21 * file type based on its file extension / content.
|
test.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 18 /* A bogus java file used to see if we can detect 19 * file type based on its file extension.
|
test.rtf | 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
18 /* A bogus RTF file used to see if we can detect
19 * file type based on its file extension.
|
/external/chromium-trace/trace-viewer/tracing/build/ |
check_common_unittest.py | 3 # found in the LICENSE file. 14 ['/dir/file.pdf', 16 expected_error = '''In group tracing_pdf_files from file foo.gyp,\ 20 /dir/file.pdf 23 /dir/file.pdf 28 /dir/file.pdf\n\n'''
|
/external/iputils/ninfod/ |
config.h.in | 15 /* Define to 1 if you have the <arpa/inet.h> header file. */ 18 /* Define to 1 if you have the <gnutls/openssl.h> header file. */ 21 /* Define to 1 if you have the <inttypes.h> header file. */ 30 /* Define to 1 if you have the <limits.h> header file. */ 33 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */ 36 /* Define to 1 if you have the <memory.h> header file. */ 42 /* Define to 1 if you have the <netdb.h> header file. */ 45 /* Define to 1 if you have the <netinet/icmp6.h> header file. */ 48 /* Define to 1 if you have the <netinet/in.h> header file. */ 51 /* Define to 1 if you have the <netinet/ip6.h> header file. * [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
FileDestroyable.java | 21 import java.io.File; 35 final List<File> _files = new ArrayList<File>(); 41 public FileDestroyable(String file) throws IOException 43 _files.add(Resource.newResource(file).getFile()); 46 public FileDestroyable(File file) 48 _files.add(file); 51 public void addFile(String file) throws IOException 53 _files.add(Resource.newResource(file).getFile()) [all...] |
/external/jpeg/ |
jconfig.cfg | 1 /* jconfig.cfg --- source file edited by configure script */ 31 #define BMP_SUPPORTED /* BMP image file format */ 32 #define GIF_SUPPORTED /* GIF image file format */ 33 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 34 #undef RLE_SUPPORTED /* Utah RLE image file format */ 35 #define TARGA_SUPPORTED /* Targa image file format */
|
jconfig.dj | 26 #define BMP_SUPPORTED /* BMP image file format */ 27 #define GIF_SUPPORTED /* GIF image file format */ 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 29 #undef RLE_SUPPORTED /* Utah RLE image file format */ 30 #define TARGA_SUPPORTED /* Targa image file format */ 33 #define USE_SETMODE /* Needed to make one-file style work in DJGPP */
|
jconfig.wat | 26 #define BMP_SUPPORTED /* BMP image file format */ 27 #define GIF_SUPPORTED /* GIF image file format */ 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 29 #undef RLE_SUPPORTED /* Utah RLE image file format */ 30 #define TARGA_SUPPORTED /* Targa image file format */ 33 #define USE_SETMODE /* Needed to make one-file style work in Watcom */
|
/external/libvpx/libvpx/ |
ivfenc.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 22 void ivf_write_file_header(FILE *outfile, 27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size); 29 void ivf_write_frame_size(FILE *outfile, size_t frame_size);
|
/external/owasp/sanitizer/tools/findbugs/ |
README.txt | 3 The FindBugs source license is in the file LICENSE.txt 8 The Apache BCEL license is in the file LICENSE-bcel.txt 10 The ASM license is in the file LICENSE-ASM.txt 12 The dom4j license is in the file LICENSE-dom4j.txt 14 The AppleJavaExtensions license is in the file LICENSE-AppleJavaExtensions.txt 16 The Docbook 4.2 XML DTD license is in the file LICENSE-docbook.txt
|