HomeSort by relevance Sort by last modified time
    Searched refs:online (Results 1 - 23 of 23) sorted by null

  /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;
effective_tld_names.cc     [all...]
  /bootable/bootloader/legacy/include/boot/
usb.h 86 /* called to indicate online/offline status */
87 void usb_status(unsigned online, unsigned highspeed);
  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 71 bool onLine() const { return m_isOnLine; }
80 void networkStateChange(bool online) { setOnLine(online); }
  /external/e2fsprogs/resize/
Android.mk 7 online.c \
Makefile.in 19 RESIZE_OBJS= extent.o resize2fs.o main.o online.o sim_progress.o
26 $(srcdir)/online.c \
168 online.o: $(srcdir)/online.c $(srcdir)/resize2fs.h \
  /external/webkit/Source/WebCore/html/
HTMLBodyElement.h 60 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(online);
HTMLFrameSetElement.h 58 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(online);
  /system/core/charger/
charger.c 81 bool online; member in struct:power_supply
326 const char *path, bool online)
338 supply->online = online;
341 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
400 int online; local
427 online = atoi(uevent->ps_online);
430 was_online = supply->online;
431 supply->online = online;
    [all...]
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 84 const bool online = status_.authenticated && local
86 if (online) {
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 132 <?cs if:android.whichdoc == "online" ?>
135 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
139 <div class="pax col-13 online" style="display:none">
226 <?cs else ?> <?cs # end if online ?>
246 body .online { display:none; }
253 <?cs /if ?> <?cs # end if/else online ?>
  /external/kernel-headers/original/linux/spi/
cpcap.h 545 int online; member in struct:cpcap_batt_ac_data
549 int online; member in struct:cpcap_batt_usb_data
769 void cpcap_batt_set_ac_prop(struct cpcap_device *cpcap, int online);
771 void cpcap_batt_set_usb_prop_online(struct cpcap_device *cpcap, int online,
  /external/webkit/Source/WebCore/dom/
EventNames.h 88 macro(online) \
  /bionic/libc/kernel/common/linux/spi/
cpcap.h 589 int online; member in struct:cpcap_batt_ac_data
592 int online; member in struct:cpcap_batt_usb_data
  /bootable/bootloader/legacy/usbloader/
usbloader.c 516 void usb_status(unsigned online, unsigned highspeed)
518 if(online) {
519 dprintf("usb: online (%s)\n", highspeed ? "highspeed" : "fullspeed");
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 101 static void SetNetworkOnLine(JNIEnv* env, jobject obj, jboolean online);
381 void JavaBridge::SetNetworkOnLine(JNIEnv* env, jobject obj, jboolean online)
383 WebCore::networkStateNotifier().networkStateChange(online);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 23 user and developer documentation provided in the online help system. If you have
  /frameworks/base/core/java/android/webkit/
JWebCoreJavaBridge.java 315 public native void setNetworkOnLine(boolean online);
  /external/webkit/Source/WebCore/page/
DOMWindow.h 306 DEFINE_ATTRIBUTE_EVENT_LISTENER(online);
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 315 echo 1 > /sys/devices/system/cpu/cpu1/online
  /frameworks/base/
Android.mk 646 LOCAL_MODULE := online-sdk
652 -hdf android.whichdoc online \
659 # explicitly specify that online-sdk depends on framework-res and any generated docs
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 123 description: 'The world\'s most popular online video community.',
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 818 milliseconds