HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1751 - 1775 of 11175) sorted by null

<<71727374757677787980>>

  /external/chromium_org/chromeos/dbus/
nfc_manager_client.h 19 // NfcManagerClient is used to communicate with the neard Manager service.
60 // Obtains the properties of the NFC manager service.
shill_ipconfig_client.h 34 // service. All methods should be called from the origin thread which
56 // Refreshes the active IP configuration after service property changes and
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 5 #include "cloud_print/service/service_state.h"
64 std::string(const std::string& service,
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 28 // based on the stated dependencies by each service.
52 // return true. This method also registers any service-related preferences
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.cc 18 DomDistillerHandler::DomDistillerHandler(DomDistillerService* service,
21 service_(service) {
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_core.h 66 CloudPolicyService* service() { return service_.get(); } function in class:policy::CloudPolicyCore
67 const CloudPolicyService* service() const { return service_.get(); } function in class:policy::CloudPolicyCore
cloud_policy_refresh_scheduler.cc 27 // The maximum time to wait for the invalidations service to become available
39 // Delay for periodic refreshes when the invalidations service is available,
58 // Delay for periodic refreshes when the invalidations service is available,
96 // Give some time for the invalidation service to become available before the
144 // some time for the invalidation service to update. If it is now online, the
146 // then the wait allows for the service to recover from transient failure
270 // service.
356 // Do not wait for the invalidation service if the feature is disabled.
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 25 // request on the IO thread using the specified proxy service. Completion is
30 // outstanding proxy resolve requests with the proxy service. It also deletes
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.h 37 // This class manages data associated with service workers.
40 // is the root of the containment hierarchy for service worker data
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 13 #include "gpu/command_buffer/service/stream_texture.h"
14 #include "gpu/command_buffer/service/stream_texture_manager.h"
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 67 virtual void OnIssueAuthTokenSuccess(const std::string& service,
69 virtual void OnIssueAuthTokenFailure(const std::string& service,
  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 13 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
14 #include "gpu/command_buffer/service/gles2_cmd_validation.h"
program_cache.h 14 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
15 #include "gpu/command_buffer/service/shader_manager.h"
  /external/chromium_org/mojo/public/bindings/lib/
remote_ptr.h 20 // On the client side of a service, RemotePtr might be used like so:
36 // On the implementation side of a service, RemotePtr might be used like so:
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 83 // The service runtime representing the NaCl module instance.
85 // Ownership of srpc_client taken from the service runtime.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
pm_nameservice_test.html 13 <title>Native Client Post Message Name Service Test</title>
17 <h1>Native Client Post Message Name Service Test</h1>
  /external/chromium_org/sandbox/win/src/
handle_dispatcher.cc 32 int service) {
34 switch (service) {
policy_low_level.cc 37 bool LowLevelPolicy::AddRule(int service, PolicyRule* rule) {
43 RuleNode node = {local_rule, service};
59 // by the service id and as a value contains a list with all the rules that
60 // belong to that service. Then we enter the big for-loop where we carve a
70 mmap[it->service].push_back(it->rule);
79 uint32 service = (*it).first; local
80 if (service >= kMaxServiceCount) {
83 policy_store_->entry[service] = current_buffer;
  /external/chromium_org/sync/js/
README.js 5 about:sync) interacts with the sync service/backend.
24 interacts with the sync service via a JsController (js_controller.h)
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
shortnumberinfo.h 41 // Returns true if the number might be used to connect to an emergency service
50 // Returns true if the number exactly matches an emergency service number in
  /external/dropbear/
cli-service.c 27 #include "service.h"
84 dropbear_exit("unrecognised service accept");
svr-service.c 27 #include "service.h"
78 TRACE(("accepting service %s", name))
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
TypeResolver.java 19 * Helper class to resolve service types.
21 * The TypeResolver queries three times consecutively for service types, and then removes itself from the timer.
  /external/kernel-headers/original/linux/sunrpc/
gss_api.h 62 char *gss_service_to_auth_domain_name(struct gss_api_mech *, u32 service);
66 u32 service; member in struct:pf_desc
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 39 #define NFA_P2P_DISC_REASON_NO_SERVICE 0x02 /* no service bound in remote */
56 #define NFA_P2P_LINK_INFO_EVT 0x09 /* link MIU and Well-Known Service list */
150 UINT16 wks; /* well-known service */
220 ** Description This function is called to register a client service on LLCP.
238 ** or stop client service on LLCP.
307 ** by a service name.
471 ** Well-Known Service list encoded as a 16-bit field of connected LLCP.
485 ** Description This function is called to get SAP associated by service name

Completed in 1022 milliseconds

<<71727374757677787980>>