Home
last modified time | relevance | path

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

12345678910>>...25

/external/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 …]
/external/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 …]
/external/grpc-grpc/tools/codegen/core/
Dgen_settings_ids.py23 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
32 Setting(1, 4096, 0, 0xffffffff, clamp_invalid_value),
34 Setting(2, 1, 0, 1, disconnect_on_invalid_value('PROTOCOL_ERROR')),
36 Setting(3, 0xffffffff, 0, 0xffffffff,
39 Setting(4, 65535, 0, 0x7fffffff,
42 Setting(5, 16384, 16384, 16777215,
45 Setting(6, _MAX_HEADER_LIST_SIZE, 0, _MAX_HEADER_LIST_SIZE,
48 Setting(0xfe03, 0, 0, 1, clamp_invalid_value),
/external/rust/crates/grpcio-sys/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),
/external/rust/crates/proc-macro-error-attr/src/
Dsettings.rs7 pub(crate) enum Setting {
11 fn ident_to_setting(ident: Ident) -> Result<Setting> {
13 $($val => Ok(Setting::$variant),)*
62 pub(crate) struct Settings(Vec<Setting>);
65 pub(crate) fn is_set(&self, setting: Setting) -> bool { in is_set()
69 pub(crate) fn set(&mut self, setting: Setting) { in set() argument
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
DBUILD132 # Setting copts for experimental code to [], but this code should be fixed
144 # Setting copts for experimental code to [], but this code should be fixed
156 # Setting copts for experimental code to [], but this code should be fixed
168 # Setting copts for experimental code to [], but this code should be fixed
180 # Setting copts for experimental code to [], but this code should be fixed
192 # Setting copts for experimental code to [], but this code should be fixed
/external/pdfium/testing/resources/javascript/
Dcolor_properties_expected.txt14 Alert: Setting to T
28 Alert: Setting to G,20
42 Alert: Setting to RGB,10,20,30
56 Alert: Setting to CMYK,10,20,30,40
70 Alert: Setting to BOGUS,4
/external/skia/src/sksl/ir/
DSkSLSetting.h21 class Setting final : public Expression {
25 Setting(int offset, String name, const Type* type) in Setting() function
37 return std::make_unique<Setting>(fOffset, this->name(), &this->type()); in clone()
DSkSLSetting.cpp124 std::unique_ptr<Expression> Setting::Convert(const Context& context, int offset, in Convert()
135 return type ? std::make_unique<Setting>(offset, name, type) : nullptr; in Convert()
/external/skqp/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()
/external/e2fsprogs/tests/f_resize_inode_meta_bg/
Dexpect.114 Setting filetype for entry '.' in ??? (2) to 2.
18 Setting filetype for entry '..' in ??? (2) to 2.
28 Setting filetype for entry '.' in ??? (11) to 2.
32 Setting filetype for entry '..' in ??? (11) to 2.
/external/e2fsprogs/tests/f_uninit_dir/
Dexpect.113 Setting filetype for entry '.' in ??? (14) to 2.
17 Setting filetype for entry '..' in ??? (14) to 2.
/external/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
/external/e2fsprogs/tests/f_dir_bad_csum/
Dexpect.133 Setting filetype for entry '.' in ??? (17) to 2.
37 Setting filetype for entry '..' in ??? (17) to 2.
/external/libwebm/webvtt/
Dwebvttparser.h69 struct Setting { struct
80 typedef std::list<Setting> settings_t; argument
/external/llvm-project/lldb/test/API/lang/objc/objc-property/
Dmain.m56 // NSLog (@"Setting BaseClass::unbackedInt from %d to %d.", unbackedInt, in_int);
70 // NSLog (@"Setting BaseClass::nonexistantInt from 7 to %d.", in_int);
/external/llvm-project/polly/lib/External/isl/m4/
Dax_submodule.m426 AC_MSG_ERROR([Setting $with_$1_prefix implies use of system $1])
32 AC_MSG_ERROR([Setting $with_$1_builddir implies use of build $1])
/external/llvm-project/polly/lib/External/ppcg/m4/
Dax_submodule.m426 AC_MSG_ERROR([Setting $with_$2_prefix implies use of system $1])
32 AC_MSG_ERROR([Setting $with_$2_builddir implies use of build $1])
/external/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.
/external/libdrm/man/
Ddrm.7.rst53 Mode-Setting
57 is called *Mode-Setting*. This is restricted to the current DRM master.
60 Setting* (KMS). If your hardware-driver supports it, you can use the KMS
/external/libwebsockets/READMEs/
DREADME.h2-long-poll.md14 ## Setting up lws server for h2 long poll
32 ## Setting client streams for long poll
/external/deqp/doc/testspecs/GLES31/
Dfunctional.draw_buffers_indexed.txt26 + Setting common state first and then per draw buffer state.
27 + Setting per draw buffer state first and then common state.
/external/virglrenderer/docs/
DCI-notes.txt7 For that, in `Setting->CI/CD->General pipelines->Custom CI config path`,

12345678910>>...25