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

  /external/eigen/unsupported/test/
cxx11_tensor_forced_eval.cpp 61 Eigen::array<int, 2> bcast; local
62 bcast[0] = 3;
63 bcast[1] = 1;
65 Tensor<float, 2> output_tensor= (input_tensor - input_tensor.maximum(depth_dim).eval().reshape(dims2d).broadcast(bcast));
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 148 final Intent bcast = new Intent(context, ProtipWidget.class); local
149 bcast.setAction(ACTION_POKE);
150 bcast.putExtra(EXTRA_TIMES, 3);
151 mContext.sendBroadcast(bcast);
196 Intent bcast = new Intent(context, ProtipWidget.class); local
197 bcast.setAction(ACTION_NEXT_TIP);
199 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT);
203 bcast = new Intent(context, ProtipWidget.class);
204 bcast.setAction(ACTION_POKE);
205 bcast.putExtra(EXTRA_TIMES, 1)
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
ip.py 58 match = re.search('inet (?P<address>[^\s]*) brd (?P<bcast>[^\s]*)',
63 bcast = ipaddress.IPv4Address(d['bcast'])
64 yield (address, bcast)
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 127 final BroadcastReceiverRegistrator bcast =
135 bcast.waitForBroadcast();
143 bcast.waitForBroadcast();
150 bcast.waitForBroadcast();
  /frameworks/base/tests/net/java/com/android/server/connectivity/
TetheringTest.java 272 final Intent bcast = mIntents.get(0); local
273 assertEquals(ConnectivityManager.ACTION_TETHER_STATE_CHANGED, bcast.getAction());
274 final ArrayList<String> ifnames = bcast.getStringArrayListExtra(whichExtra);
276 mIntents.remove(bcast);
  /external/libnl/lib/route/
addr.c 977 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast)
979 if (bcast && bcast->a_family != AF_INET)
982 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 676 final Intent bcast = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); local
677 bcast.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING |
679 bcast.putStringArrayListExtra(ConnectivityManager.EXTRA_AVAILABLE_TETHER, availableList);
680 bcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_LOCAL_ONLY, localOnlyList);
681 bcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, tetherList);
682 bcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ERRORED_TETHER, erroredList);
683 mContext.sendStickyBroadcastAsUser(bcast, UserHandle.ALL);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
wps_er.c 1510 u8 bcast[ETH_ALEN]; local
    [all...]
wps_registrar.c 795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 679 T* bcast(SPIRVEntry *E) { function in namespace:SPIRV
  /external/toybox/toys/pending/
ip.c 61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member in struct:linkdata
783 line_feed, link->type, link->laddr, peer ,link->bcast);
858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64);
859 else fill_address(RTA_DATA(attr), link->bcast);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 692 return BM->addNullConstant(bcast<SPIRVTypePointer>(transType(
    [all...]

Completed in 836 milliseconds