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

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
att-regs.d 15 .*[ ]+R_386_16[ ]+fs
intel-regs.d 15 .*[ ]+R_386_16[ ]+fs
naked.d 14 13: 36 8c a4 81 d2 04 00 00 [ ]*mov %fs,%ss:0x4d2\(%ecx,%eax,4\)
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 21 #include <linux/fs.h>
  /development/ndk/platforms/android-21/include/linux/
ncp_fs.h 21 #include <linux/fs.h>
  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 15 #include <linux/fs.h>
  /external/aac/libAACenc/src/
aacenc_tns.h 197 const INT fs,
  /external/aac/libSBRenc/src/
ton_corr.h 206 INT fs, /*!< Sampling frequency (of the SBR part). */
  /external/chromium-trace/catapult/third_party/Paste/paste/
request.py 185 fs = cgi.FieldStorage(fp=input,
193 if isinstance(fs.value, list):
194 for name in fs.keys():
195 values = fs[name]
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 35 llvm::sys::fs::UniqueID UniqueID;
73 vfs::FileSystem &FS);
97 vfs::FileSystem &FS) = 0;
100 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) {
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
126 vfs::FileSystem &FS) override;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 29 Data.IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file;
45 FileSystemStatCache *Cache, vfs::FileSystem &FS) {
51 R = Cache->getStat(Path, Data, isFile, F, FS);
55 llvm::ErrorOr<vfs::Status> Status = FS.status(Path);
70 auto OwnedFile = FS.openFileForRead(Path);
111 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) {
112 LookupResult Result = statChained(Path, Data, isFile, F, FS);
  /external/clang/unittests/libclang/
LibclangTest.cpp 362 ASSERT_FALSE(llvm::sys::fs::createUniqueDirectory("libclang-test", Dir));
372 llvm::sys::fs::remove(Path);
373 llvm::sys::fs::remove(TestDir);
382 llvm::sys::fs::create_directories(llvm::sys::path::parent_path(Filename));
  /external/f2fs-tools/scripts/
spo_test.sh 25 insmod $F2FS_DIR/src/fs/f2fs/f2fs.ko || exit
  /external/kernel-headers/original/uapi/linux/
ncp_fs.h 11 #include <linux/fs.h>
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 89 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 64 struct lp_fragment_shader *fs; member in struct:llvmpipe_context
lp_setup_context.h 127 } fs; member in struct:lp_setup_context
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 79 void *fs; member in struct:program
279 p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D, TGSI_INTERPOLATE_LINEAR);
291 p->pipe->delete_fs_state(p->pipe, p->fs);
329 cso_set_fragment_shader_handle(p->cso, p->fs);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 340 struct gl_program *fs = (struct gl_program *) brw->fragment_program; local
342 GLbitfield SamplersUsed = vs->SamplersUsed | fs->SamplersUsed;
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ?
360 fs->SamplerUnits[s] : vs->SamplerUnits[s];
  /external/opencv3/modules/core/src/
lda.cpp     [all...]
  /external/opencv3/modules/ml/test/
test_precomp.hpp 48 virtual int read_params( CvFileStorage* fs );
  /external/opencv3/modules/photo/src/
calibrate.cpp 142 void write(FileStorage& fs) const
144 fs << "name" << name
251 void write(FileStorage& fs) const
253 fs << "name" << name
  /external/squashfs-tools/kernel/fs/squashfs/
symlink.c 33 #include <linux/fs.h>
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 48 uint32_t fs; // Sampling frequency member in struct:__anon27855
  /frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h 59 const sys::fs::Path& pPath) {

Completed in 1134 milliseconds

<<41424344454647484950>>