HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 476 - 500 of 31893) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
benchmark.h 26 // Btrace will either output to standard atrace, or to a file if specified.
32 static inline void Btrace(FILE* file, const char* name,
34 static inline void Btrace(FILE* file, const char* name);
40 static inline void BtraceData(FILE* file, const char* name,
42 static inline void BtraceData(FILE* file, const char* name, int64_t data);
55 static inline void Btrace(FILE* file, const char* name
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileSystemProvider.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
28 import java.nio.file.*;
29 import java.nio.file.spi.FileSystemProvider;
62 abstract DynamicFileAttributeView getFileAttributeView(Path file,
67 public final void setAttribute(Path file,
76 DynamicFileAttributeView view = getFileAttributeView(file, s[0], options);
83 public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AbstractFileFilter.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;
36 * Checks to see if the File should be accepted by this filter.
38 * @param file the File to check
39 * @return true if this file matches the test
41 public boolean accept(File file) {
    [all...]
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file.go 3 // license that can be found in the LICENSE file.
5 // This file is here just to cause problems.
6 // file.swig turns into a file also named file.go.
10 package file package
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 3 // license that can be found in the LICENSE file.
14 // ErrNotFound is the error resulting if a path search failed to find an executable file.
15 var ErrNotFound = errors.New("executable file not found in %PATH%")
17 func chkStat(file string) error {
18 d, err := os.Stat(file)
28 func hasExt(file string) bool {
29 i := strings.LastIndex(file, ".")
33 return strings.LastIndexAny(file, `:\/`) < i
36 func findExecutable(file string, exts []string) (string, error) {
38 return file, chkStat(file
    [all...]
  /prebuilts/go/linux-x86/misc/swig/stdio/
file.go 3 // license that can be found in the LICENSE file.
5 // This file is here just to cause problems.
6 // file.swig turns into a file also named file.go.
10 package file package
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 3 // license that can be found in the LICENSE file.
14 // ErrNotFound is the error resulting if a path search failed to find an executable file.
15 var ErrNotFound = errors.New("executable file not found in %PATH%")
17 func chkStat(file string) error {
18 d, err := os.Stat(file)
28 func hasExt(file string) bool {
29 i := strings.LastIndex(file, ".")
33 return strings.LastIndexAny(file, `:\/`) < i
36 func findExecutable(file string, exts []string) (string, error) {
38 return file, chkStat(file
    [all...]
  /system/core/debuggerd/libdebuggerd/test/
open_files_list_test.cpp 5 * you may not use this file except in compliance with the License.
30 // that it includes a known open file.
32 // Open a temporary file that we can check for in the list of open files.
39 // Verify our open file is in the list.
41 for (auto& file : list) {
42 if (file.first == tf.fd) {
43 EXPECT_EQ(file.second, std::string(tf.path));
  /toolchain/binutils/binutils-2.27/gold/testsuite/
exclude_libs_test.sh 8 # This file is part of gold.
25 # This file goes with exclude_libs_test.c, a C source file
32 file=$1
36 found=`grep " $sym\$" $file`
42 match_vis=`grep " $sym\$" $file | grep " $vis "`
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format20bc.java 5 * you may not use this file except in compliance with the License.
30 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
31 file.writeByte((byte) insn.info.value);
32 file.writeByte((byte) insn.vregA);
33 file.writeUShort((short) insn.vregB);
Format22x.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUShort((short) insn.vregB);
  /developers/build/prebuilts/gradle/JobScheduler/kotlinApp/app/src/main/java/com/example/android/jobscheduler/
Constants.kt 5 * you may not use this file except in compliance with the License.
17 @file:JvmName("Constants")
18 @file:Suppress("PropertyName")
  /developers/samples/android/background/JobScheduler/kotlinApp/app/src/main/java/com/example/android/jobscheduler/
Constants.kt 5 * you may not use this file except in compliance with the License.
17 @file:JvmName("Constants")
18 @file:Suppress("PropertyName")
  /development/tools/idegen/src/
Files.java 5 * you may not use this file except in compliance with the License.
21 * File utility methods.
26 * Reads file into a string using default encoding.
28 static String toString(File file) throws IOException {
31 Reader in = new FileReader(file);
41 * Writes a string to a file using default encoding.
43 static void toFile(String contents, File file) throws IOException {
44 FileWriter out = new FileWriter(file);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
regextest.py 5 # Read a file of (extended per egrep) regular expressions (one per line),
15 # - produces output in the format <file>:<lineno>:<line>
28 for file in sys.argv[1:]:
30 fp = open(file, 'r')
32 print "%s: %s" % (file, msg)
41 print "%s:%s:%s" % (file, lineno, line),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/Ipf/
CpuIa64.s 22 .file "CpuIA64.s"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/Ipf/
ReadKr1.s 20 .file "ReadKr1.s"
WriteKr1.s 20 .file "WriteKr1.s"
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
int_util.h 1 /** @file
65 void compilerrt_abort_impl(const char *file, int line,
  /external/boringssl/src/tool/
file.cc 23 bool ReadAll(std::vector<uint8_t> *out, FILE *file) {
31 len += fread(out->data() + len, 1, out->size() - len, file);
33 if (feof(file)) {
37 if (ferror(file)) {
  /external/bsdiff/
logging.cc 3 // found in the LICENSE file.
9 LogMessage::LogMessage(const char* file,
12 : LogMessage(file, line, severity, -1) {}
15 LogMessage::LogMessage(const char* file,
24 stream_ << severity << " " << timestamp << " " << file << ":" << line << ": ";
  /external/e2fsprogs/config/
mkinstalldirs 11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/e2fsprogs/contrib/android/
base_fs.h 16 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
  /external/elfutils/libdw/
dwarf_linesrc.c 3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
43 if (line->file >= line->files->nfiles)
50 *mtime = line->files->info[line->file].mtime;
53 *length = line->files->info[line->file].length;
55 return line->files->info[line->file].name;
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 11 import java.io.File;
19 * a single 'file' attribute
40 // 'file' attribute:
41 public void setFile (final File file)
45 super.setFile (file);
51 final File parent = file.getParentFile ();
55 include.setName (file.getName ());

Completed in 489 milliseconds

<<11121314151617181920>>