Home
last modified time | relevance | path

Searched defs:act (Results 1 – 25 of 1477) sorted by relevance

12345678910>>...60

/aosp_15_r20/external/libnl/lib/route/
H A Dact.c30 struct rtnl_act * rtnl_act_next(struct rtnl_act *act) in rtnl_act_next()
62 int rtnl_act_remove(struct rtnl_act **head, struct rtnl_act *act) in rtnl_act_remove()
78 static int rtnl_act_fill_one(struct nl_msg *msg, struct rtnl_act *act, int order) in rtnl_act_fill_one()
115 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill()
136 static int rtnl_act_msg_build(struct rtnl_act *act, int type, int flags, in rtnl_act_msg_build()
164 static int act_build(struct rtnl_act *act, int type, int flags, in act_build()
191 void rtnl_act_get(struct rtnl_act *act) in rtnl_act_get()
196 void rtnl_act_put(struct rtnl_act *act) in rtnl_act_put()
222 int rtnl_act_build_add_request(struct rtnl_act *act, int flags, in rtnl_act_build_add_request()
261 int rtnl_act_add(struct nl_sock *sk, struct rtnl_act *act, int flags) in rtnl_act_add()
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdDeserializer.java200 final CoercionAction act = _findCoercionFromEmptyArray(ctxt); in _deserializeFromArray() local
269 final CoercionAction act = ctxt.findCoercionAction(logicalType(), rawTargetType, in _deserializeFromString() local
275 … final CoercionAction act = ctxt.findCoercionFromBlankString(logicalType(), rawTargetType, in _deserializeFromString() local
318 CoercionAction act, Class<?> rawTargetType, String desc) throws IOException in _deserializeFromEmptyString()
422 final CoercionAction act = _checkFromStringCoercion(ctxt, text, in _parseBooleanPrimitive() local
523 final CoercionAction act = _checkFromStringCoercion(ctxt, text, in _parseBoolean() local
561 CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Byte.TYPE); in _parseBytePrimitive() local
592 CoercionAction act = _checkFromStringCoercion(ctxt, text, in _parseBytePrimitive() local
629 CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Short.TYPE); in _parseShortPrimitive() local
659 CoercionAction act = _checkFromStringCoercion(ctxt, text, in _parseShortPrimitive() local
[all …]
H A DNumberDeserializers.java286 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseByte() local
309 final CoercionAction act = _checkFromStringCoercion(ctxt, text); in _parseByte() local
374 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseShort() local
397 final CoercionAction act = _checkFromStringCoercion(ctxt, text); in _parseShort() local
453 …CoercionAction act = ctxt.findCoercionAction(logicalType(), _valueClass, CoercionInputShape.Intege… in deserialize() local
488 CoercionAction act = _checkFromStringCoercion(ctxt, text); in deserialize() local
556 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseInteger() local
578 final CoercionAction act = _checkFromStringCoercion(ctxt, text); in _parseInteger() local
630 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseLong() local
652 final CoercionAction act = _checkFromStringCoercion(ctxt, text); in _parseLong() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/List/
H A DListFactories.java71 static Object[] a(List<String> act, List<String> exp) { in a()
158 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
163 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
168 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
173 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
178 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
258 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
263 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
268 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
274 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/aosp_15_r20/external/libnl/lib/route/act/
H A Dnat.c113 int rtnl_nat_set_old_addr(struct rtnl_act *act, in_addr_t addr) in rtnl_nat_set_old_addr()
125 int rtnl_nat_get_old_addr(struct rtnl_act *act, in_addr_t *addr) in rtnl_nat_get_old_addr()
144 int rtnl_nat_set_new_addr(struct rtnl_act *act, in_addr_t addr) in rtnl_nat_set_new_addr()
156 int rtnl_nat_get_new_addr(struct rtnl_act *act, in_addr_t *addr) in rtnl_nat_get_new_addr()
175 int rtnl_nat_set_mask(struct rtnl_act *act, in_addr_t bitmask) in rtnl_nat_set_mask()
187 int rtnl_nat_get_mask(struct rtnl_act *act, in_addr_t *bitmask) in rtnl_nat_get_mask()
209 int rtnl_nat_set_flags(struct rtnl_act *act, uint32_t flags) in rtnl_nat_set_flags()
221 int rtnl_nat_get_flags(struct rtnl_act *act, uint32_t *flags) in rtnl_nat_get_flags()
233 int rtnl_nat_set_action(struct rtnl_act *act, int action) in rtnl_nat_set_action()
248 int rtnl_nat_get_action(struct rtnl_act *act, int *action) in rtnl_nat_get_action()
H A Dvlan.c199 int rtnl_vlan_set_mode(struct rtnl_act *act, int mode) in rtnl_vlan_set_mode()
221 int rtnl_vlan_get_mode(struct rtnl_act *act, int *out_mode) in rtnl_vlan_get_mode()
241 int rtnl_vlan_set_action(struct rtnl_act *act, int action) in rtnl_vlan_set_action()
260 int rtnl_vlan_get_action(struct rtnl_act *act, int *out_action) in rtnl_vlan_get_action()
280 int rtnl_vlan_set_protocol(struct rtnl_act *act, uint16_t protocol) in rtnl_vlan_set_protocol()
299 int rtnl_vlan_get_protocol(struct rtnl_act *act, uint16_t *out_protocol) in rtnl_vlan_get_protocol()
319 int rtnl_vlan_set_vlan_id(struct rtnl_act *act, uint16_t vid) in rtnl_vlan_set_vlan_id()
341 int rtnl_vlan_get_vlan_id(struct rtnl_act *act, uint16_t *out_vid) in rtnl_vlan_get_vlan_id()
361 int rtnl_vlan_set_vlan_prio(struct rtnl_act *act, uint8_t prio) in rtnl_vlan_set_vlan_prio()
383 int rtnl_vlan_get_vlan_prio(struct rtnl_act *act, uint8_t *out_prio) in rtnl_vlan_get_vlan_prio()
H A Dskbedit.c158 int rtnl_skbedit_set_action(struct rtnl_act *act, int action) in rtnl_skbedit_set_action()
170 int rtnl_skbedit_get_action(struct rtnl_act *act) in rtnl_skbedit_get_action()
179 int rtnl_skbedit_set_queue_mapping(struct rtnl_act *act, uint16_t index) in rtnl_skbedit_set_queue_mapping()
191 int rtnl_skbedit_get_queue_mapping(struct rtnl_act *act, uint16_t *index) in rtnl_skbedit_get_queue_mapping()
205 int rtnl_skbedit_set_mark(struct rtnl_act *act, uint32_t mark) in rtnl_skbedit_set_mark()
217 int rtnl_skbedit_get_mark(struct rtnl_act *act, uint32_t *mark) in rtnl_skbedit_get_mark()
231 int rtnl_skbedit_set_priority(struct rtnl_act *act, uint32_t prio) in rtnl_skbedit_set_priority()
243 int rtnl_skbedit_get_priority(struct rtnl_act *act, uint32_t *prio) in rtnl_skbedit_get_priority()
H A Dmirred.c122 int rtnl_mirred_set_action(struct rtnl_act *act, int action) in rtnl_mirred_set_action()
145 int rtnl_mirred_get_action(struct rtnl_act *act) in rtnl_mirred_get_action()
154 int rtnl_mirred_set_ifindex(struct rtnl_act *act, uint32_t ifindex) in rtnl_mirred_set_ifindex()
165 uint32_t rtnl_mirred_get_ifindex(struct rtnl_act *act) in rtnl_mirred_get_ifindex()
174 int rtnl_mirred_set_policy(struct rtnl_act *act, int policy) in rtnl_mirred_set_policy()
186 int rtnl_mirred_get_policy(struct rtnl_act *act) in rtnl_mirred_get_policy()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Platform/src/
H A DPlatformACT.c134 uint32_t act in ActGetDataPointer()
152 uint32_t act in _plat__ACT_GetImplemented()
165 uint32_t act //IN: the ACT selector in _plat__ACT_GetRemaining()
182 uint32_t act //IN: number of ACT to check in _plat__ACT_GetSignaled()
195 uint32_t act, in _plat__ACT_SetSignaled()
205 uint32_t act //IN: number of ACT to check in _plat__ACT_GetPending()
223 uint32_t act, // IN: ACT to update in _plat__ACT_UpdateCounter()
316 uint32_t act, in ActZero()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/
H A DSetFactories.java69 static Object[] a(Set<String> act, Set<String> exp) { in a()
125 public void cannotAdd(Set<String> act, Set<String> exp) { in cannotAdd()
130 public void cannotRemove(Set<String> act, Set<String> exp) { in cannotRemove()
135 public void contentsMatch(Set<String> act, Set<String> exp) { in contentsMatch()
192 public void hashCodeEqual(Set<String> act, Set<String> exp) { in hashCodeEqual()
197 public void containsAll(Set<String> act, Set<String> exp) { in containsAll()
270 public void containsNullShouldThrowNPE(Set<String> act, Set<String> exp) { in containsNullShouldThrowNPE()
275 public void serialEquality(Set<String> act, Set<String> exp) { in serialEquality()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/ClockTimer/
H A DACT_spt.c56 UINT32 act, //IN: the act number in _ActResume()
114 UINT32 act, in _ActSaveState()
138 UINT32 act = actHandle - TPM_RH_ACT_0; in ActGetSignaled() local
173 UINT32 act in ActIsImplemented()
198 UINT32 act; in ActCounterUpdate() local
257 UINT32 act = actHandle - TPM_RH_ACT_0; in ActGetCapabilityData() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
H A DTestUtil.kt93 val act = sanitize(get(i), mode) in List() constant
145 val act = sanitize(actual[i], SanitizeMode.FLEXIBLE_THREAD) in verifyExceptions() constant
155 val act = sanitize(get(i), SanitizeMode.FLEXIBLE_THREAD) in <lambda>() constant
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc509 phTmlNfc_TransactInfo_t* act) { in st_validator_null()
525 phTmlNfc_TransactInfo_t* act) { in st_validator_testSWP1_vltg()
553 phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_Txldo()
626 phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal()
673 nci_data_t* exp, phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal_FixedNfcLd()
729 nci_data_t* exp, phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal_Differential()
797 phTmlNfc_TransactInfo_t* act) { in st_validator_testEquals()
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc509 phTmlNfc_TransactInfo_t* act) { in st_validator_null()
525 phTmlNfc_TransactInfo_t* act) { in st_validator_testSWP1_vltg()
553 phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_Txldo()
626 phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal()
673 nci_data_t* exp, phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal_FixedNfcLd()
729 nci_data_t* exp, phTmlNfc_TransactInfo_t* act) { in st_validator_testAntenna_AgcVal_Differential()
797 phTmlNfc_TransactInfo_t* act) { in st_validator_testEquals()
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Daction.c316 struct xkb_mod_action *act = &action->mods; in HandleSetLatchLockMods() local
383 struct xkb_group_action *act = &action->group; in HandleSetLatchLockGroup() local
408 struct xkb_pointer_action *act = &action->ptr; in HandleMovePtr() local
456 struct xkb_pointer_button_action *act = &action->btn; in HandlePtrBtn() local
518 struct xkb_pointer_default_action *act = &action->dflt; in HandleSetPtrDflt() local
577 struct xkb_switch_screen_action *act = &action->screen; in HandleSwitchScreen() local
624 struct xkb_controls_action *act = &action->ctrls; in HandleSetLockControls() local
652 struct xkb_private_action *act = &action->priv; in HandlePrivate() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dfully_connected_quant8_signed.mod.py45 act = Int32Scalar("act", 0) variable
64 act = Int32Scalar("act", 0) variable
87 act = Int32Scalar("act", 0) variable
106 act = Int32Scalar("act", 0) variable
127 act = Int32Scalar("act", 0) variable
Dconv2d_quant8_signed.mod.py471 act = Int32Scalar("act", 0) variable
492 act = Int32Scalar("act", 0) variable
519 act = Int32Scalar("act", 0) variable
547 act = Int32Scalar("act", 0) variable
584 act = Int32Scalar("act", 0) variable
613 act = Int32Scalar("act", 0) variable
641 act = Int32Scalar("act", 0) variable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/hci/
Dstack_hci_test.cc61 uint8_t act[sizeof(preamble)]; in TEST_F() local
77 uint8_t act[sizeof(preamble)]; in TEST_F() local
92 uint8_t act[sizeof(preamble)]; in TEST_F() local
108 uint8_t act[sizeof(preamble)]; in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqconv.cpp255 const at::Tensor& act, in apply_impl()
569 const at::Tensor& act, double output_scale, int64_t output_zero_point) { in apply_impl_xnnp()
827 const at::Tensor& act, in apply_impl()
1154 const at::Tensor& act, in apply_impl()
1388 at::Tensor act, // contains quantized values but not QTensor in _quantized_convolution_onednn()
1775 Tensor act, in run()
1791 Tensor act, in run()
1821 Tensor act, in run()
1843 Tensor act, in run()
1870 at::Tensor act, // contains quantized values but not QTensor in run_pointwise()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuFullyConnected.cpp83 …ensorInfo *src, const ITensorInfo *weights, const ITensorInfo *dst, const ActivationLayerInfo &act, in get_gemmlowp_output_stage_info()
112 …*weights, const ITensorInfo *biases, const ITensorInfo *dst, const ActivationLayerInfo &act, bool … in validate_mm()
175 … ITensorInfo *weights, const ITensorInfo *biases, ITensorInfo *dst, const ActivationLayerInfo &act) in configure_mm()
212 … ITensorInfo *weights, const ITensorInfo *biases, ITensorInfo *dst, const ActivationLayerInfo &act) in configure_conv_fc()
228 … ITensorInfo *weights, const ITensorInfo *biases, ITensorInfo *dst, const ActivationLayerInfo &act) in configure_fc_fc()
/aosp_15_r20/build/make/tools/compliance/
H A Dtest_util.go281 type act struct { struct
282 actsOn, condition string
286 func (a act) String() string {
291 func toActionSet(lg *LicenseGraph, data []act) ActionSet {
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/jni/cpp/
Dact_jni.cpp54 std::unique_ptr<AnonymousCountingTokens> act = AnonymousCountingTokensV0::Create(); in Java_com_android_adservices_ActJniWrapper_generateClientParameters() local
121 std::unique_ptr<AnonymousCountingTokens> act = AnonymousCountingTokensV0::Create(); in Java_com_android_adservices_ActJniWrapper_generateTokensRequest() local
228 std::unique_ptr<AnonymousCountingTokens> act = AnonymousCountingTokensV0::Create(); in Java_com_android_adservices_ActJniWrapper_verifyTokensResponse() local
324 std::unique_ptr<AnonymousCountingTokens> act = AnonymousCountingTokensV0::Create(); in Java_com_android_adservices_ActJniWrapper_recoverTokens() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestCompliance.cpp73 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
87 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
103 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
138 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
/aosp_15_r20/external/blktrace/
H A Dblkparse_fmt.c167 static void print_field(char *act, struct per_cpu_info *pci, in print_field()
261 static char *parse_field(char *act, struct per_cpu_info *pci, in parse_field()
288 static void process_default(char *act, struct per_cpu_info *pci, in process_default()
423 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, in process_fmt()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A Dactivation_quant_helpers.h67 #define PERFORM_ACTIVATION_QUANT(act, data) \ argument
78 #define PERFORM_ACTIVATION_QUANT(act, data) \ argument
90 #define PERFORM_ACTIVATION_QUANT(act, data) \ argument

12345678910>>...60