Home
last modified time | relevance | path

Searched refs:Setting (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/third_party/ffmpeg/tests/ref/fate/
Dopt133 Setting entry with key 'num' to value '0'
134 Setting entry with key 'toggle' to value '1'
135 Setting entry with key 'rational' to value '1/1'
136 Setting entry with key 'string' to value 'default'
137 Setting entry with key 'escape' to value '\=,'
138 Setting entry with key 'flags' to value '0x00000001'
139 Setting entry with key 'size' to value '200x300'
140 Setting entry with key 'pix_fmt' to value '0bgr'
141 Setting entry with key 'sample_fmt' to value 's16'
142 Setting entry with key 'video_rate' to value '25/1'
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Dtst_bitmaps_exp6 Setting block 12, was clear before
8 Setting block 12, was set before
14 Setting block 12, was clear before
16 Setting block 14, was clear before
18 Setting block 16, was clear before
28 Setting block 13, was clear before
30 Setting block 15, was clear before
71 Setting block 13, was clear before
77 Setting block 15, was clear before
92 Setting inode 2, was clear before
[all …]
/third_party/e2fsprogs/tests/f_filetype/
Dexpect.115 Setting filetype for entry '.' in / (2) to 2.
16 Setting filetype for entry '..' in / (2) to 2.
17 Setting filetype for entry 'lost+found' in / (2) to 2.
18 Setting filetype for entry 'file' in / (2) to 1.
19 Setting filetype for entry 'dir' in / (2) to 2.
20 Setting filetype for entry 'fifo' in / (2) to 5.
21 Setting filetype for entry 'block' in / (2) to 4.
22 Setting filetype for entry 'char' in / (2) to 3.
23 Setting filetype for entry 'symlink' in / (2) to 7.
33 Setting filetype for entry '.' in /lost+found (11) to 2.
[all …]
/third_party/grpc/tools/codegen/core/
Dgen_settings_ids.py23 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
33 Setting(1, 4096, 0, 0xffffffff, clamp_invalid_value),
35 Setting(2, 1, 0, 1, disconnect_on_invalid_value('PROTOCOL_ERROR')),
37 Setting(3, 0xffffffff, 0, 0xffffffff,
40 Setting(4, 65535, 0, 0x7fffffff,
43 Setting(5, 16384, 16384, 16777215,
46 Setting(6, _MAX_HEADER_LIST_SIZE, 0, _MAX_HEADER_LIST_SIZE,
49 Setting(0xfe03, 0, 0, 1, clamp_invalid_value),
/third_party/flutter/skia/src/sksl/ir/
DSkSLSetting.h20 struct Setting : public Expression { struct
21 Setting(int offset, String name, std::unique_ptr<Expression> value) in Setting() function
32 return std::unique_ptr<Expression>(new Setting(fOffset, fName, fValue->clone())); in clone() argument
DSkSLVariableReference.cpp81 const Setting* s = (const Setting*) expr; in copy_constant()
82 return std::unique_ptr<Expression>(new Setting(-1, s->fName, in copy_constant()
DSkSLSetting.cpp14 std::unique_ptr<Expression> Setting::constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
/third_party/skia/src/sksl/ir/
DSkSLSetting.h21 class Setting final : public Expression {
25 Setting(int line, skstd::string_view name, const Type* type) in Setting() function
37 return std::make_unique<Setting>(fLine, this->name(), &this->type()); in clone()
DSkSLSetting.cpp126 std::unique_ptr<Expression> Setting::Convert(const Context& context, int line, in Convert()
137 return type ? std::make_unique<Setting>(line, name, type) : nullptr; in Convert()
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/
Dchange_rate_while_playing.validatetest20 checkpoint, text="Setting videorate.rate=0.5"
27 checkpoint, text="Setting videorate.rate=0.1"
34 checkpoint, text="Setting videorate.rate=2.0"
Dchange_rate_reverse_playback.validatetest25 checkpoint, text="Setting videorate.rate=0.5"
34 checkpoint, text="Setting videorate.rate=0.1"
41 checkpoint, text="Setting videorate.rate=2.0"
/third_party/skia/third_party/externals/imgui/examples/example_marmalade/data/
Dapp.icf7 # Setting = Value
10 # e.g s3eConfigGetString("GroupName", "Setting", string)
/third_party/flutter/skia/third_party/externals/imgui/examples/example_marmalade/data/
Dapp.icf7 # Setting = Value
10 # e.g s3eConfigGetString("GroupName", "Setting", string)
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/change_rate_while_playing/flow-expectations/
Dlog-videorate-src-expected12 CHECKPOINT: Setting videorate.rate=0.5
20 CHECKPOINT: Setting videorate.rate=0.1
43 CHECKPOINT: Setting videorate.rate=2.0
Dlog-videorate-sink-expected13 CHECKPOINT: Setting videorate.rate=0.5
19 CHECKPOINT: Setting videorate.rate=0.1
27 CHECKPOINT: Setting videorate.rate=2.0
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
DREADME.md10 2) Setting performance mode to LowLatency
11 3) Setting sharing mode to Exclusive
12 4) Setting the buffer size to 2 bursts
/third_party/flutter/engine/flutter/
DCONTRIBUTING.md14 For specific instructions regarding building Flutter's engine, see [Setting up
22 [engine_dev_setup]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-envir…
/third_party/flutter/flutter/
DCONTRIBUTING.md57 3. [Setting up your engine development environment](https://github.com/flutter/flutter/wiki/Setting
63 4. [Setting up your framework development environment](https://github.com/flutter/flutter/wiki/Sett…
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/change_rate_reverse_playback/flow-expectations/
Dlog-videorate-src-expected16 CHECKPOINT: Setting videorate.rate=0.5
24 CHECKPOINT: Setting videorate.rate=0.1
47 CHECKPOINT: Setting videorate.rate=2.0
Dlog-videorate-sink-expected19 CHECKPOINT: Setting videorate.rate=0.5
25 CHECKPOINT: Setting videorate.rate=0.1
33 CHECKPOINT: Setting videorate.rate=2.0
/third_party/grpc/examples/python/compression/
DREADME.md28 Setting the compression method at the call level will override any settings on
57 Setting the compression method for an individual RPC will override any setting
/third_party/e2fsprogs/tests/t_dangerous/
Dexpect75 Proceed anyway (or wait 5 seconds to proceed) ? (y,N) Setting inode size 512
78 Setting the UUID on this filesystem could take some time.
118 Setting the UUID on this filesystem could take some time.
/third_party/libwebsockets/READMEs/
DREADME.h2-long-poll.md14 ## Setting up lws server for h2 long poll
32 ## Setting client streams for long poll
/third_party/libuv/src/win/
Ddetect-wakeup.c37 PVOID Setting) { in uv__system_resume_callback() argument
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h38 class Setting; variable
150 virtual void writeSetting(const Setting& s);

12345678910>>...31