/frameworks/base/docs/html/tools/help/ |
draw9patch.jd | 19 <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
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_nodes_cache.h | 177 // Current top terminal dicNodes.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ttydefaults.h | 38 * System wide defaults for terminal state. Linux version.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utmp.h | 40 /* Make FD be the controlling terminal, stdin, stdout, and stderr;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ttydefaults.h | 38 * System wide defaults for terminal state. Linux version.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 40 /* Make FD be the controlling terminal, stdin, stdout, and stderr;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ttydefaults.h | 38 * System wide defaults for terminal state. Linux version.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 40 /* Make FD be the controlling terminal, stdin, stdout, and stderr;
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
scala.pro | 84 #-keep class * implements jline.Terminal
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
UpdateToolsPage.java | 52 "using the \"android\" command in a terminal window). Note that on Windows " +
|
/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/openssh/ |
progressmeter.c | 49 /* determines whether we can output to the terminal */ 74 static int win_size; /* terminal window size */
|
ssh-agent.1 | 123 asks for the passphrase on the terminal if it has one or from a small X11 133 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/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ResponseData.java | 33 * Format the data appropriate for TERMINAL RESPONSE and write it into 245 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/makedict/ |
FusionDictionary.java | 93 * of the trie trie; as such, it can be a terminal, and it can have children. 94 * In this in-memory representation, whether the CharGroup is a terminal or not is represented 95 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other 96 * value is the frequency of this terminal. A terminal may have non-null shortcuts and/or 97 * bigrams, but a non-terminal may not. Moreover, children, if present, are null. 104 int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a terminal. 489 // should end already exists as is. Since the old CharNode was not a terminal, [all...] |
/prebuilts/gcc/linux-x86/host/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 */
|