Home
last modified time | relevance | path

Searched refs:URL_BASE (Results 1 – 4 of 4) sorted by relevance

/external/curl/docs/examples/
Dchkspeed.c43 #define URL_BASE "http://speedtest.your.domain/" macro
44 #define URL_1M URL_BASE "file_1M.bin"
45 #define URL_2M URL_BASE "file_2M.bin"
46 #define URL_5M URL_BASE "file_5M.bin"
47 #define URL_10M URL_BASE "file_10M.bin"
48 #define URL_20M URL_BASE "file_20M.bin"
49 #define URL_50M URL_BASE "file_50M.bin"
50 #define URL_100M URL_BASE "file_100M.bin"
/external/tensorflow/tensorflow/contrib/makefile/samples/
Dbuild_and_run_inception_hexagon.sh77 URL_BASE="https://storage.googleapis.com/download.tensorflow.org"
93 download_and_push "${URL_BASE}/deps/hexagon/libhexagon_controller.so" \
97 download_and_push "${URL_BASE}/deps/hexagon/libhexagon_nn_skel.so" \
191 download_and_push "${URL_BASE}/example_images/img_299x299.bmp" \
196 "${URL_BASE}/models/tensorflow_inception_v3_stripped_optimized_quantized.pb" \
201 download_and_push "${URL_BASE}/models/imagenet_comp_graph_label_strings.txt" \
/external/autotest/client/site_tests/policy_URLWhitelist/
Dpolicy_URLWhitelist.py41 self.URL_BASE = '%s/%s' % (self.WEB_HOST, 'website')
42 self.BLOCKED_URLS_LIST = [self.URL_BASE + website for website in
/external/autotest/client/site_tests/policy_URLBlacklist/
Dpolicy_URLBlacklist.py21 self.URL_BASE = '%s/%s' % (self.WEB_HOST, 'website')
22 self.ALL_URLS_LIST = [self.URL_BASE + website for website in