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

  /system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
property_info_serializer.h 29 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match)
33 exact_match(exact_match) {}
37 bool exact_match; member in struct:android::properties::PropertyInfoEntry
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.h 35 const char *domain, int exact_match);
config.h 261 int exact_match; member in struct:wpa_cred::roaming_partner
    [all...]
interworking.c     [all...]
config_file.c 982 p->fqdn, p->exact_match, p->priority,
    [all...]
config.c     [all...]
  /system/core/property_service/libpropertyinfoserializer/
trie_builder.h 68 bool AddExactMatchContext(const std::string& exact_match, const std::string* context,
70 if (std::find_if(exact_matches_.begin(), exact_matches_.end(), [&exact_match](const auto& t) {
71 return t.name == exact_match;
76 exact_matches_.emplace_back(exact_match, context, type);
property_info_file.cpp 74 // It is not an error to not find exact_match or a type, as older files will not contain them.
75 auto exact_match = tokenizer.GetNext(); local
90 *out = {property, context, Join(type_strings, " "), exact_match == "exact"};
property_info_serializer_test.cpp 77 auto match1 = test_node.exact_match(0);
78 auto match2 = test_node.exact_match(1);
79 auto match3 = test_node.exact_match(2);
120 auto final_match = long_string_node.exact_match(0);
    [all...]
  /system/core/property_service/libpropertyinfoparser/
property_info_parser.cpp 148 if (!strcmp(c_string(trie_node.exact_match(i)->name_offset), remaining_name)) {
150 if (trie_node.exact_match(i)->context_index != ~0u) {
151 *context_index = trie_node.exact_match(i)->context_index;
157 if (trie_node.exact_match(i)->type_index != ~0u) {
158 *type_index = trie_node.exact_match(i)->type_index;
  /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 146 bool exact_match = false; local
157 exact_match = true;
172 if (!exact_match && second_partial_match) {
  /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 76 // If `exact_match` is set, true is returned only if `this` has the ideal
78 bool CanHoldCopyOf(const ValueSet& other, bool exact_match) {
79 if (exact_match) {
545 if (current_set->CanHoldCopyOf(reference_set, /* exact_match */ true)) {
550 current_set->CanHoldCopyOf(reference_set, /* exact_match */ false)) {
  /system/core/property_service/libpropertyinfoparser/include/property_info_parser/
property_info_parser.h 127 const PropertyEntry* exact_match(int n) const { function in class:android::properties::TrieNode
  /toolchain/binutils/binutils-2.27/gold/
script.cc 1909 bool exact_match; member in struct:gold::Version_expression
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 582 bool exact_match = (instance_layer_count == layer_count); local
583 if (exact_match) {
587 exact_match = false;
593 if (!exact_match) {
    [all...]

Completed in 401 milliseconds