HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 201 - 225 of 817) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/kernel/uapi/linux/
nfs4_mount.h 47 int proto; member in struct:nfs4_mount_data
  /dalvik/libdex/
DexDebugInfo.cpp 132 static void invalidStream(const char* classDescriptor, const DexProto* proto) {
134 char* methodDescriptor = dexProtoCopyMethodDescriptor(proto);
135 ALOGE("Invalid debug info stream. class %s; proto %s",
152 DexProto proto = { pDexFile, protoIdx }; local
162 * an initial this parameter. Also, the proto list should
166 assert(pCode->insSize == (dexProtoComputeArgsSize(&proto) + 1));
173 assert(pCode->insSize == dexProtoComputeArgsSize(&proto));
177 dexParameterIteratorInit(&iterator, &proto);
185 invalidStream(classDescriptor, &proto);
231 invalidStream(classDescriptor, &proto);
    [all...]
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_policy.h 40 proto:1, member in struct:xt_policy_spec
65 __u8 proto; member in struct:xt_policy_elem
  /development/ndk/platforms/android-L/include/linux/
nfs4_mount.h 47 int proto; member in struct:nfs4_mount_data
  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 71 bool MaybeShowUsbChargerNotification(const PowerSupplyProperties& proto) {
72 PowerStatus::Get()->SetProtoForTesting(proto);
76 bool UpdateNotificationState(const PowerSupplyProperties& proto) {
77 PowerStatus::Get()->SetProtoForTesting(proto);
87 PowerSupplyProperties proto; local
88 proto.set_external_power(
90 proto.set_battery_state(
92 proto.set_battery_percent(50.0);
93 proto.set_battery_time_to_empty_sec(3 * 60 * 60);
94 proto.set_battery_time_to_full_sec(2 * 60 * 60)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim_unittest.cc 49 const sync_pb::SyncedNotificationSpecifics& proto = local
51 if (serialized != proto.SerializeAsString())
54 const sync_pb::SyncedNotificationAppInfoSpecifics& proto = local
56 if (serialized != proto.SerializeAsString())
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 80 WebViewInternal.maybeRegisterExperimentalAPIs = function(proto) {}
769 var proto = Object.create(HTMLObjectElement.prototype);
771 proto.createdCallback = function() {
778 proto.attributeChangedCallback = function(name, oldValue, newValue) {
786 proto.attachedCallback = function() {
793 prototype: proto});
795 delete proto.createdCallback;
796 delete proto.attachedCallback;
797 delete proto.detachedCallback;
798 delete proto.attributeChangedCallback
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 295 char *proto = prototype_string(f->sig->return_type, local
302 proto);
303 ralloc_free(proto);
316 char *proto = prototype_string(f->sig->return_type, local
320 linker_error(prog, "function `%s' has static recursion.\n", proto);
321 ralloc_free(proto);
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 281 const char *proto, *mode, *level; local
291 proto = "esp";
294 proto = "ah";
297 proto = "ipcomp";
358 snprintf(buf, len, "%s/%s/%s/%s", proto, mode, abuf, level);
366 snprintf(buf, len, "%s/%s/%s/%s%c%u", proto, mode, abuf, level,
  /external/ipsec-tools/src/racoon/
policy.h 92 u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */ member in struct:secasindex
  /external/iptables/extensions/
libip6t_ipv6header.c 27 uint8_t proto; member in struct:numflag
65 proto_to_name(uint8_t proto, int nolookup)
69 if (proto && !nolookup) {
70 const struct protoent *pent = getprotobynumber(proto);
76 if (chain_protos[i].num == proto)
85 unsigned int proto=0; local
89 proto = pent->p_proto;
94 proto = chain_protos[i].num;
104 return proto;
108 add_proto_to_mask(int proto){
    [all...]
  /external/iptables/include/linux/netfilter/
xt_policy.h 23 proto:1, member in struct:xt_policy_spec
45 __u8 proto; member in struct:xt_policy_elem
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_policy.h 23 proto:1, member in struct:xt_policy_spec
56 __u8 proto; member in struct:xt_policy_elem
  /external/kernel-headers/original/uapi/linux/
nfs4_mount.h 51 int proto; /* 1 */ member in struct:nfs4_mount_data
  /external/libsepol/src/
node_record.c 22 int proto; member in struct:sepol_node
38 int proto; member in struct:sepol_node_key
45 const char *addr_str, int proto, char *addr_bytes)
48 switch (proto) {
82 "parse address", proto);
93 int proto, char **addr, size_t * addr_sz)
99 switch (proto) {
116 ERR(handle, "unsupported protocol %u", proto);
130 sepol_node_get_proto_str(proto));
139 char *addr_bytes, int proto, char *addr_str
    [all...]
  /external/ltrace/
library.h 56 struct prototype *proto; member in struct:library_symbol
  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 295 char *proto = prototype_string(f->sig->return_type, local
302 proto);
303 ralloc_free(proto);
316 char *proto = prototype_string(f->sig->return_type, local
320 linker_error(prog, "function `%s' has static recursion.\n", proto);
321 ralloc_free(proto);
  /external/ppp/pppd/
demand.c 302 demand_rexmit(proto)
303 int proto;
312 if (PPP_PROTOCOL(pkt->data) == proto) {
337 int proto, i; local
342 proto = PPP_PROTOCOL(p);
352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
  /external/smack/src/org/xbill/DNS/
KEYBase.java 20 protected int flags, proto, alg; field in class:KEYBase
29 KEYBase(Name name, int type, int dclass, long ttl, int flags, int proto,
34 this.proto = checkU8("proto", proto);
42 proto = in.readU8();
54 sb.append(proto);
84 return proto;
155 out.writeU8(proto);
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 98 NdefPushProtocol proto = new NdefPushProtocol(msg, NdefPushProtocol.ACTION_IMMEDIATE); local
99 byte[] buffer = proto.toByteArray();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 26 proto:1, member in struct:xt_policy_spec
50 __u8 proto; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
nfs4_mount.h 51 int proto; /* 1 */ member in struct:nfs4_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_policy.h 26 proto:1, member in struct:xt_policy_spec
50 __u8 proto; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfs4_mount.h 51 int proto; /* 1 */ member in struct:nfs4_mount_data

Completed in 468 milliseconds

1 2 3 4 5 6 7 891011>>