OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:due
(Results
1 - 25
of
1822
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/samples/bitmap-plasma/jni/
Application.mk
1
# The ARMv7 is significanly faster
due
to the use of the hardware FPU
/external/webkit/LayoutTests/http/tests/appcache/resources/
local-content.manifest
4
file:/ # Should be ignored
due
to different URL scheme, but it doesn't hurt to try.
/bionic/libc/netbsd/isc/
ev_timers.c
177
struct timespec
due
,
184
printf("evSetTimer(ctx %p, func %p, uap %p,
due
%ld.%09ld, inter %ld.%09ld)\n",
186
(long)
due
.tv_sec,
due
.tv_nsec,
193
if (
due
.tv_nsec >= BILLION)
199
if (
due
.tv_sec < 0 ||
due
.tv_nsec < 0 ||
due
.tv_nsec >= BILLION)
206
/*
due
={0,0} is a magic cookie meaning "now." */
207
if (
due
.tv_sec == (time_t)0 && due.tv_nsec == 0L
[
all
...]
/external/openssl/crypto/dsa/
README
4
is
due
for doing the initial work.
/external/webkit/WebCore/manual-tests/qt/
unload-alert.html
5
Reload me twice ensuring that this didn't result in a crash. Test added
due
to
/external/opencore/pvmi/pvmf/include/
pvmf_return_codes.h
63
Error
due
to cancellation
67
Error
due
to no memory being available
71
Error
due
to request not being supported
75
Error
due
to invalid argument
79
Error
due
to invalid resource handle being specified
83
Error
due
to resource already exists and another one cannot be created
87
Error
due
to resource being busy and request cannot be handled
91
Error
due
to resource not ready to accept request
95
Error
due
to data corruption being detected
99
Error
due
to request timing ou
[
all
...]
/external/oprofile/daemon/
opd_stats.h
20
OPD_NO_CTX, /**< nr. samples lost
due
to not knowing if in the kernel or not */
23
OPD_LOST_NO_MAPPING, /**< nr samples lost
due
to no mapping */
opd_stats.c
51
printf("Nr. samples lost
due
to sample file open failure: %lu\n",
53
printf("Nr. samples lost
due
to no permanent mapping: %lu\n",
55
print_if("Nr. event lost
due
to buffer overflow: %u\n",
57
print_if("Nr. samples lost
due
to no mapping: %u\n",
59
print_if("Nr. backtraces skipped
due
to no file mapping: %u\n",
61
print_if("Nr. samples lost
due
to no mm: %u\n",
/external/webkit/WebCore/manual-tests/
showModalDialog-returnValue.html
6
document.write("<span style='color:red'>Test failed
due
to incorrect result.<br>");
11
document.write("<span style='color:red'>Test failed
due
to incorrect result.<br>");
dom-manipulation-on-resize.html
22
Crash in RenderTableSection::paint
due
to manipulating DOM on resize
flipped-text-rendering.html
9
<p>There are three separate code paths,
due
to the canUseFastRenderer and shouldUseATSU functions.</p>
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java
29
/** Test failed
due
to unanticipated uncaught exception. */
31
/** Test failed
due
to a false assertion. */
82
* Reports test run failed to execute
due
to a fatal error.
/external/netcat/
NOTICE
3
it will be useful, with no restrictions except giving credit where it is
due
.
/external/zlib/contrib/iostream3/
TODO
14
(
due
to dependence on library internals)
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
RestrictedState.java
24
* Set true to block packet data access
due
to restriction
28
* Set true to block all normal voice/SMS/USSD/SS/AV64
due
to restriction
32
* Set true to block emergency call
due
to restriction
/dalvik/dx/src/com/android/dx/util/
MutabilityException.java
20
* Exception
due
to a mutability problem.
/dalvik/dx/src/junit/extensions/
ActiveTestSuite.java
39
// inlined
due
to limitation in VA/Java
/dalvik/libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java
39
// inlined
due
to limitation in VA/Java
/external/e2fsprogs/tests/f_mke2fs2b/
expect.1
4
Root inode has dtime set (probably
due
to old mke2fs). Fix? yes
/external/kernel-headers/original/linux/
compiler-gcc.h
9
/* The "volatile" is
due
to gcc bugs */
/external/webkit/WebCore/platform/network/cf/
ResourceResponse.h
61
// Mostly
due
to the size of the hash maps, the Header Map strings and the URL.
63
// Mostly
due
to the URL and Header Map.
/external/webkit/WebCore/platform/network/mac/
ResourceResponse.h
66
// Mostly
due
to the size of the hash maps, the Header Map strings and the URL.
68
// Mostly
due
to the URL and Header Map.
/external/webkit/WebKit/chromium/public/win/
WebSandboxSupport.h
38
// Put methods here that are required
due
to sandbox restrictions.
42
// and
due
to sandbox restrictions, the current process may be unable
/hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h
167
TI_UINT32 RetryFailCounter; /**< Number of packets that failed transmission
due
to retry number exceeded */
168
TI_UINT32 TxTimeoutCounter; /**< Number of packets that failed transmission
due
to lifetime expiry */
169
TI_UINT32 NoLinkCounter; /**< Number of packets that failed transmission
due
to link failure */
170
TI_UINT32 OtherFailCounter; /**< Number of packets that failed transmission
due
to other reasons */
171
TI_UINT32 MaxConsecutiveRetryFail;/**< Maximum consecutive packets that failed transmission
due
to retry limit exceeded */
298
TI_UINT32 RecvError; /**< Number of frames that a NIC receives but does not indicate to the protocols
due
to errors */
299
TI_UINT32 RecvNoBuffer; /**< Number of frames that the NIC cannot receive
due
to lack of NIC receive buffer space */
309
TI_UINT32 FcsErrors; /**< Number of frames that a NIC receives but does not indicate to the protocols
due
to errors */
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h
167
TI_UINT32 RetryFailCounter; /**< Number of packets that failed transmission
due
to retry number exceeded */
168
TI_UINT32 TxTimeoutCounter; /**< Number of packets that failed transmission
due
to lifetime expiry */
169
TI_UINT32 NoLinkCounter; /**< Number of packets that failed transmission
due
to link failure */
170
TI_UINT32 OtherFailCounter; /**< Number of packets that failed transmission
due
to other reasons */
171
TI_UINT32 MaxConsecutiveRetryFail;/**< Maximum consecutive packets that failed transmission
due
to retry limit exceeded */
298
TI_UINT32 RecvError; /**< Number of frames that a NIC receives but does not indicate to the protocols
due
to errors */
299
TI_UINT32 RecvNoBuffer; /**< Number of frames that the NIC cannot receive
due
to lack of NIC receive buffer space */
309
TI_UINT32 FcsErrors; /**< Number of frames that a NIC receives but does not indicate to the protocols
due
to errors */
Completed in 183 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>