| /base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
| H A D | reminderrequest_fuzzer.cpp | 37 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 D | java_client_interface_code_emitter.cpp | 76 const AST::TypeStringMap &types = ast_->GetTypes();
in EmitInterfaceCorelibImports() local 77 for (const auto &pair : types) {
in EmitInterfaceCorelibImports()
|
| /third_party/backends/backend/ |
| H A D | epsonds-io.c | 20 #include <sys/types.h> 28 #include <sys/types.h>
|
| /third_party/gn/src/gn/ |
| H A D | substitution_pattern.cc | 57 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 D | machine.h | 62 # include <types.h> 65 # include <sys/types.h> 82 * 3 different types of pow() functions:
|
| /third_party/node/test/parallel/ |
| H A D | test-http2-client-setLocalWindowSize.js | 17 const types = { 42 Object.entries(types).forEach(([type, value]) => {
|
| /third_party/node/src/ |
| H A D | node_types.cc | 88 NODE_BINDING_CONTEXT_AWARE_INTERNAL(types, node::InitializeTypes) 89 NODE_BINDING_EXTERNAL_REFERENCE(types, node::RegisterTypesExternalReferences)
|
| /third_party/node/benchmark/async_hooks/ |
| H A D | async-resource-vs-destroy.js | 160 const types = { 172 const { server, close } = types[type](asyncMethods[asyncMethod]);
|
| /third_party/node/benchmark/buffers/ |
| H A D | buffer-write.js | 4 const types = [ 31 type: types,
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | tznames.h | 28 * 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 D | tznames.h | 28 * 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 D | tcases.c | 4 #include <sys/types.h> 7 #include <asm/types.h>
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/ |
| H A D | tcases.c | 4 #include <sys/types.h> 7 #include <asm/types.h>
|
| /third_party/rust/crates/cxx/gen/cmd/src/gen/ |
| H A D | out.rs | 13 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 D | out.rs | 13 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 D | out.rs | 13 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 D | out.rs | 13 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 D | calltip.py | 12 import types namespace 169 fob = ob_call if isinstance(ob_call, types.MethodType) else ob
|
| /third_party/python/Lib/test/ |
| H A D | test___all__.py | 6 import types namespace 35 sys.modules["_multiprocessing"] = types.ModuleType("_multiprocessing")
|
| H A D | pydocfodder.py | 3 import types namespace 215 submodule = types.ModuleType(__name__ + '.submodule',
|
| H A D | test_xxlimited.py | 3 import types namespace 10 module: types.ModuleType
|
| /third_party/python/Lib/importlib/resources/ |
| H A D | _legacy.py | 4 import types namespace 11 Package = Union[types.ModuleType, str]
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_macosx.py | 43 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 D | Coroutine.hpp | 84 // 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 D | tznames.h | 28 * 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;
|