/third_party/boost/libs/beast/test/beast/websocket/ |
D | write.cpp | 103 std::size_t const chop = 3; in doTestWrite() local 104 BOOST_ASSERT(chop < s.size()); in doTestWrite() 106 net::buffer(s.data(), chop)); in doTestWrite() 108 s.data() + chop, s.size() - chop)); in doTestWrite() 228 std::size_t const chop = 3; in doTestWriteDeflate() local 229 BOOST_ASSERT(chop < s.size()); in doTestWriteDeflate() 233 net::buffer(s.data(), chop)); in doTestWriteDeflate() 235 s.data() + chop, s.size() - chop)); in doTestWriteDeflate()
|
/third_party/python/Tools/scripts/ |
D | fixdiv.py | 271 line = chop(line) 312 print("*", chop(line)) 355 print(mark, chop(line)) 371 def chop(line): function
|
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 216 SkPoint chop[5]; in add_path_segment() local 217 SkChopQuadAtHalf(pts, chop); in add_path_segment() 218 result.quadTo(chop[1], chop[2]); in add_path_segment() 219 pts[1] = chop[3]; in add_path_segment() 222 SkConic chop[2]; in add_path_segment() local 225 if (!conic.chopAt(0.5f, chop)) { in add_path_segment() 228 result.conicTo(chop[0].fPts[1], chop[0].fPts[2], chop[0].fW); in add_path_segment() 229 pts[1] = chop[1].fPts[1]; in add_path_segment() 230 weight = chop[1].fW; in add_path_segment() 233 SkPoint chop[7]; in add_path_segment() local [all …]
|
/third_party/boost/libs/xpressive/doc/ |
D | tokenization.qbk | 11 how to use the highly-configurable _regex_token_iterator_ to chop up input sequences. 28 This example uses _regex_token_iterator_ to chop a sequence into a series of tokens consisting of w… 51 This example also uses _regex_token_iterator_ to chop a sequence into a series of tokens consisting… 77 This example also uses _regex_token_iterator_ to chop a sequence containing a bunch of dates into a…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | conic.dart | 40 // We have an extreme number of quads, chop this conic and check if 46 // If this chop generates pair of lines no need to subdivide.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | fr_CA.txt | 1009 dnam{"chop"} 1010 one{"{0} chop"} 1011 other{"{0} chop"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | fr_CA.txt | 1258 dnam{"chop"} 1259 one{"{0} chop"} 1260 other{"{0} chop"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | fr_CA.txt | 1258 dnam{"chop"} 1259 one{"{0} chop"} 1260 other{"{0} chop"}
|
/third_party/flutter/flutter/packages/flutter_tools/bin/ |
D | fuchsia_attach.dart | 140 // Skip '//' and chop off after :
|
/third_party/flutter/skia/src/core/ |
D | SkGeometry.h | 264 void chop(SkConic dst[2]) const;
|
D | SkGeometry.cpp | 1147 void SkConic::chop(SkConic * SK_RESTRICT dst) const { in chop() function in SkConic 1247 src.chop(dst); in subdivide() 1286 this->chop(dst); in chopIntoQuadsPOW2()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | BigDecimal.java | 2154 int chop = 0; in format() local 2260 chop = thisafter - after; // digits to lop [is >0] in format() 2261 if (chop > num.mant.length) { // all digits go, no chance of carry in format() 2270 need = num.mant.length - chop; // digits to end up with [may be 0] in format() 2275 if ((num.exp - oldexp) == chop) in format()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
D | BigDecimal.java | 2100 int chop = 0; in format() local 2206 chop = thisafter - after; // digits to lop [is >0] in format() 2207 if (chop > num.mant.length) { // all digits go, no chance of carry in format() 2216 need = num.mant.length - chop; // digits to end up with [may be 0] in format() 2221 if ((num.exp - oldexp) == chop) in format()
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 335 void chop(SkConic dst[2]) const;
|
D | SkGeometry.cpp | 1346 void SkConic::chop(SkConic * SK_RESTRICT dst) const { in chop() function in SkConic 1446 src.chop(dst); in subdivide() 1485 this->chop(dst); in chopIntoQuadsPOW2()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
D | pngconfig.mak | 138 $# course, do the standard binary chop.)
|
/third_party/flutter/skia/third_party/externals/libpng/projects/owatcom/ |
D | pngconfig.mak | 138 $# course, do the standard binary chop.)
|
/third_party/libpng/projects/owatcom/ |
D | pngconfig.mak | 138 $# course, do the standard binary chop.)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 17 // The overall idea of the PredicateControl class is to chop the Predicates list
|
/third_party/python/Lib/ |
D | pydoc.py | 1534 chop = maxlen - len(line) 1535 if chop < 0: repr = repr[:chop] + '...'
|
/third_party/gstreamer/gstreamer/docs/random/thomasvs/ |
D | capturing | 166 possible to chop off samples in the encoded domain
|
/third_party/flutter/skia/bench/ |
D | PathBench.cpp | 911 fRQ.chop(fDst); in onDraw()
|
/third_party/skia/bench/ |
D | PathBench.cpp | 913 fRQ.chop(fDst); in onDraw()
|
/third_party/mesa3d/docs/isl/ |
D | tiling.rst | 321 element, you simply chop bits off the bottom of the pattern, hard-code them to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 893 to chop unreferenced elements off the end of
|