Searched refs:reinit (Results 1 – 16 of 16) sorted by relevance
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/ |
D | tpmtoken_init_tests_exp01.sh | 30 set reinit 1 34 set reinit 0 38 if {$reinit == 0} { 55 if {$reinit == 1} { set rc 1 }
|
D | tpmtoken_init_tests_exp02.sh | 30 set reinit 1 34 set reinit 0 39 if {$reinit == 1} { 58 if {$reinit == 0} { set rc 1 }
|
D | tpmtoken_init_tests_exp03.sh | 30 set reinit 1 34 set reinit 0 53 if {$reinit == 0} { set rc 1 }
|
/external/libevent/ |
D | bufferevent_ratelim.c | 569 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local 603 reinit = rlim->cfg != NULL; in bufferevent_set_rate_limit() 606 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit); in bufferevent_set_rate_limit() 608 if (reinit) { in bufferevent_set_rate_limit()
|
D | ChangeLog-1.4 | 101 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. 146 o devpoll and evport need reinit; tested by W.C.A Wijngaards
|
D | ChangeLog-2.0 | 585 o Close th_notify_fds and open a new pair on reinit (495ed66) 1169 o devpoll and evport need reinit; tested by W.C.A Wijngaards 1251 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov.
|
D | ChangeLog | 672 o Fix reinit of fds with EV_WRITE but not EV_READ. (ebfd8a8 maksqwe)
|
/external/curl/lib/ |
D | http_proxy.c | 150 static CURLcode connect_init(struct connectdata *conn, bool reinit) in connect_init() argument 153 if(!reinit) { in connect_init()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 141 stream = nil; // stream is ivar, so reinit it
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 149 void reinit();
|
D | sb_sched.cpp | 421 reinit(); in discard_slots() 650 reinit(); in try_reserve() 655 void alu_group_tracker::reinit() { in reinit() function in r600_sb::alu_group_tracker
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 319 int reinit; in SM_STATE() local 363 reinit = 1; in SM_STATE() 366 reinit = 0; in SM_STATE() 384 if (reinit) { in SM_STATE()
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 624 self.reinit() 1048 self.reinit() 1079 def reinit(self): member in SELinuxGui 1080 sepolicy.reinit()
|
D | __init__.py | 1186 def reinit(): function
|
/external/python/cpython2/Misc/ |
D | NEWS | 2674 - Issue #18418: After fork(), reinit all threads states, not only active ones.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4123 - Issue #18418: After fork(), reinit all threads states, not only active ones.
|