Searched
full:file (Results
776 -
800 of
168772) sorted by null
<<31323334353637383940>>
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/internal/ |
NopProgressListener.java | 27 import java.io.File; 33 public void onDirectory(File file) { 39 public void onFileAddition(File file) { 42 public void onFileScan(File file) { 45 public void onInplaceConversion(File file) {
|
/external/smali/baksmali/src/test/resources/DuplicateTest/src/ |
README | 1 The test dex file was produced from these smali files, using
|
/external/strace/ |
README | 4 of Paul Kranenburg; see the file COPYING for details. 6 See the file CREDITS for a list of authors and other contributors. 8 See the file INSTALL for compilation and installation instructions. 10 See the file NEWS for information on what has changed in recent
|
/external/tcpdump/tests/ |
esp4.gdbinit | 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap
|
esp5.gdbinit | 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap
|
/external/valgrind/massif/tests/ |
malloc_usable.vgtest | 2 vgopts: -q --massif-out-file=massif.out
|
/external/valgrind/memcheck/tests/ |
long_namespace_xml.vgtest | 2 vgopts: --xml=yes --xml-fd=2 --log-file=/dev/null
|
xml1.vgtest | 2 vgopts: --xml=yes --xml-fd=2 --log-file=/dev/null
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_version.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. 13 * This file contains the function WebRtcSpl_get_version().
|
/frameworks/base/media/java/android/media/ |
IMediaScannerService.aidl | 5 * you may not use this file except in compliance with the License. 27 * Requests the media scanner to scan a file. 28 * @param path the path to the file to be scanned. 29 * @param mimeType an optional mimeType for the file. 30 * If mimeType is null, then the mimeType will be inferred from the file extension. 38 * Requests the media scanner to scan a file. 39 * @param path the path to the file to be scanned. 40 * @param mimeType an optional mimeType for the file. 41 * If mimeType is null, then the mimeType will be inferred from the file extension.
|
/frameworks/base/tools/preload/ |
preload.iml | 4 <output url="file:///tmp/preload" /> 5 <output-test url="file:///tmp/preload" /> 7 <content url="file://$MODULE_DIR$"> 8 <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
wrapper_output.h | 5 * you may not use this file except in compliance with the License. 17 // Defines a generic interface to a file/memory region that 18 // contains a generated wrapped bitcode file, bitcode file, 19 // or data file. 29 // The following is a generic interface to a file/memory region 30 // that contains a generated bitcode file, wrapped bitcode file, 31 // or a data file.
|
/frameworks/compile/slang/tests/F_no_java_package_name/ |
stderr.txt.expect | 1 no_java_package_name.rs:7:1: error: missing "#pragma rs java_package_name(com.foo.bar)" in source file
|
/frameworks/compile/slang/tests/F_no_pragma/ |
stderr.txt.expect | 1 second.rs:3:1: error: missing "#pragma rs java_package_name(com.foo.bar)" in source file
|
/frameworks/multidex/instrumentation/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/multidex/library/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/design/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/percent/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/v17/leanback/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/v7/appcompat/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/v7/cardview/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/v7/gridlayout/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/frameworks/support/v7/mediarouter/src/ |
.readme | 1 This hidden file is there to ensure there is an src folder.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
ivfdec.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. 21 int ivf_read_frame(FILE *infile, uint8_t **buffer,
|
/libcore/luni/src/main/java/java/io/ |
FileFilter.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 * An interface for filtering {@link File} objects based on their names 24 * @see File#listFiles(FileFilter) 29 * Indicating whether a specific file should be included in a pathname list. 32 * the abstract file to check. 33 * @return {@code true} if the file should be included, {@code false} 36 public abstract boolean accept(File pathname);
|
Completed in 315 milliseconds
<<31323334353637383940>>