代码搜索:initializes

找到约 4,453 项符合「initializes」的源代码

代码结果 4,453
www.eeworm.com/read/403922/11502514

html function.readline-callback-handler-install.html

Initializes the readline callback interface and terminal, prints the prom
www.eeworm.com/read/156956/11750450

m t_begin.m

function t_begin(num_of_tests, quiet) %T_BEGIN Begin running tests. % t_begin(num_of_tests, quiet) initializes the global test counters, % setting everything up to execute num_of_tests tests usin
www.eeworm.com/read/259727/11770806

m t_begin.m

function t_begin(num_of_tests, quiet) %T_BEGIN Begin running tests. % t_begin(num_of_tests, quiet) initializes the global test counters, % setting everything up to execute num_of_tests tests usin
www.eeworm.com/read/257911/11907296

m t_begin.m

function t_begin(num_of_tests, quiet) %T_BEGIN Begin running tests. % t_begin(num_of_tests, quiet) initializes the global test counters, % setting everything up to execute num_of_tests tests usin
www.eeworm.com/read/486436/1251589

m t_begin.m

function t_begin(num_of_tests, quiet) %T_BEGIN Begin running tests. % t_begin(num_of_tests, quiet) initializes the global test counters, % setting everything up to execute num_of_tests tests usin
www.eeworm.com/read/470720/1447847

c temporary4.c

// Bug: g++ initializes both B::i and B::j before destroying any temps. extern "C" int printf (const char *, ...); int c = 0; int d = 0; int r = 0; struct A { A() { if (c != d) r = 1; ++c; } A(
www.eeworm.com/read/470693/1459793

c temporary4.c

// Bug: g++ initializes both B::i and B::j before destroying any temps. extern "C" int printf (const char *, ...); int c = 0; int d = 0; int r = 0; struct A { A() { if (c != d) r = 1; ++c; } A(
www.eeworm.com/read/190666/5175640

c temporary4.c

// Bug: g++ initializes both B::i and B::j before destroying any temps. extern "C" int printf (const char *, ...); int c = 0; int d = 0; int r = 0; struct A { A() { if (c != d) r = 1; ++c; } A(
www.eeworm.com/read/340665/3276294

c temporary4.c

// Bug: g++ initializes both B::i and B::j before destroying any temps. extern "C" int printf (const char *, ...); int c = 0; int d = 0; int r = 0; struct A { A() { if (c != d) r = 1; ++c; } A(
www.eeworm.com/read/440906/1777926

c temporary4.c

// Bug: g++ initializes both B::i and B::j before destroying any temps. extern "C" int printf (const char *, ...); int c = 0; int d = 0; int r = 0; struct A { A() { if (c != d) r = 1; ++c; } A(