/external/webkit/Source/WebKit/mac/WebView/ |
WebView.h | 196 @abstract Closes the receiver, unloading its web page and canceling any pending loads. 197 Once the receiver has closed, it will no longer respond to requests or fire delegate methods. 199 @discussion A garbage collected application is required to call close when the receiver is no longer needed. 201 A non-garbage collected application can still call close, providing a convenient way to prevent receiver 208 @abstract Set whether the receiver closes when either it's window or hostWindow closes. 209 @param close YES if the receiver should close when either it's window or hostWindow closes, otherwise NO. 215 @abstract Returns whether the receiver closes when either it's window or hostWindow closes. 217 @result YES if the receiver closes when either it's window or hostWindow closes, otherwise NO. 608 @param drawsBackround YES to cause the receiver to draw a default white background, NO otherwise. 609 @abstract Sets whether the receiver draws a default white background when the loaded page has no background specified [all...] |
/external/v8/src/ |
frames.cc | 731 FrameSummary summary(receiver(), 793 frame->receiver()->ShortPrint(file); 809 PrintF("receiver: "); 859 // The translation commands are ordered and the receiver is always 861 // to construct a stack trace, the receiver is always in a stack slot. 867 // Get the correct receiver in the optimized frame. 868 Object* receiver = NULL; local 870 receiver = data->LiteralArray()->get(index); 876 receiver = GetExpression(index); 879 // (-n - 1) with the receiver with n being the number of parameter 1034 Object* receiver = this->receiver(); local [all...] |
string.js | 266 var receiver = %GetDefaultReceiver(replace); 267 builder.add(%_CallFunction(receiver, 434 var receiver = %GetDefaultReceiver(replace); 448 %_CallFunction(receiver, elem, match_start, subject, replace); 455 var receiver = %GetDefaultReceiver(replace); 462 var func_result = %Apply(replace, receiver, elem, 0, elem.length); 488 var receiver = %GetDefaultReceiver(replace); 494 %_CallFunction(receiver, s, index, subject, replace); 503 replacement = %Apply(replace, receiver, parameters, 0, j + 2);
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
WapPushManager.java | 38 * WAP Push messages and to maintain the Receiver Application/Application 40 * WapPushManager can update the WAP Push message and Receiver Application 42 * message, the WapPushManager looks up the Receiver Application name in 45 * Intent. If a Receiver Application is not found in the Application ID 113 * Query the latest receiver application info with supplied application ID and 187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
|
/packages/apps/Bluetooth/ |
AndroidManifest.xml | 82 <receiver 92 </receiver> 93 <receiver 111 </receiver> 209 <receiver 219 </receiver>
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 464 * @return A new receiver that records and can be queried on how many downloads have completed. 467 MultipleDownloadsCompletedReceiver receiver = new MultipleDownloadsCompletedReceiver(); local 468 mContext.registerReceiver(receiver, new IntentFilter( 470 return receiver; 518 WiFiChangedReceiver receiver = new WiFiChangedReceiver(mContext); local 519 mContext.registerReceiver(receiver, new IntentFilter( 522 synchronized (receiver) { 526 while (receiver.getWiFiIsOn() != enable && !timedOut) { 528 receiver.wait(DEFAULT_WAIT_POLL_TIME); 542 assertEquals(enable, receiver.getWiFiIsOn()) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4117.h | 30 #define AK4117_REG_RCS0 0x05 /* receiver status 0 */ 31 #define AK4117_REG_RCS1 0x06 /* receiver status 1 */ 32 #define AK4117_REG_RCS2 0x07 /* receiver status 2 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4117.h | 30 #define AK4117_REG_RCS0 0x05 /* receiver status 0 */ 31 #define AK4117_REG_RCS1 0x06 /* receiver status 1 */ 32 #define AK4117_REG_RCS2 0x07 /* receiver status 2 */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
LogReceiver.java | 25 * Receiver able to provide low level parsing for device-side log services. 118 // loop while there is still data to be read and the receiver has not be cancelled. 198 * Returns whether this receiver is canceling the remote service.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitor.java | 119 data.receiver.removeMessageReceivedEventListener(data.bufferChangeListener); 269 public final LogCatReceiver receiver; field in class:LogCatMonitor.DeviceData 273 receiver = r;
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 30 * declaring it in a <receiver> tag in AndroidManifest.xml.
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectBroadcastReceiver.java | 43 * @param activity activity associated with the receiver
|
/development/samples/training/device-management-policy/res/values/ |
strings.xml | 19 <string name="app_policy_admin_name">Policy Admin Receiver</string>
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_ProviderJCE.java | 48 * Register the services the receiver provides.
|
Support_ProviderRSA.java | 48 * Register the services the receiver provides.
|
Support_ProviderTrust.java | 50 * Register the services the receiver provides.
|
/external/chromium/chrome/browser/chromeos/login/ |
login_html_dialog.h | 75 // Notifications receiver.
|
password_changed_view.h | 93 // Notifications receiver.
|
user_image_view.h | 94 // Notifications receiver.
|
/external/clang/include/clang/Edit/ |
EditedSource.h | 60 void applyRewrites(EditsReceiver &receiver);
|
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 68 // Generate a reference to the class pointer, which will be the receiver. 73 llvm::Value *Receiver = Runtime.GetClass(Builder, ClassDecl); 82 BoxingMethod->getResultType(), Sel, Receiver, Args, 158 // Generate a reference to the class pointer, which will be the receiver. 166 llvm::Value *Receiver = Runtime.GetClass(Builder, Class); 173 Receiver, Args, Class, 221 /// Decide whether to extend the lifetime of the receiver of a 228 // receiver is loaded from a variable with precise lifetime. 230 const Expr *receiver = message->getInstanceReceiver(); local 231 const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver); [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 61 if (Expr *Receiver = ME->getInstanceReceiver()->IgnoreParenCasts()) 62 if (ObjCIvarRefExpr *E = dyn_cast<ObjCIvarRefExpr>(Receiver)) 69 if (Expr *Receiver = ME->getInstanceReceiver()->IgnoreParenCasts()) 70 if (DeclRefExpr *E = dyn_cast<DeclRefExpr>(Receiver))
|
/external/clang/test/ARCMT/ |
nonobjc-to-objc-cast-2.m | 48 // expected-error {{bad receiver type 'CFStringRef' (aka 'const struct __CFString *')}} \
|
/external/kernel-headers/original/linux/ |
tcp.h | 186 rcv_wscale : 4; /* Window scaling to send to receiver */ 288 __u32 rcv_wnd; /* Current receiver window */ 340 /* Receiver side RTT estimation */ 347 /* Receiver queue space */
|
/external/v8/test/mjsunit/compiler/ |
regress-arguments.js | 30 // Test passing null or undefined as receiver.
|