/third_party/python/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 79 expand = self.auto_expand.expand_word_event 84 expand('event') 86 expand('event') 88 expand('event') 90 expand('event') 97 expand = self.auto_expand.expand_word_event 103 expand('event') 105 expand('event') 107 expand('event') 109 expand('event') [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 150 int expand; member 558 opt.expand++; in parse_options() 582 && (opt.expand || opt.info || opt.infombonly)) { in parse_options() 587 if (opt.expand && opt.infombonly) { in parse_options() 3155 static ATTR_RECORD *get_unnamed_attr(expand_t *expand, ATTR_TYPES type, in get_unnamed_attr() argument 3167 mrec = expand->mrec; in get_unnamed_attr() 3168 vol = expand->vol; in get_unnamed_attr() 3171 + expand->byte_increment; in get_unnamed_attr() 3174 a = find_attr(expand->mrec, type, NULL, 0); in get_unnamed_attr() 3192 static ATTR_RECORD *read_and_get_attr(expand_t *expand, ATTR_TYPES type, in read_and_get_attr() argument [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/expand/ |
D | interface.hpp | 48 struct expand struct 55 dispatch::expand<Box, Geometry>::apply(box, geometry, strategy); in apply() 63 typedef typename strategy::expand::services::default_strategy in apply() 69 dispatch::expand<Box, Geometry>::apply(box, geometry, strategy_type()); in apply() 80 struct expand struct 91 resolve_strategy::expand<Geometry>::apply(box, geometry, strategy); in apply() 96 struct expand<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct 112 return expand<Geometry>::apply(m_box, geometry, m_strategy); in operator ()() 172 inline void expand(Box& box, Geometry const& geometry, Strategy const& strategy) in expand() function 175 resolve_variant::expand<Geometry>::apply(box, geometry, strategy); in expand() [all …]
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | envelope_expand.cpp | 19 bg::expand(g.b, g.pt, bg::strategy::expand::cartesian_point()); in test_main() 20 bg::expand(g.b, g.pt, bg::strategy::expand::spherical_point()); in test_main() 21 bg::expand(g.b, g.b, bg::strategy::expand::cartesian_box()); in test_main() 22 bg::expand(g.b, g.b, bg::strategy::expand::spherical_box()); in test_main() 23 bg::expand(g.b, g.s, bg::strategy::expand::cartesian_segment()); in test_main() 24 bg::expand(g.b, g.s, bg::strategy::expand::spherical_segment<>()); in test_main() 25 bg::expand(g.b, g.s, bg::strategy::expand::geographic_segment<>()); in test_main()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | expand.qbk | 16 [section:expand_3_with_strategy expand (with strategy)] 18 '''<indexterm><primary>expand</primary></indexterm>''' 23 void expand(Box & box, Geometry const & geometry, Strategy const & strategy)`` 31 …egy const &] [Any type fulfilling a expand Strategy Concept ] [strategy] [The strategy which will … 43 `#include <boost/geometry/algorithms/expand.hpp>` 45 [include reference/algorithms/expand.qbk] 50 [section:expand_2 expand] 52 '''<indexterm><primary>expand</primary></indexterm>''' 57 void expand(Box & box, Geometry const & geometry)`` 76 `#include <boost/geometry/algorithms/expand.hpp>` [all …]
|
/third_party/boost/boost/geometry/index/detail/algorithms/ |
D | bounds.hpp | 69 struct expand struct 75 struct expand<Bounds, Geometry, box_tag, point_tag> struct 79 geometry::expand(b, g); in apply() 85 geometry::expand(b, g, typename Strategy::expand_point_strategy_type()); in apply() 90 struct expand<Bounds, Geometry, box_tag, box_tag> struct 94 geometry::expand(b, g); in apply() 100 geometry::expand(b, g, typename Strategy::expand_box_strategy_type()); in apply() 105 struct expand<Bounds, Geometry, box_tag, segment_tag> struct 109 geometry::expand(b, g); in apply() 116 geometry::expand(b, v, typename Strategy::expand_box_strategy_type()); in apply() [all …]
|
/third_party/flutter/skia/site/user/sample/ |
D | pdf.md | 25 + **expand** means to implement something in a non-PDF-ish way. 26 This may mean to rasterize vector graphics, to expand paths with 38 <tr><th>SkPathEffect</th> <td>ignore</td> <td>n/a</td> <td>expand</td></tr> 39 <tr><th>SkColorFilter</th> <td>ignore</td> <td>expand</td> <td>ignore</td></tr> 40 <tr><th>SkImageFilter</th> <td>expand</td> <td>expand</td> <td>expand</td></tr> 42 <tr><th>non-gradient SkShader</th> <td>expand</td> <td>n/a</td> <td>expand</td></tr> 58 - *drawTextOnPath* — expand. (Text-as-text is lost.)
|
/third_party/skia/site/docs/user/sample/ |
D | pdf.md | 27 - **expand** means to implement something in a non-PDF-ish way. This may mean to 28 rasterize vector graphics, to expand paths with path effects into many 39 <tr><th>SkPathEffect</th> <td>ignore</td> <td>n/a</td> <td>expand</td></tr> 40 <tr><th>SkColorFilter</th> <td>ignore</td> <td>expand</td> <td>ignore</td></tr> 41 <tr><th>SkImageFilter</th> <td>expand</td> <td>expand</td> <td>expand</td></tr> 43 <tr><th>non-gradient SkShader</th> <td>expand</td> <td>n/a</td> <td>expand</td></tr> 58 - _drawTextOnPath_ — expand. (Text-as-text is lost.)
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | expand.cpp | 25 using boost::geometry::expand; in main() 29 expand(box, point_type(0, 0)); in main() 30 expand(box, point_type(1, 2)); in main() 31 expand(box, point_type(5, 4)); in main() 32 expand(box, boost::geometry::make<box_type>(3, 3, 5, 5)); in main()
|
/third_party/node/deps/npm/node_modules/brace-expansion/ |
D | README.md | 15 var expand = require('brace-expansion'); 17 expand('file-{a,b,c}.jpg') 20 expand('-v{,,}') 23 expand('file{0..2}.jpg') 26 expand('file-{a..c}.jpg') 29 expand('file{2..0}.jpg') 32 expand('file{0..4..2}.jpg') 35 expand('file-{a..e..2}.jpg') 38 expand('file{00..10..5}.jpg') 41 expand('{{A..C},{a..c}}') [all …]
|
D | index.js | 79 return expand(escapeBraces(str), true).map(unescapeBraces); 100 function expand(str, isTop) { function 114 return expand(str); 126 n = expand(n[0], false).map(embrace); 129 ? expand(m.post, false) 144 ? expand(m.post, false) 188 N = concatMap(n, function(el) { return expand(el, false) });
|
/third_party/glib/glib/ |
D | gchecksum.c | 551 #define expand(W,i) (W[ i & 15 ] = ROTL (1, (W[ i & 15] ^ \ macro 602 subRound (E, A, B, C, D, f1, K1, expand (in, 16)); in sha1_transform() 603 subRound (D, E, A, B, C, f1, K1, expand (in, 17)); in sha1_transform() 604 subRound (C, D, E, A, B, f1, K1, expand (in, 18)); in sha1_transform() 605 subRound (B, C, D, E, A, f1, K1, expand (in, 19)); in sha1_transform() 607 subRound (A, B, C, D, E, f2, K2, expand (in, 20)); in sha1_transform() 608 subRound (E, A, B, C, D, f2, K2, expand (in, 21)); in sha1_transform() 609 subRound (D, E, A, B, C, f2, K2, expand (in, 22)); in sha1_transform() 610 subRound (C, D, E, A, B, f2, K2, expand (in, 23)); in sha1_transform() 611 subRound (B, C, D, E, A, f2, K2, expand (in, 24)); in sha1_transform() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo 374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anondb0125920111::AVRExpandPseudo [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | ssh-buffer.js | 34 SSHBuffer.prototype.expand = function () { method in SSHBuffer 92 this.expand(); 105 this.expand(); 113 this.expand(); 129 this.expand(); 136 this.expand(); 146 this.expand();
|
/third_party/ninja/misc/ |
D | ninja_syntax_test.py | 167 self.assertEqual('foo', ninja_syntax.expand('foo', vars)) 171 self.assertEqual('fooXYZ', ninja_syntax.expand('foo$xyz', vars)) 175 self.assertEqual('XYYY', ninja_syntax.expand('$x$y', vars)) 179 self.assertEqual('x y z', ninja_syntax.expand('x$ y$ z', vars)) 184 self.assertEqual('a', ninja_syntax.expand('$x', vars)) 185 self.assertEqual('b', ninja_syntax.expand('$x', vars, local_vars)) 188 self.assertEqual('a b$c', ninja_syntax.expand('a$ b$$c', {}))
|
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | test_expand.hpp | 40 bg::expand(box, geometry); in test_expand() 45 bg::expand(box, boost::variant<Geometry>(geometry)); in test_expand() 59 bg::expand(box, geometry); in test_expand_other_strategy() 64 bg::expand(box, boost::variant<Geometry>(geometry)); in test_expand_other_strategy()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 037-finalize-unexpanded-macro.c | 1 #define expand(x) expand(x once) macro 3 foo(expand(just))
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | expand.qbk | 13 [def __this_function__ expand] 27 [note To use expand with another geometry type then specified, use expand(make_envelope<box_type>(g… 33 [expand]
|
/third_party/pulseaudio/src/tests/ |
D | volume-ui.py | 216 vbox.pack_start(channel_labels[i], expand=False, fill=True) 222 vbox.pack_start(channel_scales[i], expand=False, fill=True) 226 vbox.pack_start(channel_dB_labels[i], expand=False, fill=True) 230 vbox.pack_start(value_label, expand=False, fill=True) 235 vbox.pack_start(value_scale, expand=False, fill=True) 238 vbox.pack_start(value_dB_label, expand=False, fill=True) 242 vbox.pack_start(balance_label, expand=False, fill=True) 247 vbox.pack_start(balance_scale, expand=False, fill=True) 251 vbox.pack_start(fade_label, expand=False, fill=True) 256 vbox.pack_start(fade_scale, expand=False, fill=True)
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_4_test.dart | 25 fit: StackFit.expand, 35 fit: StackFit.expand, 87 fit: StackFit.expand, 97 fit: StackFit.expand, 135 fit: StackFit.expand, 142 fit: StackFit.expand,
|
/third_party/openssl/crypto/objects/ |
D | objects.pl | 157 sub expand subroutine 170 print expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne ""; 171 print expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne ""; 172 print expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne ""; 173 print expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
|
/third_party/boost/tools/build/src/util/ |
D | os.jam | 82 .expand-variable-prefix-NT = % ; 83 .expand-variable-suffix-NT = % ; 96 .expand-variable-prefix-VMS = '' ; 97 .expand-variable-suffix-VMS = ' ; 107 .expand-variable-prefix = $ ; 108 .expand-variable-suffix = "" ; 146 rule expand-variable ( variable ) 148 local prefix = [ constant expand-variable-prefix ] ; 149 local suffix = [ constant expand-variable-suffix ] ;
|
/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 197 SpyHashState expand() const { return absl::visit(ExpandVisitor{}, value); } in VerifyTypeImplementsAbslHashCorrectly() function 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() 237 const SpyHashState expected = c[0].expand(); in VerifyTypeImplementsAbslHashCorrectly() 239 if (v.expand() != v.expand()) { in VerifyTypeImplementsAbslHashCorrectly() 244 if (v.expand() != expected) { in VerifyTypeImplementsAbslHashCorrectly() 254 const SpyHashState c2_hash = c2[0].expand(); in VerifyTypeImplementsAbslHashCorrectly()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
D | hash_testing.h | 197 SpyHashState expand() const { return absl::visit(ExpandVisitor{}, value); } in VerifyTypeImplementsAbslHashCorrectly() function 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() 237 const SpyHashState expected = c[0].expand(); in VerifyTypeImplementsAbslHashCorrectly() 239 if (v.expand() != v.expand()) { in VerifyTypeImplementsAbslHashCorrectly() 244 if (v.expand() != expected) { in VerifyTypeImplementsAbslHashCorrectly() 254 const SpyHashState c2_hash = c2[0].expand(); in VerifyTypeImplementsAbslHashCorrectly()
|
/third_party/mindspore/tests/st/networks/models/bert/src/ |
D | CRF.py | 64 self.expand = P.ExpandDims() 97 label1 = self.expand(label1, 3) 98 label2 = self.expand(label2, 2) 100 transitions = self.expand(self.expand(self.transitions, 0), 0) 115 forward_var = self.expand(forward_var, 1) 138 next_tag_var = self.expand(forward_var, 1) + self.transitions
|