HomeSort by relevance Sort by last modified time
    Searched refs:is_add (Results 1 - 13 of 13) sorted by null

  /system/bt/bta/include/
bta_gatts_co.h 36 * Parameter is_add: true is to add a handle range; otherwise is to
44 bool is_add, tBTA_GATTS_HNDL_RANGE* p_hndl_range);
  /kernel/tests/net/test/
anycast_test.py 69 def AnycastSetsockopt(self, s, is_add, netid, addr):
73 option = IPV6_JOIN_ANYCAST if is_add else IPV6_LEAVE_ANYCAST
iproute.py 364 def _Rule(self, version, is_add, rule_type, table, match_nlattr, priority):
369 is_add: True to add a rule, False to delete it.
391 command = RTM_NEWRULE if is_add else RTM_DELRULE
408 def FwmarkRule(self, version, is_add, fwmark, fwmask, table, priority):
411 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
413 def IifRule(self, version, is_add, iif, table, priority):
415 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
417 def OifRule(self, version, is_add, oif, table, priority):
419 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
421 def UidRangeRule(self, version, is_add, start, end, table, priority)
    [all...]
multinetwork_base.py 262 def _RunSetupCommands(cls, netid, is_add):
273 cls.iproute.UidRangeRule(version, is_add, start, end, table,
275 cls.iproute.OifRule(version, is_add, iface, table, cls.PRIORITY_OIF)
276 cls.iproute.FwmarkRule(version, is_add, netid, cls.NETID_FWMASK, table,
293 if is_add:
321 def _SetInboundMarking(cls, netid, iface, is_add):
324 add_del = "-A" if is_add else "-D"
332 def SetInboundMarks(cls, is_add):
334 cls._SetInboundMarking(netid, cls.GetInterfaceName(netid), is_add)
340 is_add = table is not Non
    [all...]
xfrm_tunnel_test.py 278 def _SetupVtiNetwork(cls, vti, is_add):
282 value of is_add, either adds or removes the rules
288 is_add: Boolean that causes this method to perform setup if True or
291 if is_add:
308 cls.iproute.UidRangeRule(version, is_add, start, end, table,
310 cls.iproute.OifRule(version, is_add, vti.iface, table, cls.PRIORITY_OIF)
311 cls.iproute.FwmarkRule(version, is_add, vti.netid, cls.NETID_FWMASK,
321 if is_add:
qtaguid_test.py 57 def SetIptablesRule(self, version, is_add, is_gid, my_id, inverted):
58 add_del = "-A" if is_add else "-D"
  /system/bt/btif/co/
bta_gatts_co.cc 97 * Parameter is_add: true is to add a handle range; otherwise is to
105 UNUSED_ATTR bool is_add, UNUSED_ATTR tBTA_GATTS_HNDL_RANGE* p_hndl_range) {}
  /system/bt/stack/gatt/
gatt_main.cc 268 bool is_add) {
272 if (is_add) {
282 //! is_add
304 bool is_add, bool check_acl_link) {
305 VLOG(1) << StringPrintf("%s: is_add=%d chk_link=%d", __func__, is_add,
312 if (!gatt_update_app_hold_link_status(gatt_if, p_tcb, is_add)) return;
322 if (is_add) {
    [all...]
gatt_int.h 411 bool is_add, bool check_acl_link);
  /system/bt/bta/gatt/
bta_gatts_act.cc 81 * Parameter is_add: true is to add a handle range; otherwise is to
86 static void bta_gatts_nv_save_cback(bool is_add,
88 bta_gatts_co_update_handle_range(is_add,
98 * Parameter is_add: true is to add a handle range; otherwise is to
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 1472 const bool is_add = IsAdd(*node) || IsBiasAdd(*node); local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_schedule.c 253 uint32_t waddr, bool is_add)
256 bool is_a = is_add ^ ((inst & QPU_WS) != 0);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 14092 int is_add = (inst.instruction & 0x0fffffff) == N_MNEM_vadd; local
    [all...]

Completed in 432 milliseconds