Home
last modified time | relevance | path

Searched refs:types (Results 251 - 275 of 6102) sorted by relevance

1...<<11121314151617181920>>...245

/third_party/backends/include/sane/
H A Dconfig.h45 /* Define to 1 if you have the <asm/types.h> header file. */
443 /* Define to 1 if you have the <sys/types.h> header file. */
688 /* Define to `unsigned int' if <sys/types.h> does not define. */
694 /* Define to `int' if <sys/types.h> does not define. */
731 #include <sys/types.h>
750 #include <sys/types.h>
769 #include <sys/types.h>
/third_party/PyYAML/tests/lib/
H A Dtest_schema.py54 types = {
107 t = types[exp_type][0]
108 code = types[exp_type][1]
/third_party/node/lib/internal/main/
H A Dprint_help.js19 const { types } = internalBinding('options');
28 for (const key of ObjectKeys(types))
29 typeLookup[types[key]] = key;
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dstress.c76 static int types[] = { PTHREAD_MUTEX_NORMAL, variable
93 int sz = 2 + (sizeof(types) / sizeof(int)); in threaded()
125 if ((ret = pthread_mutexattr_settype(&ma, types[me - 2]))) { in threaded()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py156 types = set()
161 types.update([type])
177 for type in sorted(types):
/third_party/toybox/scripts/
H A Dmkstatus.py20 # This gives us a dictionary of types, each with a list of commands
65 if skippy: types = filter(lambda a: a != skippy, reverse[i])
66 else: types = reverse[i]
69 if j[0] in types:
/third_party/python/Lib/test/test_importlib/builtin/
H A Dtest_loader.py6 import types namespace
21 self.assertIsInstance(module, types.ModuleType)
63 module = types.ModuleType(module_name)
/third_party/rust/crates/rustix/src/mm/
H A Dmmap.rs14 pub use backend::mm::types::MlockFlags;
16 pub use backend::mm::types::MremapFlags;
17 pub use backend::mm::types::{MapFlags, MprotectFlags, ProtFlags};
/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp195 GNameSearchHandler(uint32_t types);
207 GNameSearchHandler::GNameSearchHandler(uint32_t types) in GNameSearchHandler() argument
208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler()
284 int32_t findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,
321 TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
323 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
887 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() argument
897 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch()
978 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch()
1008 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCod argument
1093 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const findTimeZoneNames() argument
1321 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const findBestMatch() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtzgnames.cpp195 GNameSearchHandler(uint32_t types);
207 GNameSearchHandler::GNameSearchHandler(uint32_t types) in GNameSearchHandler() argument
208 : fTypes(types), fResults(nullptr), fMaxMatchLen(0) { in GNameSearchHandler()
284 int32_t findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,
321 TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
323 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
887 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() argument
897 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch()
978 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch()
1008 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCod argument
1093 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const findTimeZoneNames() argument
1321 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const findBestMatch() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c267 sljit_s32 size, args_size, types, status; in sljit_emit_enter() local
302 types = arg_types; in sljit_emit_enter()
306 while (types) { in sljit_emit_enter()
307 switch (types & SLJIT_ARG_MASK) { in sljit_emit_enter()
321 if (!(types & SLJIT_ARG_TYPE_SCRATCH_REG)) in sljit_emit_enter()
325 if (types & SLJIT_ARG_TYPE_SCRATCH_REG) { in sljit_emit_enter()
337 types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
740 sljit_sw types, word_arg_count, float_arg_count; in tail_call_with_args() local
756 types = 0; in tail_call_with_args()
760 types in tail_call_with_args()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzgnames.cpp195 GNameSearchHandler(uint32_t types);
207 GNameSearchHandler::GNameSearchHandler(uint32_t types) in GNameSearchHandler() argument
208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler()
287 int32_t findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,
324 TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
326 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
890 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() argument
900 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch()
981 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch()
1011 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCod argument
1096 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const findTimeZoneNames() argument
1324 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const findBestMatch() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp150 static void AddFileUriTypeIfContains(std::vector<std::string>& types) in AddFileUriTypeIfContains() argument
152 for (auto type : types) { in AddFileUriTypeIfContains()
154 types.push_back(UDMF_META_GENERAL_FILE_URI); in AddFileUriTypeIfContains()
225 auto types = record->record_->GetUtdIds(); in OH_UdmfRecord_GetTypes() local
226 std::vector<std::string> typeLabels {types.begin(), types.end()}; in OH_UdmfRecord_GetTypes()
871 int OH_UdmfRecord_SetProvider(OH_UdmfRecord* record, const char* const* types, unsigned int count, in OH_UdmfRecord_SetProvider() argument
874 if (!IsUnifiedRecordValid(record) || types == nullptr || count == 0 || provider == nullptr) { in OH_UdmfRecord_SetProvider()
882 if (types[i] == nullptr) { in OH_UdmfRecord_SetProvider()
886 if (udTypeSet.count(types[ in OH_UdmfRecord_SetProvider()
[all...]
/third_party/python/Lib/
H A Dfunctools.py19 # import types, weakref # Deferred to single_dispatch()
22 from types import GenericAlias
485 If *typed* is True, arguments of different types will be cached separately.
701 resulting MRO, their ordering depends on the order of types in *abcs*.
732 def _compose_mro(cls, types):
736 the *types* iterable. Uses a modified C3 linearization algorithm.
745 types = [n for n in types if is_related(n)]
749 for other in types:
753 types
812 import types, weakref global() namespace
[all...]
/third_party/selinux/checkpolicy/test/
H A Ddismod.c22 #include <sys/types.h>
63 "classes", "roles ", "types ", "users ", "bools ",
131 for (i = ebitmap_startbit(&set->types); i < ebitmap_length(&set->types); in display_type_set()
133 if (!ebitmap_get_bit(&set->types, i)) in display_type_set()
154 for (i = ebitmap_startbit(&set->types); i < ebitmap_length(&set->types); in display_type_set()
156 if (!ebitmap_get_bit(&set->types, i)) in display_type_set()
335 fprintf(fp, "attribute for types"); in display_type_callback()
336 for (i = ebitmap_startbit(&type->types); in display_type_callback()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java84 * Time zone display name types
339 * @param types the set of name types, or <code>null</code> for all name types.
345 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() argument
449 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() argument
455 for (int i = 0; i < types.length; ++i) { in getDisplayNames()
456 NameType type = types[i]; in getDisplayNames()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneNames.java83 * Time zone display name types
310 * @param types the set of name types, or <code>null</code> for all name types.
316 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() argument
423 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() argument
429 for (int i = 0; i < types.length; ++i) { in getDisplayNames()
430 NameType type = types[i]; in getDisplayNames()
/third_party/node/lib/
H A Dutil.js70 const types = require('internal/util/types');
379 isRegExp: types.isRegExp,
381 isDate: types.isDate,
398 types,
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dedge.js46 static types = Object.freeze([
70 if (!Edge.types.includes(type)) {
71 throw new TypeError(`invalid type: ${type}\n(valid types are: ${Edge.types.join(', ')})`)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c90 static int types[] = { variable
261 /* We can use the different mutex types */ in main()
268 ret = pthread_mutexattr_settype(pma[i + 2], types[i]); in main()
274 output("%d types of mutex attribute objects were initialized\n", in main()
275 sizeof(types) / sizeof(types[0])); in main()
/third_party/node/deps/undici/src/lib/fetch/
H A Dfile.js4 const { types } = require('util')
216 types.isAnyArrayBuffer(V)
286 types.isAnyArrayBuffer(element) ||
287 types.isTypedArray(element)
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js3 export * from './types';
5 //// [/user/username/projects/myProject/pkg1/dist/types.d.ts]
24 export * from './types';
26 //// [/user/username/projects/myproject/pkg2/dist/types.d.ts]
67 pkg1/dist/types.d.ts
68 Imported via './types' from file 'pkg1/dist/index.d.ts'
70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index.d.ts@1.0.0'
71 pkg2/dist/types.d.ts
72 Imported via './types' from file 'pkg2/dist/index.d.ts'
90 /user/username/projects/myProject/pkg1/dist/types
[all...]
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink.js3 export * from './types';
5 //// [/user/username/projects/myproject/pkg1/dist/types.d.ts]
24 export * from './types';
26 //// [/user/username/projects/myproject/pkg2/dist/types.d.ts]
67 pkg1/dist/types.d.ts
68 Imported via './types' from file 'pkg1/dist/index.d.ts'
70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index.d.ts@1.0.0'
71 pkg2/dist/types.d.ts
72 Imported via './types' from file 'pkg2/dist/index.d.ts'
90 /user/username/projects/myproject/pkg1/dist/types
[all...]
/third_party/rust/crates/rustix/src/backend/libc/time/
H A Dsyscalls.rs7 use super::super::time::types::LibcItimerspec;
8 use super::super::time::types::LibcTimespec;
9 use super::types::Timespec;
11 use super::types::{ClockId, DynamicClockId};
/third_party/littlefs/scripts/
H A Dstructs.py310 types = Result._types
330 types[k].ratio(
381 else types[k].none)
386 else types[k].diff_none)
391 else types[k].diff_none)
395 else types[k].diff_none)
397 entry.append(types[k].diff_diff(
428 types[k].ratio(
444 types[k].ratio(

Completed in 21 milliseconds

1...<<11121314151617181920>>...245