HomeSort by relevance Sort by last modified time
    Searched full:receiver (Results 451 - 475 of 2871) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netdevice.h 56 unsigned long rx_over_errors; /* receiver ring buff overflow */
60 unsigned long rx_missed_errors; /* receiver missed packet */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 43 mDevice.executeShellCommand("atrace " + mOptions, new Receiver(), 0);
67 private class Receiver implements IShellOutputReceiver {
  /external/v8/src/x64/
codegen-x64.cc 99 Register receiver,
107 DCHECK(!AreAliased(receiver, key, value, target_map, scratch));
112 receiver, scratch, allocation_memento_found);
116 __ movp(FieldOperand(receiver, HeapObject::kMapOffset), target_map);
117 __ RecordWriteField(receiver,
129 Register receiver,
136 DCHECK(receiver.is(rdx));
211 // Set receiver's backing store.
267 Register receiver,
274 DCHECK(receiver.is(rdx))
620 int receiver = (receiver_mode_ == ARGUMENTS_CONTAIN_RECEIVER) ? 1 : 0; local
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 43 // Fast cases for getting named properties of the receiver JSObject
58 Handle<JSObject> receiver = Handle<JSObject>::cast(receiver_obj); local
60 if (receiver->IsJSGlobalObject()) {
62 GlobalDictionary* dictionary = receiver->global_dictionary();
73 } else if (!receiver->HasFastProperties()) {
75 NameDictionary* dictionary = receiver->property_dictionary();
122 Handle<JSReceiver> receiver,
127 isolate, receiver, key, &success, LookupIterator::HIDDEN);
565 Handle<JSReceiver> receiver; local
566 if (!JSReceiver::ToObject(isolate, object).ToHandle(&receiver)) {
690 Handle<JSReceiver> receiver = Handle<JSReceiver>::cast(object); local
1065 Handle<JSReceiver> receiver; local
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 12 <li><a href="#creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</a></li>
177 receiver</a> that handles these intents:</p>
210 <h2 id="creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</h2>
212 <p>A broadcast receiver allows you to receive intents broadcast by the Android system,
214 for creating a broadcast receiver to handle Wi-Fi P2P intents are as follows:</p>
220 the activity that this broadcast receiver will be registered in. This allows the broadcast
221 receiver to send updates to the activity as well as have access to the Wi-Fi hardware and a
224 <li>In the broadcast receiver, check for the intents that you are interested in
227 received. For example, if the broadcast receiver receives a {@link
233 <p>The following code shows you how to create a typical broadcast receiver. The broadcas
    [all...]
  /external/v8/src/ic/
ic-state.cc 359 case RECEIVER:
360 return "RECEIVER";
387 case RECEIVER:
388 return Type::Receiver(zone);
390 return map.is_null() ? Type::Receiver(zone) : Type::Class(map, zone);
409 if (value->IsJSReceiver()) return RECEIVER;
432 case RECEIVER:
433 if (value->IsJSReceiver()) return RECEIVER;
473 return Token::IsEqualityOp(op) ? RECEIVER : GENERIC;
495 return Token::IsEqualityOp(op) ? RECEIVER : GENERIC
    [all...]
  /packages/apps/DeskClock/
AndroidManifest.xml 116 <receiver android:name=".alarms.AlarmStateManager"
119 </receiver>
237 <receiver android:name="AlarmInitReceiver"
247 </receiver>
249 <receiver
263 </receiver>
265 <receiver
283 </receiver>
333 <!-- Legacy broadcast receiver that honors old scheduled timers across app upgrade. -->
334 <receiver android:name="com.android.deskclock.timer.TimerReceiver
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 319 fail("Broadcast receiver or NetworkCallback wait was interrupted.");
347 ConnectivityActionReceiver receiver = new ConnectivityActionReceiver( local
349 mContext.registerReceiver(receiver, filter);
371 receiver.waitForState());
373 fail("Broadcast receiver or NetworkCallback wait was interrupted.");
377 mContext.unregisterReceiver(receiver);
404 ConnectivityReceiver receiver = new ConnectivityReceiver(); local
407 mContext.registerReceiver(receiver, filter);
466 ConnectivityActionReceiver receiver = new ConnectivityActionReceiver( local
470 mContext.registerReceiver(receiver, filter)
521 ConnectivityActionReceiver receiver = new ConnectivityActionReceiver( local
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 641 if (r.BothInputsAre(Type::Receiver())) {
643 simplified()->ReferenceEqual(Type::Receiver()), invert);
709 if (r.OneInputIs(Type::Receiver())) {
711 simplified()->ReferenceEqual(Type::Receiver()), invert);
878 Node* receiver = NodeProperties::GetValueInput(node, 0); local
958 Node* receiver = NodeProperties::GetValueInput(node, 0); local
1332 Node* receiver = NodeProperties::GetValueInput(node, 0); local
2149 Node* receiver = NodeProperties::GetValueInput(node, 1); local
2275 Node* receiver = NodeProperties::GetValueInput(node, 0); local
2428 Node* receiver = NodeProperties::GetValueInput(node, 0); local
    [all...]
  /external/clang/test/SemaObjC/
arc.m 207 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the receiver type}}
208 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the receiver type}}
209 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the receiver type}}
210 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the receiver type}}
211 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the receiver type}}
212 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the receiver type}}
232 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
234 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
235 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
236 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
    [all...]
  /art/compiler/optimizing/
