Home
last modified time | relevance | path

Searched refs:types (Results 351 - 375 of 6025) sorted by relevance

1...<<11121314151617181920>>...241

/base/security/code_signature/utils/src/
H A Dhuks_attest_verifier.cpp186 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 Dhdi_cpp_code_emitter.cpp105 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 Ddata_ability_impl.cpp66 * @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 Dpre_execution.js450 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 DGrQuadBufferTest.cpp43 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 Dtest_loader.py10 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 DTimeZoneGenericNames.java643 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 DTimeZoneGenericNames.java648 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 Dcapture_gles_3_2_autogen.h131 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 Dconsistency_tools.py86 # 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 Dassertion.c237 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 Dpasteboard_ffi.cpp530 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 Ddistributed_input_source_manager.h24 #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 Dcov.py349 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 Dcode.py362 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 Ddata.py362 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 Dstack.py327 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 Dreadme.tex109 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 Dsatellite_status.h141 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 Dentity_recognizer_addon.cpp150 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 Ddrag_data.h167 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 Dnative_sendable.cpp85 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 Dgenerate_psa_wrappers.py102 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 Dheapdump.c182 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 Dspawn.py14 import types namespace
261 main_module = types.ModuleType("__mp_main__")
290 main_module = types.ModuleType("__mp_main__")

Completed in 23 milliseconds

1...<<11121314151617181920>>...241