HomeSort by relevance Sort by last modified time
    Searched full:youtube (Results 51 - 75 of 359) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/page_sets/data/
top_10_mobile.json 7 "http://m.youtube.com/results?q=science",
  /frameworks/base/docs/html/distribute/engage/
index.jd 24 data-query="type:youtube+tag:engagement"
  /frameworks/base/docs/html/distribute/essentials/
index.jd 30 data-query="type:youtube+tag:appquality"
  /frameworks/base/docs/html/distribute/googleplay/
index.jd 35 data-query="type:youtube+tag:growth"
  /frameworks/base/docs/html/distribute/
index.jd 12 data-query="type:youtube+tag:googleplay+tag:developerstory+tag:featured, type:blog+tag:googleplay+tag:distribute+tag:featured"
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/
index.jd 30 data-query="type:youtube+tag:appquality"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 112 "http://redirector.c.youtube.com/videoplayback?id=271de9756065677e" +
113 "&source=youtube&protocol=rtsp&sparams=ip,ipbits,expire,id,itag,source" +
126 + "&source=youtube"
135 + "&source=youtube"
144 + "&source=youtube"
  /external/chromium_org/chrome/browser/net/
safe_search_util.cc 27 // YouTube pref flags are stored in bit masks of 31 bits each, called "f1",
125 // If |request| is a request to YouTube, enforces YouTube's Safety Mode by
126 // adding/modifying YouTube's PrefCookie header.
142 // Find YouTube's pref cookie, or add it if it doesn't exist yet.
  /external/chromium_org/chrome/browser/history/
top_sites_cache_unittest.cc 72 "http://www.youtube.com/a/b",
73 " http://www.youtube.com/a/b?test=1", // Redirects.
92 {"http://www.youtube.com/a/b", "http://www.youtube.com/a/b?test=1"},
94 {"http://www.youtube.com/a/b?test", "http://www.youtube.com/a/b?test"},
102 {"http://www.youtube.com/a", "http://www.youtube.com/a"},
124 EXPECT_FALSE(cache_.IsKnownURL(GURL("http://www.youtube.com/a")));
  /external/chromium_org/native_client_sdk/doc_generated/
publications-and-presentations.html 20 <td><a class="reference external" href="https://www.youtube.com/watch?v=5RFjOec-TI0">Introduction to Portable Native Client</a></td>
30 <td><a class="reference external" href="https://www.youtube.com/watch?v=RV7SMC3IJNo">Take your C++ To the Web with Native Client</a> Includes an
37 <td><a class="reference external" href="https://www.youtube.com/watch?v=1zvhs5FR0X8">Native Client Live</a> Demonstrates how
44 <td><a class="reference external" href="https://www.youtube.com/watch?v=KOsJIhmeXoc">The Life of a Native Client Instruction</a> (<a class="reference external" href="https://nacl-instruction-io12.appspot.com">slides</a>)</td>
48 <td><a class="reference external" href="https://www.youtube.com/watch?v=R281PhQufHo">Get Your Port On</a>
53 <td><a class="reference external" href="https://www.youtube.com/watch?v=g3aBfkFbPWk">Native Client Update and Showcase</a></td>
  /external/chromium_org/components/google/core/browser/
google_util_unittest.cc 359 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://www.youtube.com"),
362 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://youtube.com"),
365 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://youtube.com/path/main.html"),
373 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://www.youtube.ca"),
376 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://www.youtube.co.uk"),
379 EXPECT_FALSE(IsYoutubeDomainUrl(GURL("http://www.youtube.notrealtld"),
384 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://images.youtube.com"),
387 EXPECT_FALSE(IsYoutubeDomainUrl(GURL("http://images.youtube.com"),
392 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("http://www.youtube.com:80"),
395 EXPECT_TRUE(IsYoutubeDomainUrl(GURL("https://www.youtube.com:443")
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 172 playVideoWithRetries("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e"
173 + "&itag=160&source=youtube&user=android-device-test"
185 playVideoWithRetries("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e"
186 + "&itag=18&source=youtube&user=android-device-test"
198 playVideoWithRetries("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e"
199 + "&itag=22&source=youtube&user=android-device-test"
215 playVideoWithRetries("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e"
216 + "&itag=137&source=youtube&user=android-device-test"
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 39 * or on YouTube at https://www.youtube.com/watch?v=vCTcmPIKgpM.
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 35 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at
36 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 34 * or on YouTube at https://www.youtube.com/watch?v=55wLsaWpQ4g.
  /development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
ListViewAnimations.java 40 * or on YouTube at https://www.youtube.com/watch?v=8MIfSxgsHIs.
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 31 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at
32 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 33 * or on YouTube at https://www.youtube.com/watch?v=9XbKMUtVnJA.
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 37 * or on YouTube at https://www.youtube.com/watch?v=3UbJhmkeSig.
  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 39 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at
40 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 38 * or on YouTube at https://www.youtube.com/watch?v=_UWXqFBF86U.
  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java 34 * or on YouTube at https://www.youtube.com/watch?v=Ho8vk61lVIU.
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 33 * or on YouTube at https://www.youtube.com/watch?v=rsQet4nBVi8.
  /development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/
BitmapScaling.java 34 * or on YouTube at https://www.youtube.com/watch?v=12cB7gnL6po.
  /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java 34 * or on YouTube at https://www.youtube.com/watch?v=HbAeTGoKG6k.

Completed in 321 milliseconds

1 23 4 5 6 7 8 91011>>