Home
last modified time | relevance | path

Searched refs:selector_value (Results 1 – 11 of 11) sorted by relevance

/dports/security/tpm2-tss/tpm2-tss-3.1.0/include/tss2/
H A Dtss2_mu.h1468 uint32_t selector_value,
1478 uint32_t selector_value,
1484 uint32_t selector_value,
1494 uint32_t selector_value,
1500 uint32_t selector_value,
1510 uint32_t selector_value,
1516 uint32_t selector_value,
1526 uint32_t selector_value,
1532 uint32_t selector_value,
1542 uint32_t selector_value,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dselector_checker.cc593 return selector_value == value; in AttributeValueMatches()
594 return EqualIgnoringASCIICase(selector_value, value); in AttributeValueMatches()
599 if (selector_value.IsEmpty() || in AttributeValueMatches()
621 if (selector_value.IsEmpty()) in AttributeValueMatches()
623 return value.Contains(selector_value, case_sensitivity); in AttributeValueMatches()
625 if (selector_value.IsEmpty()) in AttributeValueMatches()
629 if (selector_value.IsEmpty()) in AttributeValueMatches()
633 if (value.length() < selector_value.length()) in AttributeValueMatches()
638 if (value.length() != selector_value.length() && in AttributeValueMatches()
639 value[selector_value.length()] != '-') in AttributeValueMatches()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dselector_checker.cc701 return selector_value == value; in AttributeValueMatches()
702 return EqualIgnoringASCIICase(selector_value, value); in AttributeValueMatches()
707 if (selector_value.IsEmpty() || in AttributeValueMatches()
729 if (selector_value.IsEmpty()) in AttributeValueMatches()
731 return value.Contains(selector_value, case_sensitivity); in AttributeValueMatches()
733 if (selector_value.IsEmpty()) in AttributeValueMatches()
737 if (selector_value.IsEmpty()) in AttributeValueMatches()
741 if (value.length() < selector_value.length()) in AttributeValueMatches()
746 if (value.length() != selector_value.length() && in AttributeValueMatches()
747 value[selector_value.length()] != '-') in AttributeValueMatches()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_model.cpp758 gconstpointer selector_value; in applyChanges() local
766 selector_value = GUINT_TO_POINTER(item->selectorUint_); in applyChanges()
774 selector_value = (gconstpointer) byteArray.constData(); in applyChanges()
778 selector_value = NULL; in applyChanges()
782 selector_value = (gconstpointer)item->selectorDCERPC_; in applyChanges()
785 selector_value = NULL; in applyChanges()
793 decode_as_entry->reset_value(decode_as_entry->table_name, selector_value); in applyChanges()
809 …decode_as_entry->change_value(decode_as_entry->table_name, selector_value, &item->dissector_handle… in applyChanges()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_model.cpp758 gconstpointer selector_value; in applyChanges() local
766 selector_value = GUINT_TO_POINTER(item->selectorUint_); in applyChanges()
774 selector_value = (gconstpointer) byteArray.constData(); in applyChanges()
778 selector_value = NULL; in applyChanges()
782 selector_value = (gconstpointer)item->selectorDCERPC_; in applyChanges()
785 selector_value = NULL; in applyChanges()
793 decode_as_entry->reset_value(decode_as_entry->table_name, selector_value); in applyChanges()
809 …decode_as_entry->change_value(decode_as_entry->table_name, selector_value, &item->dissector_handle… in applyChanges()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_model.cpp758 gconstpointer selector_value;
766 selector_value = GUINT_TO_POINTER(item->selectorUint_);
774 selector_value = (gconstpointer) byteArray.constData();
778 selector_value = NULL;
782 selector_value = (gconstpointer)item->selectorDCERPC_;
785 selector_value = NULL;
793 decode_as_entry->reset_value(decode_as_entry->table_name, selector_value);
809 …decode_as_entry->change_value(decode_as_entry->table_name, selector_value, &item->dissector_handle…
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_model.cpp758 gconstpointer selector_value; in applyChanges() local
766 selector_value = GUINT_TO_POINTER(item->selectorUint_); in applyChanges()
774 selector_value = (gconstpointer) byteArray.constData(); in applyChanges()
778 selector_value = NULL; in applyChanges()
782 selector_value = (gconstpointer)item->selectorDCERPC_; in applyChanges()
785 selector_value = NULL; in applyChanges()
793 decode_as_entry->reset_value(decode_as_entry->table_name, selector_value); in applyChanges()
809 …decode_as_entry->change_value(decode_as_entry->table_name, selector_value, &item->dissector_handle… in applyChanges()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_selector_parser_test.cc803 AtomicString selector_value = selector->Match() == CSSSelector::kTag in TEST() local
806 EXPECT_EQ(sub_expectation.first, selector_value); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_selector_parser_test.cc926 AtomicString selector_value = selector->Match() == CSSSelector::kTag in TEST() local
929 EXPECT_EQ(sub_expectation.first, selector_value); in TEST()
/dports/devel/py-moto/moto-2.2.16/moto/dynamodb2/parsing/
H A Dexpressions.py712 selector_value = self.process_token_of_type(Token.NUMBER)
714 self.path_nodes.append(ExpressionSelector(selector_value))
/dports/sysutils/smenu/smenu-0.9.18/
H A Dsmenu.c8549 unsigned selector_value; /* numerical value of the * in main() local
8577 if (sscanf(selector, "%u", &selector_value) == 1) in main()
8579 sprintf(selector, "%u", selector_value); in main()
8584 selector_value); in main()
8622 daccess_index = selector_value + 1; in main()