/third_party/typescript/tests/baselines/reference/ |
D | controlFlowAnalysisOnBareThisKeyword.js | 3 function bigger(this: {}) { function 17 function bigger() {
|
D | controlFlowAnalysisOnBareThisKeyword.symbols | 8 function bigger(this: {}) { 9 >bigger : Symbol(bigger, Decl(controlFlowAnalysisOnBareThisKeyword.ts, 0, 51))
|
D | controlFlowAnalysisOnBareThisKeyword.types | 8 function bigger(this: {}) { 9 >bigger : (this: {}) => void
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | sdlgenaudiocvt.pl | 373 my $bigger = getBiggerCtype($ffloat, $fsize); 485 … sample${idx} = ($fctype) (((($bigger) $swapped) + (($bigger) last_sample${idx})) $interp); 519 my $bigger = getBiggerCtype($ffloat, $fsize); 567 $bigger last_sample${idx} = ($bigger) $val; 579 const $bigger sample${idx} = ($bigger) $val;
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 125 char* bigger = new char[new_capacity]; in Expand() local 126 memcpy(bigger, buf_, size_); in Expand() 128 buf_ = bigger; in Expand()
|
/third_party/skia/src/codec/ |
D | SkAndroidCodec.cpp | 269 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local 270 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize() 271 *desiredSize = bigger; in computeSampleSize()
|
/third_party/curl/tests/data/ |
D | test1089 | 31 bigger monster 80 bigger monster
|
D | test1197 | 31 bigger monster 82 bigger monster
|
D | test1090 | 33 bigger 87 bigger monster
|
D | test3015 | 33 bigger
|
/third_party/flutter/skia/src/codec/ |
D | SkAndroidCodec.cpp | 281 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local 282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize() 283 *desiredSize = bigger; in computeSampleSize()
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowAnalysisOnBareThisKeyword.ts | 3 function bigger(this: {}) { function
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.md | 59 compression level (0-9); bigger values cause denser, but slower compression 77 compression level (0-11); bigger values cause denser, but slower compression 84 `(2**NUM - 16)`; 0 lets compressor decide over the optimal value; bigger
|
/third_party/node/deps/cares/ |
D | msvc_ver.inc | 22 # Pick an arbitrary bigger number for all later versions
|
/third_party/cares/ |
D | msvc_ver.inc | 22 # Pick an arbitrary bigger number for all later versions
|
/third_party/boost/libs/spirit/doc/qi/ |
D | warming_up.qbk | 40 [note When we combine parsers, we end up with a "bigger" parser, but 41 it's still a parser. Parsers can get bigger and bigger, nesting more and more, 42 but whenever you glue two parsers together, you end up with one bigger parser.
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | warming_up.qbk | 40 [note When we combine parsers, we end up with a "bigger" parser, but 41 it's still a parser. Parsers can get bigger and bigger, nesting more and more, 42 but whenever you glue two parsers together, you end up with one bigger parser.
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | README | 7 new image and finds all 16x16 blocks that have a squared difference bigger than
|
/third_party/libwebsockets/READMEs/ |
D | README.problems.md | 26 As a library, lws is always just a component in a bigger application. 28 When users have a problem involving lws, what is happening in the bigger
|
/third_party/flutter/skia/site/dev/design/conical/ |
D | index.md | 37 there are multiple (at most 2) solutions of $t$, choose the bigger one. 56 smaller one (so $t$ could be the bigger one). 67 find the bigger one if $1 - f > 0$, and smaller one if $1 - f < 0$, so the corresponding $t$ is 68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$). 90 2. we still need to handle cases of choosing the bigger/smaller $x_t$; 113 positive $x_t > 0$ and bigger $t$, we have our final algorithm: 137 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on whether the final $t$
|
/third_party/skia/site/docs/dev/design/conical/ |
D | _index.md | 43 bigger one. 65 could be the bigger one). 77 $x_t$ solutions, we may want to find the bigger one if $1 - f > 0$, and smaller 78 one if $1 - f < 0$, so the corresponding $t$ is always the bigger one (note that 105 2. we still need to handle cases of choosing the bigger/smaller $x_t$; 136 that we only want positive $x_t > 0$ and bigger $t$, we have our final 162 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on
|
/third_party/uboot/u-boot-2020.01/doc/board/intel/ |
D | bayleybay.rst | 27 Note that the debug version of the FSP is bigger in size. If this version
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | WierdBob.inc | 40 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 68 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 97 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 177 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
|
/third_party/boost/libs/spirit/doc/karma/ |
D | warming_up.qbk | 49 [note When we combine generators, we end up with a "bigger" generator, but 50 it's still a generator. Generators can get bigger and bigger, nesting more 52 bigger generator. This is an important concept.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | viewport.dart | 14 /// A widget that is bigger on the inside. 46 /// Creates a widget that is bigger on the inside. 218 /// A widget that is bigger on the inside and shrink wraps its children in the 244 /// Creates a widget that is bigger on the inside and shrink wraps its
|