HomeSort by relevance Sort by last modified time
    Searched full:broadcasts (Results 1 - 25 of 491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/test/
cxx11_tensor_broadcasting.cpp 21 array<ptrdiff_t, 4> broadcasts; local
22 broadcasts[0] = 1;
23 broadcasts[1] = 1;
24 broadcasts[2] = 1;
25 broadcasts[3] = 1;
28 no_broadcast = tensor.broadcast(broadcasts);
45 broadcasts[0] = 2;
46 broadcasts[1] = 3;
47 broadcasts[2] = 1;
48 broadcasts[3] = 4
74 array<ptrdiff_t, 3> broadcasts; local
119 Eigen::IndexList<Eigen::type2index<2>, Eigen::type2index<3>, Eigen::type2index<4>> broadcasts; local
121 Eigen::array<int, 3> broadcasts; local
    [all...]
cxx11_tensor_broadcast_sycl.cpp 32 array<int, 4> broadcasts = {{2, 3, 1, 4}}; local
33 array<int, 4> out_range; // = in_range * broadcasts
35 out_range[i] = in_range[i] * broadcasts[i];
53 gpu_out.device(sycl_device) = gpu_in.broadcast(broadcasts);
  /frameworks/base/core/java/android/content/
IIntentReceiver.aidl 23 * System private API for dispatching intent broadcasts. This is given to the
24 * activity manager as part of registering for an intent broadcasts, and is
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 30 * broadcasts to components within the app, it doesn't have to do parceling and so forth.
59 // Broadcasts the Intent
83 // Broadcasts the Intent
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
README 9 radio.py Receive time broadcasts from broadcast.py.
  /external/python/cpython2/Demo/sockets/
README 9 radio.py Receive time broadcasts from broadcast.py.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_SparseDenseCwiseDiv.pbtxt 36 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
api_def_QuantizedBiasAdd.pbtxt 47 Broadcasts the values of bias on dimensions 0..N-2 of 'input'.
api_def_SparseDenseCwiseAdd.pbtxt 36 (1) Broadcasts the dense side to have the same shape as the sparse side, if
api_def_SparseDenseCwiseMul.pbtxt 40 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
  /packages/apps/CellBroadcastReceiver/res/values/
colors.xml 20 <!-- the background color used for unread broadcasts -->
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerBackupTest.java 161 * Wait until the broadcasts queues all drain.
167 final Pattern re = Pattern.compile("^\\s+Active (ordered)? broadcasts \\[",
174 dumpsys = getDevice().executeShellCommand("dumpsys activity broadcasts");
219 dumpsys("Shortcut manager handled broadcasts");
224 fail("ShortcutManager didn't handle all expected broadcasts before time out."
268 // Make sure the shortcut service handled all the uninstall broadcasts.
352 // Make sure the shortcut service handled all the uninstall broadcasts.
414 // Make sure the shortcut service handled all the uninstall broadcasts.
458 // Make sure the shortcut service handled all the uninstall broadcasts.
502 // Make sure the shortcut service handled all the uninstall broadcasts
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 24 * Verify that applications can not send protected broadcasts.
27 private static final String BROADCASTS[] = new String[] {
96 for (String action : BROADCASTS) {
  /cts/hostsidetests/net/app2/
AndroidManifest.xml 27 them in a shared preferences which is then read by the test app. These broadcasts are
31 The manifest-defined listener also handles ordered broadcasts used to share data with the
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java 37 // test the handling of races where we're getting many UPDATE_INTENT broadcasts in a short
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBroadcastReceiver.java 19 // TODO probably needs a check to prevent calling this method from ordinary Broadcasts
  /external/tensorflow/tensorflow/compiler/xla/service/
implicit_broadcast_remover.h 26 // Pass which replaces all implicit broadcasts with their equivalent sequence of
  /frameworks/base/tests/DozeTest/res/values/
strings.xml 24 <string name="tick_clock_label">This clock is updated using TIME_TICK Broadcasts</string>
  /packages/apps/CellBroadcastReceiver/res/values-mcc466/
strings.xml 20 <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc716/
strings.xml 20 <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
PrivilegedCellBroadcastReceiver.java 24 * broadcasts that are not applicable to other kinds of broadcast messages handled by the
  /packages/apps/CellBroadcastReceiver/tests/testapp/
Android.mk 34 # Apk must be signed with platform signature in order to send test broadcasts.
  /packages/apps/DeskClock/src/com/android/deskclock/
AsyncHandler.java 24 * and handle async broadcasts.
  /packages/apps/Messaging/src/com/android/messaging/receiver/
AbortSmsReceiver.java 27 * This receiver is used to abort SMS broadcasts pre-KLP when SMS is enabled.
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 44 // Broadcast receiver for telephony intent broadcasts
54 // Register for telephony intent broadcasts
55 Log.d(TAG, "onCreate(): registering for telephony state change broadcasts");
65 * Receiver for telephony broadcasts that the IMS framework cares about.

Completed in 1422 milliseconds

1 2 3 4 5 6 7 8 91011>>