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

1 2 3 4 56 7 8 91011>>

  /external/strace/tests-mx32/
statfs64.c 34 # define SYSCALL_ARG(file, desc) (file)
  /external/syslinux/com32/lib/
fputs.c 5 * have stdio, but it takes a file descriptor argument instead
6 * of the FILE *.
12 int fputs(const char *s, FILE * file)
14 return _fwrite(s, strlen(s), file);
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging.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.
20 // Dumps a wav data to file.
21 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \
23 rtc_WavWriteSamples(file, data, num_samples); \
26 // (Re)opens a wav file for writing using the specified sample rate.
34 // Closes a wav file.
40 // Dumps a raw data to file.
41 #define RTC_AEC_DEBUG_RAW_WRITE(file, data, data_size)
    [all...]
  /libcore/ojluni/src/main/java/com/sun/nio/file/
ExtendedCopyOption.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
26 package com.sun.nio.file;
28 import java.nio.file.CopyOption;
ExtendedOpenOption.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
26 package com.sun.nio.file;
28 import java.nio.file.OpenOption;
39 * Prevent operations on the file that request read access.
43 * Prevent operations on the file that request write access.
47 * Prevent operations on the file that request delete access.
ExtendedWatchEventModifier.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
26 package com.sun.nio.file;
28 import java.nio.file.WatchEvent.Modifier;
40 * Register a file tree instead of a single directory.
  /prebuilts/go/darwin-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /prebuilts/go/linux-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /system/netd/libnetdutils/
UniqueFile.cpp 5 * you may not use this file except in compliance with the License.
25 void UniqueFileDtor::operator()(FILE* file) {
27 sys.fclose(file);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
fixup-dump.pl 6 if (/.*file format.*/) {
7 $_ = ".*: +file format .*\n";
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
loc-swap-3.s 1 .file 1 "test.cpp"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
mvfcp.d 3 dump\.o: file format .*
mvtcp.d 3 dump\.o: file format .*
opecp.d 3 dump\.o: file format .*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
loc.s 2 .file 1 "loc.s"
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_attr_merge_6a.s 4 .file "arm_attr_merge_6a.s"
arm_attr_merge_6b.s 3 .file "arm_attr_merge_6b.s"
arm_attr_merge_7a.s 4 .file "arm_attr_merge_7a.s"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
reloc-overflow-2.s 1 .file "2.c"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-7a.s 4 .file "attr-merge-7a.s"
gc-thumb.d 2 There are no relocations in this file\.
gc-unwind.d 2 .*: file format.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
sec-to-seg1.s 1 .file "sec-to-seg1.s"
  /external/e2fsprogs/lib/ext2fs/
fileio.c 2 * fileio.c --- Simple file I/O routines
7 * This file may be redistributed under the terms of the GNU Library
41 #define BMAP_BUFFER (file->buf + fs->blocksize)
47 ext2_file_t file; local
51 * Don't let caller create or open a file for writing if the
58 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file);
62 memset(file, 0, sizeof(struct ext2_file));
63 file->magic = EXT2_ET_MAGIC_EXT2_FILE;
64 file->fs = fs;
65 file->ino = ino
    [all...]
  /external/curl/docs/examples/
fopen.c 71 FILE *file; member in union:fcurl_data::__anon17254
84 int url_fclose(URL_FILE *file);
85 int url_feof(URL_FILE *file);
86 size_t url_fread(void *ptr, size_t size, size_t nmemb, URL_FILE *file);
87 char *url_fgets(char *ptr, size_t size, URL_FILE *file);
88 void url_rewind(URL_FILE *file);
128 static int fill_buffer(URL_FILE *file, size_t want)
140 if((!file->still_running) || (file->buffer_pos > want)
237 URL_FILE *file; local
    [all...]

Completed in 312 milliseconds

1 2 3 4 56 7 8 91011>>