HomeSort by relevance Sort by last modified time
    Searched refs:resuming (Results 1 - 25 of 26) sorted by null

1 2

  /art/test/1908-suspend-native-resume-self/
native_suspend_resume.cc 36 std::atomic<bool> resuming(false);
44 resuming.store(true);
55 while (!resuming.load()) {}
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 71 ['resuming',
test_read_local.py 72 ['resuming',
  /external/libmicrohttpd/src/microhttpd/
internal.h 868 int resuming; member in struct:MHD_Connection
1156 * Do we need to process resuming connections?
1158 int resuming; member in struct:MHD_Daemon
    [all...]
daemon.c     [all...]
connection.c     [all...]
  /prebuilts/go/darwin-x86/src/sync/
cond.go 37 // of the calling goroutine. After later resuming execution,
  /prebuilts/go/linux-x86/src/sync/
cond.go 37 // of the calling goroutine. After later resuming execution,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 414 final boolean resuming = mInfoDelta.mCurrentBytes != 0;
460 addRequestHeaders(conn, resuming);
465 if (resuming) {
474 if (!resuming) {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 55 int resuming; /* starting a resumed session */ member in struct:eap_peap_data
1011 !data->resuming) {
1109 if (sm->workaround && data->resuming) {
    [all...]
eap_fast.c 45 int resuming; /* starting a resumed session */ member in struct:eap_fast_data
    [all...]
eap_ttls.c 55 int resuming; /* starting a resumed session */ member in struct:eap_ttls_data
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
  /build/soong/finder/
finder_test.go 1084 // However, when resuming from cache, we don't want the Finder to necessarily wait
1143 // However, when resuming from cache, we don't want the Finder to necessarily wait
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 209 when resuming execution in the local address space, the call-back will
  /external/python/cpython3/Lib/
pdb.py 443 # one of the resuming commands
538 Specifying any command resuming execution (currently continue,
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 154 // server accepted the ticket and is resuming a session
handshake_client_test.go 726 t.Fatal("new ticket wasn't included while resuming")
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 154 // server accepted the ticket and is resuming a session
handshake_client_test.go 726 t.Fatal("new ticket wasn't included while resuming")
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 324 // server accepted the ticket and is resuming a session
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py     [all...]

Completed in 819 milliseconds

1 2