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

<<51525354555657585960>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
config.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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
yv12extend_arm.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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale.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.
vpx_scale_rtcd.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.
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.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;
31 private final String jarName = "hyts_patch.jar"; // a 'normal' jar file
33 private File resources = Support_Resources.createTempFolder();
37 new JarFile(new File("Wrong.file"));
43 new JarFile(new File(resources, jarName));
48 new JarFile("Wrong.file");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0007-Fix-libc-compiler-error-when-calling-std-feof.patch 15 1 file changed, 30 insertions(+)
21 @@ -114,12 +114,42 @@ inline _LIBCPP_INLINE_VISIBILITY int __libcpp_getc(FILE* __stream) {return getc(
22 inline _LIBCPP_INLINE_VISIBILITY int getc(FILE* __stream) {return __libcpp_getc(__stream);}
32 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_putc(int __c, FILE* __stream) {return putc(__c, __stream);}
34 inline _LIBCPP_INLINE_VISIBILITY int putc(int __c, FILE* __stream) {return __libcpp_putc(__c, __stream);}
44 +inline _LIBCPP_INLINE_VISIBILITY void __libcpp_clearerr(FILE* __stream) {return clearerr(__stream);}
46 +inline _LIBCPP_INLINE_VISIBILITY void clearerr(FILE* __stream) {return __libcpp_clearerr(__stream);}
50 +inline _LIBCPP_INLINE_VISIBILITY int __libcpp_feof(FILE* __stream) {return feof(__stream);}
52 +inline _LIBCPP_INLINE_VISIBILITY int feof(FILE* __stream) {return __libcpp_feof(__stream);}
56 +inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ferror(FILE* __stream) {return ferror(__stream);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 2 * This file is included in every header that needs the STLport library to be
3 * built; the header files mostly are the iostreams-headers. The file checks for
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug_config.hpp 3 // (See accompanying file LICENSE_1_0.txt or copy at
8 // File : $RCSfile$
21 // maximum size of /proc/pid/stat file
  /packages/apps/Camera2/
project.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
78 static byte[] readFile(File file) {
80 byte[] data = new byte[(int) file.length()];
81 FileInputStream fis = new FileInputStream(file);
86 Log.w(TAG, "cert file read error: " + e);
91 static boolean deleteFile(File file) {
92 if ((file != null) && !file.delete())
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
SizeFileComparator.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;
27 * {@link File#length()} and {@link FileUtils#sizeOfDirectory(File)}).
35 * List&lt;File&gt; list = ...
42 * File[] array = ...
52 public class SizeFileComparator implements Comparator<File>, Serializable {
55 public static final Comparator<File> SIZE_COMPARATOR = new SizeFileComparator()
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AgeFileFilter.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;
33 * File dir = new File(".");
54 * Constructs a new age file filter for files equal to or older than
64 * Constructs a new age file filter for files on any one side
77 * Constructs a new age file filter for files older than (at or before)
87 * Constructs a new age file filter for files on any one sid
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java 3 * or more contributor license agreements. See the NOTICE file *
5 * regarding copyright ownership. The ASF licenses this file *
7 * "License"); you may not use this file except in compliance *
33 * Creates a new temporary file. Wheter it will be be created in memory
38 * @return the temporary file.
43 * Creates a new temporary file. Wheter it will be be created in memory
50 * @return the temporary file.
55 * Creates a new temporary file. Wheter it will be be created in memory
58 * the new file will be created on disk.
64 * @param allowInMemory if <code>true</code> the file MIGHT be created in
    [all...]
  /pdk/apps/TestingCamera/
project.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_bsd_types.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.
_mingw_stdarg.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.
_timeval.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.
adptif.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.
afxres.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.
audioapotypes.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.
audiosessiontypes.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.
credssp.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.
dde.rh 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.
errorrep.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.

Completed in 1066 milliseconds

<<51525354555657585960>>