/external/chromium_org/third_party/WebKit/ManualTests/ |
media-muted.html | 9 vid.play();
|
video-player.html | 47 if (!videoElem.play) { 52 videoElem.addEventListener("play", startedPlaying); 62 videoElem.play(); 91 videoElem.play();
|
video-waiting-seeking.html | 58 waitForEvent('play', someTimeLater); 63 video.play();
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
udeprctd.h | 17 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
|
usystem.h | 17 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
|
/external/oprofile/daemon/ |
opd_anon.h | 24 * Shift useful bits into play for VMA hashing.
|
/frameworks/base/core/java/android/animation/ |
package.html | 16 specify {@link android.animation.Keyframe keyframes}, or group animations to play sequentially
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
ads.jd | 18 <li><a href="http://play.google.com/about/developer-content-policy.html" target="_policies">Developer Program Policies</a></li> 26 Google Play policies guide how you can use ads in your apps, to help ensure 34 your apps conforms to Google Play policies. 38 Before you publish, make sure you understand Google Play ad policies and how 45 For more information about Google Play policies that apply to your apps and 47 "http://play.google.com/about/developer-content-policy.html" target= 49 "http://play.google.com/about/developer-distribution-agreement.html" target= 64 violates Google Play policies, your app may be suspended or your developer 70 displayed in your app and to manage the ads content according to Google Play 77 your app must not violate the terms of Google Play?s Content Policy [all...] |
spam.jd | 17 <li><a href="http://play.google.com/about/developer-content-policy.html" target="_policies">Developer Program Policies</a></li> 18 <li><a href="http://play.google.com/about/developer-distribution-agreement.html" target="_policies">Developer Distribution Agreement</a></li> 24 Google Play policies prohibit spam, to help ensure the best experience for 26 content on Google Play. Not only will it lower your app's rating and cause 33 free from spam and conform to the Google Play policies highlighted in this 35 considered spam on Google Play and check your apps for violations, even those 42 For more information about Google Play policies that apply to your apps and 44 "http://play.google.com/about/developer-content-policy.html" target= 46 "http://play.google.com/about/developer-distribution-agreement.html" target= 54 When you publish an app on Google Play, you should pay special attention t [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-permission-element.jd | 11 <p style="color:#669999;padding-top:1em;">Google Play Filtering</p> 15 your application is filtered by Google Play.</p> 18 <code>CAMERA</code>, for example — Google Play assumes that your 24 relying on Google Play to "discover" the requirements in
|
compatible-screens-element.jd | 30 by external services (such as Google Play) to better understand the application's compatibility 33 compatible. Thus, external services (such as Google Play) should not provide the application to 53 Play) will filter your application accordingly. You can also use the <a 58 <p>Also see the <a href="{@docRoot}google/play/filters.html">Filters on Google Play</a> 59 document for more information about how Google Play filters applications using this and 146 <dd><a href="{@docRoot}google/play/filters.html">Filters on Google Play</a></dd>
|
/frameworks/base/media/java/android/media/ |
IRingtonePlayer.aidl | 27 void play(IBinder token, in Uri uri, int streamType);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementSequentialTimeContainer.java | 17 * elements play one after the other.
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
HttpOverSpdyTest.java | 95 server.play(); 110 server.play(); 119 server.play(); 134 server.play(); 149 server.play(); 158 server.play(); 177 server.play(); 190 server.play(); 203 server.play(); 221 server.play(); [all...] |
/frameworks/base/docs/html/google/play/billing/ |
gp-purchase-status-api.jd | 2 page.tags="In-app Billing", "Google Play", "inapp billing", "in app billing", "iab", "billing" 17 <li><a href="https://developers.google.com/android-publisher/v1_1/">Google Play Android Developer API</a></li> 22 <p>Google Play provides an HTTP-based Purchase Status API that lets 60 href="https://developers.google.com/android-publisher/v1_1/">Google Play Android 90 <p>Applications using the Google Play Android Developer API are limited to an 104 <p>Calls to the Google Play Android Developer API require authorization. Google 108 in the Google Play Android Developer API documentation.</p> 116 to your backend servers, which verifies them directly with Google Play using the 131 <p>Access to the Google Play Android Developer API is regulated to help ensure a 152 the Google Play servers for the subscription status again until the subscription i [all...] |
billing_best_practices.jd | 25 <li><a href="{@docRoot}google/play/billing/billing_overview.html">Overview of In-app 33 anyone who is using Google Play's In-app Billing service.</p> 93 <p>With the In-app Billing Version 3 API, you can include a 'developer payload' string token when sending your purchase request to Google Play. Typically, this is used to pass in a string token that uniquely identifies this purchase request. If you specify a string value, Google Play returns this string along with the purchase response. Subsequently, when you make queries about this purchase, Google Play returns this string together with the purchase details.</p> 95 <p>When you get back the response from Google Play, make sure to verify that the developer payload string matches the token that you sent previously with the purchase request. As a further security precaution, you should perform the verification on your own secure server.</p> 99 <p>If you see your content being redistributed on Google Play, act quickly and decisively. File a 109 <h3 id="key">Protect your Google Play public key</h3>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
NotificationPlayer.java | 39 private static final int PLAY = 1; 177 case PLAY: 178 if (mDebug) Log.d(mTag, "PLAY"); 232 // if there are no more sounds to play, end the Looper to listen for media completion 278 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}) 284 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer 287 cmd.code = PLAY; 294 mState = PLAY; 326 * We want to hold a wake lock while we do the prepare and play. The stop probably is 329 * sound to play, but if the CPU turns off before mThread gets to work, it won't. Th [all...] |
/development/samples/devbytes/animation/ToonGame/res/layout/ |
activity_toon_game.xml | 30 android:text="Play!" 33 android:onClick="play"
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
media_player_api.h | 21 // Implements the chrome.mediaPlayerPrivate.play method. 24 DECLARE_EXTENSION_FUNCTION("mediaPlayerPrivate.play", MEDIAPLAYERPRIVATE_PLAY)
|
/external/chromium_org/content/test/data/media/ |
player.html | 29 player.play(); 74 player.play();
|
/external/chromium_org/content/test/ |
test_video_frame_provider.cc | 44 void TestVideoFrameProvider::Play() { 45 DVLOG(1) << "TestVideoFrameProvider::Play";
|
/external/chromium_org/tools/grit/grit/format/ |
c_format_unittest.py | 26 <message name="IDS_QUESTIONS">Do you want to play questions?</message> 49 return "Do you want to play questions?";
|
/external/skia/gm/ |
distantclip.cpp | 52 // Next we play that picture into another picture of the same size. 57 // Finally we play the part of that second picture that should be green into the canvas.
|
/frameworks/base/docs/html/about/ |
index.jd | 38 1.5 billion apps and games from Google Play each month. </p> 93 <p>Google Play is the premier marketplace for selling and distributing Android apps. 94 When you publish an app on Google Play, you reach the huge installed base of 101 <p>As an open marketplace, Google Play puts you in control of how you sell your 113 <p>Beyond growing your customer base, Google Play helps you build visibility and 115 Play gives them higher placement in weekly "top" charts and rankings, and for 120 Google Play can be a growth engine for your business.</p> 144 "//play.google.com/store/apps/details?id=com.robotinvader.knightmare"><em>Wind-up
|
/frameworks/base/docs/html/design/building-blocks/ |
scrolling.jd | 12 <video class="play-on-hover" autoplay> 30 <video class="play-on-hover" autoplay>
|