/libcore/luni/src/test/java/libcore/java/net/ |
OldAndroidDatagramTest.java | 44 boolean alive = true; field in class:OldAndroidDatagramTest.Reflector 56 while (alive) { 158 reflector.alive = false;
|
/external/chromium_org/v8/src/ |
global-handles.h | 54 // the group is alive, all objects in the same group are considered alive. 58 // list of children objects. If the parent is alive, all the children are alive 128 // Creates a new global handle that is alive until Destroy is called.
|
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | 352 EXPECT_EQ("keep-alive", value); 356 EXPECT_EQ("['Host: www.google.com','Connection: keep-alive']", [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.cc | 144 // alive while executing this method. 235 // alive while executing this method. 292 // tasks. Take take a self reference to keep this object alive so that
|
/external/chromium_org/ppapi/shared_impl/ |
resource.h | 173 // stay alive if there are other references held by the PPAPI implementation 181 // object is still alive (this is not the common case, since it requires 183 // resource alive.
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseContext.cpp | 45 // ... in other words, who's keeping the DatabaseContext alive and how long does 46 // it need to stay alive? 57 // The DatabaseContext constructor will call ref(). This lets DatabaseContext keep itself alive.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.cc | 108 uptr *alive) { 112 if (alive) *alive = alive_threads_;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 35 uptr total, running, alive; local 36 registry->GetNumberOfThreads(&total, &running, &alive); 39 EXPECT_EQ(exp_alive, alive);
|
/art/test/067-preemptive-unpark/src/ |
Main.java | 62 * pointer that would keep would-be garbage alive.
|
/cts/libs/deviceutil/src/android/cts/util/ |
WatchDog.java | 26 * class for checking if rendering function is alive or not.
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
NativeMediaTest.java | 79 * @param expectAlive expected status, true if it should be alive.
|
/dalvik/tests/067-preemptive-unpark/src/ |
Main.java | 62 * pointer that would keep would-be garbage alive.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ThreadControllerWrapper.java | 91 // This should wait until the transformThread is considered not alive.
|
/external/chromium/base/ |
message_loop_proxy.h | 27 // either post the Task to the MessageLoop (if it's still alive), or to
|
/external/chromium/chrome/browser/policy/ |
file_based_policy_loader.h | 58 // loader and keeps it alive.
|
/external/chromium/chrome/browser/ssl/ |
ssl_add_cert_handler.cc | 27 // Stay alive until the process completes and Finished() is called.
|
/external/chromium/chrome/browser/sync/glue/ |
password_change_processor.h | 69 // WebDataService which is kept alive by our data type controller
|
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.h | 48 // the bubble and must keep it alive.
|
/external/chromium/googleurl/src/ |
url_canon_icu.h | 47 // be managed by the creator such that it is alive as long as this is.
|
/external/chromium/net/base/ |
capturing_net_log.h | 94 // The returned BoundNetLog is only valid while |this| is alive.
|
/external/chromium/net/ftp/ |
ftp_transaction.h | 36 // request_info object alive until Destroy is called on the transaction.
|
/external/chromium/net/http/ |
http_network_layer_unittest.cc | 82 "Connection: keep-alive\r\n"
|
/external/chromium_org/cc/resources/ |
texture_mailbox_deleter.cc | 58 // class is alive. So we guard it with a WeakPtr.
|
/external/chromium_org/chrome/browser/download/ |
download_service.h | 75 // the history service/DB thread and must be kept alive for those
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_picasa_album_table_reader.h | 29 // and kept alive after Start() is called until the ParserCallback is called.
|