OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offline
(Results
26 - 50
of
336
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/base/
network_change_notifier_win.cc
31
// "
offline
". This is challenging since the only thing we can test with
36
// "
offline
". For example, if the user's laptop is not plugged into an ethernet
37
// network and is not connected to any wireless networks, it must be
offline
.
73
// experiments I ran... However none of them correctly returned "
offline
" when
/external/webkit/LayoutTests/http/tests/appcache/
main-resource-hash.html
3
<p>Test that
offline
applications' main resources are not affected by URL hashes.</p>
update-cache.html
3
<p>Test a simple
offline
application self-update process. Should print a series of messages followed with DONE:</p>
/packages/apps/Contacts/src/com/android/contacts/
ContactStatusUtil.java
40
case StatusUpdates.
OFFLINE
:
/external/webkit/Tools/QtTestBrowser/
main.cpp
195
<< "[-
offline
-storage-database-enabled]"
196
<< "[-
offline
-web-application-cache-enabled]"
197
<< "[-set-
offline
-storage-default-quota maxSize]"
241
if (args.contains("-
offline
-storage-database-enabled"))
244
if (args.contains("-
offline
-web-application-cache-enabled"))
247
int setOfflineStorageDefaultQuotaIndex = args.indexOf("-set-
offline
-storage-default-quota");
/external/webkit/Source/WebCore/webaudio/
OfflineAudioDestinationNode.cpp
83
m_renderThread = createThread(OfflineAudioDestinationNode::renderEntry, this, "
offline
renderer");
87
// Do
offline
rendering in this thread.
AudioContext.idl
69
//
Offline
rendering
/build/core/
help.mk
32
@echo "
offline
-sdk-docs Generate the HTML for the developer SDK docs"
/external/chromium/chrome/browser/download/
download_history.h
59
// This is useful for incognito mode or when the history database is
offline
.
/external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt
21
is relatively portable. Anyone (an
offline
tool, the linker, etc., or even
/external/oprofile/doc/
oparchive.1.in
4
oparchive \- produce archive of oprofile data for
offline
analysis
/external/webkit/Source/WebCore/loader/appcache/
DOMApplicationCache.idl
26
module
offline
{
/frameworks/base/docs/html/resources/
browser.jd
19
available
offline
in the SDK.
topics.jd
34
available
offline
in the SDK.
/external/chromium/chrome/browser/chromeos/login/
login_performer.h
25
// Sign in is performed in a way that
offline
auth is executed first.
26
// Once
offline
auth is OK - user homedir is mounted, UI is launched.
42
// (4) Delete LP instance since
offline
auth was OK.
login_status_consumer.h
114
// The same password didn't work both online and
offline
.
/external/doclava/src/com/google/doclava/
SampleCode.java
71
public void writeDirectory(File dir, String relative, boolean
offline
) {
99
writeDirectory(f, relative + name + "/",
offline
);
121
if (!
offline
) relative = "/" + relative;
/external/emma/core/java12/
emma.java
57
" instr
offline
instrumentation processor;" + EOL +
58
" report
offline
report generator;" + EOL +
59
" merge
offline
data file merge processor." + EOL +
/external/webkit/LayoutTests/http/tests/resources/
network-simulator.php
5
//
offline
, it simulates a network error with a nonsense response.
61
if ($state == "
Offline
") {
164
setState("
Offline
", $stateFile);
/bootable/bootloader/legacy/include/boot/
usb.h
86
/* called to indicate online/
offline
status */
/external/kernel-headers/original/linux/
cpu.h
88
/* CPUs don't go
offline
once they're online w/o CONFIG_HOTPLUG_CPU */
/external/valgrind/tsan/
get_and_build_tsan.sh
50
make -s -j4
OFFLINE
= GTEST_ROOT= PIN_ROOT= VALGRIND_INST_ROOT=$VALGRIND_INST_ROOT || exit 1
/external/webkit/Source/WebCore/html/
HTMLBodyElement.h
59
DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(
offline
);
HTMLFrameSetElement.h
57
DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(
offline
);
/external/webkit/Source/cmake/
OptionsWinCE.cmake
44
WEBKIT_FEATURE(ENABLE_OFFLINE_WEB_APPLICATIONS "Enable
offline
web applications" DEFAULT OFF)
Completed in 275 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>