OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminal
(Results
101 - 125
of
794
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c
155
/* Switch to the correct virtual
terminal
*/
167
/* Set the
terminal
input mode */
169
SDL_SetError("Unable to get
terminal
attributes");
191
SDL_SetError("Unable to set
terminal
attributes");
217
/* Head back over to the original virtual
terminal
*/
243
/* Try to query for a free virtual
terminal
*/
286
/* Make sure that our input is a console
terminal
*/
291
SDL_SetError("Unable to open a console
terminal
");
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c
51
WSCONS_ReportError("cannot get
terminal
attributes: %s", strerror(errno));
65
WSCONS_ReportError("cannot set
terminal
attributes: %s", strerror(errno));
/external/webkit/Source/WebCore/svg/
SVGGlyphElement.cpp
83
if (value == "
terminal
")
84
return SVGGlyphIdentifier::
Terminal
;
SVGGlyphElement.h
48
Terminal
,
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix1_lim.h
60
/* Number of bytes in a
terminal
canonical input queue. */
64
available in a
terminal
input queue. */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsap.h
84
#define ATM_TT_NONE 0 /*
terminal
type not specified */
124
unsigned char term_type; /*
terminal
type */
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
FusionDictionary.java
76
* of the trie trie; as such, it can be a
terminal
, and it can have children.
77
* In this in-memory representation, whether the CharGroup is a
terminal
or not is represented
78
* in the frequency, where NOT_A_TERMINAL (= -1) means this is not a
terminal
and any other
79
* value is the frequency of this
terminal
. A
terminal
may have non-null shortcuts and/or
80
* bigrams, but a non-
terminal
may not. Moreover, children, if present, are null.
86
final int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a
terminal
.
/external/grub/docs/
grub.texi
109
* Serial
terminal
:: Using GRUB via a serial line
336
To support computers with no console, GRUB provides remote
terminal
338
terminal
support is implemented at the moment.
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c
162
/* Switch to the correct virtual
terminal
*/
174
/* Set the
terminal
input mode */
176
SDL_SetError("Unable to get
terminal
attributes");
198
SDL_SetError("Unable to set
terminal
attributes");
212
/* Prevent switching the virtual
terminal
*/
226
/* Head back over to the original virtual
terminal
*/
253
/* Try to query for a free virtual
terminal
*/
303
/* Make sure that our input is a console
terminal
*/
308
SDL_SetError("Unable to open a console
terminal
");
/cts/tools/dasm/src/java_cup/
lr_item_core.java
126
/** Determine if we have a dot before a non
terminal
, and if so which one
127
* (return null or the non
terminal
).
136
/* if it exists and is a non
terminal
, return it */
/external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.mm
338
// _setContentHasShadow:NO on the window. That seems to be what
Terminal
.app
341
//
Terminal
.app.
342
// TODO(thakis): Figure out why -_setContentHasShadow: works in
Terminal
.app
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h
54
** Names Section, containing the names of the
terminal
99
* systems allow longer aliases, though not many
terminal
descriptions are
146
#define NAMES 4 /* The names for a
terminal
type */
/system/extras/tests/sdcard/
plot_sdcard.py
225
terminal
='png')
261
terminal
='png')
284
terminal
='png')
/external/bluetooth/bluez/tools/
hciattach.8
30
Don't detach from controlling
terminal
.
/external/dropbear/
cli-main.c
98
/* Do the cleanup first, since then the
terminal
will be reset */
/external/grub/
INSTALL
243
Omit the serial
terminal
support in Stage 2.
248
performance of a
terminal
emulation even on pseudo terminals.
253
you need to set the default
terminal
to a serial
terminal
in an
/external/grub/netboot/
timer.c
56
* (interrupt on
terminal
count mode), binary count,
/external/kernel-headers/original/linux/
console_struct.h
51
/* VT
terminal
data */
/external/llvm/docs/CommandGuide/
llvm-extract.pod
32
write raw bitcode output if the output stream is a
terminal
. With this option,
/external/ppp/pppd/plugins/radius/etc/
radiusclient.conf
19
# a
terminal
specific lock (e.g. /etc/nologin.ttyS2 will disable
radiusclient.conf.in
19
# a
terminal
specific lock (e.g. /etc/nologin.ttyS2 will disable
/external/stlport/src/
_stdio_file.h
44
causes a
terminal
window to be created. This also happens if you do
/external/stlport/test/eh/
mwerks_console_OS_X.c
167
static char *__devicename = "
Terminal
";
/external/webkit/Source/WebCore/loader/
NetscapePlugInStreamLoader.cpp
128
// If calling didFail spins the run loop the stream loader can reach the
terminal
state.
/external/webkit/Tools/Scripts/
run-webkit-httpd
94
# Run in single-process mode, do not detach from the controlling
terminal
.
Completed in 686 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>