OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nowait
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
serial.c
268
int fill_input_buf (int
nowait
)
285
if (
nowait
)
/external/kernel-headers/original/linux/
mroute6.h
230
struct rtmsg *rtm, int
nowait
);
/ndk/
ndk-gdb
257
--
nowait
)
277
echo "ERROR: 'jdb' not found; you must either install the JDK, or specify --
nowait
"
281
echo "ERROR: --port specified cannot be $JDB_PORT without --
nowait
"
296
echo " --
nowait
Don't have application wait for debugger to attach"
ndk-gdb.py
190
parser.add_argument( '--
nowait
',
192
action='store_true', dest='
nowait
')
267
if args.
nowait
== True:
270
error('Failed to find jdb.\n..you can use --
nowait
to disable jdb\n..but may miss early breakpoints.')
Completed in 258 milliseconds