HomeSort by relevance Sort by last modified time
    Searched refs:exact_match (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
interworking.h 35 const char *domain, int exact_match);
config.h 259 int exact_match; member in struct:wpa_cred::roaming_partner
    [all...]
interworking.c     [all...]
config_file.c 937 p->fqdn, p->exact_match, p->priority,
    [all...]
config.c     [all...]
  /external/toolchain-utils/crosperf/
download_images_buildid_test.py 72 def test_one_id(self, downloader, test_id, result_string, exact_match):
81 # result_string, depending on the exact_match argument.
82 if exact_match:
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 200 int i, match, exact_match, second_partial_match; local
220 exact_match = 0;
241 exact_match = 1;
260 if (!exact_match && second_partial_match) {
  /external/tcpdump/missing/
getopt_long.c 197 int i, match, exact_match, second_partial_match; local
217 exact_match = 0;
238 exact_match = 1;
257 if (!exact_match && second_partial_match) {
  /system/core/logcat/
getopt_long.cpp 147 bool exact_match = false; local
158 exact_match = true;
173 if (!exact_match && second_partial_match) {
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 279 exact_match = environment.benchmark_aliases[input_benchmark_name]
281 exact_match = input_benchmark_name
284 if exact_match == benchmark_class.Name():
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 157 exact_match=('relaxed' not in args))
160 def verify_rootcas(self, baseline_file=DEFAULT_BASELINE, exact_match=True):
165 @param exact_match: boolean indicating if expected-but-missing CAs
192 if unexpected or (missing and exact_match):
198 if exact_match:
  /art/compiler/optimizing/
gvn.cc 74 // If `exact_match` is set, true is returned only if `this` has the ideal
76 bool CanHoldCopyOf(const ValueSet& other, bool exact_match) {
77 if (exact_match) {
553 if (current_set->CanHoldCopyOf(reference_set, /* exact_match */ true)) {
558 current_set->CanHoldCopyOf(reference_set, /* exact_match */ false)) {
  /toolchain/binutils/binutils-2.25/gold/
script.cc 1906 bool exact_match; member in struct:gold::Version_expression
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 561 bool exact_match = (instance_layer_count == layer_count); local
562 if (exact_match) {
566 exact_match = false;
572 if (!exact_match) {
    [all...]

Completed in 563 milliseconds