Home
last modified time | relevance | path

Searched refs:types (Results 226 - 250 of 5614) sorted by relevance

12345678910>>...225

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDataTypes.h1 /*===-- include/llvm-c/DataTypes.h - Define fixed size types ------*- C -*-===*\
10 |* This file contains definitions to figure out the size of _HOST_ data types.*|
15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
49 #include <sys/types.h>
65 #include <sys/types.h>
/third_party/toybox/toys/other/
H A Dreboot.c33 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, in reboot_main() local
44 if (FLAG(f)) toys.exitval = reboot(types[idx]); in reboot_main()
/third_party/rust/crates/rustix/src/time/
H A Dclock.rs3 pub use backend::time::types::{Nsecs, Secs, Timespec};
7 pub use backend::time::types::{ClockId, DynamicClockId};
/third_party/selinux/libsepol/tests/
H A Dtest-common.h58 * types the array of string types which we expect the role has in its type ebitmap
59 * len number of elements in types
65 extern role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags);
70 * types the array of string types which we expect the attribute has in its type ebitmap
71 * len number of elements in types
76 extern void test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs19 use crate::service_impl::{asset_loader, cloud_db, cloud_service, types};
64 pub type OhCloudExtValue = SafeCffiWrapper<types::Value>;
68 pub type OhCloudExtDatabase = SafeCffiWrapper<types::Database>;
74 pub type OhCloudExtTable = SafeCffiWrapper<types::Table>;
76 pub type OhCloudExtField = SafeCffiWrapper<types::Field>;
98 OhCloudExtValueType::EMPTY => types::Value::Empty,
101 types::Value::Int(*int)
105 types::Value::Float(*float)
109 types::Value::Bool(c_bool_to_bool(*bool))
113 types
[all...]
/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...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dtypedefs.h58 * header files to define types.
82 /* float_t types conflict with the same typedefs from the standard ANSI-C
97 * them entirely in this file. We can't always define the types because we get
120 /* Do not support the (u)int64 types with strict ansi for GNU C */
141 /* pick up ushort & uint from standard types.h */
145 #include <linux/types.h> /* sys/types.h and linux/types.h are oil and water */
149 #include <sys/types.h>
332 #include <sys/types
[all...]
/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/f2fs-tools/fsck/
H A Dquotaio_tree.h10 #include <linux/types.h>
12 #include <sys/types.h>
/third_party/node/test/parallel/
H A Dtest-async-hooks-fatal-error.js36 const types = [ 'init', 'before', 'after', 'destroy', 'promiseResolve' ];
41 for (const type of types) {
H A Dtest-http2-client-setNextStreamID-errors.js16 const types = {
42 Object.entries(types).forEach(([type, value]) => {
/third_party/node/benchmark/util/
H A Dtype-check.js39 const types = require('internal/util/types');
41 const func = { native: util, js: types }[version][`is${type}`];

Completed in 17 milliseconds

12345678910>>...225