/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps_exp | 6 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/ |
D | expect.1 | 15 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/rust/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_settings_ids.py | 23 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/grpc-grpc/tools/codegen/core/ |
D | gen_settings_ids.py | 23 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/proc-macro-error-attr/src/ |
D | settings.rs | 7 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/ |
D | BUILD | 132 # 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/ |
D | color_properties_expected.txt | 14 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/skqp/src/sksl/ir/ |
D | SkSLSetting.h | 20 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
|
D | SkSLVariableReference.cpp | 81 const Setting* s = (const Setting*) expr; in copy_constant() 82 return std::unique_ptr<Expression>(new Setting(-1, s->fName, in copy_constant()
|
D | SkSLSetting.cpp | 14 std::unique_ptr<Expression> Setting::constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
|
/external/skia/src/sksl/ir/ |
D | SkSLSetting.h | 21 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()
|
D | SkSLSetting.cpp | 124 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/e2fsprogs/tests/f_resize_inode_meta_bg/ |
D | expect.1 | 14 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/ |
D | expect.1 | 13 Setting filetype for entry '.' in ??? (14) to 2. 17 Setting filetype for entry '..' in ??? (14) to 2.
|
/external/oboe/samples/MegaDrone/ |
D | README.md | 10 2) Setting performance mode to LowLatency 11 3) Setting sharing mode to Exclusive 12 4) Setting the buffer size to 2 bursts
|
/external/libwebm/webvtt/ |
D | webvttparser.h | 69 struct Setting { struct 80 typedef std::list<Setting> settings_t; argument
|
/external/e2fsprogs/tests/f_dir_bad_csum/ |
D | expect.1 | 33 Setting filetype for entry '.' in ??? (17) to 2. 37 Setting filetype for entry '..' in ??? (17) to 2.
|
/external/llvm-project/lldb/test/API/lang/objc/objc-property/ |
D | main.m | 56 // 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/ |
D | ax_submodule.m4 | 26 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/ |
D | ax_submodule.m4 | 26 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/libdrm/man/ |
D | drm.7.rst | 53 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/e2fsprogs/tests/t_dangerous/ |
D | expect | 75 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/libwebsockets/READMEs/ |
D | README.h2-long-poll.md | 14 ## Setting up lws server for h2 long poll 32 ## Setting client streams for long poll
|
/external/virglrenderer/docs/ |
D | CI-notes.txt | 7 For that, in `Setting->CI/CD->General pipelines->Custom CI config path`,
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.draw_buffers_indexed.txt | 26 + Setting common state first and then per draw buffer state. 27 + Setting per draw buffer state first and then common state.
|