/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 78 # Print the help message 87 echo " --help print this message"
|
/external/tcpdump/ |
print-esp.c | 1 /* $NetBSD: print-ah.c,v 1.4 1996/05/20 00:41:16 fvdl Exp $ */ 26 "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.55.2.1 2005/04/21 06:44:57 guy Exp $ (LBL)";
|
/external/v8/src/ |
scopes.h | 285 void Print(int n = 0); // n = indentation; n < 0 => don't print recursively
|
/external/webkit/JavaScriptCore/bytecode/ |
SamplingTool.cpp | 283 // (2) Print Opcode sampling results. 328 // (4) Print data from 'codeBlockSamples' array.
|
/external/webkit/WebCore/platform/ |
KeyboardCodes.h | 145 // VK_PRINT (2A) PRINT key 151 // VK_SNAPSHOT (2C) PRINT SCREEN key
|
/external/webkit/WebCore/platform/android/ |
KeyboardCodes.h | 132 // VK_PRINT (2A) PRINT key 138 // VK_SNAPSHOT (2C) PRINT SCREEN key
|
/external/webkit/WebCore/platform/chromium/ |
KeyCodeConversionGtk.cpp | 158 return VKEY_PRINT; // (2A) PRINT key 163 // return VKEY_SNAPSHOT; // (2C) PRINT SCREEN key
|
KeyboardCodesPosix.h | 131 // VKEY_PRINT (2A) PRINT key 137 // VKEY_SNAPSHOT (2C) PRINT SCREEN key
|
KeyboardCodesWin.h | 137 // VKEY_PRINT (2A) PRINT key 143 // VKEY_SNAPSHOT (2C) PRINT SCREEN key
|
/external/webkit/WebCore/platform/haiku/ |
KeyboardCodes.h | 132 // VK_PRINT (2A) PRINT key 138 // VK_SNAPSHOT (2C) PRINT SCREEN key
|
/external/webkit/WebCore/platform/wx/ |
KeyboardCodes.h | 131 // VK_PRINT (2A) PRINT key 137 // VK_SNAPSHOT (2C) PRINT SCREEN key
|
KeyboardEventWx.cpp | 239 return VK_PRINT; // (2A) PRINT key 243 return VK_SNAPSHOT; // (2C) PRINT SCREEN key
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 208 // This function is called by the JavaScript bindings to print usually an error to 335 void ChromeClientAndroid::print(Frame*) {} function in class:android::ChromeClientAndroid
|
/external/webkit/WebKit/chromium/public/ |
WebViewClient.h | 87 // Called when script in the page calls window.print(). If frame is 89 // children, to print. Otherwise, the main frame and its children
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.cpp | 479 void ChromeClient::print(Frame* frame) function in class:WebKit::ChromeClient 483 g_signal_emit_by_name(m_webView, "print-requested", webFrame, &isHandled);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
multicommandtool.py | 169 make_option("-a", "--all-commands", action="store_true", dest="show_all_commands", help="Print all available commands"), 199 print command.standalone_help()
|
/external/webkit/WebKitTools/wx/build/ |
settings.py | 44 print "Please set WXWIN to the directory containing wxWidgets." 205 print "ERROR: You must use the Win32 Python from python.org, not Cygwin Python, when building on Windows."
|
/external/wpa_supplicant/ |
os.h | 358 * os_snprintf - Print to a memory buffer 359 * @str: Memory buffer to print into
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os.h | 358 * os_snprintf - Print to a memory buffer 359 * @str: Memory buffer to print into
|
/frameworks/base/cmds/runtime/ |
main_runtime.cpp | 92 * Print usage info. 101 "-n: Don't print to stdout/stderr\n"
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 349 System.out.print("line " + i + ": " + getLineStart(i) + " to " + getLineEnd(i) + " "); 352 System.out.print(getText().subSequence(getLineStart(i),
|
/frameworks/base/include/utils/ |
RefBase.h | 86 //! DEBUGGING ONLY: Print references held on object. 103 //! DEBUGGING ONLY: Print references held on object.
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
svc_drm.h | 49 #define DRM_PERMISSION_PRINT 0x08 /**< Print */ 157 T_DRM_Constraint_Info printRights; /**< Constraint of print */
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 564 print ("> "); 667 print (String s) method in class:ModelInterpreter
|
/hardware/broadcom/wlan/bcm4329/src/dhd/linux/ |
Makefile | 51 LINUXVER:=$(shell ($(MYKERNEL_DEFINITION); echo "show_kernel_version_number$$$$:;@echo \$$(KERNELRELEASE)") 2> /dev/null | $(MAKE) --no-print-directory -k -C $(LINUXDIR) MYUNAME="" -f - show_kernel_version_number$$$$ 2> /dev/null) 276 HOSTCFLAGS := $(CFLAGS) $(shell $(MAKE) --no-print-directory -s -C $(LINUXDIR) script 'SCRIPT=@echo $$(CFLAGS) $$(MODFLAGS)')
|