/external/libpng/contrib/gregbook/ |
COPYING | 36 source code. And you must show them these terms so they know their 322 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 324 under certain conditions; type `show c' for details. 326 The hypothetical commands `show w' and `show c' should show the appropriate 328 be called something other than `show w' and `show c'; they could even be
|
/external/oprofile/ |
NOTICE | 36 source code. And you must show them these terms so they know their 322 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 324 under certain conditions; type `show c' for details. 326 The hypothetical commands `show w' and `show c' should show the appropriate 328 be called something other than `show w' and `show c'; they could even be
|
/external/qemu/ |
COPYING | 36 source code. And you must show them these terms so they know their 321 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 323 under certain conditions; type `show c' for details. 325 The hypothetical commands `show w' and `show c' should show the appropriate 327 be called something other than `show w' and `show c'; they could even be
|
NOTICE | 36 source code. And you must show them these terms so they know their 321 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 323 under certain conditions; type `show c' for details. 325 The hypothetical commands `show w' and `show c' should show the appropriate 327 be called something other than `show w' and `show c'; they could even be
|
/external/tcpdump/ |
sll.h | 122 * might show up on non-Ethernet, non-802.x networks. (Not all the ones 123 * in the Linux "if_ether.h" will, I suspect, actually show up in
|
/external/webkit/WebCore/inspector/front-end/ |
DOMStorageItemsView.js | 49 show: function(parentElement) 51 WebInspector.View.prototype.show.call(this, parentElement);
|
DatabaseQueryView.js | 49 show: function(parentElement) 51 WebInspector.View.prototype.show.call(this, parentElement);
|
Popup.js | 38 * If the element is absent/undefined, it must have been set with the element(x) setter before the show() method invocation. 51 show: function()
|
SourceView.js | 41 show: function(parentElement) 43 WebInspector.ResourceView.prototype.show.call(this, parentElement);
|
/external/webkit/WebCore/page/ |
EditorClient.h | 151 virtual void showSubstitutionsPanel(bool show) = 0; 176 virtual void showSpellingUI(bool show) = 0;
|
/external/webkit/WebCore/page/mac/ |
WebCoreViewFactory.h | 67 - (NSString *)contextMenuItemTagShowSpellingPanel:(bool)show; 89 - (NSString *)contextMenuItemTagShowSubstitutions:(bool)show;
|
/external/webkit/WebCore/platform/mac/ |
PopupMenuMac.mm | 111 void PopupMenu::show(const IntRect& r, FrameView* v, int index) 193 void PopupMenu::show(const IntRect&, FrameView*, int)
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 78 // created Page has its show method called. 80 virtual void show();
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ContextMenuClientGtk.cpp | 55 g_object_get(settings, "gtk-show-input-method-menu", &showMenu, NULL); 103 g_object_get(settings, "gtk-show-unicode-menu", &showMenu, NULL);
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 81 virtual void showSubstitutionsPanel(bool show); 127 virtual void showSpellingUI(bool show);
|
/external/webkit/WebKit/mac/WebView/ |
WebPreferencesPrivate.h | 156 - (void)setShowDebugBorders:(BOOL)show; 159 - (void)setShowRepaintCounter:(BOOL)show;
|
/external/webkit/WebKit/qt/tests/qwebview/ |
tst_qwebview.cpp | 143 view1->show(); 154 view2->show(); // in Windowless mode, you should still be able to see the plugin here
|
/external/webkit/WebKit/win/WebCoreSupport/ |
EmbeddedWidget.cpp | 144 void EmbeddedWidget::show()
function in class:EmbeddedWidget 151 Widget::show();
|
/external/webkit/WebKit/win/ |
WebInspector.cpp | 100 HRESULT STDMETHODCALLTYPE WebInspector::show() function in class:WebInspector 104 page->inspectorController()->show();
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
multicommandtool_unittest.py | 115 -h, --help show this help message and exit 129 -h, --help show this help message and exit
|
/external/wpa_supplicant/ |
COPYING | 36 source code. And you must show them these terms so they know their 322 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 324 under certain conditions; type `show c' for details. 326 The hypothetical commands `show w' and `show c' should show the appropriate 328 be called something other than `show w' and `show c'; they could even be
|
/external/wpa_supplicant_6/ |
COPYING | 36 source code. And you must show them these terms so they know their 322 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 324 under certain conditions; type `show c' for details. 326 The hypothetical commands `show w' and `show c' should show the appropriate 328 be called something other than `show w' and `show c'; they could even be
|
/frameworks/base/core/java/android/app/ |
DatePickerDialog.java | 128 public void show() { method in class:DatePickerDialog 129 super.show();
|
/frameworks/base/core/java/android/webkit/ |
Plugin.java | 176 // Show a simple popup dialog containing the description 184 .show();
|
/frameworks/base/core/java/com/android/internal/widget/ |
DigitalClock.java | 88 void setShowAmPm(boolean show) { 89 mAmPm.setVisibility(show ? View.VISIBLE : View.GONE);
|