OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmet
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/libtest/
lib1511.c
28
long
unmet
;
local
47
curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &
unmet
);
48
if(
unmet
!= 1L) {
60
curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &
unmet
);
61
if(
unmet
!= 0L) {
/external/autotest/cli/contrib/
why_isnt_my_job_running.py
306
unmet
= job_deps - host_label_names
variable
307
if
unmet
:
309
(', '.join(host_label_names), ', '.join(
unmet
)))
Completed in 186 milliseconds