/third_party/node/benchmark/events/ |
H A D | ee-once.js | 19 const dummy = (i % 2 === 0) ? 'dummy0' : 'dummy1'; 20 ee.once(dummy, listener); 21 ee.emit(dummy); 28 const dummy = (i % 2 === 0) ? 'dummy0' : 'dummy1'; 29 ee.once(dummy, listener); 30 ee.emit(dummy, n); 37 const dummy = (i % 2 === 0) ? 'dummy0' : 'dummy1'; 38 ee.once(dummy, listener); 39 ee.emit(dummy, 'foo', argc, 'bar', false); 46 const dummy [all...] |
H A D | ee-listeners.js | 23 const dummy = (i % 2 === 0) ? 'dummy0' : 'dummy1'; 24 ee.rawListeners(dummy); 30 const dummy = (i % 2 === 0) ? 'dummy0' : 'dummy1'; 31 ee.listeners(dummy);
|
/third_party/node/test/parallel/ |
H A D | test-worker-message-port-close.js | 10 function dummy() {} function 15 port1.on('message', dummy); 16 port1.off('message', dummy); 17 port2.on('message', dummy); 18 port2.off('message', dummy); 20 port1.on('message', dummy); 21 port1.off('message', dummy); 22 port2.on('message', dummy); 23 port2.off('message', dummy); 28 port1.on('message', dummy); [all...] |
H A D | test-repl-reset-event.js | 31 // Create a dummy stream that does nothing 32 const dummy = new ArrayStream(); 36 input: dummy, 37 output: dummy, 59 input: dummy, 60 output: dummy,
|
/third_party/ltp/testcases/network/stress/dns/ |
H A D | dns-stress.sh | 91 3600 ; dummy value 92 900 ; dummy value 93 604800 ; dummy value 94 86400 ; dummy value 114 3600 ; dummy value 115 900 ; dummy value 116 604800 ; dummy value 117 86400 ; dummy value 143 3600 ; dummy value 144 900 ; dummy valu [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | lib.rs | 40 let dummy = dummies::value_enum(&input.ident); in value_enum() 41 to_compile_error(err, dummy) in value_enum() 69 let dummy = specific_dummy in parser() 78 to_compile_error(err, dummy) in parser() 89 let dummy = dummies::subcommand(&input.ident); in subcommand() 90 to_compile_error(err, dummy) in subcommand() 101 let dummy = dummies::args(&input.ident); in args() 102 to_compile_error(err, dummy) in args() 109 dummy: proc_macro2::TokenStream, in to_compile_error() 113 #dummy in to_compile_error() [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | libc_cxa_finalize.cpp | 32 uintptr_t dummy; in Bm_function_cxa_finalize() local 34 reinterpret_cast<void*>(&dummy)); in Bm_function_cxa_finalize() 37 __cxa_finalize((void*)&dummy); in Bm_function_cxa_finalize() 43 uintptr_t dummy; in Bm_function_cxa_finalize_dynamic() local 49 reinterpret_cast<void*>(&dummy)); in Bm_function_cxa_finalize_dynamic() 52 __cxa_finalize((void*)&dummy); in Bm_function_cxa_finalize_dynamic()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_liverange_test.cpp | 65 RegisterVec4::Swizzle dummy; in TEST_F() local 70 RegisterVec4 r0 = vf.dest_vec4_from_string("S0.xyzw", dummy, pin_group); in TEST_F() 84 RegisterVec4::Swizzle dummy; in TEST_F() local 89 RegisterVec4 r2 = vf.dest_vec4_from_string("S2.xyzw", dummy, pin_none); in TEST_F() 91 RegisterVec4 r4 = vf.dest_vec4_from_string("S4.xyzw", dummy, pin_group); in TEST_F() 111 RegisterVec4::Swizzle dummy; in TEST_F() local 120 RegisterVec4 r2 = vf.dest_vec4_from_string("S2.xyzw", dummy, pin_chan); in TEST_F() 129 RegisterVec4 r5 = vf.dest_vec4_from_string("S5.xy_w", dummy, pin_group); in TEST_F() 130 RegisterVec4 r6 = vf.dest_vec4_from_string("S6.xyzw", dummy, pin_group); in TEST_F() 166 RegisterVec4::Swizzle dummy; in TEST_F() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 145 * Any dummy blocks added to complete an MCU are not counted; therefore 182 int last_col_width; /* # of non-dummy blocks across in last MCU */ 183 int last_row_height; /* # of non-dummy blocks down in last MCU */ 1089 * supplying dummy definitions for the various substructures. 1094 struct jvirt_sarray_control { long dummy; }; member 1095 struct jvirt_barray_control { long dummy; }; member 1096 struct jpeg_comp_master { long dummy; }; member 1097 struct jpeg_c_main_controller { long dummy; }; member 1098 struct jpeg_c_prep_controller { long dummy; }; member 1099 struct jpeg_c_coef_controller { long dummy; }; member 1100 struct jpeg_marker_writer { long dummy; }; global() member 1101 struct jpeg_color_converter { long dummy; }; global() member 1102 struct jpeg_downsampler { long dummy; }; global() member 1103 struct jpeg_forward_dct { long dummy; }; global() member 1104 struct jpeg_entropy_encoder { long dummy; }; global() member 1105 struct jpeg_decomp_master { long dummy; }; global() member 1106 struct jpeg_d_main_controller { long dummy; }; global() member 1107 struct jpeg_d_coef_controller { long dummy; }; global() member 1108 struct jpeg_d_post_controller { long dummy; }; global() member 1109 struct jpeg_input_controller { long dummy; }; global() member 1110 struct jpeg_marker_reader { long dummy; }; global() member 1111 struct jpeg_entropy_decoder { long dummy; }; global() member 1112 struct jpeg_inverse_dct { long dummy; }; global() member 1113 struct jpeg_upsampler { long dummy; }; global() member 1114 struct jpeg_color_deconverter { long dummy; }; global() member 1115 struct jpeg_color_quantizer { long dummy; }; global() member [all...] |
/third_party/rust/crates/proc-macro-error/src/ |
H A D | dummy.rs | 1 //! Facility to emit dummy implementations (or whatever) in case 68 //! Most used approach in cases like this is "dummy implementation" - 85 //! // first of all - we set a dummy impl which will be appended to 125 /// Sets dummy token stream which will be appended to `compile_error!(msg);...` 129 pub fn set_dummy(dummy: TokenStream) -> Option<TokenStream> { in set_dummy() 131 DUMMY_IMPL.with(|old_dummy| old_dummy.replace(Some(dummy))) in set_dummy() 135 /// existing dummy (if any). Behaves as `set_dummy` if no dummy is present. 136 pub fn append_dummy(dummy: TokenStream) { in append_dummy() 141 ts.extend(dummy); in append_dummy() [all...] |
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 670 BIGNUM *mpi, *dummy[6]; 744 RSA_get0_key(rsapriv, (const BIGNUM **)&dummy[0], /* n */ 745 (const BIGNUM **)&dummy[1], /* e */ 747 RSA_get0_factors(rsapriv, (const BIGNUM **)&dummy[4], /* p */ 748 (const BIGNUM **)&dummy[5]); /* q */ 750 dummy[0] = rsapriv->n; 751 dummy[1] = rsapriv->e; 752 dummy[4] = rsapriv->p; 753 dummy[5] = rsapriv->q; 768 dummy[ [all...] |
/third_party/musl/src/process/ |
H A D | fork.c | 36 static void dummy(int x) { } in dummy() function 37 weak_alias(dummy, __fork_handler); 38 weak_alias(dummy, __malloc_atfork); 39 weak_alias(dummy, __aio_atfork); 40 weak_alias(dummy, __pthread_key_atfork); 41 weak_alias(dummy, __ldso_atfork);
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_mock_webassembly.js | 5 // This mocks out the WebAssembly object with a permissive dummy. 13 return dummy; 16 const dummy = new Proxy(function() { return dummy; }, handler); 17 WebAssembly = dummy;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | nonContextuallyTypedLogicalOr.js | 3 dummy; 8 dummy; 15 (c || e).dummy;
20 (c || e).dummy;
|
H A D | keyofInferenceLowerPriorityThanReturn.js | 4 protected dummy: Write; 8 protected dummy: [Col<s, a>, s, a]; 12 protected dummy: [Table<Req, Def>, Req, Def]; 23 protected dummy: [ConflictTarget<Cols>, Cols];
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_driver_contexts_composites.h | 127 unsigned dummy; /* Make sure this union is always non-empty */ member 136 unsigned dummy; /* Make sure this union is always non-empty */ member 144 unsigned dummy; /* Make sure this union is always non-empty */ member 149 unsigned dummy; /* Make sure this union is always non-empty */ member 154 unsigned dummy; /* Make sure this union is always non-empty */ member
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | jstest_stubs.js | 32 return dummy; 35 const dummy = new Proxy(function() { return dummy; }, handler); 36 this.$vm = dummy;
|
/third_party/musl/porting/liteos_a/user/src/exit/ |
H A D | exit.c | 12 static void dummy() in dummy() function 18 weak_alias(dummy, __funcs_on_exit); 19 weak_alias(dummy, __stdio_exit); 20 weak_alias(dummy, _fini);
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | fixed_arm4.h | 41 int dummy; in MULT16_32_Q14() local 46 : "=&r"(res), "=&r" (dummy) in MULT16_32_Q14() 54 int dummy; in MULT16_32_Q15() local 59 : "=&r"(res), "=&r" (dummy) in MULT16_32_Q15()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mathops.h | 37 int rt, dummy; in MULL() local 42 :"=a"(rt), "=d"(dummy) in MULL() 49 :"=a"(rt), "=d"(dummy) in MULL() 58 int rt, dummy; in MULH() local 61 :"=d"(rt), "=a"(dummy) in MULH()
|
/third_party/musl/porting/liteos_a/user_debug/src/exit/ |
H A D | exit.c | 17 static void dummy() in dummy() function 23 weak_alias(dummy, __funcs_on_exit); 24 weak_alias(dummy, __stdio_exit); 25 weak_alias(dummy, _fini);
|
/third_party/musl/src/exit/ |
H A D | exit.c | 20 static void dummy() in dummy() function 26 weak_alias(dummy, __funcs_on_exit); 27 weak_alias(dummy, __stdio_exit); 28 weak_alias(dummy, _fini);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 173 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 187 errln("new UScriptRun(dummy, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 215 errln("new UScriptRun(dummy, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 228 char[] dummy = {'d', 'u', 'm', 'm', 'y'}; in TestReset() 265 scriptRun.reset(dummy, 0, 6); in TestReset() 266 errln("scriptRun.reset(dummy, 0, 6) did not produce an IllegalArgumentException!"); in TestReset() 272 scriptRun.reset(dummy, 6, 0); in TestReset() 273 errln("scriptRun.reset(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestReset() 279 scriptRun.reset(dummy, 0, -100); in TestReset() 280 errln("scriptRun.reset(dummy, in TestReset() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 170 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 184 errln("new UScriptRun(dummy, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 212 errln("new UScriptRun(dummy, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 225 char[] dummy = {'d', 'u', 'm', 'm', 'y'}; in TestReset() 262 scriptRun.reset(dummy, 0, 6); in TestReset() 263 errln("scriptRun.reset(dummy, 0, 6) did not produce an IllegalArgumentException!"); in TestReset() 269 scriptRun.reset(dummy, 6, 0); in TestReset() 270 errln("scriptRun.reset(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestReset() 276 scriptRun.reset(dummy, 0, -100); in TestReset() 277 errln("scriptRun.reset(dummy, in TestReset() [all...] |
/third_party/libuv/src/win/ |
H A D | winsock.c | 81 SOCKET dummy; in uv__winsock_init() local 105 dummy = socket(AF_INET, SOCK_STREAM, IPPROTO_IP); in uv__winsock_init() 106 if (dummy != INVALID_SOCKET) { in uv__winsock_init() 108 if (getsockopt(dummy, in uv__winsock_init() 116 closesocket(dummy); in uv__winsock_init() 121 dummy = socket(AF_INET6, SOCK_STREAM, IPPROTO_IP); in uv__winsock_init() 122 if (dummy != INVALID_SOCKET) { in uv__winsock_init() 124 if (getsockopt(dummy, in uv__winsock_init() 132 closesocket(dummy); in uv__winsock_init()
|