/external/pigweed/pw_console/py/pw_console/ |
D | help_window.py | 61 max_line_length = 0 63 if len(line) > max_line_length: 64 max_line_length = len(line) 65 return max_line_length 133 self.max_line_length: int = 0 262 desired_width = self.max_line_length + ( 281 max_line_length = 0 284 if 'https://' not in line and len(line) > max_line_length: 285 max_line_length = len(line) 287 self.max_line_length = max_line_length [all …]
|
/external/libpng/ |
D | .editorconfig | 16 max_line_length = 80 21 max_line_length = 80 26 max_line_length = 100 31 max_line_length = 100 37 max_line_length = unset 43 max_line_length = 72
|
/external/google-fruit/extras/scripts/ |
D | analyze_template_instantiations_clang_diagnostics.py | 89 self.max_line_length = 0 96 self.max_line_length = len(s) 107 max_line_length = 0 111 …max_line_length = max(max_line_length, last_line_length + node.first_line_length, node.max_line_le… 115 max_line_length = max(max_line_length, last_line_length) 120 self.max_line_length = max_line_length 125 max_line_length = 80 variable 231 …single_line_layout is not None and node_with_single_line_layout.max_line_length <= max_line_length:
|
/external/python/cpython3/Lib/email/ |
D | contentmanager.py | 135 def _encode_base64(data, max_line_length): argument 137 unencoded_bytes_per_line = max_line_length // 4 * 3 151 if max((len(x) for x in lines), default=0) <= policy.max_line_length: 160 policy.max_line_length) 175 policy.max_line_length) 177 data = _encode_base64(embedded_body(lines), policy.max_line_length) 235 data = _encode_base64(data, max_line_length=msg.policy.max_line_length)
|
D | policy.py | 207 maxlen = self.max_line_length if self.max_line_length else sys.maxsize 231 HTTP = default.clone(linesep='\r\n', max_line_length=None)
|
D | _policybase.py | 172 max_line_length = 78 variable in Policy 375 if self.max_line_length is not None: 376 maxlinelen = self.max_line_length
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_generator.py | 98 g = self.genclass(s, policy=self.policy.clone(max_line_length=n)) 106 policy=self.policy.clone(max_line_length=10)) 114 max_line_length=n)) 122 max_line_length=n)) 202 g = self.genclass(s, policy=policy.compat32.clone(max_line_length=None)) 225 g = self.genclass(s, policy=self.policy.clone(max_line_length=33)) 249 g = self.genclass(s, policy=self.policy.clone(max_line_length=20)) 267 g = self.genclass(s, policy=self.policy.clone(max_line_length=80)) 287 g = self.genclass(s, policy=self.policy.clone(max_line_length=30))
|
D | test_policy.py | 125 p1 = email.policy.default.clone(max_line_length=100) 126 p2 = email.policy.default.clone(max_line_length=50) 128 expected.update(max_line_length=50) 132 expected.update(max_line_length=100) 162 p1 = email.policy.default.clone(max_line_length=0) 163 p2 = email.policy.default.clone(max_line_length=None) 272 policy = email.policy.default.clone(max_line_length=20) 294 policy = email.policy.default.clone(max_line_length=maxlen)
|
D | test_headerregistry.py | 1395 self.assertEqual(h.fold(policy=policy.default.clone(max_line_length=40)), 1679 h.fold(policy=policy.default.clone(max_line_length=20)), 1700 h.fold(policy=policy.default.clone(max_line_length=20)), 1716 h.fold(policy=policy.default.clone(max_line_length=20)), 1738 h.fold(policy=policy.default.clone(max_line_length=35)), 1747 h.fold(policy=policy.default.clone(max_line_length=60)), 1787 h.fold(policy=policy.default.clone(max_line_length=20)), 1795 h.fold(policy=policy.default.clone(max_line_length=20)), 1801 h.fold(policy=policy.default.clone(max_line_length=30)), 1808 h.fold(policy=policy.default.clone(max_line_length=20)),
|
/external/wayland/ |
D | .editorconfig | 10 max_line_length = 80 24 max_line_length = off
|
/external/libpng/contrib/visupng/ |
D | .editorconfig | 11 max_line_length = 100 21 max_line_length = unset
|
/external/rust/android-crates-io/crates/taffy/examples/common/ |
D | text.rs | 40 let max_line_length: usize = words.iter().map(|line| line.len()).sum(); in text_measure_function() localVariable 44 AvailableSpace::MaxContent => max_line_length as f32 * font_metrics.char_width, in text_measure_function() 46 .min(max_line_length as f32 * font_metrics.char_width) in text_measure_function()
|
/external/trusty/arm-trusted-firmware/ |
D | .editorconfig | 44 max_line_length = 100 72 max_line_length = 79 75 max_line_length = 72
|
/external/yapf/yapf/yapflib/ |
D | reformatter.py | 288 max_line_length = 0 318 max_line_length = max(max_line_length, len(line_content)) 329 max_line_length = max(max_line_length, max(pc_line_lengths)) 334 max_line_length += 2 338 if potential_col > max_line_length: 343 aligned_col = max_line_length
|
/external/rust/android-crates-io/crates/taffy/src/ |
D | test.rs | 143 let max_line_length: usize = lines.iter().map(|line| line.len()).sum(); in measure() localVariable 148 AvailableSpace::MaxContent => max_line_length as f32 * H_WIDTH, in measure() 149 … AvailableSpace::Definite(inline_size) => inline_size.min(max_line_length as f32 * H_WIDTH), in measure()
|
/external/arm-trusted-firmware/ |
D | .editorconfig | 44 max_line_length = 100 72 max_line_length = 79
|
/external/mesa3d/src/asahi/ |
D | .editorconfig | 4 max_line_length = 78
|
/external/mesa3d/src/asahi/lib/ |
D | .editorconfig | 4 max_line_length = 100
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | .editorconfig | 5 max_line_length = 78
|
/external/mesa3d/src/freedreno/ |
D | .editorconfig | 5 max_line_length = 78
|
/external/mesa3d/src/amd/vulkan/ |
D | .editorconfig | 4 max_line_length = 100
|
/external/libpng/contrib/ |
D | .editorconfig | 7 max_line_length = unset
|
/external/ksp/ |
D | .editorconfig | 4 max_line_length=120
|
/external/mesa3d/src/freedreno/ir3/ |
D | .editorconfig | 5 max_line_length = 80
|
/external/mesa3d/src/imagination/ |
D | .editorconfig | 2 max_line_length = 80
|