HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 126 - 150 of 5706) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
22 * Representation of a reference to an item inside a Dalvik file.
47 public void addContents(DexFile file) {
48 TypeIdsSection typeIds = file.getTypeIds();
MemberIdsSection.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
20 * Member (field or method) refs list section of a {@code .dex} file.
24 * Constructs an instance. The file offset is initially unknown.
28 * @param file {@code non-null;} file that this instance is part of
30 public MemberIdsSection(String name, DexFile file) {
31 super(name, file, 4);
  /dalvik/dx/src/com/android/dx/dex/file/
IdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Representation of a reference to an item inside a Dalvik file.
47 public void addContents(DexFile file) {
48 TypeIdsSection typeIds = file.getTypeIds();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.h 1 /* 7zFile.h -- File IO
21 /* ---------- File ---------- */
28 FILE *file;
43 /* reads max(*size, remain file's size) bytes */
58 CSzFile file; member in struct:__anon5323
67 CSzFile file; member in struct:__anon5324
76 CSzFile file; member in struct:__anon5325
  /external/ImageMagick/MagickCore/
distribute-cache-private.h 5 You may not use this file except in compliance with the License.
31 file; member in struct:_DistributeCacheInfo
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileInputStreamFactory.java 4 // you may not use this file except in compliance with the License.
17 import java.io.File;
28 * Argument for {@link RandomAccessFileInputStream#RandomAccessFileInputStream(File, long, long)}.
30 private final File file; field in class:RandomAccessFileInputStreamFactory
33 * Argument for {@link RandomAccessFileInputStream#RandomAccessFileInputStream(File, long, long)}.
38 * Argument for {@link RandomAccessFileInputStream#RandomAccessFileInputStream(File, long, long)}.
45 * @param file the file to use in {@link #newStream()}
49 public RandomAccessFileInputStreamFactory(File file, long rangeOffset, long rangeLength)
    [all...]
  /external/autotest/client/profilers/powertop/src/
cpufreq.c 4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
39 FILE *file; local
53 file = fopen(filename, "w");
54 if (!file)
56 fprintf(file, "ondemand\n");
57 fclose(file);
67 FILE *file local
    [all...]
process.c 4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
41 FILE *file; local
47 file = popen(" ps -A -o pid,command", "r");
48 if (!file)
50 while (!feof(file)) {
52 if (fgets(line, 2047, file)==NULL)
59 pclose(file);
    [all...]
sata.c 4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
41 FILE *file; local
52 file = fopen(filename, "w");
53 if (!file)
55 fprintf(file, "min_power\n");
56 fclose(file);
67 FILE *file local
    [all...]
usb.c 4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
39 FILE *file; local
50 file = fopen(filename, "w");
51 if (!file)
53 fprintf(file, "0\n");
54 fclose(file);
56 file = fopen(filename, "w")
70 FILE *file; local
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactory.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
27 * should not be deleted then call {@link #persistFile(File)} to ensure that they survive.
31 /** A simple tuple of a {@link File} and a {@link PrintWriter} for writing to that file. */
33 final File file; field in class:TrialOutputFactory.FileAndWriter
36 FileAndWriter(File file, PrintWriter writer) {
37 this.file = file
    [all...]
  /external/curl/docs/examples/
httpput.c 10 * This software is licensed as described in the file COPYING, which
16 * furnished to do so, under the terms of the COPYING file.
32 * This example shows a HTTP PUT operation. PUTs a file given as a command
54 " bytes from file\n", nread);
63 FILE * hd_src;
66 char *file; local
72 file = argv[1];
75 /* get the file size of the local file */
76 stat(file, &file_info)
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiParseException.java 5 * you may not use this file except in compliance with the License.
20 public String file; field in class:ApiParseException
  /external/elfutils/tests/
buildid.c 3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
38 error (EXIT_FAILURE, 0, "No input file given");
44 const char *file = argv[i]; local
45 int fd = open (file, O_RDONLY);
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
52 printf("%s: elf_begin failed: %s\n", file, elf_errmsg (-1));
62 printf ("%s: <no NT_GNU_BUILD_ID note>\n", file);
66 file, elf_errmsg (-1))
    [all...]
debugaltlink.c 3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
38 error (EXIT_FAILURE, 0, "No input file given");
44 const char *file = argv[i]; local
45 int fd = open (file, O_RDONLY);
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
52 printf("%s: dwarf_begin failed: %s\n", file, dwarf_errmsg (-1));
64 printf ("%s: <no .gnu_debugaltlink section>\n", file);
68 file, dwarf_errmsg (-1))
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileDecoder.java 1 package com.bumptech.glide.load.resource.file;
6 import java.io.File;
9 * A simple {@link com.bumptech.glide.load.ResourceDecoder} that creates resource for a given {@link java.io.File}.
11 public class FileDecoder implements ResourceDecoder<File, File> {
14 public Resource<File> decode(File source, int width, int height) {
  /external/guava/guava-tests/test/com/google/common/io/
FileTreeTraverserTest.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
34 private File dir;
43 File[] files = dir.listFiles();
49 for (File file : files) {
50 file.delete();
61 File file = newFile("test"); local
62 assertDirChildren(file);
66 File file = newDir("test"); local
79 File file = new File(dir, name); local
85 File file = new File(dir, name); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
textfile.h 20 * This class implements access to a text data file located in the
26 * Open a file with the given name, in the given encoding, in the
36 * this file's encoding to Unicode. The EOL character(s) are not
62 FileStream* file; member in class:TextFile
  /external/icu/icu4c/source/tools/gentest/
genres32.c 10 * file name: genres32.c
55 char file[512]; local
56 FILE *out;
58 uprv_strcpy(file,path);
59 if(file[strlen(file)-1]!=U_FILE_SEP_CHAR) {
60 uprv_strcat(file,U_FILE_SEP_STRING);
62 uprv_strcat(file,"testtable32.txt");
63 out = fopen(file, "w");
64 /*puts(file);*/
    [all...]
  /external/iproute2/tc/
tc_monitor.c 42 FILE *fp = (FILE *)arg;
75 char *file = NULL; local
79 if (matches(*argv, "file") == 0) {
81 file = *argv;
93 if (file) {
94 FILE *fp = fopen(file, "r");
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AntFilesLocator.java 14 import java.io.File;
24 * Source locator based on Ant file resources.
37 * Adds the given file resource as a potential source file.
39 * @param file
40 * file resource to add
42 void add(final Resource file) {
43 resources.put(file.getName().replace(File.separatorChar, '/'), file); local
48 final Resource file = resources.get(path); local
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
DirectorySourceFileLocator.java 14 import java.io.File;
21 * the file system.
25 private final File directory;
32 * directory to search for source file
40 public DirectorySourceFileLocator(final File directory,
48 final File file = new File(directory, path); local
49 if (file.exists()) {
50 return new FileInputStream(file);
    [all...]
  /external/libcups/cups/
tempfile.c 2 * Temp file utilities for CUPS.
9 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 * which should have been included with this file. If this file is
13 * This file is subject to the Apple OS-Developed Software exception.
32 * 'cupsTempFd()' - Creates a temporary file.
35 * The temporary file is opened for reading and writing.
38 int /* O - New file descriptor or -1 on error */
42 int fd; /* File descriptor for temp file */
178 cups_file_t *file; \/* CUPS file *\/ local
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory_symlink/
create_directory_symlink.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
41 const path file = env.create_file("file1", 42); local
43 const path sym = env.create_symlink(file, "sym");
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/
create_hard_link.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
40 const path file = env.create_file("file1", 42); local
42 const path sym = env.create_symlink(file, "sym");
53 const path file = env.create_file("file"); local
56 TEST_CHECK(hard_link_count(file) == 1);
57 fs::create_hard_link(file, dest, ec);
60 TEST_CHECK(equivalent(dest, file));
61 TEST_CHECK(hard_link_count(file) == 2);

Completed in 393 milliseconds

1 2 3 4 56 7 8 91011>>