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/
appcache_manifest_parser_unittest.cc 162 const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces; local
164 ASSERT_EQ(kExpected, online.size());
165 EXPECT_EQ(APPCACHE_NETWORK_NAMESPACE, online[0].type);
166 EXPECT_FALSE(online[0].is_pattern);
167 EXPECT_TRUE(online[0].target_url.is_empty());
168 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
169 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
170 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
171 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
172 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url)
367 const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 155 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
157 << (online ? "online" : "offline");
158 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 1483 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:__anon2748::__anon2749
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 1315 cam_pp_online_src_config_t online; member in union:__anon3250::__anon3251
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1675 cam_pp_online_src_config_t online; member in union:__anon4344::__anon4345
    [all...]

Completed in 3941 milliseconds