Home
last modified time | relevance | path

Searched refs:use_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttparchive_test.py140 request2, archive.find_closest_request(request1, use_path=False))
143 request2, archive.find_closest_request(request1, use_path=True))
146 request3, archive.find_closest_request(request4, use_path=False))
149 None, archive.find_closest_request(request4, use_path=True))
157 request2, archive.find_closest_request(request1, use_path=False))
159 request2, archive.find_closest_request(request1, use_path=True))
167 request3, archive.find_closest_request(request1, use_path=False))
169 None, archive.find_closest_request(request1, use_path=True))
190 request2, archive.find_closest_request(request1, use_path=True))
Dhttpclient.py445 request, use_path=True)
Dhttparchive.py349 def find_closest_request(self, request, use_path=False): argument
382 if not requests and not use_path:
/external/bison/lib/
Dspawni.c99 char *const envp[], int use_path) in __spawni() argument
142 char *const envp[], int use_path) in __spawni() argument
291 if (! use_path || strchr (file, '/') != NULL) in __spawni()
Dspawn_int.h62 char *const envp[], int use_path);
/external/wpa_supplicant_8/src/utils/
Dxml-utils.c278 int use_path, const char *urn, const char *ns_uri) in mo_to_tnds() argument
299 node_to_tnds(ctx, use_path ? root : node, mo, use_path ? name : NULL); in mo_to_tnds()
Dxml-utils.h91 int use_path, const char *urn, const char *ns_uri);
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c1834 const char *out_fname, const char *urn, int use_path) in cmd_to_tnds() argument
1844 node = mo_to_tnds(ctx->xml, mo, use_path, urn, NULL); in cmd_to_tnds()