inliner.cc 127 HInstruction* receiver = invoke->InputAt(0); local
128 if (receiver->IsNullCheck()) {
130 // null check does not have the reference type of the actual receiver.
131 receiver = receiver->InputAt(0);
133 ReferenceTypeInfo info = receiver->GetReferenceTypeInfo();
134 DCHECK(info.IsValid()) << "Invalid RTI for " << receiver->DebugName();
141 // Statically knowing that the receiver has an interface type cannot
145 // The method that we're trying to call is not in the receiver's class or super classes.
165 // The information we had on the receiver was not enough to fin
392 HInstruction* receiver = invoke_instruction->InputAt(0); local
493 HInstruction* receiver = invoke_instruction->InputAt(0); local
675 HInstruction* receiver = invoke_instruction->InputAt(0); local
    [all...]
sharpening.h 30 // fields, etc. Besides actual method sharpening based on receiver type (for example
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 121 final DownloadCompleteReceiver receiver = new DownloadCompleteReceiver(); local
124 mContext.registerReceiver(receiver, intentFilter);
131 receiver.waitForDownloadComplete(30 * DateUtils.SECOND_IN_MILLIS, id);
134 mContext.unregisterReceiver(receiver);
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
AndroidManifest.xml 34 <receiver android:name="GrantUriPermission" android:exported="true">
35 </receiver>
36 <receiver android:name="SetInstallerPackage" android:exported="true">
37 </receiver>
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
BroadcastIntentReceiver.java 17 package com.android.cts.intent.receiver;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/
AndroidManifest.xml 36 <receiver
44 </receiver>
45 <receiver
53 </receiver>
  /cts/hostsidetests/services/activitymanager/app/src/android/server/app/
BroadcastReceiverActivity.java 27 * Activity that registers broadcast receiver .
  /cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestActiveTileService.java 30 public static class Receiver extends BroadcastReceiver {
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 116 for (BroadcastReceiver receiver : mRegisteredReceiverList) {
117 mContextWrapper.unregisterReceiver(receiver);
123 private void registerBroadcastReceiver(BroadcastReceiver receiver, IntentFilter filter) {
124 mContextWrapper.registerReceiver(receiver, filter);
126 mRegisteredReceiverList.add(receiver);
203 assertTrue("Receiver didn't make any response.", broadcastReceiver.hadReceivedBroadCast());
245 // Send wanted intent(action = MOCK_ACTION1), but the receiver is unregistered.
549 assertTrue("Receiver didn't make any response.", stickyReceiver.hadReceivedBroadCast());
653 final ResultReceiver receiver = new ResultReceiver(); local
655 registerBroadcastReceiver(receiver, new IntentFilter(ResultReceiver.MOCK_ACTION))
668 final ResultReceiver receiver = new ResultReceiver(); local
    [all...]
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DownloadManagerTest.java 82 DownloadCompleteReceiver receiver = new DownloadCompleteReceiver(); local
93 getContext().registerReceiver(receiver, filter);
100 receiver.waitForDownloadComplete(TIMEOUT, id);
109 getContext().unregisterReceiver(receiver);
  /cts/tests/tests/telephony/
AndroidManifest.xml 43 <receiver android:name=".SmsReceiver"
48 </receiver>
51 <receiver android:name=".MmsReceiver"
57 </receiver>
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
MainActivity.java 57 private BroadcastReceiver receiver = null; field in class:MainActivity
88 receiver = new WiFiDirectBroadcastReceiver(manager, channel, this);
89 registerReceiver(receiver, intentFilter);
95 unregisterReceiver(receiver);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 23 * Receiver that returns the status disabled for an injected setting.

Completed in 1822 milliseconds

<<11121314151617181920>>