HomeSort by relevance Sort by last modified time
    Searched full:makeurl (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/resources/
background.js 5 function makeURL(toolchain, config) {
31 createWindow(makeURL.apply(null, toolchain_config));
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 187 function makeurl() { function
194 test("makeurl working",function() {
196 equal( makeurl(), 'http://example.com/search?q=a%20search%20test', 'makeurl returns a default url if nothing specified in the testEnvironment');
199 module("testEnvironment with makeurl settings", {
203 test("makeurl working with settings from testEnvironment", function() {
204 equal( makeurl(), 'http://google.com/?q=another_search_test', 'rather than passing arguments, we use test metadata to form the url');
209 equal( makeurl(), 'http://google.com/?q=hamstersoup', 'url from module, q from test');
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 87 window.location.href = MakeURL(params);
110 window.location.href = MakeURL(params);
113 window.location.href = MakeURL(params);
129 window.location.href = MakeURL(params);
132 window.location.href = MakeURL(params);
147 window.location.href = MakeURL(params);
150 window.location.href = MakeURL(params);
164 window.location.href = MakeURL(params);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.h 48 std::string MakeUrl(const Path& path);
mount_http.cc 48 std::string url = MakeUrl(path);
78 std::string url = MakeUrl(path);
351 std::string url = MakeUrl(path);
405 std::string MountHttp::MakeUrl(const Path& path) {
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
common.js 79 function MakeURL(params) {
  /frameworks/base/core/java/android/text/util/
Linkify.java 381 String url = makeUrl(m.group(0), new String[] { prefix },
398 private static final String makeUrl(String url, String[] prefixes,
439 String url = makeUrl(m.group(0), schemes, m, transformFilter);
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 392 static bool MakeURL(const char *baseURL, const char *url, AString *out) {
572 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI));
798 if (MakeURL(baseURI.c_str(), val.c_str(), &absURI)) {
1024 if (!MakeURL(mBaseURI.c_str(), tmp.c_str(), &groupURI)) {
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 191 CHECK(MakeURL(
540 CHECK(MakeURL(
    [all...]

Completed in 95 milliseconds