/external/clang/docs/analyzer/ |
IPA.txt | 226 corresponding to the object being called (i.e., the "receiver" in Objective-C 241 receiver. We plan to enable this once we have tested our heuristics more 267 of the receiver (MemoryRegion) is assumed to be perfectly constrained so 271 receiver because the function definition is considered to be fully resolved. 276 inline the methods sent to the receiver (MemoryRegion), even if a candidate 281 of the receiver's MemRegion to make decisions on whether the calls should be 309 receiver's class or by any superclasses.
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 148 void applyRewrites(TransformActions::RewriteReceiver &receiver); 557 TransformActions::RewriteReceiver &receiver) { 562 receiver.insert(loc, *TI); 570 receiver.increaseIndentation(range, I->second); 576 receiver.remove(range); 672 void TransformActions::applyRewrites(RewriteReceiver &receiver) { 673 static_cast<TransformActionsImpl*>(Impl)->applyRewrites(receiver);
|
TransRetainReleaseDealloc.cpp | 69 // An unused autorelease is badness. If we remove it the receiver 74 "message; its receiver may be destroyed immediately", 143 // Change the -release to "receiver = nil" in a finally to avoid a leak
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 75 * by declaring a suitable broadcast receiver in its manifest. 77 * Here is an example broadcast receiver declaration that an application 82 * <receiver android:name=".InputDeviceReceiver" 89 * </receiver> 96 * of a key character map for a particular keyboard layout. The label on the receiver 97 * is used to name the collection of keyboard layouts provided by this receiver in the 333 * {@link #ACTION_QUERY_KEYBOARD_LAYOUTS} broadcast receiver.
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
accessory.jd | 340 <p>To explicitly obtain permission, first create a broadcast receiver. This receiver listens for 345 create the broadcast receiver:</p> 371 <p>To register the broadcast receiver, put this in your <code>onCreate()</code> method in your 391 <p>When users reply to the dialog, your broadcast receiver receives the intent that contains the 443 To listen for detached events, create a broadcast receiver like below:</p> 459 <p>Creating the broadcast receiver within the application, and not the manifest, allows your
|
host.jd | 299 <p>To explicitly obtain permission, first create a broadcast receiver. This receiver listens for 304 create the broadcast receiver:</p> 330 <p>To register the broadcast receiver, add this in your <code>onCreate()</code> method in your 350 <p>When users reply to the dialog, your broadcast receiver receives the intent that contains the 421 create a broadcast receiver like below:</p> 437 <p>Creating the broadcast receiver within the application, and not the manifest, allows your
|
/frameworks/base/docs/html/guide/topics/security/ |
permissions.jd | 144 being delivered to each receiver, after the method call has returned, so you 281 {@link android.R.styleable#AndroidManifestReceiver <receiver>} tag) 282 restrict who can send broadcasts to the associated receiver. 286 to deliver the submitted broadcast to the given receiver. As a result, a 292 to control who can broadcast to a programmatically registered receiver. 333 permission string, you require that a receiver's application must hold that 336 <p>Note that both a receiver and a broadcaster can require a permission. When
|
/external/v8/src/ |
handles.cc | 298 Handle<Object> GetPropertyWithInterceptor(Handle<JSObject> receiver, 302 Isolate* isolate = receiver->GetIsolate(); 304 holder->GetPropertyWithInterceptor(*receiver, 547 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSReceiver> receiver, 549 Isolate* isolate = receiver->GetIsolate(); 551 CustomArguments args(isolate, interceptor->data(), *receiver, *object); 569 v8::Handle<v8::Array> GetKeysForIndexedInterceptor(Handle<JSReceiver> receiver, 571 Isolate* isolate = receiver->GetIsolate(); 573 CustomArguments args(isolate, interceptor->data(), *receiver, *object); [all...] |
handles.h | 199 Handle<Object> GetPropertyWithInterceptor(Handle<JSObject> receiver, 233 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSReceiver> receiver, 235 v8::Handle<v8::Array> GetKeysForIndexedInterceptor(Handle<JSReceiver> receiver,
|
hydrogen.cc | 883 // We can't eliminate phis in the receiver position in the environment 2866 HValue* receiver = environment()->Lookup(0); local 5818 HValue* receiver = Pop(); local 5843 HValue* receiver = local 5945 HGlobalObject* receiver = new(zone()) HGlobalObject(context); local 5961 HGlobalReceiver* receiver = new(zone()) HGlobalReceiver(global); local 5990 HGlobalReceiver* receiver = new(zone()) HGlobalReceiver(global_object); local 6040 HInstruction* receiver = new(zone()) HAllocateObject(context, constructor); local [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheEvictionTest.java | 24 import com.google.common.cache.CacheTesting.Receiver; 139 new Receiver<ReferenceEntry<Integer, Integer>>() { 154 new Receiver<ReferenceEntry<Integer, Integer>>() {
|
/libcore/luni/src/main/java/java/security/ |
MessageDigest.java | 227 * After the digest is computed the receiver is reset. 238 * After the digest is computed the receiver is reset. 268 * receiver is reset.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
CollectTraceAction.java | 296 StartActivityOutputReceiver receiver = new StartActivityOutputReceiver( local 298 device.executeShellCommand(startAppCmd, receiver); 304 String output = receiver.getOutput();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_manifest_attrs.xml | 45 components), or with the activity, receiver, service, or instrumentation 61 components), or with the activity, receiver, service, or instrumentation 119 {@link #AndroidManifestReceiver receiver},
|
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/ |
AndroidManifestNode.java | 53 PermissionTree, Provider, Receiver, Service, UsesLibrary, UsesPermission, UsesSdk, Comment, 115 case Receiver: 116 nodeName = "receiver";
|
/external/clang/lib/CodeGen/ |
CGObjCGNU.cpp | 109 /// contains the receiver (object) and the expected class. 409 llvm::Value *&Receiver, 441 llvm::Value *Receiver, 452 llvm::Value *Receiver, 535 /// structure describing the receiver and the class, and a selector as 540 llvm::Value *&Receiver, 545 EnforceType(Builder, Receiver, IdTy), 574 /// a structure describing the receiver and the class, and a selector as 583 llvm::Value *&Receiver, 589 // Store the receiver on the stack so that we can reload it late [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
NdefPushReceiverActivity.java | 75 * so no need to check it here in the receiver. */
|
/cts/tests/src/android/app/cts/ |
LaunchpadActivity.java | 113 public static final String RECEIVER_REG = "receiver-reg"; 114 public static final String RECEIVER_LOCAL = "receiver-local"; 115 public static final String RECEIVER_REMOTE = "receiver-remote"; 116 public static final String RECEIVER_ABORT = "receiver-abort";
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 37 * intent receiver.
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
WiFiDirectBroadcastReceiver.java | 41 * @param activity activity associated with the receiver
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
Policy.java | 152 * Through the PolicyAdmin receiver, the app can use this to trap various device
|
/external/clang/test/Analysis/ |
uninit-msg-expr.m | 44 return [aString length]; // expected-warning {{Receiver in message expression is an uninitialized value}}
|
/external/dbus/bus/ |
policy.h | 144 DBusConnection *receiver,
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 39 or to implement receiver side of SRP or another end-to-end protocol 45 any applications of this feature, but it is possible that receiver will 415 routers and receiver purge flow state. 424 Receiver makes reservation with command:
|