| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | TimeZoneGenericNames.java | 648 GenericNameSearchHandler(EnumSet<GenericNameType> types) { in GenericNameSearchHandler() argument 649 _types = types; in GenericNameSearchHandler() 700 * Returns the best match of time zone display name for the specified types in the 704 * @param genericTypes the set of name types. 766 * Returns a collection of time zone display name matches for the specified types in the 770 * @param genericTypes the set of name types. 835 * Returns a collection of time zone display name matches for the specified types in the 840 * @param types the set of name types. 843 private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> types) { in findTimeZoneNames() argument 874 findLocal(String text, int start, EnumSet<GenericNameType> types) findLocal() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_2_autogen.h | 131 GLenum *types, 342 GLenum *types, 353 GLenum *types, 364 GLenum *types, 375 GLenum *types, 386 GLenum *types, 397 GLenum *types,
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| H A D | consistency_tools.py | 86 # The presence of some types as input to a function imply the 166 """Add any desired entries to the types-to-codes DictOfStringSets 357 # For Vulkan, this may be a comma-separated list of multiple types 487 # Check that we have all the codes we expect, based on input types. 532 "- none of these types:", 534 "found in the set of referenced types", 642 """Find all types(optionally matching a predicate) that are referenced 660 """Compute and return all types referenced by type_name, recursively, that satisfy the predicate. 663 types = self.directly_referenced(type_name) 664 if not types [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | assertion.c | 237 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in report_assertion_avtab_matches() 245 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in report_assertion_avtab_matches() 392 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in check_assertion_extended_permissions() 402 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, in check_assertion_extended_permissions() 454 rc = ebitmap_and(&src_matches, &avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_self_match() 485 if (!ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1])) in check_assertion_avtab_match() 489 if (!ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1])) { in check_assertion_avtab_match()
|
| /third_party/littlefs/scripts/ |
| H A D | cov.py | 349 types = Result._types 369 types[k].ratio( 420 else types[k].none) 425 else types[k].diff_none) 430 else types[k].diff_none) 434 else types[k].diff_none) 436 entry.append(types[k].diff_diff( 467 types[k].ratio( 483 types[k].ratio(
|
| H A D | code.py | 362 types = Result._types 382 types[k].ratio( 433 else types[k].none) 438 else types[k].diff_none) 443 else types[k].diff_none) 447 else types[k].diff_none) 449 entry.append(types[k].diff_diff( 480 types[k].ratio( 496 types[k].ratio( 689 '--nm-types', [all...] |
| H A D | data.py | 362 types = Result._types 382 types[k].ratio( 433 else types[k].none) 438 else types[k].diff_none) 443 else types[k].diff_none) 447 else types[k].diff_none) 449 entry.append(types[k].diff_diff( 480 types[k].ratio( 496 types[k].ratio( 686 '--nm-types', [all...] |
| H A D | stack.py | 327 types = Result._types 347 types[k].ratio( 398 else types[k].none) 403 else types[k].diff_none) 408 else types[k].diff_none) 412 else types[k].diff_none) 414 entry.append(types[k].diff_diff( 445 types[k].ratio( 461 types[k].ratio(
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | 109 the C types and definitions in the XML to something appropriate to their 126 containing \tag{types}, \tag{enums}, \tag{commands}, \tag{feature}, and 179 \item \tag{types} (see section~\ref{tag:types}) - defines API types. 197 \section{API types (\tag{types} tag)} 198 \label{tag:types} 200 The \tag{types} tag contains individual \tag{type} tags describing each 201 of the derived types use [all...] |
| /base/security/code_signature/utils/src/ |
| H A D | huks_attest_verifier.cpp | 186 STACK_OF(ASN1_TYPE) *types = d2i_ASN1_SEQUENCE_ANY( in ParseASN1Sequence() 188 if (types == nullptr) { in ParseASN1Sequence() 192 int num = sk_ASN1_TYPE_num(types); in ParseASN1Sequence() 196 ASN1_TYPE *type = sk_ASN1_TYPE_value(types, i); in ParseASN1Sequence()
|
| /third_party/node/lib/internal/process/ |
| H A D | pre_execution.js | 450 const types = require('internal/util/types'); 470 deprecate(types[name], 473 `Please use \`util.types.${name}\` instead.`, 475 types[name];
|
| /third_party/skia/tests/ |
| H A D | GrQuadBufferTest.cpp | 43 static std::vector<GrQuad> generate_quads(float seed, int cnt, const GrQuad::Type types[]) { in generate_quads() argument 58 switch(types[i]) { in generate_quads() 69 SkASSERT(types[i] == GrQuad::Type::kPerspective); in generate_quads() 74 SkASSERT(quad.quadType() == types[i]); in generate_quads() 81 // Generate test data, which includes all quad types out of enum-order and duplicates in TEST()
|
| /third_party/python/Lib/test/test_importlib/frozen/ |
| H A D | test_loader.py | 10 import types namespace 51 loader_state=types.SimpleNamespace( 56 module = types.ModuleType(name) 234 mod = types.ModuleType(name)
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | types.h | 192 inline size_t hash_value(const TypeVector& types) { in hash_value() argument 194 for (const Type* t : types) { in hash_value() 208 // TODO(danno): This likely should be refactored, the handling of the types 210 // reliance of string types is quite clunky. 766 // TODO(turbofan): We should no longer pass around types as const pointers, so 768 // late-initialized portions of types like this one. 859 std::ostream& operator<<(std::ostream& os, const TypeVector& types); 872 TypeVector types; member 878 TypeVector types; member 900 const TypeVector& types() cons function [all...] |
| /third_party/glfw/src/ |
| H A D | wl_init.c | 54 // wl_interface pointers 'types', making it impossible to combine several unmodified 58 #define types _glfw_wayland_types macro 60 #undef types macro 62 #define types _glfw_xdg_shell_types macro 64 #undef types macro 66 #define types _glfw_xdg_decoration_types macro 68 #undef types macro 70 #define types _glfw_viewporter_types macro 72 #undef types macro 74 #define types _glfw_relative_pointer_type macro 76 #undef types global() macro 78 #define types global() macro 80 #undef types global() macro 82 #define types global() macro 84 #undef types global() macro 86 #define types global() macro 88 #undef types global() macro 90 #define types global() macro 92 #undef types global() macro [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | locid.cpp | 562 LocalMemory<const char*>& types, 570 // strings+types+replacementIndexes 572 // Allocate length items for types, to store the type field. 577 LocalMemory<const char*>& types, 583 // strings+types+replacementIndexes 584 // Allocate length items for types, to store the type field. 589 LocalMemory<const char*>& types, 594 // strings+types+replacementIndexes 595 // Allocate length items for types, to store the type field. 600 LocalMemory<const char*>& types, 696 readAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, void (*checkType)(const char* type), void (*checkReplacement)(const UnicodeString& replacement), UErrorCode &status) readAlias() argument 742 readLanguageAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readLanguageAlias() argument 779 readScriptAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readScriptAlias() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | locid.cpp | 562 LocalMemory<const char*>& types, 570 // strings+types+replacementIndexes 572 // Allocate length items for types, to store the type field. 577 LocalMemory<const char*>& types, 583 // strings+types+replacementIndexes 584 // Allocate length items for types, to store the type field. 589 LocalMemory<const char*>& types, 594 // strings+types+replacementIndexes 595 // Allocate length items for types, to store the type field. 600 LocalMemory<const char*>& types, 696 readAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, void (*checkType)(const char* type), void (*checkReplacement)(const UChar* replacement), UErrorCode &status) readAlias() argument 742 readLanguageAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readLanguageAlias() argument 779 readScriptAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readScriptAlias() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | locid.cpp | 582 LocalMemory<const char*>& types, 590 // strings+types+replacementIndexes 592 // Allocate length items for types, to store the type field. 597 LocalMemory<const char*>& types, 603 // strings+types+replacementIndexes 604 // Allocate length items for types, to store the type field. 609 LocalMemory<const char*>& types, 614 // strings+types+replacementIndexes 615 // Allocate length items for types, to store the type field. 620 LocalMemory<const char*>& types, 716 readAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, void (*checkType)(const char* type), void (*checkReplacement)(const UnicodeString& replacement), UErrorCode &status) readAlias() argument 763 readLanguageAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readLanguageAlias() argument 800 readScriptAlias( UResourceBundle* alias, UniqueCharStrings* strings, LocalMemory<const char*>& types, LocalMemory<int32_t>& replacementIndexes, int32_t &length, UErrorCode &status) readScriptAlias() argument [all...] |
| /base/location/interfaces/inner_api/include/ |
| H A D | satellite_status.h | 141 inline void SetConstellationTypes(std::vector<int> types) in SetConstellationTypes() argument 144 for (std::vector<int>::iterator it = types.begin(); it != types.end(); ++it) { in SetConstellationTypes()
|
| /base/global/i18n/interfaces/js/kits/src/ |
| H A D | entity_recognizer_addon.cpp | 150 std::vector<std::string> types = {"phone_number", "date"}; in GetEntityInfoItem() local 152 for (std::string::size_type t = 0; t < types.size(); t++) { in GetEntityInfoItem() 156 std::string type = types[t]; in GetEntityInfoItem()
|
| /base/msdp/device_status/interfaces/innerkits/interaction/include/ |
| H A D | drag_data.h | 167 std::vector<PreviewType> types; member 175 return types == other.types && foregroundColor == other.foregroundColor && opacity == other.opacity && in operator ==()
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_psa_wrappers.py | 102 types = ['' if arg.suffix else arg.type for arg in arguments] 106 pairs = enumerate(itertools.zip_longest(types, types[1:], fillvalue=''))
|
| /third_party/jerryscript/jerry-core/ext/ |
| H A D | heapdump.c | 182 switch (ECMA_PROPERTY_GET_TYPE(header->types[i])) { in DumpPropertyPair() 187 ecma_string_t* key_str = ecma_string_from_property_name(header->types[i], in DumpPropertyPair() 365 if (prop_iter_p->types[0] == ECMA_PROPERTY_TYPE_HASHMAP) { in DumpInfoObject()
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | spawn.py | 14 import types namespace 261 main_module = types.ModuleType("__mp_main__") 290 main_module = types.ModuleType("__mp_main__")
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_pep492.py | 4 import types namespace 155 @types.coroutine 161 self.assertIsInstance(wrapper, types._GeneratorWrapper)
|