Home
last modified time | relevance | path

Searched refs:twice (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Modules/clinic/
H A D_testmultiphase.c.h55 "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 DSampleXfermodesBlur.cpp110 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 D101-macros-used-twice.c8 twice
/third_party/node/test/async-hooks/
H A Dinit-hooks.js80 v(`Activity inited twice\n${tempActivityString}` +
84 v(`Activity destroyed twice\n${tempActivityString}` +
/third_party/python/PCbuild/
H A Drt.bat6 rem -q "quick" -- normally the tests are run twice, the first time
18 rem twice, and
H A Dget_externals.bat37 rem Sometimes this fails the first time; try it twice
/third_party/optimized-routines/math/test/
H A Dulp.c227 /* 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 Dulp.h268 if (f->twice) { in cmp()
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp58 UnicodeString twice = result + result; in extend() local
59 result = std::move(twice); in extend()
/third_party/python/Tools/msi/
H A Dget_externals.bat26 rem Sometimes this fails the first time; try it twice
/third_party/python/Modules/
H A D_testmultiphase.c183 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 Dpatcheck175 variables written to twice with no interspaced read
/third_party/backends/backend/
H A Dplustek-usbcal.c225 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 Dmatroska.mak141 # 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 Dindex.js170 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 Dvp9itxfm_neon.S1317 @ each output written twice), followed by a separate 16-point IDCT
H A Dvp9mc_neon.S493 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-test-templates.js121 }, 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 Dghashv8-armx.S124 @ loaded twice, but last
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghashv8-armx.S124 @ loaded twice, but last
/third_party/libinput/test/
H A Dtest-pointer.c390 /* 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 Dgeneral.any.js367 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 Dghashv8-armx.pl292 @ loaded twice, but last
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py362 # 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 Dghashv8-armx.pl292 @ loaded twice, but last

Completed in 24 milliseconds

12