HomeSort by relevance Sort by last modified time
    Searched defs:offline (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/devtools/
devtools_network_conditions.h 21 explicit DevToolsNetworkConditions(bool offline);
22 DevToolsNetworkConditions(bool offline,
29 bool offline() const { return offline_; } function in class:DevToolsNetworkConditions
chrome_devtools_manager_delegate.cc 75 bool offline = false; local
76 if (!params || !params->GetBoolean(names::kParamOffline, &offline))
99 offline, latency, download_throughput, upload_throughput));
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.h 50 bool offline; member in struct:LocalPrintJob
privet_http_server.cc 333 std::string offline; local
339 GetValueForKeyInQuery(url, "offline", &offline);
340 job.offline = (offline == "1");
489 *current_response = CreateError("offline");
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 5 // This file simulates a typical background process of an offline-capable
10 // When in an "offline" state, nothing else happens.
81 case 'offline':
93 var offline = true; variable
98 if (offline)
100 log('offline');
101 offline = true;
109 if (!offline)
111 offline = false;
120 if (offline)
    [all...]
indexeddb_app.js 5 // This file simulates a typical foreground process of an offline-capable
6 // authoring application. When in an "offline" state, simulated user actions
82 $('#offline').disabled = true;
88 var offline = true; variable
124 $('#offline').addEventListener('click', goOffline);
131 if (offline)
133 offline = true;
134 $('#offline').disabled = offline;
135 $('#online').disabled = !offline;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 34 * <li>Offline<br>
35 * Indicates that the message has been stored offline by the intended recipient's server. This
36 * event is triggered only if the intended recipient's server supports offline storage, has that
37 * support enabled, and the recipient is offline when the server receives the message for delivery.</li>
61 public static final String OFFLINE = "offline";
67 private boolean offline = false; field in class:MessageEvent
134 * when the receiver of the message is offline.
135 * When the message is a notification returns if the receiver of the message was offline.
137 * @return true if the sender is requesting to be notified when offline or when notifying
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
aether-api-0.9.0.M2.jar 
maven-core-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 209 CAM_STREAM_TYPE_OFFLINE_PROC, /* offline process */
236 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
1182 cam_pp_offline_src_config_t offline; member in union:__anon2746::__anon2747
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 213 CAM_STREAM_TYPE_OFFLINE_PROC, /* offline process */
240 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
1313 cam_pp_offline_src_config_t offline; member in union:__anon3245::__anon3246
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 277 CAM_STREAM_TYPE_OFFLINE_PROC, /* offline process */
305 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
306 CAM_MAPPING_BUF_TYPE_OFFLINE_META_BUF, /* mapping offline meta buffer */
1676 cam_pp_offline_src_config_t offline; member in union:__anon4339::__anon4340
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 

Completed in 516 milliseconds

1 2