OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cleared
(Results
1 - 25
of
1074
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/tests/f_messy_inode/
expect.1
6
Illegal block #2 (4294901760) in inode 14.
CLEARED
.
7
Illegal block #3 (4294901760) in inode 14.
CLEARED
.
8
Illegal block #4 (4294901760) in inode 14.
CLEARED
.
9
Illegal block #5 (4294901760) in inode 14.
CLEARED
.
10
Illegal block #6 (4294901760) in inode 14.
CLEARED
.
11
Illegal block #7 (4294901760) in inode 14.
CLEARED
.
12
Illegal block #8 (4294901760) in inode 14.
CLEARED
.
13
Illegal block #9 (4294901760) in inode 14.
CLEARED
.
14
Illegal block #10 (4294901760) in inode 14.
CLEARED
.
/external/e2fsprogs/tests/f_lotsbad/
expect.1
6
Block #16580876 (74) causes directory to be too big.
CLEARED
.
13
Illegal block #12 (778398818) in inode 12.
CLEARED
.
14
Illegal block #13 (1768444960) in inode 12.
CLEARED
.
15
Illegal block #14 (1752375411) in inode 12.
CLEARED
.
16
Illegal block #15 (1684829551) in inode 12.
CLEARED
.
17
Illegal block #16 (1886349344) in inode 12.
CLEARED
.
18
Illegal block #17 (1819633253) in inode 12.
CLEARED
.
19
Illegal block #18 (1663072620) in inode 12.
CLEARED
.
20
Illegal block #19 (1735287144) in inode 12.
CLEARED
.
21
Illegal block #20 (1310731877) in inode 12.
CLEARED
[
all
...]
/external/llvm/test/CodeGen/X86/
pr3216.ll
13
%bf.lo.
cleared
= and i8 %bf.lo, 7
14
%1 = shl i8 %bf.lo.
cleared
, 5
2009-04-25-CoalescerBug.ll
11
%bf.lo.
cleared
= and i32 %bf.lo, 2147483647 ; <i32> [#uses=1]
12
%conv = zext i32 %bf.lo.
cleared
to i64 ; <i64> [#uses=1]
/external/e2fsprogs/tests/f_badbblocks/
expect.1
8
Illegal block #1 (101) in bad block inode.
CLEARED
.
9
Illegal block #2 (103) in bad block inode.
CLEARED
.
10
Illegal block #3 (234523) in bad block inode.
CLEARED
.
11
Illegal indirect block (200) in bad block inode.
CLEARED
.
/external/webkit/LayoutTests/storage/
close-during-stress-test-expected.txt
3
A JavaScript failure on the console is expected, however, as the global object is
cleared
when closing a frame. It actually helps to cause database activity by throwing an exception from a callback.
close-during-stress-test.html
3
<p>A JavaScript failure on the console is expected, however, as the global object is
cleared
when closing a frame.
/external/webkit/LayoutTests/fast/dom/Geolocation/
timeout-clear-watch-expected.txt
1
Tests that when a watch times out and is
cleared
from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.
permission-denied-already-clear-watch-expected.txt
1
Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is
cleared
in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-clear-watch.js
1
description("Tests that when a watch times out and is
cleared
from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
/build/core/
process_wrapper_gdb.sh
10
# to be
cleared
, so restore it and PATH to be safe.
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S
4
* translation cache subsequently
cleared
, we cannot return directly.
/libcore/luni/src/main/java/java/lang/ref/
SoftReference.java
56
* All references in {@code ref} are atomically
cleared
.
66
* guaranteed to be
cleared
before the VM will throw an {@link
77
* A {@code SoftReference} should be
cleared
and enqueued <em>as late as
82
* A {@code WeakReference} may be
cleared
and enqueued as soon as is
WeakReference.java
56
* All references in {@code ref} are atomically
cleared
.
76
* A {@code SoftReference} should be
cleared
and enqueued <em>as late as
81
* A {@code WeakReference} may be
cleared
and enqueued as soon as is
/external/chromium/chrome/browser/resources/ntp4/
apps_page.css
34
/* Grabbed is set (and pressed is
cleared
) when the app has been held. */
40
/* Dragging is set (without grabbed being
cleared
) when a grabbed app is
/external/e2fsprogs/tests/f_badsymlinks/
expect.1
7
Illegal block #0 (1234567890) in inode 19.
CLEARED
.
15
Block #1 (22) causes symlink to be too big.
CLEARED
.
/external/javassist/src/main/javassist/bytecode/
AccessFlag.java
48
*
cleared
.
56
*
cleared
.
64
*
cleared
.
/external/quake/quake/src/QW/client/
net.h
63
// the statistics are
cleared
at each client begin, because
68
int drop_count; // dropped packets,
cleared
each level
69
int good_count; //
cleared
each level
/external/v8/test/mjsunit/
debug-mirror-cache.js
53
// Check that mirror cache is
cleared
when entering debugger.
54
assertEquals(0, debug.next_handle_, "Mirror cache not
cleared
");
55
assertEquals(0, debug.mirror_cache_.length, "Mirror cache not
cleared
");
/frameworks/base/tests/CoreTests/android/core/
HeapTest.java
66
Log.i(TAG, "****** " + numCleared + "/" + i + "
cleared
******");
90
throw new RuntimeException("Test failed: soft refs not
cleared
");
108
* the references can be
cleared
.
151
* the references can be
cleared
.
165
int
cleared
= -1;
local
173
cleared
= checkRefs(refs,
cleared
);
194
"weak refs not
cleared
");
330
// System.out.println("HeapTest/PhantomRefs:
cleared
evens");
340
// System.out.println("HeapTest/PhantomRefs:
cleared
all")
[
all
...]
/external/kernel-headers/original/linux/
highmem.h
53
/* Make sure this page is
cleared
on other CPU's too before using it */
101
/* Make sure this page is
cleared
on other CPU's too before using it */
/external/oprofile/events/ppc64/power7/
events
23
event:0X0011 counters:1 um:zero minimum:10000 name:PM_RUN_CYC_GRP1 : (Group 1 pm_utilization) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
27
event:0X0015 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP1 : (Group 1 pm_utilization) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
35
event:0X0025 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP2 : (Group 2 pm_branch1) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
43
event:0X0035 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP3 : (Group 3 pm_branch2) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
51
event:0X0045 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP4 : (Group 4 pm_branch3) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
59
event:0X0055 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP5 : (Group 5 pm_branch4) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
67
event:0X0065 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP6 : (Group 6 pm_branch5) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
75
event:0X0075 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP7 : (Group 7 pm_branch6) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
83
event:0X0085 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP8 : (Group 8 pm_branch7) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop.
91
event:0X0095 counters:5 um:zero minimum:10000 name:PM_RUN_CYC_GRP9 : (Group 9 pm_branch8) Processor Cycles gated by the run latch. Operating systems use the run latch to indicate when they are doing useful work. The run latch is typically
cleared
in the OS idle loop. Gating by the run latch filters out the idle loop
[
all
...]
/external/apache-http/src/org/apache/http/message/
LineFormatter.java
56
* If it is used, the buffer will first be
cleared
by the
103
* The buffer will be
cleared
before use.
118
* The buffer will be
cleared
before use.
141
* The buffer will be
cleared
before use.
/external/chromium/chrome/browser/sync/protocol/
theme_specifics.proto
25
// This field is only set (i.e., not
cleared
) on platforms that have
/external/chromium/chrome/browser/themes/
theme_service_factory.h
31
// no installed theme, or the theme was
cleared
.
Completed in 267 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>