Searched refs:url (Results 1 - 11 of 11) sorted by relevance

/linux-master/scripts/
H A Dget_dvb_firmware51 my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
58 wgetfile($sourcefile, $url);
68 my $url = "http://www.avermedia.com/software/$sourcefile";
77 wgetfile($sourcefile, $url);
88 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
95 wgetfile($sourcefile, $url);
106 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
113 wgetfile($sourcefile, $url);
124 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
131 wgetfile($sourcefile, $url);
[all...]
H A Dget_maintainer.pl769 my $url = $1;
772 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
780 my $url = $1;
781 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh39 --rootfs-url-prefix "https://${BASE_SYSTEM_HOST_PATH}" \
40 --kernel-url-prefix "https://${PIPELINE_ARTIFACTS_BASE}/${DEBIAN_ARCH}" \
41 --build-url "${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${DEBIAN_ARCH}/kernel-files.tar.zst" \
42 --job-rootfs-overlay-url "${FDO_HTTP_CACHE_URI:-}https://${JOB_ROOTFS_OVERLAY_PATH}" \
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh109 url="https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/${hostarch}/${crosstool_version}/${archive_name}"
117 curl -o "${archive}" --fail --continue-at - "${url}"
/linux-master/tools/perf/util/
H A Dsetup.py113 url='http://perf.wiki.kernel.org',
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py124 for url in pipelines_urls:
125 new_xfails = get_xfails_from_pipeline_url(url)
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh89 while IFS=$'\t' read -r name url; do
90 URLS["$name"]="$url"
/linux-master/scripts/kconfig/
H A Dqconf.h198 void clicked (const QUrl &url);
H A Dqconf.cc1173 void ConfigInfoView::clicked(const QUrl &url) argument
1175 QByteArray str = url.toEncoded();
/linux-master/tools/perf/scripts/python/
H A Dgecko.py358 url = 'https://profiler.firefox.com/from-url/' + safe_string
359 webbrowser.open(f'{url}')
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py928 fp.write('url%s: %s\n' % (n, testdata['bugurl']))
4344 data['time'], tVal[0], tVal[1], data['url'], res,
4469 html += tdlink.format(d[5]) if d[5] else td.format('') # url
4484 host, url, devlist = data['host'], data['url'], data['devlist']
4494 'url': url}
4498 mdevlist[name]['url'] = url
4533 html += tdlink.format(data['url']) # ur
[all...]

Completed in 199 milliseconds