HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 1651 - 1675 of 2103) sorted by null

<<61626364656667686970>>

  /prebuilts/go/darwin-x86/doc/progs/
go1.go 185 fmt.Printf("Sleeping for %.3fs\n", delta.Seconds())
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 346 func (w *Walker) Features() (fs []string) {
348 fs = append(fs, f)
350 sort.Strings(fs)
  /prebuilts/go/linux-x86/doc/progs/
go1.go 185 fmt.Printf("Sleeping for %.3fs\n", delta.Seconds())
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 346 func (w *Walker) Features() (fs []string) {
348 fs = append(fs, f)
350 sort.Strings(fs)
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /system/vold/
Utils.cpp 24 #include <cutils/fs.h>
32 #include <linux/fs.h>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode.d 24 [ ]*[a-f0-9]+: 41 8c 20 mov %fs,\(%r8\)
25 [ ]*[a-f0-9]+: 8c 20 mov %fs,\(%rax\)
28 [ ]*[a-f0-9]+: 41 8e 20 mov \(%r8\),%fs
29 [ ]*[a-f0-9]+: 8e 20 mov \(%rax\),%fs
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.d 23 [ ]*[a-f0-9]+: 41 8c 20 mov %fs,\(%r8\)
24 [ ]*[a-f0-9]+: 8c 20 mov %fs,\(%rax\)
27 [ ]*[a-f0-9]+: 41 8e 20 mov \(%r8\),%fs
28 [ ]*[a-f0-9]+: 8e 20 mov \(%rax\),%fs
  /art/compiler/trampolines/
trampoline_compiler.cc 189 // All x86 trampolines call via the Thread* held in fs.
190 __ fs()->jmp(Address::Absolute(offset));
  /external/clang/lib/Lex/
HeaderSearch.cpp 136 llvm::sys::fs::make_absolute(Result);
452 if (llvm::sys::fs::exists(SystemFrameworkMarker)) {
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 70 static errcode_t ba_new_bmap(ext2_filsys fs EXT2FS_ATTR((unused)),
  /external/fio/
filesetup.c 610 * udev to call blkid to check partitions, fs id, etc.
763 uint64_t fs = 0; local
818 fs = o->size / o->nr_files;
819 all_fs = fs * o->nr_files;
843 f->io_size = fs;
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 676 sys::fs::current_path(CacheDir);
692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
714 if (!sys::fs::exists(IRCacheFile.str())) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 695 sys::fs::current_path(CacheDir);
711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
733 if (!sys::fs::exists(IRCacheFile.str())) {
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 337 tool_output_file Out(OutputFilename, EC, sys::fs::F_None);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 210 const struct lp_fragment_shader *shader = setup->fs.current.variant->shader;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_draw.c 356 svga->curr.fs->base.id == svga->debug.disable_shader)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 735 void* fs; member in struct:dxgi_blitter
792 fs = util_make_fragment_tex_shader(pipe, normalized ? TGSI_TEXTURE_2D : TGSI_TEXTURE_RECT, TGSI_INTERPOLATE_LINEAR);
846 pipe->bind_fs_state(pipe, fs);
866 pipe->delete_fs_state(pipe, fs);
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
cache.c 47 #include <linux/fs.h>
inode.c 41 #include <linux/fs.h>
super.c 30 #include <linux/fs.h>
  /external/strace/maint/
ioctls_sym.sh 212 *linux/fs.h|*linux/ncp_fs.h)
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 150 std::string name(mcld::sys::fs::Path(prog_name).stem().native());
595 mcld::sys::fs::Path path(arg->getValue());
596 if (mcld::sys::fs::exists(path) && mcld::sys::fs::is_directory(path)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ethtool.h 360 struct ethtool_rx_flow_spec fs; member in struct:ethtool_rxnfc
  /system/core/libdiskconfig/
diskconfig.c 30 #include <linux/fs.h>

Completed in 991 milliseconds

<<61626364656667686970>>