Home
last modified time | relevance | path

Searched refs:types (Results 1326 - 1350 of 5392) sorted by relevance

1...<<51525354555657585960>>...216

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp193 const CObjectVector<COpenType> &types, const UString &arcPath) in InitFormatIndex()
195 if (types.Size() > 1) in InitFormatIndex()
198 if (types.Size() != 0) in InitFormatIndex()
200 MethodMode.Type = types[0]; in InitFormatIndex()
1101 const CObjectVector<COpenType> &types, in UpdateArchive()
1113 if (types.Size() > 1) in UpdateArchive()
1175 if (!options.InitFormatIndex(codecs, types, cmdArcPath2) || in UpdateArchive()
1254 op.types = &types2; in UpdateArchive()
192 InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath) InitFormatIndex() argument
1099 UpdateArchive( CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &cmdArcPath2, NWildcard::CCensor &censor, CUpdateOptions &options, CUpdateErrorInfo &errorInfo, IOpenCallbackUI *openCallback, IUpdateCallbackUI2 *callback, bool needSetPath) UpdateArchive() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c189 uint8_t property = property_pair_p->header.types[index]; in ecma_gc_mark_properties()
764 if (prop_iter_p->types[0] == ECMA_PROPERTY_TYPE_HASHMAP) in ecma_gc_mark()
949 if (prop_iter_p->types[0] == ECMA_PROPERTY_TYPE_HASHMAP) in ecma_gc_free_properties()
963 JERRY_ASSERT (prop_iter_p->types[0] != ECMA_PROPERTY_TYPE_DELETED in ecma_gc_free_properties()
964 || prop_iter_p->types[1] != ECMA_PROPERTY_TYPE_DELETED); in ecma_gc_free_properties()
970 ecma_property_t *property_p = (ecma_property_t *) (prop_iter_p->types + i); in ecma_gc_free_properties()
1002 if (prop_iter_p->types[i] != ECMA_PROPERTY_TYPE_DELETED) in ecma_gc_free_properties()
1588 if (prop_iter_p->types[0] == ECMA_PROPERTY_TYPE_HASHMAP) in ecma_free_unused_memory()
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py7 import types namespace
222 mod = types.ModuleType('blah')
486 module = types.ModuleType(name)
507 module = types.ModuleType('blah')
555 module = types.ModuleType('blah')
660 module = types.ModuleType('blah')
690 module = types.ModuleType('blah')
795 module = types.ModuleType(self.name)
/third_party/python/Lib/test/
H A Dtest_exception_group.py3 import types namespace
19 self.assertIsInstance(ExceptionGroup[E], types.GenericAlias)
20 self.assertIsInstance(BaseExceptionGroup[E], types.GenericAlias)
553 def split_exception_group(self, eg, types):
557 match, rest = eg.split(types)
558 sg = eg.subgroup(types)
563 self.assertIsInstance(e, types)
568 self.assertIsInstance(e, types)
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp930 ZNameSearchHandler(uint32_t types);
942 ZNameSearchHandler::ZNameSearchHandler(uint32_t types) in ZNameSearchHandler() argument
943 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
1369 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in find() argument
1370 ZNameSearchHandler handler(types); in find()
1610 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1629 UTimeZoneNameType type = types[i]; in getDisplayNames()
1907 TZDBNameSearchHandler(uint32_t types, const char* region);
1920 TZDBNameSearchHandler::TZDBNameSearchHandler(uint32_t types, const char* region) in TZDBNameSearchHandler() argument
1921 : fTypes(types), fMaxMatchLe in TZDBNameSearchHandler()
1609 getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const getDisplayNames() argument
2240 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const find() argument
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js918 assert_equals(evt.type, waitingFor.types[0],
919 'Expected ' + waitingFor.types[0] + ' event, but got ' +
926 if (waitingFor.types.length > 1) {
928 waitingFor.types.shift();
966 this.wait_for = function(types, options) {
970 if (typeof types == 'string') {
971 types = [types];
985 assert_true(waitingFor.types.length == 0,
986 'Timed out waiting for ' + waitingFor.types
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp926 ZNameSearchHandler(uint32_t types);
938 ZNameSearchHandler::ZNameSearchHandler(uint32_t types) in ZNameSearchHandler() argument
939 : fTypes(types), fMaxMatchLen(0), fResults(nullptr) { in ZNameSearchHandler()
1354 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in find() argument
1355 ZNameSearchHandler handler(types); in find()
1595 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1614 UTimeZoneNameType type = types[i]; in getDisplayNames()
1892 TZDBNameSearchHandler(uint32_t types, const char* region);
1905 TZDBNameSearchHandler::TZDBNameSearchHandler(uint32_t types, const char* region) in TZDBNameSearchHandler() argument
1906 : fTypes(types), fMaxMatchLe in TZDBNameSearchHandler()
1594 getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const getDisplayNames() argument
2225 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const find() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp920 ZNameSearchHandler(uint32_t types);
932 ZNameSearchHandler::ZNameSearchHandler(uint32_t types) in ZNameSearchHandler() argument
933 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
1353 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in find() argument
1354 ZNameSearchHandler handler(types); in find()
1594 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1613 UTimeZoneNameType type = types[i]; in getDisplayNames()
1891 TZDBNameSearchHandler(uint32_t types, const char* region);
1904 TZDBNameSearchHandler::TZDBNameSearchHandler(uint32_t types, const char* region) in TZDBNameSearchHandler() argument
1905 : fTypes(types), fMaxMatchLe in TZDBNameSearchHandler()
1593 getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const getDisplayNames() argument
2224 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const find() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java355 * @throws InvalidProtocolBufferException if the message contains Any types that can't be
377 * are unknown Any types in the message.
502 * You must provide a TypeRegistry containing all message types used in
526 return types.get(name); in find()
534 private final Map<String, Descriptor> types; field in JsonFormat.TypeRegistry
536 private TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() argument
537 this.types = types; in TypeRegistry()
546 * Adds a message type and all types defined in the same .proto file as well as all
551 if (types in add()
611 private Map<String, Descriptor> types = new HashMap<String, Descriptor>(); global() field in JsonFormat.TypeRegistry.Builder
[all...]
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c42 #include <sys/types.h>
198 * which is iterated to determine types associated
833 pos = &ts->types; in cil_print_attr_strs()
936 if (ebitmap_cmp(&ts1->types, &ts2->types) == 0) in search_attr_list()
1069 rc = ebitmap_to_names(&ts->types, pdb->p_type_val_to_name, names, num_names); in process_typeset()
1107 ts = &role_node->role->types; in roletype_role_in_ancestor_to_cil()
1451 ts = &rule->types; in role_trans_to_cil()
1787 rc = ebitmap_to_names(&ts->types, pdb->p_type_val_to_name, &name_list, &num_names); in constraint_expr_to_string()
2112 char **types in role_to_cil() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_client_demo.cpp24 #include <sys/types.h>
/foundation/ai/intelligent_voice_framework/utils/
H A Dtask_executor.h23 #include <sys/types.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_call_context.h24 #include <meta/base/types.h>
35 * @brief Interface that contains parameter names and types, arguments and result type and value.
H A Dintf_function.h22 #include <meta/base/types.h>
58 * @brief Create default call context for this function, which contains the parameter names and types.
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/
H A Dintf_object_provider.h20 #include <meta/base/types.h>
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_environment.h22 #include <meta/base/types.h>
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp62 #include <sys/types.h>
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_keyframe_animation_test.cpp20 #include <sys/types.h>
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/
H A Dim_base_type.h26 #include <sys/types.h>
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dmsg_head.h29 #include <sys/types.h>
/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp27 #include <sys/types.h>
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dcgroup_adjuster.h19 #include <sys/types.h>
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dkill_process.cpp18 #include <sys/types.h>
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/
H A Dres_sched_exe_mgr.h21 #include <sys/types.h>
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_callback_info.h20 #include <sys/types.h>
72 * @brief Get the id of types.
74 * @return The id of types.

Completed in 29 milliseconds

1...<<51525354555657585960>>...216