Home
last modified time | relevance | path

Searched +defs:val +defs:proto (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/aosp_15_r20/external/curl/src/
H A Dtool_paramhlp.c165 static ParameterError getnum(long *val, const char *str, int base) in getnum()
184 ParameterError str2num(long *val, const char *str) in str2num()
189 ParameterError oct2nummax(long *val, const char *str, long max) in oct2nummax()
211 ParameterError str2unum(long *val, const char *str) in str2unum()
232 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax()
256 static ParameterError str2double(double *val, const char *str, double max) in str2double()
309 static size_t protoset_index(const char * const *protoset, const char *proto) in protoset_index()
322 static void protoset_set(const char **protoset, const char *proto) in protoset_set()
336 static void protoset_clear(const char **protoset, const char *proto) in protoset_clear()
364 const char * const *val, char **ostr, const char *str) in proto2num()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c49 #define CHK_OOM(val) \ argument
54 #define SET_OPTIONS(proto, desc_type, options_type, src) \ argument
125 upb_StringView val) { in default_bytes()
164 double val = type == kUpb_CType_Float ? d.float_val : d.double_val; in default_string() local
206 google_protobuf_DescriptorProto_ReservedRange* proto = in resrange_toproto() local
220 google_protobuf_EnumDescriptorProto_EnumReservedRange* proto = in enumresrange_toproto() local
234 google_protobuf_FieldDescriptorProto* proto = in fielddef_toproto() local
288 google_protobuf_OneofDescriptorProto* proto = in oneofdef_toproto() local
305 google_protobuf_EnumValueDescriptorProto* proto = in enumvaldef_toproto() local
323 google_protobuf_EnumDescriptorProto* proto = in enumdef_toproto() local
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c29 #define CHK_OOM(val) \ argument
34 #define SET_OPTIONS(proto, desc_type, options_type, src) \ argument
105 upb_StringView val) { in default_bytes()
144 double val = type == kUpb_CType_Float ? d.float_val : d.double_val; in default_string() local
186 google_protobuf_DescriptorProto_ReservedRange* proto = in resrange_toproto() local
200 google_protobuf_EnumDescriptorProto_EnumReservedRange* proto = in enumresrange_toproto() local
214 google_protobuf_FieldDescriptorProto* proto = in fielddef_toproto() local
268 google_protobuf_OneofDescriptorProto* proto = in oneofdef_toproto() local
285 google_protobuf_EnumValueDescriptorProto* proto = in enumvaldef_toproto() local
303 google_protobuf_EnumDescriptorProto* proto = in enumdef_toproto() local
[all …]
/aosp_15_r20/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java80 public final byte proto; field in PacketUtils.IpHeader
85 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader()
100 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header()
154 short val = shortBuffer.get(); in calculateChecksum() local
288 short val = srcBuffer.hasRemaining() ? srcBuffer.get() : dstBuffer.get(); in calculateChecksum() local
420 private static short onesComplement(int val) { in onesComplement()
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dpersistent_proto_unittest.cc24 void PopulateTestProto(KeyProto* proto) { in PopulateTestProto()
32 KeyProto proto; in MakeTestProto() local
74 KeyProto proto; in ReadFromDisk() local
79 void WriteToDisk(const KeyProto& proto) { WriteToDisk(GetPath(), proto); } in WriteToDisk()
81 void WriteToDisk(const base::FilePath& path, const KeyProto& proto) { in WriteToDisk()
187 KeyProto val = *pproto; in TYPED_TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle.cc177 VariantTensorDataProto proto; in ReadVariantTensor() local
212 char* GetBackingBuffer(const Tensor& val) { in GetBackingBuffer()
217 tstring* GetStringBackingBuffer(const Tensor& val) { in GetStringBackingBuffer()
234 Status WriteTensor(const Tensor& val, FileOutputBuffer* out, in WriteTensor()
249 Status WriteStringTensor(const Tensor& val, FileOutputBuffer* out, in WriteStringTensor()
301 Status WriteVariantTensor(const Tensor& val, FileOutputBuffer* out, in WriteVariantTensor()
316 VariantTensorDataProto proto; in WriteVariantTensor() local
441 Status BundleWriter::Add(StringPiece key, const Tensor& val) { in Add()
856 Status BundleReader::GetValue(const BundleEntryProto& entry, Tensor* val) { in GetValue()
952 Status BundleReader::Lookup(StringPiece key, Tensor* val) { in Lookup()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_pkt_access.c42 int test_pkt_access_subprog2(int val, volatile struct __sk_buff *skb) in test_pkt_access_subprog2()
58 int get_constant(long val) in get_constant()
66 int test_pkt_access_subprog3(int val, struct __sk_buff *skb) in test_pkt_access_subprog3()
72 int get_skb_ifindex(int val, struct __sk_buff *skb, int var) in get_skb_ifindex()
104 __u8 proto = 255; in test_pkt_access() local
H A Dbpf_flow.c51 __be16 proto; member
79 struct bpf_flow_keys val; in export_flow_keys() local
116 static __always_inline int parse_eth_proto(struct __sk_buff *skb, __be16 proto) in parse_eth_proto()
165 static __always_inline int parse_ip_proto(struct __sk_buff *skb, __u8 proto) in parse_ip_proto()
/aosp_15_r20/external/iptables/iptables/
H A Dnft-shared.c135 void add_cmp_u8(struct nftnl_rule *r, uint8_t val, uint32_t op, uint8_t sreg) in add_cmp_u8()
140 void add_cmp_u16(struct nftnl_rule *r, uint16_t val, uint32_t op, uint8_t sreg) in add_cmp_u16()
145 void add_cmp_u32(struct nftnl_rule *r, uint32_t val, uint32_t op, uint8_t sreg) in add_cmp_u32()
205 int offset, size_t len, uint8_t proto, uint32_t op) in add_proto()
214 uint8_t proto, uint32_t op) in add_l4proto()
/aosp_15_r20/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java263 final ProtoOutputStream proto = new ProtoOutputStream(); in onInstrumentationStatusLocked() local
290 final ProtoOutputStream proto = new ProtoOutputStream(); in onInstrumentationFinishedLocked() local
304 final ProtoOutputStream proto = new ProtoOutputStream(); in onError() local
315 private void writeBundle(ProtoOutputStream proto, long fieldId, Bundle bundle) { in writeBundle()
324 final Object val = bundle.get(key); in writeBundle() local
354 private void outputProto(ProtoOutputStream proto) { in outputProto()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java138 public DualDumpOutputStream(@NonNull ProtoOutputStream proto) { in DualDumpOutputStream()
156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
204 public void write(@NonNull String fieldName, long fieldId, @Nullable String val) { in write()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java943 Pair<Long, String> val = watchUids.get(proc.uid); in recordPssSampleLPf() local
1007 Pair<Long, String> val = watchUids.get(proc.uid); in recordRssSampleLPf() local
1120 Pair<Long, String> val = mMemWatchProcesses.get(procName, uid); in handlePostDumpHeapNotification() local
2544 Pair<Long, String> val = uids.valueAt(j); in dumpMemWatchProcessesLPf() local
2624 void writeMemWatchProcessToProtoLPf(ProtoOutputStream proto) { in writeMemWatchProcessToProtoLPf()
2639 Pair<Long, String> val = uids.valueAt(j); in writeMemWatchProcessToProtoLPf() local
2672 void writeProfileDataToProtoLocked(ProtoOutputStream proto, String dumpPackage) { in writeProfileDataToProtoLocked()
2695 void writeMemoryLevelsToProtoLocked(ProtoOutputStream proto) { in writeMemoryLevelsToProtoLocked()
2731 void writeProcessesToGcToProto(ProtoOutputStream proto, long fieldId, String dumpPackage) { in writeProcessesToGcToProto()
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java121 public final byte proto; field in PacketUtils.IpHeader
126 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader()
141 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header()
195 short val = shortBuffer.get(); in calculateChecksum() local
329 short val = srcBuffer.hasRemaining() ? srcBuffer.get() : dstBuffer.get(); in calculateChecksum() local
454 private static short onesComplement(int val) { in onesComplement()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_tensor_coding.cc33 void EncodeRecvTensorResponseToByteBuffer(const RecvTensorResponse& proto, in EncodeRecvTensorResponseToByteBuffer()
80 static int SkeletonEncodingSizeUpperBound(const Tensor& val) { in SkeletonEncodingSizeUpperBound()
90 static void EncodeSkeleton(const Tensor& val, io::ProtoEncodeHelper* e) { in EncodeSkeleton()
137 void EncodeTensorToByteBuffer(bool is_dead, const Tensor& val, bool require_ack, in EncodeTensorToByteBuffer()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/usage/services.usage/android_common/repackaged-jarjar/javac/
Dservices.usage.jarcom/android/server/usage/UserUsageStatsService.class UserUsageStatsService.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/usage/services.usage/android_common/javac/
Dservices.usage.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtoeplitz.c285 static void __set_filter(int fd, int off_proto, uint8_t proto, int off_dport) in __set_filter()
309 uint8_t proto; in set_filter() local
342 int fd, val; in create_ring() local
384 int fd, val; in setup_sink() local
/aosp_15_r20/frameworks/base/core/java/android/os/SemiConcurrentMessageQueue/
H A DMessageQueue.java258 private static int numQueued(long val) { in numQueued()
262 private static int numCancelled(long val) { in numCancelled()
1316 private int dumpPriorityQueue(PriorityQueue<MessageNode> queue, ProtoOutputStream proto) { in dumpPriorityQueue()
1328 void dumpDebug(ProtoOutputStream proto, long fieldId) { in dumpDebug()
/aosp_15_r20/packages/modules/Connectivity/bpf/progs/
Dnetd.c252 uint8_t proto = 0; in do_packet_tracing() local
267 uint8_t proto, len; in do_packet_tracing() member
324 uint8_t proto; in skip_owner_match() local
340 uint8_t proto; in skip_owner_match() local
693 uint64_t *val = bpf_blocked_ports_map_lookup_elem(&key); in block_port() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMEnumTag.java40 private static KMEnumTag proto(short ptr) { in proto() method in KMEnumTag
65 public static short instance(short key, byte val) { in instance()
76 public static short instance(short key, byte[] val, short valOff, short valLen) { in instance()
H A DKMEnum.java49 private static KMEnum proto(short ptr) { in proto() method in KMEnum
81 public static short instance(short enumType, byte val) { in instance()
179 public void setVal(byte val) { in setVal()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMEnumTag.java40 private static KMEnumTag proto(short ptr) { in proto() method in KMEnumTag
65 public static short instance(short key, byte val) { in instance()
76 public static short instance(short key, byte[] val, short valOff, short valLen) { in instance()
H A DKMEnum.java49 private static KMEnum proto(short ptr) { in proto() method in KMEnum
81 public static short instance(short enumType, byte val) { in instance()
179 public void setVal(byte val) { in setVal()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c165 static void build_ipv4_header(void *header, uint8_t proto, in build_ipv4_header()
185 uint16_t val, *ptr = (uint16_t *)ip6h; in ipv6_set_dsfield() local
193 static void build_ipv6_header(void *header, uint8_t proto, in build_ipv6_header()
254 static void build_gue_header(void *header, uint8_t proto) in build_gue_header()
261 static void build_gre_header(void *header, uint16_t proto) in build_gre_header()
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_core_release_no_deps.jarprotobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class WebDriverAtomScripts ...

12345678910>>...36