Searched
full:receiver (Results
626 -
650 of
1208) sorted by null
<<21222324252627282930>>
/external/clang/lib/ARCMigrate/ |
Internals.h | 115 void applyRewrites(RewriteReceiver &receiver);
|
/external/clang/lib/Parse/ |
ParseInit.cpp | 145 /// NOTE: [OBC] allows '[ objc-receiver objc-message-args ]' as an 243 // Parse the receiver, which is either a type or an expression. 251 // If the receiver was a type, we have a class message; parse 261 // If the receiver was an expression, we still don't know
|
/external/clang/test/Analysis/ |
delegates.m | 89 // receiver until we have better support for delegates.
|
/external/clang/test/SemaObjC/ |
related-result-type-inference.m | 11 - (id)retain; // expected-note{{instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *')}}
|
/external/grub/netboot/ |
3c90x.c | 443 ** reset of the receiver on B-revision cards re-negotiates the link 662 *** Must turn off receiver at least so stray packets will not corrupt memory 668 /* Disable the receiver and transmitter. */ 896 ** reset of the receiver on B-revision cards re-negotiates the link
|
/external/kernel-headers/original/linux/ |
mroute6.h | 251 * IPv6 raw socket, on wich an application will only receiver the payload i.e the data after
|
/external/openssh/ |
compress.c | 86 * receiver. This appends the compressed data to the output buffer.
|
/external/qemu/hw/ |
ne2000.c | 89 #define ENISR_RX 0x01 /* Receiver, no error */ 91 #define ENISR_RX_ERR 0x04 /* Receiver, with error */ 93 #define ENISR_OVER 0x10 /* Receiver overwrote the ring */ 106 #define ENRSR_DIS 0x40 /* receiver disable. set in monitor mode */
|
/external/sepolicy/ |
mls | 43 # Datagram send: Sender must be dominated by receiver unless one of them is
|
/external/srtp/googlepatches/ |
vidyo-2-srtp-lin.patch | 68 # tests the rtpw sender and receiver functions
|
/external/v8/src/ |
accessors.cc | 780 MaybeObject* Accessors::ObjectGetPrototype(Object* receiver, void*) { 781 Object* current = receiver->GetPrototype(); 790 MaybeObject* Accessors::ObjectSetPrototype(JSObject* receiver, 795 return receiver->SetPrototype(value, skip_hidden_prototypes);
|
full-codegen.h | 485 // The receiver is left on the stack by the IC. 489 // The receiver and the key is left on the stack by the IC. 515 // Complete a named property assignment. The receiver is expected on top 519 // Complete a keyed property assignment. The receiver and key are
|
string-stream.cc | 483 void StringStream::PrintFunction(Object* f, Object* receiver, Code** code) { 491 PrintPrototype(fun, receiver); 530 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) { 534 for (Object* p = receiver; p != heap->null_value(); p = p->GetPrototype()) {
|
v8globals.h | 261 // Has been executed and only one receiver type has been seen. 265 // Multiple receiver types have been seen. 283 // Receiver might implicitly be the global objects. If it is, the 453 // Used to specify whether a receiver is implicitly or explicitly
|
/external/v8/test/mjsunit/ |
array-pop.js | 114 // Test the case of not JSArray receiver.
|
array-push.js | 107 // Test the case of not JSArray receiver.
|
array-tostring.js | 105 // that "join" is read from is the same one passed as receiver later.
|
/external/v8/test/mjsunit/compiler/ |
inline-construct.js | 146 // implicit receiver object set to undefined, even in strict mode.
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.cpp | 445 v8::Local<v8::Value> V8Proxy::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[]) 481 result = function->Call(receiver, argc, args); 496 v8::Local<v8::Value> V8Proxy::callFunctionWithoutFrame(v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[]) 499 v8::Local<v8::Value> result = function->Call(receiver, argc, args);
|
/frameworks/av/include/media/ |
Visualizer.h | 140 CaptureThread(Visualizer& receiver, uint32_t captureRate, bool bCanCallJava = false);
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 25 * activity or receiver. This corresponds to information collected 27 * <receiver> tags. 187 * Bit in {@link #flags}: If set, a single instance of the receiver will 190 * only relevant for ActivityInfo structures that are describing receiver
|
ComponentInfo.java | 61 * <activity>, <receiver>, <service>, or
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
connectivity-monitoring.jd | 78 can register a broadcast receiver in your manifest to listen for these changes and resume (or
|
/frameworks/ex/common/java/com/android/common/ |
NetworkConnectivityListener.java | 33 * A wrapper for a broadcast receiver that provides network connectivity
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsStorageMonitor.java | 62 * any receiver(s) to grab its own wake lock.
|
Completed in 1435 milliseconds
<<21222324252627282930>>