Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/page/
D__init__.py91 url = self.file_path_url_with_scheme if self.is_file else self.url
156 def is_file(self): member in Page
163 assert self.is_file
177 assert self.is_file
192 if not self.is_file:
204 if not self.is_file:
206 all_urls = [p.url.rstrip('/') for p in self.page_set if p.is_file]
Dshared_page_state.py306 if self._current_page.is_file:
/external/jsoncpp/devtools/
Dantglob.py138 is_file = os.path.isfile( full_path )
139 if not is_file and not is_dir:
143 entry_type = is_file and FILE_LINK or DIR_LINK
145 entry_type = is_file and FILE or DIR
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
D__init__.py172 is_file = False
174 is_file = os.path.exists(possible_filename)
180 if is_file:
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgiwrappers.py362 is_file = isinstance(self.content, file)
363 if 'wsgi.file_wrapper' in environ and is_file:
365 elif is_file:
/external/curl/src/
Dtool_getparam.c1122 char is_file; in getparameter() local
1128 is_file = *p++; /* pass the separator */ in getparameter()
1132 nlen = is_file = 0; in getparameter()
1135 if('@' == is_file) { in getparameter()
/external/curl/lib/vtls/
Dnss.c296 static int is_file(const char *filename) in is_file() function
321 if(!is_file(str)) in dup_nickname()
418 if(is_file(filename)) in nss_load_cert()
610 if(key_file || (is_file(cert_file))) { in cert_stuff()
Ddarwinssl.c988 CF_INLINE bool is_file(const char *filename) in is_file() function
1194 bool is_cert_file = is_file(data->set.str[STRING_CERT]);
1326 bool is_cert_file = is_file(data->set.str[STRING_SSL_CAFILE]);