/external/libbrillo/policy/ |
D | device_policy_impl.cc | 148 const enterprise_management::UserWhitelistProto& proto = in GetUserWhitelist() local 204 const enterprise_management::DeviceReportingProto& proto = in GetReportVersionInfo() local 218 const enterprise_management::DeviceReportingProto& proto = in GetReportActivityTimes() local 231 const enterprise_management::DeviceReportingProto& proto = in GetReportBootMode() local 254 const enterprise_management::ReleaseChannelProto& proto = in GetReleaseChannel() local 268 const enterprise_management::ReleaseChannelProto& proto = in GetReleaseChannelDelegated() local 282 const enterprise_management::AutoUpdateSettingsProto& proto = in GetUpdateDisabled() local 296 const enterprise_management::AutoUpdateSettingsProto& proto = in GetTargetVersionPrefix() local 310 const enterprise_management::AutoUpdateSettingsProto& proto = in GetScatterFactorInSeconds() local 324 const enterprise_management::AutoUpdateSettingsProto& proto = in GetAllowedConnectionTypesForUpdate() local [all …]
|
/external/iptables/extensions/ |
D | libxt_multiport.c | 66 proto_to_name(uint8_t proto) in proto_to_name() 85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto) in parse_multi_ports() 107 const char *proto) in parse_multi_ports_v1() 147 const char *proto; in check_proto() local 167 const char *proto; in __multiport_parse() local 213 const char *proto; in __multiport_parse_v1() local 259 port_to_service(int port, uint8_t proto) in port_to_service() 282 uint16_t proto) in __multiport_print() 329 int numeric, uint16_t proto) in __multiport_print_v1() 383 uint16_t proto) in __multiport_save() [all …]
|
D | libip6t_ipv6header.c | 27 uint8_t proto; member 65 proto_to_name(uint8_t proto, int nolookup) in proto_to_name() 85 unsigned int proto=0; in name_to_proto() local 108 add_proto_to_mask(int proto){ in add_proto_to_mask()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 232 public static FileDescriptor buildFrom(final FileDescriptorProto proto, in buildFrom() 254 final FileDescriptorProto proto, final FileDescriptor[] dependencies, in buildFrom() 307 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local 382 FileDescriptorProto proto; in internalUpdateFileDescriptor() local 408 private FileDescriptorProto proto; field in Descriptors.FileDescriptor 417 private FileDescriptor(final FileDescriptorProto proto, in FileDescriptor() 523 private void setProto(final FileDescriptorProto proto) { in setProto() 691 private DescriptorProto proto; field in Descriptors.Descriptor 727 private Descriptor(final DescriptorProto proto, in Descriptor() 798 private void setProto(final DescriptorProto proto) { in setProto() [all …]
|
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
D | protobufwireadaptertest.cc | 127 Configuration proto; in TEST_F() local 152 ConfigurationAck proto; in TEST_F() local 170 Options proto; in TEST_F() local 220 PairingRequest proto; in TEST_F() local 241 PairingRequestAck proto; in TEST_F() local 266 Secret proto; in TEST_F() local 291 SecretAck proto; in TEST_F() local
|
/external/avahi/avahi-sharp/ |
D | EntryGroup.cs | 91 …te static extern int avahi_entry_group_add_service_strlst (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_service_strlst() 97 …static extern int avahi_entry_group_update_service_strlst (IntPtr group, int iface, Protocol proto, in avahi_entry_group_update_service_strlst() 102 …e static extern int avahi_entry_group_add_service_subtype (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_service_subtype() 107 … private static extern int avahi_entry_group_add_address (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_address() 112 … private static extern int avahi_entry_group_add_record (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_record() 206 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService() 220 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService() 234 … private void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, in AddService() 259 …public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type, in UpdateService() 273 …public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type, in UpdateService() [all …]
|
D | HostNameResolver.cs | 30 internal delegate void HostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in HostNameResolverCallback() 39 private Protocol proto; field in Avahi.HostNameResolver 52 …rivate static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_host_name_resolver_new() 99 public HostNameResolver (Client client, int iface, Protocol proto, string hostname, in HostNameResolver() 149 private void OnHostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnHostNameResolverCallback()
|
D | AddressResolver.cs | 29 internal delegate void AddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in AddressResolverCallback() 62 private Protocol proto; field in Avahi.AddressResolver 74 … private static extern IntPtr avahi_address_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_address_resolver_new() 121 …public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags f… in AddressResolver() 172 private void OnAddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnAddressResolverCallback()
|
D | ServiceTypeBrowser.cs | 27 …internal delegate void ServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, Brow… in ServiceTypeBrowserCallback() 63 private Protocol proto; field in Avahi.ServiceTypeBrowser 72 … private static extern IntPtr avahi_service_type_browser_new (IntPtr client, int iface, int proto, in avahi_service_type_browser_new() 118 …public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags fl… in ServiceTypeBrowser() 166 …private void OnServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent… in OnServiceTypeBrowserCallback()
|
D | DomainBrowser.cs | 27 …internal delegate void DomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEv… in DomainBrowserCallback() 69 private Protocol proto; field in Avahi.DomainBrowser 79 private static extern IntPtr avahi_domain_browser_new (IntPtr client, int iface, int proto, in avahi_domain_browser_new() 120 public DomainBrowser (Client client, int iface, Protocol proto, string domain, in DomainBrowser() 169 …private void OnDomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent beve… in OnDomainBrowserCallback()
|
D | ServiceResolver.cs | 30 internal delegate void ServiceResolverCallback (IntPtr resolver, int iface, Protocol proto, in ServiceResolverCallback() 42 private Protocol proto; field in Avahi.ServiceResolver 54 … private static extern IntPtr avahi_service_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_service_resolver_new() 117 public ServiceResolver (Client client, int iface, Protocol proto, string name, in ServiceResolver() 169 private void OnServiceResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnServiceResolverCallback()
|
D | ServiceBrowser.cs | 28 …internal delegate void ServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserE… in ServiceBrowserCallback() 71 private Protocol proto; field in Avahi.ServiceBrowser 81 …private static extern IntPtr avahi_service_browser_new (IntPtr client, int iface, int proto, byte[… in avahi_service_browser_new() 127 …public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, Looku… in ServiceBrowser() 176 …private void OnServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bev… in OnServiceBrowserCallback()
|
D | RecordBrowser.cs | 31 …internal delegate void RecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEv… in RecordBrowserCallback() 83 private Protocol proto; field in Avahi.RecordBrowser 94 … private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto, in avahi_record_browser_new() 137 … public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz, in RecordBrowser() 187 …private void OnRecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent beve… in OnRecordBrowserCallback()
|
/external/selinux/libsepol/src/ |
D | ports.c | 11 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) in sepol2ipproto() 25 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) in ipproto2sepol() 52 int proto = sepol_port_get_proto(data); in port_from_record() local 105 int proto = port->u.port.protocol; in port_to_record() local 170 int low, high, proto; in sepol_port_exists() local 208 int low, high, proto; in sepol_port_query() local 248 int low, high, proto; in sepol_port_modify() local
|
D | node_record.c | 22 int proto; member 38 int proto; member 45 const char *addr_str, int proto, char *addr_bytes) in node_parse_addr() 93 int proto, char **addr, size_t * addr_sz) in node_alloc_addr() 139 char *addr_bytes, int proto, char *addr_str) in node_expand_addr() 194 int proto, char **addr) in node_alloc_addr_string() 235 int proto, sepol_node_key_t ** key_ptr) in sepol_node_key_create()
|
D | nodes.c | 35 int proto = sepol_node_get_proto(data); in node_from_record() local 85 ocontext_t * node, int proto, sepol_node_t ** record) in node_to_record() 178 int proto; in sepol_node_exists() local 238 int proto; in sepol_node_query() local 304 int proto; in sepol_node_modify() local
|
/external/v8/test/webkit/ |
D | dictionary-prototype-caching.js | 30 var proto = {protoProp: "PASS", propToRemove: "foo"}; variable 48 var proto = {a:1, b:"meh", c:2}; variable 66 var proto = {a:1, b:"meh", c:2}; variable 84 var proto = { test: true }; variable
|
/external/v8/test/mjsunit/es6/ |
D | unscopables.js | 213 function TestOnProto(object, proto) { argument 228 proto[Symbol.unscopables] = {x: true}; variable in TestOnProto 242 proto[Symbol.unscopables] = {y: true}; variable in TestOnProto 250 proto[Symbol.unscopables] = {y: true}; variable in TestOnProto 261 function TestSetBlockedOnProto(object, proto) { argument 270 proto[Symbol.unscopables] = {x: true}; variable in TestSetBlockedOnProto 390 function TestAccessorReceiver(object, proto) { argument 483 protos.forEach(function(proto) { argument 522 function TestSetterOnBlacklisted(object, proto) { argument 600 function TestLengthUnscopables(object, proto) { argument
|
D | computed-property-names-super.js | 14 var proto = { variable in TestComputedMethodSuper 37 var proto = { variable in TestComputedGetterSuper 58 var proto = { variable in TestComputedSetterSuper
|
/external/avahi/avahi-common/ |
D | address.c | 105 AvahiAddress *avahi_address_parse(const char *s, AvahiProtocol proto, AvahiAddress *ret_addr) { in avahi_address_parse() 127 int avahi_proto_to_af(AvahiProtocol proto) { in avahi_proto_to_af() 147 const char* avahi_proto_to_string(AvahiProtocol proto) { in avahi_proto_to_string()
|
/external/ltrace/ |
D | prototype.c | 40 prototype_init(struct prototype *proto) in prototype_init() 55 prototype_destroy(struct prototype *proto) in prototype_destroy() 68 prototype_push_param(struct prototype *proto, struct param *param) in prototype_push_param() 74 prototype_num_params(struct prototype *proto) in prototype_num_params() 80 prototype_destroy_nth_param(struct prototype *proto, size_t n) in prototype_destroy_nth_param() 88 prototype_get_nth_param(struct prototype *proto, size_t n) in prototype_get_nth_param() 95 struct prototype *proto; member 108 prototype_each_param(struct prototype *proto, struct param *start_after, in prototype_each_param() 151 destroy_prototype_cb(struct prototype *proto, void *data) in destroy_prototype_cb() 223 struct prototype *proto) in protolib_add_prototype()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_arcnet.h | 59 __u8 proto; /* protocol ID field - varies */ member 70 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member 80 __u8 proto; /* Always ARC_P_ETHER */ member 87 __u8 proto; member
|
/external/clang/test/SemaObjC/ |
D | method-def-1.m | 24 @protocol proto; protocol 32 arg; // expected-note {{previous definition is here}}
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderMethodReference.java | 42 @Nonnull final BuilderProtoReference proto; field in BuilderMethodReference 47 @Nonnull BuilderProtoReference proto) { in BuilderMethodReference()
|
/external/tcpdump/ |
D | print-mobile.c | 53 uint16_t proto; member 69 u_short proto,crc; in mobile_print() local
|