/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/curl/docs/libcurl/opts/ |
CURLINFO_CONDITION_UNMET.3 | 26 CURLINFO_CONDITION_UNMET \- get info on unmet time conditional 30 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_CONDITION_UNMET, long *unmet); 56 long unmet; 57 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); 59 printf("The time condition was %sfulfilled\\n", unmet?"NOT":"");
|
/external/curl/tests/data/ |
test1424 | 47 HTTP GET -o fname without Content-Disposition (unmet time condition)
|
/external/google-benchmark/ |
CMakeLists.txt | 22 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which 24 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet dependencies" OFF)
|
/external/libcxx/utils/google-benchmark/ |
CMakeLists.txt | 22 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which 24 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet dependencies" OFF)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/workers/ |
ConstraintTrackingWorker.java | 119 Log.d(TAG, "Constraints were unmet, Retrying.");
|
/system/libvintf/ |
RuntimeInfo.cpp | 156 error->insert(0, "Framework match kernel version with unmet conditions:");
|
/external/autotest/client/bin/ |
package.py | 250 # unmet dependencies for the package. We won't cover this case, at
|
/external/linux-kselftest/android/patches/ |
0013-ANDROID-build-vm-tests.patch | 7 userfaultfd tests cannot be run due to unmet dependencies.
|
/external/libxkbcommon/xkbcommon/src/x11/ |
keymap.c | 66 "x11: failed to get keymap from X server: unmet condition in %s(): %s\n", \ [all...] |
/external/selinux/libsepol/src/ |
link.c | 690 /* unmet requirement */ 731 /* unmet requirement */ [all...] |
/external/curl/src/ |
tool_operate.c | [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-tic6x.c | [all...] |