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

  /external/dbus/dbus/
dbus-object-tree.c 167 dbus_bool_t *exact_match)
172 return_deepest_match = exact_match != NULL;
182 if (exact_match != NULL)
183 *exact_match = TRUE;
223 index_in_parent, exact_match);
231 if (exact_match != NULL)
232 *exact_match = FALSE;
241 index_in_parent, exact_match);
312 index_in_parent, exact_match);
316 if (exact_match != NULL
752 dbus_bool_t exact_match; local
922 dbus_bool_t exact_match; local
1525 dbus_bool_t exact_match; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.h 34 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 892 p->fqdn, p->exact_match, p->priority,
    [all...]
config.c     [all...]
  /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) {
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 274 exact_match = environment.benchmark_aliases[input_benchmark_name]
276 exact_match = input_benchmark_name
279 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 559 bool exact_match = (instance_layer_count == layer_count); local
560 if (exact_match) {
564 exact_match = false;
570 if (!exact_match) {
    [all...]

Completed in 247 milliseconds