HomeSort by relevance Sort by last modified time
    Searched refs:graceful (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-11.d 5 # A trivial check that we get a graceful error when trying to emit
  /system/nfc/src/nfa/sys/
nfa_sys_main.c 256 void nfa_sys_disable_subsystems(bool graceful) {
260 NFA_TRACE_DEBUG1("nfa_sys: disabling subsystems:%d", graceful);
261 nfa_sys_cb.graceful_disable = graceful;
  /system/nfc/src/nfa/int/
nfa_sys.h 113 extern void nfa_sys_disable_subsystems(bool graceful);
nfa_dm_int.h 77 bool graceful; member in struct:__anon107360
  /system/nfc/src/nfa/dm/
nfa_dm_api.c 138 tNFA_STATUS NFA_Disable(bool graceful) {
141 NFA_TRACE_API1("NFA_Disable (graceful=%i)", graceful);
146 p_msg->graceful = graceful;
    [all...]
nfa_dm_act.c 451 NFA_TRACE_DEBUG1("nfa_dm_disable (): graceful:%d", p_data->disable.graceful);
453 if (p_data->disable.graceful) {
474 /* Start timeout for graceful shutdown. If timer expires, then force an
482 nfa_sys_disable_subsystems(p_data->disable.graceful);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 146 // graceful close, even if there was some unparse-able
298 // underlying TCP connection, which is usually considered as graceful close.
  /prebuilts/go/linux-x86/src/net/http/httputil/
persist.go 146 // graceful close, even if there was some unparse-able
298 // underlying TCP connection, which is usually considered as graceful close.
  /system/nfc/src/nfa/include/
nfa_api.h     [all...]
  /prebuilts/go/darwin-x86/src/io/
io.go 34 // Functions should return EOF only to signal a graceful end of input.
  /prebuilts/go/linux-x86/src/io/
io.go 34 // Functions should return EOF only to signal a graceful end of input.
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 910 // as part of a graceful transition away from the hard-coded logic.
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 910 // as part of a graceful transition away from the hard-coded logic.
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
serve_test.go     [all...]
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]
serve_test.go     [all...]
server.go     [all...]

Completed in 1251 milliseconds