Home
last modified time | relevance | path

Searched refs:types (Results 401 - 425 of 5598) sorted by relevance

1...<<11121314151617181920>>...224

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp37 uint8_t types = *data % ACTION_BUTTON_TYPE; in DoSomethingInterestingWithMyAPI() local
39 Notification::ReminderRequest::ActionButtonType(types); in DoSomethingInterestingWithMyAPI()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Djava_client_interface_code_emitter.cpp76 const AST::TypeStringMap &types = ast_->GetTypes(); in EmitInterfaceCorelibImports() local
77 for (const auto &pair : types) { in EmitInterfaceCorelibImports()
/third_party/backends/backend/
H A Depsonds-io.c20 #include <sys/types.h>
28 #include <sys/types.h>
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc57 for (const SubstitutionTypes* types : AllSubstitutions) { in Parse()
58 for (const Substitution* sub : *types) { in Parse()
85 // Fill required types vector. in Parse()
/third_party/lame/libmp3lame/
H A Dmachine.h62 # include <types.h>
65 # include <sys/types.h>
82 * 3 different types of pow() functions:
/third_party/node/test/parallel/
H A Dtest-http2-client-setLocalWindowSize.js17 const types = {
42 Object.entries(types).forEach(([type, value]) => {
/third_party/node/src/
H A Dnode_types.cc88 NODE_BINDING_CONTEXT_AWARE_INTERNAL(types, node::InitializeTypes)
89 NODE_BINDING_EXTERNAL_REFERENCE(types, node::RegisterTypesExternalReferences)
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js160 const types = {
172 const { server, close } = types[type](asyncMethods[asyncMethod]);
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js4 const types = [
31 type: types,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtznames.h28 * Constants for time zone display name types.
303 virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
402 * @param types The set of name types represented by bitwise flags of UTimeZoneNameType enums,
403 * or UTZNM_UNKNOWN for all name types.
410 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtznames.h28 * Constants for time zone display name types.
303 virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
402 * @param types The set of name types represented by bitwise flags of UTimeZoneNameType enums,
403 * or UTZNM_UNKNOWN for all name types.
410 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtcases.c4 #include <sys/types.h>
7 #include <asm/types.h>
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtcases.c4 #include <sys/types.h>
7 #include <asm/types.h>
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dout.rs13 pub types: &'a Types<'a>,
35 pub fn new(header: bool, opt: &'a Opt, types: &'a Types) -> Self { in new()
39 types, in new()
/third_party/rust/crates/cxx/gen/src/
H A Dout.rs13 pub types: &'a Types<'a>,
35 pub fn new(header: bool, opt: &'a Opt, types: &'a Types) -> Self { in new()
39 types, in new()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs13 pub types: &'a Types<'a>,
35 pub fn new(header: bool, opt: &'a Opt, types: &'a Types) -> Self { in new()
39 types, in new()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs13 pub types: &'a Types<'a>,
35 pub fn new(header: bool, opt: &'a Opt, types: &'a Types) -> Self { in new()
39 types, in new()
/third_party/python/Lib/idlelib/
H A Dcalltip.py12 import types namespace
169 fob = ob_call if isinstance(ob_call, types.MethodType) else ob
/third_party/python/Lib/test/
H A Dtest___all__.py6 import types namespace
35 sys.modules["_multiprocessing"] = types.ModuleType("_multiprocessing")
H A Dpydocfodder.py3 import types namespace
215 submodule = types.ModuleType(__name__ + '.submodule',
H A Dtest_xxlimited.py3 import types namespace
10 module: types.ModuleType
/third_party/python/Lib/importlib/resources/
H A D_legacy.py4 import types namespace
11 Package = Union[types.ModuleType, str]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_macosx.py43 for platform, types in ('darwin', alltypes), ('other', nontypes):
48 self.assertIn(macosx._tk_type, types)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp84 // ensure the argument types match the generated function signature.
159 std::vector<Type *> types = { CToReactorT<Arguments>::type()... }; in Coroutine() local
160 for(auto type : types) in Coroutine()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtznames.h28 * Constants for time zone display name types.
303 virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
402 * @param types The set of name types represented by bitwise flags of UTimeZoneNameType enums,
403 * or UTZNM_UNKNOWN for all name types.
410 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;

Completed in 11 milliseconds

1...<<11121314151617181920>>...224