| /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()
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
| H A D | hdi_cpp_code_emitter.cpp | 105 const AST::TypeStringMap &types = ast_->GetTypes();
in GetStdlibInclusions() local 106 for (const auto &pair : types) {
in GetStdlibInclusions() 190 const AST::TypeStringMap &types = ast_->GetTypes();
in EmitImportUsingNamespace() local 191 for (const auto &pair : types) {
in EmitImportUsingNamespace()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | data_ability_impl.cpp | 66 * @brief Obtains the MIME types of files supported. 69 * @param mimeTypeFilter Indicates the MIME types of the files to obtain. This parameter cannot be null. 71 * @return Returns the matched MIME types. If there is no match, null is returned. 75 std::vector<std::string> types; in GetFileTypes() local 78 return types; in GetFileTypes() 81 types = ability_->GetFileTypes(uri, mimeTypeFilter); in GetFileTypes() 82 return types; in GetFileTypes() 255 * implemented by a Data ability. Data abilities supports general data types, including text, HTML, and JPEG.
|
| /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | TimeZoneGenericNames.java | 643 GenericNameSearchHandler(EnumSet<GenericNameType> types) { in GenericNameSearchHandler() argument 644 _types = types; in GenericNameSearchHandler() 695 * Returns the best match of time zone display name for the specified types in the 699 * @param genericTypes the set of name types. 761 * Returns a collection of time zone display name matches for the specified types in the 765 * @param genericTypes the set of name types. 830 * Returns a collection of time zone display name matches for the specified types in the 835 * @param types the set of name types. 838 private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> types) { in findTimeZoneNames() argument 869 findLocal(String text, int start, EnumSet<GenericNameType> types) findLocal() argument [all...] |
| /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()
|
| /foundation/distributeddatamgr/pasteboard/interfaces/cj/src/ |
| H A D | pasteboard_ffi.cpp | 530 std::string types = mimeTypes; in FfiOHOSPasteDataHasType() local 538 ret.data = pasteData->HasMimeType(types); in FfiOHOSPasteDataHasType() 582 std::string types = mimeType; in FfiOHOSPasteDataAddMimeTypeRecord() local 591 if (types == MIMETYPE_TEXT_HTML) { in FfiOHOSPasteDataAddMimeTypeRecord() 593 } else if (types == MIMETYPE_TEXT_PLAIN) { in FfiOHOSPasteDataAddMimeTypeRecord() 643 std::string types = mimeType; in FfiOHOSPasteDataAddArrayRecord() local 654 types, std::vector<uint8_t>(reinterpret_cast<uint8_t *>(data), reinterpret_cast<uint8_t *>(data) + dataLen)); in FfiOHOSPasteDataAddArrayRecord() 943 std::string types = mimeType; in FfiOHOSSystemPasteboardHasDataType() local 944 ret.data = instance->HasDataType(types); in FfiOHOSSystemPasteboardHasDataType()
|
| /foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
| H A D | distributed_input_source_manager.h | 24 #include <sys/types.h> 341 DInputClientStartInfo(std::string deviceId, uint32_t types, sptr<IStartDInputCallback> cb) in DInputClientStartInfo() 342 : devId(deviceId), inputTypes(types), callback(cb) {} in DInputClientStartInfo() 349 DInputClientStopInfo(std::string deviceId, uint32_t types, sptr<IStopDInputCallback> cb) in DInputClientStopInfo() 350 : devId(deviceId), inputTypes(types), callback(cb) {} in DInputClientStopInfo() 411 DInputClientStartTypeInfo(std::string sourceId, std::string sinkid, uint32_t types, in DInputClientStartTypeInfo() 412 sptr<IStartDInputCallback> cb) : srcId(sourceId), sinkId(sinkid), inputTypes(types), callback(cb) {} in DInputClientStartTypeInfo() 419 DInputClientStopTypeInfo(std::string sourceId, std::string sinkid, uint32_t types, in DInputClientStopTypeInfo() 420 sptr<IStopDInputCallback> cb) : srcId(sourceId), sinkId(sinkid), inputTypes(types), callback(cb) {} in DInputClientStopTypeInfo()
|
| /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/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 ==()
|
| /foundation/arkui/napi/native_engine/ |
| H A D | native_sendable.cpp | 85 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo() 98 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo() 102 info.types.push_back(type); in InitSendablePropertiesInfo()
|
| /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__")
|