/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/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 151 stream = nil; // stream is ivar, so reinit it
|
/external/u-boot/scripts/kconfig/ |
D | qconf.cc | 347 reinit(); in ConfigList() 361 void ConfigList::reinit(void) in reinit() function in ConfigList 967 list->reinit(); in setShowName() 976 list->reinit(); in setShowRange() 985 list->reinit(); in setShowData()
|
D | qconf.h | 47 void reinit(void);
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 151 void reinit();
|
D | sb_sched.cpp | 421 reinit(); in discard_slots() 654 reinit(); in try_reserve() 659 void alu_group_tracker::reinit() { in reinit() function in r600_sb::alu_group_tracker
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 321 int reinit; in SM_STATE() local 365 reinit = 1; in SM_STATE() 368 reinit = 0; in SM_STATE() 386 if (reinit) { in SM_STATE()
|
/external/u-boot/doc/ |
D | README.chromium | 230 careful to reinit anything that U-Boot expects. If not, some peripherals (or
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 623 self.reinit() 1047 self.reinit() 1078 def reinit(self): member in SELinuxGui 1079 sepolicy.reinit()
|
D | __init__.py | 1235 def reinit(): function
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 416 After fork(), reinit all threads states, not only active ones. Patch by A.
|
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/python/cpython3/Misc/ |
D | HISTORY | 4123 - Issue #18418: After fork(), reinit all threads states, not only active ones.
|