| /third_party/ffmpeg/libavfilter/ |
| D | framesync.c | 76 void ff_framesync_preinit(FFFrameSync *fs) in ff_framesync_preinit() 84 int ff_framesync_init(FFFrameSync *fs, AVFilterContext *parent, unsigned nb_in) in ff_framesync_init() 101 static void framesync_eof(FFFrameSync *fs) in framesync_eof() 108 static void framesync_sync_level_update(FFFrameSync *fs) in framesync_sync_level_update() 124 int ff_framesync_configure(FFFrameSync *fs) in ff_framesync_configure() 174 static int framesync_advance(FFFrameSync *fs) in framesync_advance() 221 static int64_t framesync_pts_extrapolate(FFFrameSync *fs, unsigned in, in framesync_pts_extrapolate() 228 static void framesync_inject_frame(FFFrameSync *fs, unsigned in, AVFrame *frame) in framesync_inject_frame() 241 static void framesync_inject_status(FFFrameSync *fs, unsigned in, int status, int64_t pts) in framesync_inject_status() 253 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, in ff_framesync_get_frame() [all …]
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | sample.ts | 18 const fs = projFs.shadow(); constant 77 const fs = projFs.shadow(); constant 89 const fs = projFs.shadow(); constant 112 const { fs, tick } = getFsWithTime(projFs); constant 176 const { fs, tick } = getFsWithTime(projFs); constant 220 const fs = projFs.shadow(); constant 231 const fs = projFs.shadow(); constant 246 const fs = projFs.shadow(); constant 280 const fs = projFs.shadow(); constant 308 const { fs, time, tick } = getFsWithTime(projFs); constant
|
| D | outFile.ts | 120 fs: () => outFileFs, constant 172 const fs = outFileFs.shadow(); constant 205 const { fs, tick } = getFsWithTime(outFileFs); constant 228 const { fs, tick } = getFsWithTime(outFileFs); constant 271 const fs = outFileFs.shadow(); constant 284 const fs = outFileFs.shadow(); constant
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_feedback.c | 127 struct feedback_stage *fs = feedback_stage(stage); in feedback_tri() local 140 struct feedback_stage *fs = feedback_stage(stage); in feedback_line() local 157 struct feedback_stage *fs = feedback_stage(stage); in feedback_point() local 174 struct feedback_stage *fs = feedback_stage(stage); in feedback_reset_stipple_counter() local 191 struct feedback_stage *fs = CALLOC_STRUCT(feedback_stage); in draw_glfeedback_stage() local 215 struct feedback_stage *fs = feedback_stage(stage); in select_tri() local 224 struct feedback_stage *fs = feedback_stage(stage); in select_line() local 233 struct feedback_stage *fs = feedback_stage(stage); in select_point() local 264 struct feedback_stage *fs = CALLOC_STRUCT(feedback_stage); in draw_glselect_stage() local
|
| /third_party/node/test/parallel/ |
| D | test-fs-stream-fs-options.js | 6 const fs = require('fs'); constant 15 const originalFs = { fs }; field 25 fs: overrideFs property 43 fs: overrideFs property 61 fs: overrideFs property
|
| D | test-fs-write-stream-fs.js | 4 const fs = require('fs'); constant 12 fs: { property 26 fs: { property
|
| D | test-policy-scopes-dependencies.js | 104 fs: 'test:fs1' property 115 fs: 'test:fs2' property 173 fs: true property 190 fs: true property 223 fs: 'test:fs1' property
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | fail_stream_test.cc | 30 FailStream fs(&flag, nullptr); in TEST_F() local 44 FailStream fs(&flag, nullptr); in TEST_F() local 54 FailStream fs(&flag, nullptr); in TEST_F() local 62 FailStream fs(&flag, &ss); in TEST_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | ffv1.c | 66 av_cold int ff_ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs) in ff_ffv1_init_slice_state() 109 FFV1Context *fs = f->slice_context[i]; in ff_ffv1_init_slices_state() local 129 FFV1Context *fs = av_mallocz(sizeof(*fs)); in ff_ffv1_init_slice_contexts() local 173 void ff_ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs) in ff_ffv1_clear_slice_state() 215 FFV1Context *fs = s->slice_context[j]; in ff_ffv1_close() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_fpc_translate.c | 86 i915_use_passthrough_shader(struct i915_fragment_shader *fs) in i915_use_passthrough_shader() 111 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() 136 struct i915_fragment_shader *fs) in src_vector() 399 uint32_t opcode, struct i915_fragment_shader *fs) in emit_tex() 427 uint32_t numArgs, struct i915_fragment_shader *fs) in emit_simple_arith() 446 struct i915_fragment_shader *fs) in emit_simple_arith_swap2() 473 struct i915_fragment_shader *fs) in i915_translate_instruction() 842 struct i915_fragment_shader *fs) in i915_translate_token() 939 struct i915_fragment_shader *fs) in i915_translate_instructions() 1086 struct i915_fragment_shader *fs) in i915_translate_fragment_program()
|
| /third_party/FatFs/source/ |
| D | ff.c | 167 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } argument 176 #define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } argument 178 #define LEAVE_FF(fs, res) { (void)fs; return res; } argument 181 #define LEAVE_FF(fs, res) return res argument 197 FATFS* fs; /* Object ID 1, volume (NULL:blank entry) */ member 742 FATFS* fs /* Filesystem object */ in lock_fs() 750 FATFS* fs, /* Filesystem object */ in unlock_fs() 860 FATFS* fs in clear_share() 871 FRESULT empty_lock(FATFS* fs) /* check lock entries is empty or not. */ in empty_lock() 897 FATFS* fs /* Filesystem object */ in sync_window() [all …]
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | programApi.ts | 144 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [a, bar, barFoo… constant 152 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [a, fooIndex], … constant 171 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, pkg], cw… constant 188 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main], cwd: "/… constant 200 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, mod], cw… constant 215 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, mod], cw… constant
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_fs.c | 46 struct svga_fragment_shader *fs; in svga_create_fs_state() local 82 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_bind_fs_state() local 94 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_delete_fs_state() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | ambientRequireFunction.js | 13 const fs = require("fs"); constant 18 var fs = require("fs"); variable
|
| D | localRequireFunction.js | 6 const fs = require("fs"); constant 13 var fs = require("fs"); variable
|
| /third_party/NuttX/fs/tmpfs/ |
| D | fs_tmpfs.c | 237 static void tmpfs_lock(struct tmpfs_s *fs) in tmpfs_lock() 282 static void tmpfs_unlock(struct tmpfs_s *fs) in tmpfs_unlock() 513 static int tmpfs_create_file(struct tmpfs_s *fs, in tmpfs_create_file() 656 static int tmpfs_create_directory(struct tmpfs_s *fs, in tmpfs_create_directory() 769 static int tmpfs_find_object(struct tmpfs_s *fs, in tmpfs_find_object() 904 static int tmpfs_find_file(struct tmpfs_s *fs, in tmpfs_find_file() 951 static int tmpfs_find_directory(struct tmpfs_s *fs, in tmpfs_find_directory() 1169 struct tmpfs_s *fs; in tmpfs_create() local 1410 struct tmpfs_s *fs; in tmpfs_opendir() local 1660 struct tmpfs_s *fs = &tmpfs_superblock; in tmpfs_mount() local [all …]
|
| /third_party/libsnd/Octave/ |
| D | sndfile_load.m | 39 fs = samplerate ; variable 41 fs = samplingrate ; variable
|
| /third_party/gstreamer/gstplugins_bad/ext/opencv/ |
| D | gstdisparity.cpp | 320 GstDisparity *fs = GST_DISPARITY (element); in gst_disparity_change_state() local 364 GstDisparity *fs = GST_DISPARITY (parent); in gst_disparity_handle_sink_event() local 408 GstDisparity *fs = GST_DISPARITY (parent); in gst_disparity_handle_query() local 473 GstDisparity *fs; in gst_disparity_chain_left() local 510 GstDisparity *fs; in gst_disparity_chain_right() local 594 initialise_disparity (GstDisparity * fs, int width, int height, int nchannels) in initialise_disparity()
|
| D | camerautils.cpp | 28 cv::FileStorage fs (".xml", cv::FileStorage::WRITE + cv::FileStorage::MEMORY); in camera_serialize_undistort_settings() local 40 cv::FileStorage fs (str, cv::FileStorage::READ + cv::FileStorage::MEMORY); in camera_deserialize_undistort_settings() local
|
| /third_party/node/deps/npm/lib/utils/ |
| D | move.js | 4 const fs = require('graceful-fs') constant 8 const options = {fs: fs, Promise: Bluebird, maxConcurrency: 4} property
|
| /third_party/node/deps/npm/node_modules/cacache/lib/util/ |
| D | move-file.js | 3 const fs = require('graceful-fs') constant 47 return move(src, dest, { BB, fs }) field
|
| /third_party/flutter/skia/include/private/ |
| D | SkHalf.h | 44 float32x4_t fs; in SkHalfToFloat_finite_ftz() local 64 static inline Sk4h SkFloatToHalf_finite_ftz(const Sk4f& fs) { in SkFloatToHalf_finite_ftz()
|
| /third_party/skia/include/private/ |
| D | SkHalf.h | 44 float32x4_t fs; in SkHalfToFloat_finite_ftz() local 64 static inline Sk4h SkFloatToHalf_finite_ftz(const Sk4f& fs) { in SkFloatToHalf_finite_ftz()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMultisampleInterpolationTests.cpp | 228 std::ostringstream fs; in initPrograms() local 294 std::ostringstream fs; in initPrograms() local 413 std::ostringstream fs; in initPrograms() local 479 std::ostringstream fs; in initPrograms() local 559 std::ostringstream fs; in initPrograms() local 667 std::ostringstream fs; in initPrograms() local 760 std::ostringstream fs; in initPrograms() local 847 std::ostringstream fs; in initPrograms() local 993 std::ostringstream fs; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleInterpolationTests.cpp | 228 std::ostringstream fs; in initPrograms() local 294 std::ostringstream fs; in initPrograms() local 413 std::ostringstream fs; in initPrograms() local 479 std::ostringstream fs; in initPrograms() local 559 std::ostringstream fs; in initPrograms() local 667 std::ostringstream fs; in initPrograms() local 760 std::ostringstream fs; in initPrograms() local 847 std::ostringstream fs; in initPrograms() local 993 std::ostringstream fs; in initPrograms() local
|