/third_party/python/Modules/clinic/ |
H A D | _testmultiphase.c.h | 55 "increment_count_clinic($self, /, n=1, *, twice=False)\n" 60 "Pass \'twice\' to double that amount.\n" 70 int n, int twice); 76 static const char * const _keywords[] = {"n", "twice", NULL}; in _testmultiphase_StateAccessType_increment_count_clinic() 81 int twice = 0; in _testmultiphase_StateAccessType_increment_count_clinic() local 103 twice = PyObject_IsTrue(args[1]); in _testmultiphase_StateAccessType_increment_count_clinic() 104 if (twice < 0) { in _testmultiphase_StateAccessType_increment_count_clinic() 108 return_value = _testmultiphase_StateAccessType_increment_count_clinic_impl(self, cls, n, twice); in _testmultiphase_StateAccessType_increment_count_clinic()
|
/third_party/skia/samplecode/ |
H A D | SampleXfermodesBlur.cpp | 110 for (int twice = 0; twice < 2; twice++) { 122 draw_mode(canvas, gModes[i], twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 101-macros-used-twice.c | 8 twice
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | 80 v(`Activity inited twice\n${tempActivityString}` + 84 v(`Activity destroyed twice\n${tempActivityString}` +
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 6 rem -q "quick" -- normally the tests are run twice, the first time
18 rem twice, and
|
H A D | get_externals.bat | 37 rem Sometimes this fails the first time; try it twice
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 227 /* A bit of a hack: call vector functions twice with the same 287 int twice; member 315 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ 316 {#x, a, s, twice, {.t = x_wrap}, {.t = x_long}, {.t = x_mpfr}}, 318 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ 319 {#x, a, s, twice, {.t = x_wrap}, {.t = x_long}},
|
H A D | ulp.h | 268 if (f->twice) { in cmp()
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | simplenormperf.cpp | 58 UnicodeString twice = result + result; in extend() local 59 result = std::move(twice); in extend()
|
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 26 rem Sometimes this fails the first time; try it twice
|
/third_party/python/Modules/ |
H A D | _testmultiphase.c | 183 twice: bool = False 187 Pass 'twice' to double that amount. 195 int n, int twice) in _testmultiphase_StateAccessType_increment_count_clinic_impl() 199 if (twice) { in _testmultiphase_StateAccessType_increment_count_clinic_impl() 208 "decrement_count($self, /, n=1, *, twice=None)\n" 212 "Pass 'twice' to double that amount.\n" 237 "twice" in _StateAccessType_increment_count_noclinic() 241 "decrement_count only takes 'twice' keyword argument" in _StateAccessType_increment_count_noclinic() 193 _testmultiphase_StateAccessType_increment_count_clinic_impl(StateAccessTypeObject *self, PyTypeObject *cls, int n, int twice) _testmultiphase_StateAccessType_increment_count_clinic_impl() argument
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 175 variables written to twice with no interspaced read
|
/third_party/backends/backend/ |
H A D | plustek-usbcal.c | 225 u_short twice = newoff*2; in cano_adjLampSetting() local 229 *off = twice<bisect?twice:bisect; in cano_adjLampSetting()
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 141 # The video is decoded twice to show that this did not change the decoded 174 # This test muxes DVB subtitles twice into Matroska: Once normally
|
/third_party/node/test/common/ |
H A D | index.js | 170 throw new Error(`same id added to destroy list twice (${id})`); 182 throw new Error(`init called twice for same id (${id})`);
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 1317 @ each output written twice), followed by a separate 16-point IDCT
|
H A D | vp9mc_neon.S | 493 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
H A D | rs-test-templates.js | 121 }, label + ': read() twice should give the error each time'); 137 const reader = rs.getReader(); // Calling getReader() twice does not throw (the stream is not locked). 464 }, label + ': calling read() twice without waiting will eventually give both chunks (sequential)'); 478 }, label + ': calling read() twice without waiting will eventually give both chunks (nested)'); 613 assert_equals(reader.closed, readerClosed, 'accessing reader.closed twice in succession gives the same value');
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 124 @ loaded twice, but last
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 124 @ loaded twice, but last
|
/third_party/libinput/test/ |
H A D | test-pointer.c | 390 /* press it twice for good measure */ in START_TEST() 1883 for (int twice = 0; twice < 2; twice++) { in START_TEST()
|
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
H A D | general.any.js | 367 assert_equals(pullCount, 2, 'pull() must have been invoked twice'); 386 assert_equals(pullCount, 2, 'pull() should only be invoked twice'); 1731 }, 'ReadableStream with byte source: read() twice, then enqueue() twice'); 2043 }, 'calling respond() twice on the same byobRequest should throw'); 2060 }, 'calling respondWithNewView() twice on the same byobRequest should throw'); 2093 }, 'calling respond(0) twice on the same byobRequest should throw even when closed'); 2388 assert_equals(pullCount, 2, 'pull() must have been invoked twice'); 2405 assert_equals(pullCount, 2, 'pull() must only have been invoked twice');
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 292 @ loaded twice, but last
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 362 # can be called twice in a row. The second loop checks a call to 987 #there are only 32 dispatch slots, so we go for twice that! 1319 increment_count(-2, twice=True)
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 292 @ loaded twice, but last
|