Home
last modified time | relevance | path

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

12345

/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/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/llvm/test/CodeGen/MBlaze/
Dintr.ll6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
Dsvol.ll6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
/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/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTreeWindow.mm111 …// If the WebView has gone into compositing mode, turn on window autodisplay. This is necessary fo…
/external/llvm/
DREADME.android32 …==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ag…
/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/chromium/chrome/browser/ui/cocoa/
Dwindow_size_autosaver_unittest.mm196 // ...and it should be gone from the profile, too.
/external/valgrind/main/docs/internals/
DDarwin-notes.txt136 m_debugstub is gone.
Dporting-to-ARM.txt10 $PLATFORM directories have gone, and everything has been broken into much
/external/mesa3d/docs/
DRELNOTES-3.5181 The xmesa[1234].c files are gone. The new files are xm_api.c,
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm133 // The plug-in vendor port has gone away for some reason. Try to reinitialize it.
/external/oprofile/
DHACKING1 And when you drive for hours, arrive to find you nowhere gone, you've just been
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm410 // Close it --> all gone!
922 // The window should not have gone away.
1016 // The window should not have gone away.
1018 // The subfolder should have gone away.
Dbookmark_menu_bridge_unittest.mm128 // submenus removed, and all separator items are gone.
Dbookmark_bubble_controller_unittest.mm85 // The window must be gone or we'll fail a unit test with windows left open.
/external/qemu/
DCHANGES.TXT385 is gone. Instead, you can now:
496 - the transitional '-qemud' option introduced in 1.3 is now gone. its
503 - the obsolete '-oldradio' option is now gone
/external/iptables/include/
Dxtables.h.in171 /* Wished for a world where the ones below were gone: */
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.mm217 // we are observing will likely be gone by then.
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm175 // This is a last ditch effort to use a substitute font when something has gone wrong.
/external/chromium/base/
Dmessage_pump_mac.mm498 // that all unmanaged inner run loops are gone, stop the loop running
/external/dnsmasq/
DCHANGELOG256 it's gone for good; otherwise it would need to be
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm495 // we're gone.
1168 if (oldModelIndex != -1) { // When closing a tab, the old tab may be gone.
1315 // has gone away. Start an animation then force a layout to put everything

12345