HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 176 - 200 of 1111) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /external/libppp/src/
acf.c 41 #include "proto.h"
53 acf_WrapperOctets(struct lcp *lcp, u_short proto)
55 return (proto == PROTO_LCP || lcp->his_acfcomp == 0) ? 2 : 0;
60 int pri __unused, u_short *proto)
64 if (*proto == PROTO_LCP || l->lcp.his_acfcomp == 0) {
74 u_short *proto __unused)
link.c 50 #include "proto.h"
216 link_ProtocolRecord(struct link *l, u_short proto, int type)
221 if (ProtocolStat[i].number == proto)
249 u_short proto)
266 bp = (*l->layer[layer - 1]->push)(b, l, bp, pri, &proto);
270 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto);
279 u_short lproto[LAYER_MAX], proto; local
310 proto = lproto[layer];
313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
350 u_short proto; member in struct:__anon21060
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 5 // Keep this file in sync with the .proto files in this directory.
97 const sync_pb::AppListSpecifics& proto);
138 const sync_pb::KeystoreEncryptionFlagsSpecifics& proto);
143 const sync_pb::SimpleCollapsedLayout& proto);
146 const sync_pb::CollapsedInfo& proto);
149 const sync_pb::SyncedNotificationRenderInfo& proto);
152 const sync_pb::CoalescedSyncedNotification& proto);
206 const sync_pb::ExperimentsSpecifics& proto);
209 const sync_pb::PriorityPreferenceSpecifics& proto);
264 const sync_pb::ClientToServerMessage& proto,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 21 # (== the highest .proto attr value among all the opcodes in the pickle).
119 - A way for a pickle to identify its protocol (PROTO).
848 'proto',
855 stack_before, stack_after, proto, doc):
876 assert isinstance(proto, int) and 0 <= proto <= 2
877 self.proto = proto
892 proto=0,
917 proto=1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 21 # (== the highest .proto attr value among all the opcodes in the pickle).
119 - A way for a pickle to identify its protocol (PROTO).
848 'proto',
855 stack_before, stack_after, proto, doc):
876 assert isinstance(proto, int) and 0 <= proto <= 2
877 self.proto = proto
892 proto=0,
917 proto=1
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/chromium_org/ash/system/chromeos/power/
power_status.cc 31 // Updates |proto| to ensure that its fields are consistent.
32 void SanitizeProto(power_manager::PowerSupplyProperties* proto) {
33 DCHECK(proto);
35 if (proto->battery_state() ==
37 proto->set_battery_percent(100.0);
39 if (!proto->is_calculating_battery_time()) {
40 const bool on_line_power = proto->external_power() !=
42 if ((on_line_power && proto->battery_time_to_full_sec() < 0) ||
43 (!on_line_power && proto->battery_time_to_empty_sec() < 0))
44 proto->set_is_calculating_battery_time(true)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 39 def dumps(self, arg, proto=0, fast=False):
41 return cPickle.dumps(arg, proto)
51 def dumps(self, arg, proto=0, fast=False):
53 return pickle.dumps(arg, proto)
85 def send_to_worker(self, python, obj, proto):
94 proto: pickle protocol number to use.
104 data = self.module.dumps((proto, obj), proto)
114 def dumps(self, arg, proto=0, fast=False):
115 return self.send_to_worker(self.python, arg, proto)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 39 def dumps(self, arg, proto=0, fast=False):
41 return cPickle.dumps(arg, proto)
51 def dumps(self, arg, proto=0, fast=False):
53 return pickle.dumps(arg, proto)
85 def send_to_worker(self, python, obj, proto):
94 proto: pickle protocol number to use.
104 data = self.module.dumps((proto, obj), proto)
114 def dumps(self, arg, proto=0, fast=False):
115 return self.send_to_worker(self.python, arg, proto)
    [all...]
  /dalvik/vm/arch/mips/
HintsO32.cpp 63 u4 dvmPlatformInvokeHints(const DexProto* proto)
66 const char* sig = dexProtoGetShorty(proto);
  /external/ceres-solver/internal/ceres/
block_structure.h 92 // Deserialize the given block structure proto to the given block structure.
94 void ProtoToBlockStructure(const BlockStructureProto &proto,
97 // Serialize the given block structure to the given proto. Destroys previous
98 // contents of proto.
100 BlockStructureProto *proto);

Completed in 1157 milliseconds

1 2 3 4 5 6 78 91011>>