HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 501 - 525 of 697) sorted by null

<<2122232425262728

  /external/clang/lib/Frontend/
CompilerInstance.cpp 450 llvm::sys::fs::remove(it->TempFilename, existed);
457 if (llvm::error_code ec = llvm::sys::fs::rename(it->TempFilename,
463 llvm::sys::fs::remove(it->TempFilename, existed);
547 llvm::sys::fs::make_absolute(AbsPath);
550 if (llvm::sys::fs::exists(llvm::sys::path::parent_path(AbsPath.str()),
555 ((llvm::sys::fs::exists(AbsPath.str(), Exists) || !Exists) ||
562 if (llvm::sys::fs::unique_file(TempPath.str(), fd, TempPath,
798 if (llvm::sys::fs::unique_file(TempModuleMapFileName.str(), FD,
    [all...]
  /external/dbus/test/
unused-code-gc.py 85 for fs in file_summaries:
86 print fs
  /external/iproute2/ip/
ifcfg 18 killall -HUP rdisc || rdisc -fs
  /external/kernel-headers/original/asm-x86/
elf.h 153 cur->thread.fs = 0; cur->thread.gs = 0; \
186 (pr_reg)[21] = current->thread.fs; \
190 asm("movl %%fs,%0" : "=r" (v)); (pr_reg)[25] = v; \
processor_32.h 314 unsigned short fs, __fsh; member in struct:i386_hw_tss
354 unsigned long fs; member in struct:thread_struct
379 .fs = __KERNEL_PERCPU, \
  /external/llvm/lib/Archive/
Archive.cpp 71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) {
121 sys::fs::get_magic(path.str(), magic.capacity(), magic);
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 163 PdtStateTuple(StateId fs, StackId ss)
164 : state_id(fs), stack_id(ss) {}
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 187 sys::fs::Path(string(path_name)),
204 sys::fs::Path(string(path_name)),
  /external/llvm/test/MC/X86/
x86-64.s 173 // CHECK: fs
175 fs;movb 0(%eax), %al
861 push %fs
862 // CHECK: pushq %fs
868 pushw %fs
869 // CHECK: pushw %fs
876 pop %fs
877 // CHECK: popq %fs
883 popw %fs
884 // CHECK: popw %fs
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 71 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs) {
81 if (fs == 8000 || fs == 16000 || fs == 32000) {
82 inst->fs = fs;
87 if (fs == 8000) {
94 } else if (fs == 16000) {
101 } else if (fs == 32000) {
764 if (inst->fs == 32000)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 250 fs = self._target_port._filesystem
253 if (fs.exists(self._target_port.reftest_expected_filename(test_abspath)) or
254 fs.exists(self._target_port.reftest_expected_mismatch_filename(test_abspath))):
433 fs = self._filesystem
436 if not fs.exists(png_fullpath):
440 with fs.open_binary_file_for_reading(png_fullpath) as filehandle:
442 checksum_in_text_file = fs.read_text_file(checksum_path)
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
161 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
162 fs = GGL_ONE;
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
491 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
492 fs = GGL_ONE;
496 const int blending = blending_codes(fs, fd);
499 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 399 String[] fs = new String[] { "0", "1" }; local
400 f.setChoices(l, fs);
402 assertTrue("Formats copied", f.getFormats() == fs);
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 218 FileStream fs; local
219 if (fs.Open("/proc/net/route", "r")) {
221 while (fs.ReadLine(&line) == SR_SUCCESS && gateway_ip == 0) {
  /external/opencv/ml/src/
ml_inner_functions.cpp 63 CvFileStorage* fs = 0; local
69 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE ));
70 if( !fs )
73 write( fs, name ? name : default_model_name );
77 cvReleaseFileStorage( &fs );
83 CvFileStorage* fs = 0; local
91 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_READ ));
92 if( !fs )
96 model_node = cvGetFileNodeByName( fs, 0, name );
99 CvFileNode* root = cvGetRootFileNode( fs );
    [all...]
  /external/valgrind/main/include/vki/
vki-x86-linux.h 236 unsigned short fs, __fsh; member in struct:vki_sigcontext
590 unsigned short fs, __fs, gs, __gs; member in struct:vki_user_regs_struct
841 unsigned short fs, __fsh; member in struct:vki_vm86_regs
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 240 fs = filesystem_mock.MockFileSystem(files)
241 fs._tests = test_list
242 return fs
  /external/clang/lib/Rewrite/
FrontendActions.cpp 83 llvm::sys::fs::unique_file(Path.str(), fd, NewPath);
  /external/clang/test/CodeGen/
atomic-ops.c 158 X fs(_Atomic(X) *c) {
159 // CHECK: @fs
  /external/e2fsprogs/debugfs/
icheck.c 33 static int icheck_proc(ext2_filsys fs EXT2FS_ATTR((unused)),
  /external/grub/stage2/
fsys_ffs.c 66 #include "fs.h"
74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
fsys_ufs2.c 74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
  /external/kernel-headers/original/linux/
inotify.h 41 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
69 #include <linux/fs.h>
  /external/kernel-headers/original/linux/nfsd/
xdr.h 10 #include <linux/fs.h>

Completed in 642 milliseconds

<<2122232425262728