/external/chromium_org/gpu/command_buffer/service/ |
context_group.h | 17 #include "gpu/command_buffer/service/feature_info.h" 18 #include "gpu/command_buffer/service/gles2_cmd_validation.h"
|
error_state.cc | 5 #include "gpu/command_buffer/service/error_state.h" 11 #include "gpu/command_buffer/service/logger.h"
|
program_cache.cc | 5 #include "gpu/command_buffer/service/program_cache.h" 9 #include "gpu/command_buffer/service/shader_manager.h"
|
/external/chromium_org/sandbox/win/src/ |
named_pipe_dispatcher.cc | 35 int service) { 36 if (IPC_CREATENAMEDPIPEW_TAG == service)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
crash_service.py | 29 """A class to help start/stop the crash service used by layout tests.""" 58 _log.debug('Starting crash service, cmd = "%s"' % " ".join(start_cmd))
|
/external/chromium_org/third_party/icu/source/common/ |
brkiter.cpp | 226 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { 318 ICULocaleService *service = getService(); local 319 if (service == NULL) { 323 return service->registerInstance(toAdopt, locale, kind, status); 345 ICULocaleService *service = getService(); local 346 if (service == NULL) { 349 return service->getAvailableLocales(); 366 // TODO: The way the service code works in ICU 2.8 is that if
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_service.cc | 71 "class $dllexport$$classname$ : public ::google::protobuf::Service {\n" 90 "// implements Service ----------------------------------------------\n" 122 " ::google::protobuf::Service::ChannelOwnership ownership);\n" 169 "$classname$_descriptor_ = file->service($index$);\n"); 201 " ::google::protobuf::Service::ChannelOwnership ownership)\n" 203 " owns_channel_(ownership == ::google::protobuf::Service::STUB_OWNS_CHANNEL) {}\n" 241 " GOOGLE_DCHECK_EQ(method->service(), $classname$_descriptor_);\n" 284 " GOOGLE_DCHECK_EQ(method->service(), descriptor());\n"
|
/external/chromium_org/ui/gl/ |
gl_switches.cc | 31 const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging"; 35 const char kEnableGPUServiceTracing[] = "enable-gpu-service-tracing";
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_host.cc | 46 AppCacheService* service) 52 frontend_(frontend), service_(service), 53 storage_(service->storage()), 69 if (service()->quota_manager_proxy() && !origin_in_use_.is_empty()) 70 service()->quota_manager_proxy()->NotifyOriginNoLongerInUse(origin_in_use_); 90 if (service()->quota_manager_proxy() && !origin_in_use_.is_empty()) 91 service()->quota_manager_proxy()->NotifyOriginInUse(origin_in_use_); 112 AppCachePolicy* policy = service()->appcache_policy();
|
/external/dropbear/ |
filelist.txt | 27 service.c Handles service requests (userauth or connection)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar | |
/external/icu4c/common/ |
brkiter.cpp | 228 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { 326 ICULocaleService *service = getService(); local 327 if (service == NULL) { 331 return service->registerInstance(toAdopt, locale, kind, status); 353 ICULocaleService *service = getService(); local 354 if (service == NULL) { 357 return service->getAvailableLocales(); 374 // TODO: The way the service code works in ICU 2.8 is that if
|
/external/jmdns/src/javax/jmdns/impl/ |
NameRegister.java | 22 * This name represents a service name 24 SERVICE,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
powershell.php | 68 'Get-Service', 'Get-TraceSource', 'Get-UICulture', 'Get-Unique', 'Get-Variable', 72 'New-ItemProperty', 'New-Object', 'New-PSDrive', 'New-Service', 'New-TimeSpan', 76 'Rename-ItemProperty', 'Resolve-Path', 'Restart-Service', 'Resume-Service', 'Select-Object', 79 'Set-PSDebug', 'Set-Service', 'Set-TraceSource', 'Set-Variable', 'Sort-Object', 'Split-Path', 80 'Start-Service', 'Start-Sleep', 'Start-Transcript', 'Stop-Process', 'Stop-Service', 81 'Stop-Transcript', 'Suspend-Service', 'Tee-Object', 'Test-Path', 'Trace-Command',
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.h | 129 int llq_tcpsd; // listening TCP socket for llq service 130 int llq_udpsd; // listening UDP socket for llq service
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_service.cc | 71 "class $dllexport$$classname$ : public ::google::protobuf::Service {\n" 90 "// implements Service ----------------------------------------------\n" 122 " ::google::protobuf::Service::ChannelOwnership ownership);\n" 169 "$classname$_descriptor_ = file->service($index$);\n"); 201 " ::google::protobuf::Service::ChannelOwnership ownership)\n" 203 " owns_channel_(ownership == ::google::protobuf::Service::STUB_OWNS_CHANNEL) {}\n" 241 " GOOGLE_DCHECK_EQ(method->service(), $classname$_descriptor_);\n" 284 " GOOGLE_DCHECK_EQ(method->service(), descriptor());\n"
|
/external/protobuf/vsprojects/ |
extract_includes.bat | 23 copy ..\src\google\protobuf\service.h include\google\protobuf\service.h
|
/external/qemu/android/protocol/ |
attach-ui-proxy.c | 14 * Contains the Core-side implementation of the "attach-ui" service that is 38 /* Socket descriptor for this service. */
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
PendingIntentTest.java | 29 PendingIntent service = PendingIntent.getService(null, 0, expectedIntent, 0); local 31 IntentSender intentSender = service.getIntentSender();
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
PasswordCallback.java | 83 * back the password to the security service that requested it. 99 * Returns the password. The security service that needs the password
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InitiationListener.java | 50 /* executor service to process incoming requests concurrently */
121 * Shuts down the listeners executor service.
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
InitiationListener.java | 46 /* executor service to process incoming requests concurrently */
113 * Shuts down the listeners executor service.
|
/external/smack/src/org/jivesoftware/smackx/search/ |
UserSearchManager.java | 68 * @param searchService the search service to query. 81 * @param searchService the name of the search service to use.
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
TranscriptSearchManager.java | 51 * @param serviceJID the address of the workgroup service.
83 * @param serviceJID the address of the workgroup service.
|
/external/tcpdump/ |
pmap_prot.h | 37 * Protocol for the local binder service, or pmap. 69 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
|