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

1 2 3 4 5 6 78 91011>>

  /external/nanopb-c/tests/no_messages/
no_messages.proto 1 /* Test that a file without any messages works. */
  /external/pcre/dist/
COPYING 3 Please see the file LICENCE in the PCRE distribution for licensing details.
  /external/selinux/libsepol/tests/policies/test-expander/
role-module.conf 4 class file {read write};
user-module.conf 4 class file {read write};
  /external/valgrind/none/tests/
procfs-non-linux.stderr.exp-without-readlinkat 3 open(): No such file or directory
5 open(): No such file or directory
6 readlink: No such file or directory
7 readlink: No such file or directory
  /external/valgrind/none/tests/scripts/
shell_badinterp.stderr.exp 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
  /frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/data/
anotherDataFile 1 A simple data file that should *not* be copied to the output jar
dataFile 1 A simple data file that should be copied to the output jar unchanged
  /frameworks/multidex/instrumentation/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /frameworks/multidex/library/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
input.h 17 CloogInput *cloog_input_read(FILE *file, CloogOptions *options);
21 void cloog_input_dump_cloog(FILE *file, CloogInput *input, CloogOptions *opt);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
input.h 17 CloogInput *cloog_input_read(FILE *file, CloogOptions *options);
21 void cloog_input_dump_cloog(FILE *file, CloogInput *input, CloogOptions *opt);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
issperr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
6 #warning The header issperr.h is an obsolete file.
mem.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 * This file is part of the Mingw32 package.
moniker.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 #warning Your code should include objbase.h instead of moniker.h header file.
olectlid.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
6 #warning Your code should include olectl.h instead of olectlid.h header file.
storage.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 #warning Your code should include objbase.h instead of storage.h header file.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
unistd.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 * This file is part of the Mingw32 package.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__phello__.foo.py 1 # This file exists as a helper for the test.test_frozen module.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
empty.vbs 1 'Empty VBS file, does nothing. Helper for Lib\test\test_startfile.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__phello__.foo.py 1 # This file exists as a helper for the test.test_frozen module.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
empty.vbs 1 'Empty VBS file, does nothing. Helper for Lib\test\test_startfile.py
  /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/mesa3d/bin/
minstall 7 # -m mode Sets a file's mode when installing
24 # set file mode
29 # install file(s) into destination
33 for FILE in $@ ; do
34 DESTDIR="$FILE"
39 for FILE in $@ ; do
52 case $FILE in
66 # determine file's type
67 if [ -h "$FILE" ] ; then
68 #echo $FILE is a symlin
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
12 gzFile file)
17 if (file == NULL)
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);

Completed in 341 milliseconds

1 2 3 4 5 6 78 91011>>