| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | Update.cpp | 193 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 D | ecma-gc.c | 189 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 D | test_abc.py | 7 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 D | test_exception_group.py | 3 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 D | tznames_impl.cpp | 930 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 D | testharness.js | 918 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 D | tznames_impl.cpp | 926 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 D | tznames_impl.cpp | 920 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 D | JsonFormat.java | 355 * @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 D | module_to_cil.c | 42 #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 D | udp_client_demo.cpp | 24 #include <sys/types.h>
|
| /foundation/ai/intelligent_voice_framework/utils/ |
| H A D | task_executor.h | 23 #include <sys/types.h>
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
| H A D | intf_call_context.h | 24 #include <meta/base/types.h> 35 * @brief Interface that contains parameter names and types, arguments and result type and value.
|
| H A D | intf_function.h | 22 #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 D | intf_object_provider.h | 20 #include <meta/base/types.h>
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
| H A D | intf_environment.h | 22 #include <meta/base/types.h>
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
| H A D | dir.cpp | 62 #include <sys/types.h>
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
| H A D | rs_keyframe_animation_test.cpp | 20 #include <sys/types.h>
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/base/ |
| H A D | im_base_type.h | 26 #include <sys/types.h>
|
| /foundation/multimodalinput/input/tools/event_inject/include/ |
| H A D | msg_head.h | 29 #include <sys/types.h>
|
| /foundation/multimodalinput/input/util/common/src/ |
| H A D | klog.cpp | 27 #include <sys/types.h>
|
| /foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
| H A D | cgroup_adjuster.h | 19 #include <sys/types.h>
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
| H A D | kill_process.cpp | 18 #include <sys/types.h>
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/ |
| H A D | res_sched_exe_mgr.h | 21 #include <sys/types.h>
|
| /foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
| H A D | continuous_task_callback_info.h | 20 #include <sys/types.h>
72 * @brief Get the id of types.
74 * @return The id of types.
|