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

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 126 FileStream *fs = new FileStream(); local
127 if (fs && !fs->Open(filename.pathname().c_str(), mode.c_str())) {
128 delete fs;
129 fs = NULL;
131 return fs;
487 struct statfs fs; local
488 memset(&fs, 0, sizeof(fs));
489 if (0 != statfs(existing_path.pathname().c_str(), &fs))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 62 fs = port._filesystem
64 if fs.exists(reftest_expected_filename):
69 if fs.exists(reftest_expected_mismatch_filename):
87 if fs.exists(expected_filename):
169 fs = port._filesystem
171 relative_dir = fs.dirname(self._testname)
173 output_dir = fs.join(baseline_path, relative_dir)
174 output_file = fs.basename(fs.splitext(self._filename)[0] +
176 fs.maybe_make_directory(output_dir
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
dryrun.py 121 fs = self._port._filesystem
122 if (fs.exists(self._port.reftest_expected_filename(driver_input.filename)) or
123 fs.exists(self._port.reftest_expected_mismatch_filename(driver_input.filename)) or
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
29 namespace fs { namespace in namespace:mcld::sys
88 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
117 } // namespace of fs
ToolOutputFile.h 39 ToolOutputFile(const sys::fs::Path& pPath,
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 77 const mcld::sys::fs::Path& GeneralOptions::sysroot() const
82 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
94 size_t pos = pName.find_last_of(sys::fs::separator);
  /frameworks/compile/mclinker/lib/Support/
HandleToArea.cpp 41 bool HandleToArea::erase(const sys::fs::Path& pPath)
59 HandleToArea::Result HandleToArea::findFirst(const sys::fs::Path& pPath)
77 HandleToArea::ConstResult HandleToArea::findFirst(const sys::fs::Path& pPath) const
RealPath.cpp 12 using namespace mcld::sys::fs;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 19 package de.waldheinz.fs.util;
21 import de.waldheinz.fs.BlockDevice;
22 import de.waldheinz.fs.ReadOnlyException;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
  /external/clang/test/Parser/
ms-inline-asm.c 10 void t4(void) { __asm mov eax, fs:[0x10] }
  /external/grub/stage2/
pc_slice.h 150 #define IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) \
151 ((type) == (PC_SLICE_TYPE_FREEBSD | ((fs) << 8)) \
152 || (type) == (PC_SLICE_TYPE_OPENBSD | ((fs) << 8)) \
153 || (type) == (PC_SLICE_TYPE_NETBSD | (fs) << 8))
  /external/kernel-headers/original/linux/
auto_fs.h 18 #include <linux/fs.h>
  /external/oprofile/module/
op_dname.c 152 read_lock(&current->fs->lock);
153 rootmnt = mntget(current->fs->rootmnt);
154 root = dget(current->fs->root);
155 read_unlock(&current->fs->lock);
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 35 const sys::fs::Path& pPath,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext

Completed in 1834 milliseconds

<<11121314151617181920>>