Searched refs:gone (Results 1 – 25 of 106) sorted by relevance
12345
/external/apache-http/src/org/apache/http/conn/scheme/ |
D | SchemeRegistry.java | 158 Scheme gone = registeredSchemes.remove(name); in unregister() local 159 return gone; in unregister()
|
/external/v8/src/ |
D | d8-posix.cc | 112 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/ |
D | and_add.ll | 11 ;; dead once add is gone.
|
/external/llvm/test/CodeGen/MBlaze/ |
D | intr.ll | 6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
|
D | svol.ll | 6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
|
/external/chromium/chrome/browser/extensions/ |
D | browser_action_test_util_mac.mm | 63 // The window must be gone or we'll fail a unit test with windows left open.
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTreeWindow.mm | 111 …// If the WebView has gone into compositing mode, turn on window autodisplay. This is necessary fo…
|
/external/llvm/ |
D | README.android | 47 …==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ag…
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac_unittest.mm | 38 // Make sure the rwhv_mac_ is gone once the superclass's |TearDown()| runs.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | window_size_autosaver_unittest.mm | 196 // ...and it should be gone from the profile, too.
|
/external/valgrind/main/docs/internals/ |
D | Darwin-notes.txt | 136 m_debugstub is gone.
|
/external/mesa3d/docs/ |
D | RELNOTES-3.5 | 181 The xmesa[1234].c files are gone. The new files are xm_api.c,
|
/external/oprofile/ |
D | HACKING | 1 And when you drive for hours, arrive to find you nowhere gone, you've just been
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostManager.mm | 133 // The plug-in vendor port has gone away for some reason. Try to reinitialize it.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller_unittest.mm | 410 // 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.
|
D | bookmark_menu_bridge_unittest.mm | 128 // submenus removed, and all separator items are gone.
|
D | bookmark_bubble_controller_unittest.mm | 85 // The window must be gone or we'll fail a unit test with windows left open.
|
/external/qemu/ |
D | CHANGES.TXT | 385 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/ |
D | xtables.h.in | 171 /* Wished for a world where the ones below were gone: */
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_shelf_controller.mm | 217 // we are observing will likely be gone by then.
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 175 // This is a last ditch effort to use a substitute font when something has gone wrong.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 810 by mice and rabbits. I almost wish I hadn't gone down that 1277 remembered the number of changes she had gone through that day. 1358 out the Fish-Footman was gone, and the other was sitting on the 1653 which remained some time after the rest of it had gone. 1659 She had not gone much farther before she came in sight of the 1667 gone to see the Hatter instead!' 2157 `Their heads are gone, if it please your Majesty!' the soldiers 2306 flamingo was gone across to the other side of the garden, where 2313 are gone from this side of the ground.' So she tucked it away 2347 The Cat's head began fading away the moment he was gone, and, [all …]
|
/external/linux-tools-perf/ |
D | design.txt | 227 code, even after the mapping (or even the whole process) is gone,
|
/external/dnsmasq/ |
D | CHANGELOG | 256 it's gone for good; otherwise it would need to be
|
/external/chromium/base/ |
D | message_pump_mac.mm | 498 // that all unmanaged inner run loops are gone, stop the loop running
|
12345