HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 351 - 375 of 891) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/iotest/
stream.cpp 252 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
259 fs << "EXAMPLE";
260 fs.seekg(0);
263 if (!(fs >> dest)) {
276 fs.close();
  /external/llvm/include/llvm/Support/
PathV1.h 319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
370 LLVM_PATH_DEPRECATED_MSG(fs::exists));
377 LLVM_PATH_DEPRECATED_MSG(fs::is_directory));
384 LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
490 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute));
    [all...]
  /external/fsck_msdos/
fat.c 74 checkdirty(int fs, struct bootblock *boot)
92 if (lseek(fs, off, SEEK_SET) != off) {
97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer)
185 if (lseek(fs, off, SEEK_SET) != off) {
190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec)
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp)
216 if (!_readfat(fs, boot, no, &buffer))
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat)
603 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0
    [all...]
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 23 const sys::fs::Path &pPath)
44 sys::fs::Path* path = NULL;
77 BitcodeAction::BitcodeAction(unsigned int pPosition, const sys::fs::Path &pPath)
MCLDDirectory.cpp 13 using namespace mcld::sys::fs;
92 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot)
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 13 using namespace mcld::sys::fs;
53 mcld::sys::fs::detail::open_dir(*this);
63 mcld::sys::fs::detail::open_dir(*this);
MemoryAreaFactory.cpp 35 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
58 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
  /external/elfutils/libasm/
Makefile.am 80 ln -fs $@ $@.$(VERSION)
94 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
95 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 225 CtField[] fs = clazz.getDeclaredFields(); local
226 for (int i = 0; i < fs.length; ++i) {
227 CtField f = fs[i];
357 CtField[] fs = clazz.getDeclaredFields(); local
358 for (int i = 0; i < fs.length; ++i) {
359 CtField f = fs[i];
  /external/clang/unittests/Tooling/
RewriterTestContext.h 51 llvm::sys::fs::remove_all(TemporaryDirectory.str(), RemovedCount);
69 llvm::sys::fs::unique_file("rewriter-test-%%-%%-%%-%%/anchor", FD,
  /external/kernel-headers/original/asm-x86/
percpu_32.h 20 movl %fs:per_cpu__##this_cpu_off, reg; \
22 #define PER_CPU_VAR(var) %fs:per_cpu__##var
89 /* fs segment starts at (positive) offset == __per_cpu_offset[cpu] */
90 #define __percpu_seg "%%fs:"
  /external/valgrind/main/auxprogs/
gen-mdg 190 my @fs = <*>;
191 foreach my $f (@fs) {
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 24 WebRtc_UWord32 fs; member in struct:NsxInst_t_
116 * - fs : Sampling frequency
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 75 unsigned fs: 5; member in struct:__anon43972::__anon43976
109 unsigned fs: 5; member in struct:__anon43972::__anon43980
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java 19 package de.waldheinz.fs.util;
21 import de.waldheinz.fs.*;
  /external/opencv/ml/src/
mlboost.cpp 773 void CvBoostTree::read( CvFileStorage* fs, CvFileNode* fnode, CvBoost* _ensemble, CvDTreeTrainData* _data )
775 CvDTree::read( fs, fnode, _data );
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
user32.h 56 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
user_32.h 57 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
vm86.h 85 unsigned short fs, __fsh; member in struct:vm86_regs
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 21 #include <linux/fs.h>
  /bionic/libc/kernel/common/linux/
proc_fs.h 22 #include <linux/fs.h>
relay.h 26 #include <linux/fs.h>
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 15 #include <linux/fs.h>
  /development/ndk/platforms/android-3/include/linux/
proc_fs.h 16 #include <linux/fs.h>
relay.h 19 #include <linux/fs.h>

Completed in 1098 milliseconds

<<11121314151617181920>>