/frameworks/base/docs/html/guide/developing/tools/ |
draw9patch.jd | 20 <li>From a terminal, launch the <code>draw9patch</code> application from your SDK
|
/hardware/invensense/mlsdk/mllite/ |
mldmp.h | 66 * be warned by a terminal message with the format:
|
/libcore/luni/src/main/java/java/util/zip/ |
GZIPOutputStream.java | 86 * terminal data can now be written.
|
/ndk/sources/cxx-stl/stlport/src/ |
_stdio_file.h | 44 causes a terminal window to be created. This also happens if you do
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ttydefaults.h | 38 * System wide defaults for terminal state. Linux version.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utmp.h | 40 /* Make FD be the controlling terminal, stdin, stdout, and stderr;
|
unistd.h | 734 /* Return the pathname of the terminal FD is open on, or NULL on errors. 738 /* Store at most BUFLEN characters of the pathname of the terminal FD is 744 with a terminal, zero if not. */ 750 the controlling terminal. */ 870 with the control terminal, and then send a SIGHUP signal to the process 871 group of the control terminal. */ [all...] |
/external/dropbear/ |
cli-chansession.c | 295 /* Get the terminal */ 305 /* Terminal mode encoding */
|
progressmeter.c | 39 /* determines whether we can output to the terminal */ 64 static int win_size; /* terminal window size */
|
/external/grub/ |
NEWS | 49 * The terminal handling code is rewritten radically, and many bugfixes 52 * The command "terminal" takes two new options, ``--no-echo'' and 56 intelligent terminal (such as the comint mode in GNU Emacs). 79 * The command "terminal" accepts a new option, "--lines=LINES". You can 82 * The command "terminal" accepts another new option, "--silent". You can 174 * Serial terminal support is added. The configure script accepts 176 two new commands, "serial" and "terminal" in the command-line and the 182 simulate the speed of a serial device on a psuedo terminal.
|
/external/qemu/ |
curses.c | 123 /* terminal size changed */ 344 fprintf(stderr, "We need a terminal output\n");
|
/external/srec/tools/grxmlcompile/ |
netw_arc.h | 95 /* Assign non-terminal vertices 102 /* Assign non-terminal vertices
|
/external/webkit/Source/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 113 * Value :- Array | Object | Terminal 121 * Terminal :- [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
ResponseData.java | 33 * Format the data appropriate for TERMINAL RESPONSE and write it into 242 data[7] = (byte) 0xFF; // set FF in terminal response
|
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 331 /* Rules that can match any filename and are not terminal 334 if (recursions > 0 && target[1] == '\0' && !rule->terminal) 417 retroactively reject any non-"terminal" rules that do always match. */ 420 if (!tryrules[i]->terminal) 457 /* Reject any terminal rules if we're 459 if (intermed_ok && rule->terminal) 895 if (d->intermediate_file == 0 && tryrules[foundrule]->terminal) 898 and the rule that found it was a terminal one, then we want
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableDictionary.java | 290 final boolean terminal = node.mTerminal; 295 if (terminal) { 332 if (terminal) { 405 * @return Returns the terminal node of the word we are searching for. 489 * reverseLookUp retrieves the full word given a list of terminal nodes and adds those words 491 * @param terminalNodes list of terminal nodes we want to add 513 * Recursively search for the terminal node of the word. 521 * @return Returns the terminal node of the word if the word exists [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.x | 133 const FLUSHO = 0x00800000; /* flush output to terminal */ 186 const LFLUSHO = 0x0080; /* flush output to terminal */
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 52 * There are also two lightweight error dialogs which are used for notification of terminal 72 private final static int STATE_CHECK_OK = 4; // terminal 73 private final static int STATE_CHECK_SHOW_SECURITY = 5; // terminal 74 private final static int STATE_CHECK_ERROR = 6; // terminal 75 private final static int STATE_AUTODISCOVER_AUTH_DIALOG = 7; // terminal 76 private final static int STATE_AUTODISCOVER_RESULT = 8; // terminal [all...] |
/external/grub/docs/ |
grub.info | 52 * Serial terminal:: Using GRUB via a serial line 285 To support computers with no console, GRUB provides remote terminal 287 serial terminal support is implemented at the moment. [all...] |
/packages/inputmethods/LatinIME/native/src/ |
unigram_dictionary.cpp | 612 // - FLAG_IS_TERMINAL: whether this node is a terminal or not (it may still have children) 624 // Note that you can't have a node that both is not a terminal and has no children. 638 // should behave as a terminal or not and whether we have children. 642 // If there are more chars in this nodes, then this virtual node is not a terminal. 643 // If we are on the last char, this virtual node is a terminal if this node is. 677 // a terminal node, and we are on its last char. [all...] |
binary_format.h | 262 // If we come here we know that so far, we do match. Either we are on a terminal 295 // This function searches for a terminal in the dictionary by its address. 318 // traverse nodes that are actually a part of the terminal we are searching, so each time 325 // Let's loop through char groups in this node searching for either the terminal 436 // not the address of a terminal in this dictionary.
|
/device/moto/stingray/ril/ |
libmoto_mm_ril.so | |
/cts/tools/dasm/src/java_cup/ |
lexer.java | 10 * input (System.in) and returns integers corresponding to the terminal 18 * "parser" PARSER "terminal" TERMINAL 119 keywords.put("terminal", new Integer(sym.TERMINAL));
|
/external/libnfc-nxp/src/ |
phHciNfc_Pipe.c | 157 /* The Source Host is the Terminal Host */ 209 /* The Source Host is the Terminal Host */ 275 * This function Deletes a pipe created between a terminal host's gate and [all...] |
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 99 guint terminal : 1; member in struct:_GDesktopAppInfo 258 info->terminal = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_TERMINAL, NULL) != FALSE; 429 new_info->terminal = info->terminal; 773 check = g_find_program_in_path ("gnome-terminal"); 777 /* Note that gnome-terminal takes -x and 778 * as -e in gnome-terminal is broken we use that. */ 796 g_warning ("couldn't find a terminal, falling back to xterm"); 1001 if (info->terminal && !prepend_terminal_to_vector (&argc, &argv)) 1004 _("Unable to find terminal required for application")) [all...] |