/third_party/node/benchmark/process/ |
H A D | next-tick-depth-args.js | 17 process.nextTick(cb2, false, 5.1); 31 process.nextTick(cb2, false, 5.1); 38 function cb2(arg1, arg2) { 45 process.nextTick(cb2, false, 5.1); 59 process.nextTick(cb2, false, 5.1);
|
H A D | next-tick-breadth-args.js | 17 function cb2(arg1, arg2) { 42 process.nextTick(cb2, false, 5.1);
|
/third_party/node/benchmark/timers/ |
H A D | set-immediate-depth-args.js | 19 setImmediate(cb2, n, 5.1, true); 25 function cb2(n, arg2) { 30 setImmediate(cb2, n, 5.1, true); 41 setImmediate(cb2, n, 5.1, true);
|
H A D | set-immediate-breadth-args.js | 16 function cb2(arg1, arg2) {} 25 setImmediate(cb2, false, 5.1, 512);
|
H A D | timers-timeout-nexttick.js | 23 function cb2() { 34 setTimeout(i % 2 ? cb : cb2, 1);
|
H A D | timers-timeout-unpooled.js | 24 function cb2() { 33 setTimeout(i % 2 ? cb : cb2, 1).unref().ref();
|
H A D | timers-timeout-pooled.js | 24 function cb2() { 31 setTimeout(i % 2 ? cb : cb2, 1);
|
H A D | timers-breadth-args.js | 16 function cb2(arg1, arg2) { 41 setTimeout(cb2, 1, false, 5.1);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cinepak.c | 139 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local 217 cb2 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 222 *p++ = cb2[6]; in cinepak_decode_vectors() 223 *p++ = cb2[9]; in cinepak_decode_vectors() 227 *p++ = cb2[0]; in cinepak_decode_vectors() 228 *p++ = cb2[3]; in cinepak_decode_vectors() 242 memcpy(ip3 + 0, cb2 + 6, 6); in cinepak_decode_vectors() 244 memcpy(ip2 + 0, cb2 + 0, 6); in cinepak_decode_vectors()
|
H A D | ra144enc.c | 331 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock() local 376 cb2[i] = ff_cb2_vects[cb2_idx][i]; in ra144_encode_subblock() 382 ff_celp_lp_synthesis_filterf(work + LPC_ORDER, coefs, cb2, BLOCKSIZE, in ra144_encode_subblock() 384 memcpy(cb2, work + LPC_ORDER, sizeof(cb2)); in ra144_encode_subblock() 399 g[2] * cb2[i]; in ra144_encode_subblock() 405 data[i] = zero[i] + g[1] * cb1[i] + g[2] * cb2[i]; in ra144_encode_subblock()
|
H A D | roqvideoenc.c | 171 static void unpack_roq_qcell(uint8_t cb2[], roq_qcell *qcell, uint8_t u[4*4*3]) in unpack_roq_qcell() argument 178 u[4*4*cp + offsets[i] ] = cb2[qcell->idx[i]*2*2*3 + 4*cp ]; in unpack_roq_qcell() 179 u[4*4*cp + offsets[i]+1] = cb2[qcell->idx[i]*2*2*3 + 4*cp+1]; in unpack_roq_qcell() 180 u[4*4*cp + offsets[i]+4] = cb2[qcell->idx[i]*2*2*3 + 4*cp+2]; in unpack_roq_qcell() 181 u[4*4*cp + offsets[i]+5] = cb2[qcell->idx[i]*2*2*3 + 4*cp+3]; in unpack_roq_qcell()
|
H A D | twinvq.c | 168 * Inverse quantization. Read CB coefficients for cb1 and cb2 from the 271 const float *cb2 = cb + (1 << mtab->lsp_bit1) * mtab->n_lsp; in decode_lsp() local 272 const float *cb3 = cb2 + (1 << mtab->lsp_bit2) * mtab->n_lsp; in decode_lsp() 287 cb2[lpc_idx2[i] * mtab->n_lsp + j]; in decode_lsp()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-test.c | 113 struct pipe_constant_buffer cb2; in init_fs_constbuf() local 123 memset(&cb2, 0, sizeof cb2); in init_fs_constbuf() 124 cb2.buffer_size = sizeof constants2; in init_fs_constbuf() 125 cb2.user_buffer = constants2; in init_fs_constbuf() 129 &cb2); in init_fs_constbuf()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_futures.py | 679 cb2 = self._make_callback(bag, 17) 683 f.add_done_callback(cb2) 702 cb2 = self._make_callback(bag, 17) 706 f.add_done_callback(cb2) 710 f.remove_done_callback(cb2) 726 cb2 = self._make_callback(bag, 17) 730 f.add_done_callback(cb2) 776 cb2 = self._make_callback(bag, 2) 779 # Add one cb1 and one cb2. 781 f.add_done_callback(cb2) [all...] |
/third_party/python/Lib/idlelib/ |
H A D | percolator.py | 110 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2) 111 cb2.pack()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | booleanFilterAnyArray.js | 10 filter(cb2: (value: T) => unknown): Ari<T>;
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_variables.py | 124 cb2 = v.trace_variable('wu', write_tracer) 125 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)]) 149 self.assertEqual(v.trace_vinfo(), [('wu', cb2)])
|
/third_party/popt/tests/ |
H A D | testit.sh | 74 run test1 "test1 - 26" "callback: c arg for cb2 foo arg1: 0 arg2: (none)" --cb2 foo 114 Usage: test1 [-I?] [-c|--cb2=STRING] [--arg1] [-2|--arg2=ARG] 155 arg for cb2 156 -c, --cb2=STRING Test argument callbacks
|
/third_party/python/Lib/test/ |
H A D | test_gc.py | 1120 gc.callbacks.append(self.cb2) 1127 gc.callbacks.remove(self.cb2) 1153 def cb2(self, phase, info): member in GCCallbackTests
|
/third_party/python/PC/ |
H A D | _msi.c | 177 PyObject *result = _PyObject_CallMethodId(pv, &PyId_status, "iii", typeStatus, cb1, cb2); in FNFCISTATUS()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | general_category.rs | 2585 ('\u{11cb2}', '\u{11cb3}'),
|
H A D | property_bool.rs | 1313 ('\u{11cb2}', '\u{11cb3}'), 6022 ('\u{11cb2}', '\u{11cb3}'),
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 2783 CharBuffer cb2 = CharBuffer.wrap(((CharSequence)cb).subSequence(0, 2)); in TestCharsetASCIIOverFlow() 2785 if (!(encoder.encode(cb2, bb, true)).isOverflow()) { in TestCharsetASCIIOverFlow()
|