OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:obsolete
(Results
1 - 25
of
906
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/http/tests/appcache/
origin-delete-expected.txt
1
This test checks that application cache groups correctly become
obsolete
after application cache is deletion for a specific origin.
6
SUCCESS - cache was made
obsolete
remove-cache-expected.txt
4
Frame 2: Manifest loading results in 404 response, so the cache group becomes
obsolete
, and an
obsolete
event is dispatched (because the document in frame was associated with a cache in the group).
6
Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created group; the
obsolete
cache group is not affected.
remove-cache.html
6
<li>Frame 2: Manifest loading results in 404 response, so the cache group becomes
obsolete
, and an
obsolete
event is dispatched (because the document in frame was associated with a cache in the group).
8
<li>Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created group; the
obsolete
cache group is not affected.
48
// The frame will be associated to a cache, but update will
obsolete
it.
57
applicationCache.onchecking = function() { log("Unexpected checking event after
obsolete
event") }
58
applicationCache.onupdateready = function() { log("Unexpected updateready event after
obsolete
event") }
59
applicationCache.onerror = function() { log("Unexpected error event after
obsolete
event") }
60
applicationCache.onnoupdate = function() { log("Unexpected noupdate event after
obsolete
event") }
61
applicationCache.oncached = function() { log("Unexpected cached event after
obsolete
event") }
93
if (applicationCache.status != applicationCache.UNCACHED && applicationCache.status != applicationCache.
OBSOLETE
) {
[
all
...]
404-manifest.html
23
applicationCache.addEventListener('
obsolete
', function() { unexpectedEvent("
obsolete
") }, false);
foreign-iframe-main.html
30
applicationCache.addEventListener('
obsolete
', function() { log("
obsolete
") }, false);
/sdk/files/
sdk.properties
1
# THIS FILE IS
OBSOLETE
AND IS ONLY THERE TO BUILD
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termio.h
2
This is
obsolete
; use the POSIX.1 `struct termios' interface
/external/kernel-headers/original/linux/
miscdevice.h
9
/*#define AMIGAMOUSE_MINOR 4 FIXME
OBSOLETE
*/
14
/*#define ADB_MOUSE_MINOR 10 FIXME
OBSOLETE
*/
in_route.h
9
/*
Obsolete
flag. About to be deleted */
/external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame-2.html
31
applicationCache.onobsolete = function() { log("
obsolete
"); alert("Unexpected
obsolete
event in frame") }
remove-cache-frame.html
12
log("
obsolete
")
14
applicationCache.onobsolete = function() { log("
obsolete
") }
32
if (applicationCache.status != applicationCache.UNCACHED && applicationCache.status != applicationCache.
OBSOLETE
) {
38
applicationCache.onobsolete = function() { log("
obsolete
") }
main-resource-hash-frame.html
13
applicationCache.onobsolete = function() { log("
obsolete
") }
/external/pcre/doc/
pcre_info.3
16
This function is
obsolete
. You should be using \fBpcre_fullinfo()\fP instead.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h
15
/* #define SND_DEV_STATUS 6 */ /* /dev/sndstat (
obsolete
) */
24
#define SND_DEV_ADSP 12 /* Like /dev/dsp (
obsolete
) */
25
#define SND_DEV_AMIDI 13 /* Like /dev/midi (
obsolete
) */
in_route.h
9
/*
Obsolete
flag. About to be deleted */
/external/icu4c/common/unicode/
dbbi.h
26
* An
obsolete
subclass of RuleBasedBreakIterator. Handling of dictionary-
utf32.h
20
* This file is
obsolete
and its contents moved to utf_old.h.
/external/kernel-headers/original/asm-arm/
ide.h
23
# define ide_default_io_ctl(base) ((base) + 0x206) /*
obsolete
*/
/external/stlport/test/unit/
strstream_buffer_read_test.cpp
3
*
obsolete
, and even if ones was mentioned in D7.1--D7.4 of
/external/webkit/Source/WebCore/manual-tests/
input-empty-on-focus.html
6
test
obsolete
. Maybe we can find some other way to test the same code path.</p>
/ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp
3
*
obsolete
, and even if ones was mentioned in D7.1--D7.4 of
/ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp
3
*
obsolete
, and even if ones was mentioned in D7.1--D7.4 of
/external/mesa3d/docs/
enums.txt
35
GL_MESA_shader_debug.spec: (
obsolete
)
40
GL_MESA_program_debug.spec: (
obsolete
)
extensions.html
26
<LI><A HREF="MESA_sprite_point.spec">MESA_sprite_point.spec</A> (
obsolete
)
28
<LI><A HREF="MESA_trace.spec">MESA_trace.spec</A> (
obsolete
)
/external/openssl/crypto/bn/asm/
README
0
<
OBSOLETE
>
27
</
OBSOLETE
>
Completed in 934 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>