HomeSort by relevance Sort by last modified time
    Searched full:online (Results 26 - 50 of 988) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 71 bool onLine() const { return m_isOnLine; }
80 void networkStateChange(bool online) { setOnLine(online); }
  /bootable/bootloader/legacy/include/boot/
usb.h 86 /* called to indicate online/offline status */
87 void usb_status(unsigned online, unsigned highspeed);
  /development/pdk/
README 35 out/target/common/docs/online-pdk
63 http://localhost:8080/online-pdk/guide/index.html
95 where the docs directory contains: pdk.py, app.yaml, and the online-pdk directory,
100 where the docs directory contains: pdk.py, app.yaml, and the online-pdk directory,
  /development/samples/Support13Demos/
_index.html 12 // when the docs are online. This will be changed once the samples get moved.
  /development/samples/Support4Demos/
_index.html 12 // when the docs are online. This will be changed once the samples get moved.
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 38 // Initiate the online login attempt. Status will be recorded in
test_attempt_state.h 30 // Act as though an online login attempt completed already.
parallel_authenticator.cc 321 // In this case, we know online login was rejected because the account
331 // This allows us to present the same behavior for "online:
334 // the online failure some time after the offline success,
367 VLOG(2) << "Online login";
423 // Online attempt succeeded as well, so combine the results.
426 // Online login attempt was rejected or failed to occur.
429 // if online isn't complete yet, just return the offline result.
446 // Haven't tried the migrate yet, must be processing the online auth attempt.
448 NOTREACHED(); // Shouldn't be here at all, if online reauth isn't done!
470 // done the online check
    [all...]
auth_attempt_state.h 79 // Status of our online login attempt.
85 // online auth attempt.
authenticator.h 65 // If a password logs the user in online, but cannot be used to
82 // Attempt to authenticate online again.
  /external/dnsmasq/contrib/Solaris10/
README 19 To confirm that the service is enabled and online:
  /external/e2fsprogs/po/
POTFILES.in 44 resize/online.c
  /external/e2fsprogs/resize/
Android.mk 7 online.c \
  /external/srtp/doc/
Makefile 9 # documentation. Of course, you can just go online at pick up the
Makefile.in 9 # documentation. Of course, you can just go online at pick up the
  /external/stlport/doc/
README.dmc 74 3. Free online version.
76 If DMC's free online version reports compiler or linker errors, the
77 solution may be in a free online CD update. Download and unzip all free
79 previous files. Then install free online version 8.49 or above, overwriting
  /frameworks/base/include/drm/
DrmInfoStatus.h 26 * and online DRM server.
  /external/chromium/net/base/
network_change_notifier.h 39 // Will be called when the online state of the system may have changed.
42 virtual void OnOnlineStateChanged(bool online) = 0;
  /external/chromium/net/data/filter_unittests/
google.txt 5 As a first step to fulfilling that mission, Google's founders Larry Page and Sergey Brin developed a new approach to online search that took root in a Stanford University dorm room and quickly spread to information seekers around the globe. Google is now widely recognized as the world's largest search engine -- an easy-to-use free service that usually returns relevant results in a fraction of a second.
11 Google's utility and ease of use have made it one of the world's best known brands almost entirely through word of mouth from satisfied users. As a business, Google generates revenue by providing advertisers with the opportunity to deliver measurable, cost-effective online advertising that is relevant to the information displayed on any given page. This makes the advertising useful to you as well as to the advertiser placing it. We believe you should know when someone has paid to put a message in front of you, so we always distinguish ads from the search results or other content on a page. We don't sell placement in the search results themselves, or allow people to pay for a higher ranking there.
  /external/grub/
MAINTENANCE 7 How to update the online manual: (FIXME: this is obsoelete)
17 7. Verify the new online manual with a WWW browser.
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 124 bool NavigatorBase::onLine() const
126 return networkStateNotifier().onLine();
  /external/webkit/Source/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 39 // Assume that we're online until proven otherwise.
52 // We couldn't determine whether we're online or not, so assume that we are.
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbBackend.java 105 // Only return the device when it is online
106 if (device != null && device.getState() == IDevice.DeviceState.ONLINE) {
  /development/pdk/hosting/
pdk.py 29 self.redirect('online-pdk/guide/index.html')
  /development/samples/JetBoy/
_index.html 15 The <code>JETBOY_content/</code> directory is empty in this online presentation of

Completed in 782 milliseconds

12 3 4 5 6 7 8 91011>>