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

  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 170 const NamespaceVector& online = manifest.online_whitelist_namespaces; local
172 ASSERT_EQ(kExpected, online.size());
173 EXPECT_EQ(APPCACHE_NETWORK_NAMESPACE, online[0].type);
174 EXPECT_FALSE(online[0].is_pattern);
175 EXPECT_TRUE(online[0].target_url.is_empty());
176 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
177 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
178 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
179 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
180 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url)
375 const NamespaceVector& online = manifest.online_whitelist_namespaces; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 164 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
166 << (online ? "online" : "offline");
167 if (online) {
  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc 28 // The value in the file /sys/devices/system/cpu/cpu<n>/online which indicates
29 // that CPU-n is online.
41 // about a particular CPU being online or offline.
42 const char kCpuOnlinePathSuffixFormat[] = "/cpu%d/online";
75 // Returns true if the |i|-th CPU is online; false otherwise.
82 // If the 'online' status file is missing, then it means that the CPU is
83 // not hot-pluggable and hence is always online.
87 int online; local
92 if (base::StringToInt(cpu_online_string, &online))
93 return online == kCpuOnlineStatus
    [all...]
  /system/core/adb/
adb.h 191 int online; member in struct:atransport
  /external/chromium_org/content/renderer/
render_thread_impl.cc 1393 bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 61 private boolean online = false; field in class:AgentSession
185 * Returns true if the agent is online with the workgroup.
187 * @return true if the agent is online with the workgroup.
190 return online;
242 * Sets whether the agent is online with the workgroup. If the user tries to go online with
246 * @param online true to set the agent as online with the workgroup.
247 * @throws XMPPException if an error occurs setting the online status.
249 public void setOnline(boolean online) throws XMPPException {
    [all...]
  /external/valgrind/main/include/vki/
vki-xen-domctl.h 226 vki_uint8_t online; /* currently online (not hotplugged)? */ member in struct:vki_xen_domctl_getvcpuinfo
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 1181 cam_pp_online_src_config_t online; member in union:__anon2746::__anon2747
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 1312 cam_pp_online_src_config_t online; member in union:__anon3245::__anon3246
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1675 cam_pp_online_src_config_t online; member in union:__anon4339::__anon4340
    [all...]

Completed in 720 milliseconds