OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
551 - 575
of
2626
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/art/runtime/gc/
task_processor.cc
110
cond_->
Broadcast
(self);
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastTestBase.java
104
fail("Failed to receive
broadcast
in " + TIMEOUT_MS + "msec");
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java
68
public void
broadcast
(Context context) {
method in class:TestResult
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java
75
// send the
broadcast
, the rest of the test happens in NetworkLoggingTest
/cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
ErrorsTests.java
82
"Subject:
Broadcast
of Intent { act=android.intent.action.SCREEN_ON");
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java
38
* Service used to dynamically register a
broadcast
receiver.
/cts/hostsidetests/systemui/src/android/host/systemui/
BaseTileServiceTest.java
34
private static final String SHOW_DIALOG = "am
broadcast
-a " + ACTION_SHOW_DIALOG;
TileServiceTest.java
29
"am
broadcast
-a " + ACTION_START_ACTIVITY;
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java
40
* Completion of launch is notified via
broadcast
.
/cts/tests/tests/assist/src/android/assist/cts/
ScreenshotTest.java
127
Log.i(ScreenshotTest.TAG, "Got some
broadcast
: " + action);
/cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java
88
* Verify that protected
broadcast
actions can't be sent.
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
BatterySaverModeTest.java
87
// The most we can do is that the
broadcast
frmo MainInteractionSession is received
/development/samples/Wiktionary/
AndroidManifest.xml
57
<!--
Broadcast
Receiver that will process AppWidget updates -->
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py
69
# Pick an address that's unlikely to be in the
broadcast
domain of the
/external/autotest/client/site_tests/network_DhcpRenew/
network_DhcpRenew.py
17
# dhcpcd will
broadcast
a REQUEST after this many seconds.
/external/dhcpcd-6.8.2/
if-sun.c
109
const struct in_addr *netmask, const struct in_addr *
broadcast
,
/external/dng_sdk/source/
dng_mutex.cpp
376
void dng_condition::
Broadcast
()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorForwardDeclarations.h
47
template<typename
Broadcast
, typename XprType> class TensorBroadcastingOp;
/external/iproute2/man/man8/
ip-monitor.8
76
[LINK]3: eth1: <
BROADCAST
,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default
ip-neighbour.8
126
interface or if the address is multicast or
broadcast
.
/external/kernel-headers/original/uapi/linux/
if_arcnet.h
106
__u8 dest; /* destination ARCnet - 0 for
broadcast
*/
ppp_defs.h
29
#define PPP_ALLSTATIONS 0xff /* All-Stations
broadcast
address */
/external/kernel-headers/original/uapi/scsi/
scsi_netlink.h
35
/* SCSI Transport
Broadcast
Groups */
/external/kernel-headers/original/uapi/sound/
asequencer.h
94
/** system status messages (
broadcast
for subscribers)
158
unsigned char client; /**< Client number: 0..255, 255 =
broadcast
to all clients */
159
unsigned char port; /**< Port within client: 0..255, 255 =
broadcast
to all ports */
346
#define SNDRV_SEQ_FILTER_BROADCAST (1<<0) /* accept
broadcast
messages */
/external/libchrome/base/synchronization/
condition_variable_posix.cc
127
void ConditionVariable::
Broadcast
() {
Completed in 449 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>