Home
last modified time | relevance | path

Searched refs:gone (Results 1 – 25 of 93) sorted by relevance

1234

/external/apache-http/src/org/apache/http/conn/scheme/
DSchemeRegistry.java158 Scheme gone = registeredSchemes.remove(name); in unregister() local
159 return gone; in unregister()
/external/smack/src/org/jivesoftware/smackx/
DChatState.java49 gone enumConstant
/external/v8/src/
Dd8-posix.cc112 int gone = 0; in WaitOnFD() local
117 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000; in WaitOnFD()
118 if (gone >= total_timeout) return false; in WaitOnFD()
126 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD()
127 read_timeout = total_timeout - gone; in WaitOnFD()
/external/chromium_org/v8/src/
Dd8-posix.cc112 int gone = 0; in WaitOnFD() local
117 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000; in WaitOnFD()
118 if (gone >= total_timeout) return false; in WaitOnFD()
126 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD()
127 read_timeout = total_timeout - gone; in WaitOnFD()
/external/llvm/test/CodeGen/PowerPC/
Dand_add.ll11 ;; dead once add is gone.
/external/smack/src/org/jivesoftware/smack/packet/
DXMPPError.java321 public static final Condition gone = new Condition("gone"); field in XMPPError.Condition
382 instances.put(Condition.gone, new XMPPError.ErrorSpecification( in errorSpecifications()
383 Condition.gone, Type.MODIFY, 302)); in errorSpecifications()
/external/chromium/chrome/browser/extensions/
Dbrowser_action_test_util_mac.mm63 // The window must be gone or we'll fail a unit test with windows left open.
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3093.test75 # have gone first and added entry 2. Then the db2 transaction would have
De_reindex.test45 # observing that the corruption is gone.
/external/icu4c/test/hdrtst/
Dcxxfiles.txt7 # These are gone in ICU 50.1, remove
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_test_util_mac.mm73 // The window must be gone or we'll fail a unit test with windows left open.
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_stack_window_cocoa.mm86 // This panel is gone. We should not perform any update to it.
92 // If the native panel is closed, the native window should already be gone.
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection.mm231 // In rare cases, the popup collection would be gone while an animation is
331 // ends. We need to notify these objects that the collection is gone
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac_unittest.mm38 // Make sure the rwhv_mac_ is gone once the superclass's |TearDown()| runs.
/external/llvm/
DREADME.android55 …==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ag…
/external/chromium_org/chrome/browser/ui/cocoa/
Dwindow_size_autosaver_unittest.mm201 // ...and it should be gone from the profile, too.
/external/chromium/chrome/browser/ui/cocoa/
Dwindow_size_autosaver_unittest.mm196 // ...and it should be gone from the profile, too.
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/
Dindex.rst12 The Native Client team at Google has gone to exceptional measures to
/external/valgrind/main/docs/internals/
DDarwin-notes.txt136 m_debugstub is gone.
/external/chromium_org/third_party/mesa/src/docs/
DRELNOTES-3.5181 The xmesa[1234].c files are gone. The new files are xm_api.c,
/external/mesa3d/docs/
DRELNOTES-3.5181 The xmesa[1234].c files are gone. The new files are xm_api.c,
/external/chromium_org/base/mac/
Dobjc_property_releaser_unittest.mm329 // Now that the autorelease pool has been popped, the 3 copies are gone.
/external/chromium_org/content/browser/
Dmach_broker_mac.mm235 // especially when the renderer is already gone or has crashed. Find a better
/external/oprofile/
DHACKING1 And when you drive for hours, arrive to find you nowhere gone, you've just been
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm428 // Close it --> all gone!
963 // The window should not have gone away.
1057 // The window should not have gone away.
1059 // The subfolder should have gone away.

1234