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

<<141142143144145146147148149150>>

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.cc 55 DeviceManagementService* service,
66 service_(service), // Can be NULL for unit tests.
342 LOG(WARNING) << "Invalid service api access response.";
cloud_policy_manager_unittest.cc 155 using CloudPolicyManager::service;
235 EXPECT_TRUE(manager_->service());
243 EXPECT_FALSE(manager_->service());
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 16 #include "gpu/command_buffer/service/context_group.h"
17 #include "gpu/command_buffer/service/gpu_scheduler.h"
18 #include "gpu/command_buffer/service/mailbox_manager.h"
  /external/chromium_org/dbus/
object_proxy.h 80 // Called when the service becomes available.
159 // Runs the callback as soon as the service becomes available.
299 // Called when the service becomes available.
  /external/chromium_org/gpu/command_buffer/docs/
gles2_cmd_format_docs.txt 41 //! service will stop processing commands. It is the responsibility of the
55 //! the command. That way, if the command buffer service fails the
65 //! take client side ids and register them with the service. It's up to the
159 //! Sets the size of a bucket for collecting data on the service side.
160 //! This is a utility for gathering data on the service side so it can be used
161 //! all at once when some service side API is called. It removes the need to
167 //! pieces over and build up the data on the service side.
169 //! You can clear a bucket on the service side and thereby free memory by
179 //! Sets the contents of a portion of a bucket on the service side from data in
193 //! Sets the contents of a portion of a bucket on the service side from data i
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.cc 5 #include "gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h"
10 #include "gpu/command_buffer/service/gl_utils.h"
11 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 123 char *s_name; /* official service name */
164 # define EAI_NONAME -2 /* NAME or SERVICE is unknown. */
170 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /external/chromium_org/sandbox/win/src/
crosscall_server.h 42 // specifics of scheduling a thread to service the IPC and the multiple
207 // with the given service (IPC).
208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
  /external/chromium_org/third_party/icu/source/common/unicode/
uobject.h 207 * defined on the service's C++ base class, and all subclasses within that
208 * service class tree return a pointer to the service base class
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_custom_options.proto 111 // A test RPC service with custom options at all possible locations (and also
125 service TestServiceWithCustomOptions {
362 service AggregateService {
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 53 AppCacheService* service);
143 AppCacheService* service() const { return service_; } function in class:appcache::AppCacheHost
251 // Our central service object.
appcache_quota_client_unittest.cc 362 // Kill the service.
419 // Kill the service.
426 // A real completion callback from the service should
appcache_request_handler.cc 177 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id);
187 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id);
262 AppCachePolicy* policy = host_->service()->appcache_policy();
appcache_storage.h 76 explicit AppCacheStorage(AppCacheService* service);
192 // Simple ptr back to the service object that owns us.
193 AppCacheService* service() { return service_; } function in class:appcache::AppCacheStorage
  /external/icu4c/common/unicode/
uobject.h 213 * defined on the service's C++ base class, and all subclasses within that
214 * service class tree return a pointer to the service base class
  /external/iproute2/man/man8/
tc.8 137 queue which honors Type of Service flags, as well as the priority that may be
191 no packets available. To facilitate configuration, Type Of Service bits are
219 Type of Service
  /external/iproute2/tc/
q_hfsc.c 206 fprintf(stderr, "HFSC: Upper-limit Service Curve without "
207 "Link-Share Service Curve\n");
405 fprintf(stderr, "HFSC: Service Curve has two zero slopes\n");
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 243 ** NFA_SNEP_REG_EVT will be returned with status, handle and service name.
263 ** and zero-length service name.
298 ** Client handle and service name of server to connect shall be provided.
  /frameworks/av/camera/
ICameraService.cpp 146 // connect to camera service (android.hardware.Camera)
168 // connect to camera service (pro client)
190 // connect to camera service (android.hardware.camera2.CameraDevice)
  /frameworks/av/include/media/
AudioSystem.h 87 // helper function to obtain AudioFlinger service handle
255 // check presence of audio flinger service.
256 // returns NO_ERROR if binding to service succeeds, DEAD_OBJECT otherwise
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 313 * Request or unrequest NFC service callbacks.
324 /** Callback from NFC service, usually on binder thread */
369 /** Callback from NFC service, usually on binder thread */
  /frameworks/base/core/java/android/printservice/
PrintJob.java 27 * service. It provides APIs for observing the print job state and
284 * and is not interpreted by the system. For example, a print service
286 * print server, if the printing is off handed to a cloud based service.
  /frameworks/base/docs/html/google/play/billing/
billing_overview.jd 42 <p>Your application accesses the In-app Billing service using an API that is
120 <p>Google Play uses the same checkout backend service as is used for application
123 merchant account to use the In-app Billing service on Google Play.</p>
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 207 // Try Jar Service Provider Mechanism
223 * Try to find provider using Jar Service Provider Mechanism
259 // Jar Service Provider specification
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 98 * The class loader is asked for service provider provider-configuration files matching <code>javax.xml.xpath.XPathFactory</code>
101 * Each potential service provider is required to implement the method:
105 * The first service provider found in class loader order that supports the specified object model is returned.

Completed in 1515 milliseconds

<<141142143144145146147148149150>>