OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serviceentry
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sandbox/win/src/
service_resolver_64.cc
22
struct
ServiceEntry
{
66
ServiceEntry
original;
74
const
ServiceEntry
* service =
75
reinterpret_cast<const
ServiceEntry
*>(source);
153
ServiceEntry
local_service;
service_resolver_32.cc
37
struct
ServiceEntry
{
125
const size_t kMinServiceSize = offsetof(
ServiceEntry
, ret);
132
ServiceEntry
original;
183
ServiceEntry
function_code;
241
ServiceEntry
intercepted_code;
261
bytes_to_write = offsetof(
ServiceEntry
, mov_edx);
296
ServiceEntry
function_code;
378
ServiceEntry
function_code;
/external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc
39
struct
ServiceEntry
{
98
ServiceEntry
original;
259
ServiceEntry
function_code;
wow_helper.pdb
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
[
all
...]
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
768
DNSEntry
serviceEntry
= this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY);
769
if (
serviceEntry
instanceof DNSRecord) {
770
ServiceInfo cachedServiceEntryInfo = ((DNSRecord)
serviceEntry
).getServiceInfo(persistent);
[
all
...]
Completed in 101 milliseconds