OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forced
(Results
1 - 25
of
393
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/dasm/src/java_cup/
internal_error.java
13
/** Method called to do a
forced
error exit on an internal error
/dalvik/vm/native/
java_lang_Runtime.c
87
* public void runFinalization(boolean
forced
)
90
* parameter
forced
is true, then the VM needs to ensure finalization.
98
bool
forced
= (args[0] != 0);
local
101
if (
forced
) {
104
// should usually provide the "
forced
"
/external/apache-http/src/org/apache/http/conn/params/
ConnRoutePNames.java
70
* Parameter for an
forced
route.
71
* The
forced
route will be interpreted by the standard
74
* Instead of computing a route, the given
forced
route will be
81
public static final String FORCED_ROUTE = "http.route.
forced
-route";
/external/e2fsprogs/tests/f_summary_counts/
expect.1
1
test_filesys contains a file system with errors, check
forced
.
/external/iproute2/include/linux/
atmapi.h
21
* instead of being
forced
to use memcpy. It also improves error reporting for
/external/kernel-headers/original/linux/
atmapi.h
21
* instead of being
forced
to use memcpy. It also improves error reporting for
/external/icu4c/test/intltest/
punyref.h
73
/* the corresponding Unicode character be
forced
to uppercase */
75
/* it be
forced
to lowercase (if possible). ASCII code points */
76
/* are encoded literally, except that ASCII letters are
forced
*/
102
/* the corresponding Unicode character be
forced
to uppercase */
104
/*
forced
to lowercase (if possible). ASCII code points are */
/development/samples/ApiDemos/res/anim/
zoom_exit.xml
21
screen, it is
forced
above the entering element and starts at its
/external/stlport/stlport/
stddef.h
25
* errno.h in STLport errno.h impossible. We are then
forced
to include errno.h
stdlib.h
33
* errno.h in STLport errno.h impossible. We are then
forced
to include errno.h
/packages/apps/Calendar/src/com/android/calendar/
AgendaListView.java
79
public void goTo(Time time, boolean
forced
) {
80
mWindowAdapter.refresh(time,
forced
);
83
public void refresh(boolean
forced
) {
90
mWindowAdapter.refresh(time,
forced
);
/external/zlib/contrib/iostream3/
zfstream.h
243
* @param mode Open mode flags (
forced
to contain ios::in).
252
* @param mode Open mode flags (
forced
to contain ios::in).
275
* @param mode Open mode flags (
forced
to contain ios::in).
291
* @param mode Open mode flags (
forced
to contain ios::in).
332
* @param mode Open mode flags (
forced
to contain ios::out).
341
* @param mode Open mode flags (
forced
to contain ios::out).
364
* @param mode Open mode flags (
forced
to contain ios::out).
380
* @param mode Open mode flags (
forced
to contain ios::out).
/external/opencore/oscl/oscl/osclio/src/
oscl_socket_tuneables.h
70
** In threaded mode, select call is required and is
forced
to "1".
108
** server mode. This option is
forced
to "0" in AO mode.
165
** production code. This option is
forced
to "0" in threaded mode.
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h
91
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
94
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h
95
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
98
_uw reserved4; /*
Forced
unwind stop arg */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h
91
_uw reserved1; /*
Forced
unwind stop fn, 0 if not
forced
*/
94
_uw reserved4; /*
Forced
unwind stop arg */
/development/host/windows/usb/api/
adb_winusb_api.h
32
top of WinUsb API. We are
forced
to do this split, because we can have
/external/bluetooth/bluez/tools/
hciattach.8
100
is appended to the list of options then hardware flow control is
forced
on
/bootable/recovery/tools/ota/
check-lost+found.c
32
// Sentinel file used to track whether we've
forced
a reboot
43
* 1. If /data/misc/
forced
-reboot is missing, touch it & force "unclean" boot.
/external/apache-http/src/org/apache/http/impl/conn/
DefaultHttpRoutePlanner.java
88
// If we have a
forced
route, we can do without a target.
94
// If we get here, there is no
forced
route.
Completed in 147 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>