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

1 2 3 4 56 7 8 91011>>

  /external/dropbear/libtomcrypt/testprof/
test_driver.c 3 void run_cmd(int res, int line, char *file, char *cmd)
6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 11 import java.io.File;
53 // mergefile|tofile|outfile|file attribute:
55 public void setMergefile (final File file)
59 + ": merge data file attribute already set", location).fillInStackTrace ();
61 m_outFile = file;
64 public void setOutfile (final File file)
68 + ": merge data file attribute already set", location).fillInStackTrace ();
70 m_outFile = file;
    [all...]
  /external/grub/stage2/
pxeloader.S 20 .file "pxeloader.S"
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.sh 12 for file in udhr_eng.txt \
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/iproute2/include/
dlfcn.h 13 static inline void *dlopen(const char *file, int flag)
15 if (file == NULL)
  /external/kernel-headers/original/linux/
seq_file.h 10 struct file;
34 int seq_open(struct file *, struct seq_operations *);
35 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
36 loff_t seq_lseek(struct file *, loff_t, int);
37 int seq_release(struct inode *, struct file *);
47 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
48 int single_release(struct inode *, struct file *);
49 int seq_release_private(struct inode *, struct file *);
msm_hw3d.h 50 unsigned long *len, struct file **filp);
51 void put_msm_hw3d_file(struct file *file);
52 bool is_msm_hw3d_file(struct file *file);
  /external/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 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.
16 /* The function in this file performs default actions if self-auditing
22 ** to the write system call using file handle number 2.
30 /* Print abort message, file and line. Terminate execution.
32 void hmm_dflt_abort(const char *file, const char *line)
45 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
46 fputs(file, stderr);
  /external/oprofile/libutil/
op_file.h 2 * @file op_file.h
3 * Useful file management helpers
6 * @remark Read the file COPYING
22 * op_file_readable - is a file readable
23 * @param file file name
25 * Return true if the given file is readable and regular.
29 int op_file_readable(char const * file);
32 * op_get_mtime - get mtime of file
33 * @param file file nam
    [all...]
  /external/webkit/JavaScriptCore/
create_rvct_stubs 16 # along with this library; see the file COPYING.LIB. If not, write to
22 my $file = $ARGV[0];
34 print STDERR "Creating RVCT stubs for $file \n";
35 open(IN, $file) or die "No such file $file";
  /external/webkit/WebCore/
DerivedSources.cpp 26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
376 // accidentally, so we'll throw an error whenever any file includes it.
378 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
  /external/webkit/WebKitTools/android/flex-2.5.4a/
ccl.c 114 * Writes to the given file a character-class representation of those
119 void list_character_set( file, cset )
120 FILE *file;
125 putc( '[', file );
133 putc( ' ', file );
135 fputs( readable_form( i ), file ); local
142 fprintf( file, "-%s", readable_form( i - 1 ) );
144 putc( ' ', file );
148 putc( ']', file );
    [all...]
  /frameworks/base/tools/aapt/
Images.h 13 const sp<AaptFile>& file, String8* outNewLeafName);
16 ResourceTable* table, const sp<AaptFile>& file);
  /libcore/luni/src/main/java/java/io/
FileReader.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
21 * A specialized {@link Reader} that reads from a file in the file system.
34 * Constructs a new FileReader on the given {@code file}.
36 * @param file
37 * a File to be opened for reading characters from.
39 * if {@code file} does not exist.
41 public FileReader(File file) throws FileNotFoundException
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
CanWriteFileFilter.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;
23 * This filter accepts <code>File</code>s that can be written to.
29 * File dir = new File(".");
41 * File dir = new File(".");
70 * Checks to see if the file can be written to.
    [all...]
DirectoryFileFilter.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;
23 * This filter accepts <code>File</code>s that are directories.
29 * File dir = new File(".");
64 * Checks to see if the file is a directory.
66 * @param file the File to check
    [all...]
FileFileFilter.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;
23 * This filter accepts <code>File</code>s that are files (not directories).
29 * File dir = new File(".");
30 * String[] files = dir.list( FileFileFilter.FILE );
41 /** Singleton instance of file filter */
42 public static final IOFileFilter FILE = new FileFileFilter();
    [all...]
HiddenFileFilter.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;
23 * This filter accepts <code>File</code>s that are hidden.
29 * File dir = new File(".");
41 * File dir = new File(".");
66 * Checks to see if the file is hidden.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
plugin.h 1 /* Header file for internal GCC plugin mechanism.
4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
32 extern void dump_active_plugins (FILE *);
34 extern void print_plugins_versions (FILE *file, const char *indent);
35 extern void print_plugins_help (FILE *file, const char *indent);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
plugin.h 1 /* Header file for internal GCC plugin mechanism.
4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
32 extern void dump_active_plugins (FILE *);
34 extern void print_plugins_versions (FILE *file, const char *indent);
35 extern void print_plugins_help (FILE *file, const char *indent);
  /system/core/rootdir/etc/
mountd.conf 1 ## mountd configuration file
5 ## root block device with partition map or raw FAT file system
14 ## path to the UMS driver file for specifying the block device path
16 driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file
18 ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
24 * File header section of a {@code .dex} file.
28 * {@code non-null;} the file format magic number, represented as the
60 public void addContents(DexFile file) {
66 public void writeTo(DexFile file, AnnotatedOutput out) {
67 int mapOff = file.getMap().getFileOffset();
68 Section firstDataSection = file.getFirstDataSection();
69 Section lastDataSection = file.getLastDataSection()
    [all...]
  /build/core/
distdir.mk 5 # you may not use this file except in compliance with the License.
33 # $(1): source file
34 # $(2): destination file
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
49 # $(2): the dist files to add to those goals. If the file contains ':',
50 # the text following the colon is the name that the file is copied
54 $(foreach file,$(2), \
55 $(eval fw := $(subst :,$(space),$(file))) \
    [all...]
  /development/ndk/platforms/android-3/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
45 int (*open) (struct inode *, struct file *);
46 ssize_t (*read) (struct file *, char __user *, size_t, long long *);
47 int (*release) (struct inode *, struct file *);
48 long (*ioctl) (struct file *, unsigned int, unsigned long);
  /external/chromium/third_party/zlib/contrib/minizip/
unzip.h 6 This unzip package allow extract file from .ZIP file, compatible with PKZip 2.04g
102 /* unz_file_info contain information about a file in the zipfile */
109 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
115 uLong size_file_comment; /* file comment length 2 bytes */
118 uLong internal_fa; /* internal file attributes 2 bytes */
119 uLong external_fa; /* external file attributes 4 bytes */
139 Open a Zip file. path contain the full pathname (by example,
142 If the zipfile cannot be opened (file don't exist or in not valid), the
151 Open a Zip file, like unzOpen, but provide a set of file low level AP
    [all...]

Completed in 492 milliseconds

1 2 3 4 56 7 8 91011>>