/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i386.c | 220 broadcast factor. */ 223 /* Type of broadcast: no broadcast, {1to8}, or {1to16}. */ 341 struct Broadcast_Operation *broadcast; member in struct:_i386_insn [all...] |
/external/dnsmasq/src/ |
rfc2131.c | 791 mess->flags |= htons(0x8000); /* broadcast */ [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | [all...] |
/frameworks/base/docs/html/guide/components/ |
intents-filters.jd | 78 <li><b>To deliver a broadcast:</b> 79 <p>A broadcast is a message that any app can receive. The system delivers various 81 You can deliver a broadcast to other apps by passing an {@link android.content.Intent} 189 <p>In the case of a broadcast intent, this is the action that took place and is being reported. 557 However, filters for broadcast receivers can be registered dynamically by calling [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Tethering.java | 676 Intent broadcast = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); local 677 broadcast.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING | 679 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_AVAILABLE_TETHER, 681 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, activeList); 682 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ERRORED_TETHER, 684 mContext.sendStickyBroadcastAsUser(broadcast, UserHandle.ALL); [all...] |
/art/runtime/base/ |
mutex.cc | 787 void ConditionVariable::Broadcast(Thread* self) { 794 sequence_++; // Indicate the broadcast occurred. 904 // A signal or ConditionVariable::Signal/Broadcast has come in. [all...] |
/external/libpcap/msdos/ |
pktdrvr.c | 294 "Receive direct & broadcast packets",
295 "Receive direct,broadcast and limited multicast packets",
296 "Receive direct,broadcast and all multicast packets",
[all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-intro.jd | 39 services, broadcast receivers, and content providers that compose the application. 243 broadcast receivers 343 The core components of an application, such as its activities, services, and broadcast
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
AppWidgetServiceImpl.java | 161 Slog.i(TAG, "Received broadcast: " + action + " on user " + userId); 3666 PendingIntent broadcast; field in class:AppWidgetServiceImpl.Provider [all...] |
/frameworks/base/services/core/java/com/android/server/ |
BatteryService.java | 262 /* The ACTION_BATTERY_LOW broadcast is sent in these situations: 444 // Separate broadcast is sent for power connected / not connected 514 // Pack up the values and broadcast them to everyone [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayController.java | 700 // get that broadcast, so we register a timeout. [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionService.java | 738 * registered listeners, or if there was none, broadcast an [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 124 // Extra key to set the global broadcast id. 210 // Send broadcast message so pre-L AppWidgets will recognize an update 308 // broadcast receiver (AlarmStateManager) and service (AlarmService) can be thwarted by the [all...] |
/prebuilts/tools/linux-x86_64/kythe/third_party/leiningen/ |
COPYING | 307 the broadcast. 323 topography, architecture or science; a performance; a broadcast; a 343 digital performance; to broadcast and rebroadcast the Work by any
|
/sdk/files/typos/ |
typos-es.txt | 76 # broadcast. 91 # architecture or science; a performance; a broadcast; a phonogram; a 108 # performance; to broadcast and rebroadcast the Work by any means
|
typos-it.txt | 76 # broadcast. 91 # architecture or science; a performance; a broadcast; a phonogram; a 108 # performance; to broadcast and rebroadcast the Work by any means
|
typos-tr.txt | 76 # broadcast. 91 # architecture or science; a performance; a broadcast; a phonogram; a 108 # performance; to broadcast and rebroadcast the Work by any means
|
/bionic/libc/bionic/ |
ifaddrs.cpp | 213 // and any broadcast/destination address.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
UsbAccessoryTestActivity.java | 190 Log.d(TAG, "Received broadcast: intent=" + intent);
|
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
EncryptionAppTest.java | 209 // Dismiss keyguard should have kicked off immediate broadcast
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
LockTaskTest.java | 417 * to receive the broadcast back confirming it has finished processing
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConnectivityConstraintTest.java | 231 * and wait for a broadcast that we're connected to cell.
|
/cts/tests/expectations/ |
knownfailures.txt | 284 description: "protected broadcast not working",
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
BluetoothLeScanTest.java | 78 // Note it's not reliable to listen for Adapter.ACTION_STATE_CHANGED broadcast and check
|
/development/apps/Development/res/values/ |
strings.xml | 228 <string name="bad_behavior_anr_broadcast_label">ANR receiving a broadcast Intent</string>
|