Home
last modified time | relevance | path

Searched refs:name (Results 3201 - 3225 of 24683) sorted by relevance

1...<<121122123124125126127128129130>>...988

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_animate_component.h30 SvgAnimateComponent(const ComposeId& id, const std::string& name, SvgAnimateType svgAnimateType) in SvgAnimateComponent() argument
31 : ComposedComponent(id, name) in SvgAnimateComponent()
36 SvgAnimateComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) {} in SvgAnimateComponent() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/xcollie/
H A DxcollieInterface_impl.cpp27 int32_t XcollieInterfaceImpl::SetTimerCount(const std::string& name, uint32_t timeLimit, int32_t countLimit) in SetTimerCount() argument
29 return HiviewDFX::XCollie::GetInstance().SetTimerCount(name, timeLimit, countLimit); in SetTimerCount()
32 void XcollieInterfaceImpl::TriggerTimerCount(const std::string& name, bool bTrigger, const std::string& message) in TriggerTimerCount() argument
34 HiviewDFX::XCollie::GetInstance().TriggerTimerCount(name, bTrigger, message); in TriggerTimerCount()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_route.h29 int32_t LoadPage(const std::string& name) override
31 if (std::find(names_.begin(), names_.end(), name) != names_.end()) {
34 if (name == "error") {
37 names_.push_back(name);
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_composed_component.h31 MultiComposedComponent(const ComposeId& id, const std::string& name) : BaseComposedComponent(id, name) {} in MultiComposedComponent() argument
32 MultiComposedComponent(const ComposeId& id, const std::string& name, const std::list<RefPtr<Component>>& components) in MultiComposedComponent() argument
33 : BaseComposedComponent(id, name), MultiChild(components) {} in MultiComposedComponent()
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Deffect_trace.h22 #define EFFECT_TRACE_NAME(name) ::OHOS::Media::Effect::EffectTrace \
23 PASTE(__tracer, __LINE__)(HITRACE_TAG_ZIMAGE, name)
27 #define EFFECT_TRACE_BEGIN(name) StartTrace(HITRACE_TAG_ZIMAGE, name)
/foundation/multimodalinput/input/frameworks/napi/input_event_client/include/
H A Djs_register_util.h23 int32_t GetNamedPropertyBool(const napi_env& env, const napi_value& object, const std::string& name, bool& ret);
24 int32_t GetNamedPropertyInt32(const napi_env& env, const napi_value& object, const std::string& name,
26 int32_t GetNamedPropertyInt64(const napi_env& env, const napi_value& object, const std::string& name, int64_t& ret);
27 int32_t GetNamedPropertyDouble(const napi_env& env, const napi_value& object, const std::string& name, double& ret);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dgetter_system.cpp26 void GetterSystem::RegisterCreator(const std::string &name, Creator creator) in RegisterCreator() argument
28 creators_.InsertOrAssign(name, std::move(creator)); in RegisterCreator()
31 GetterSystem::Getter GetterSystem::GetGetter(const std::string &name) in GetGetter() argument
33 auto [flag, creator] = creators_.Find(name); in GetGetter()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_event_handler.cpp34 const Callback &callback, const std::string &name, int64_t delayTime) in ProxyPostTask()
36 return AppExecFwk::EventHandler::PostTask(callback, name, delayTime); in ProxyPostTask()
39 void DistributedInputSinkEventHandler::ProxyRemoveTask(const std::string &name) in ProxyRemoveTask() argument
41 AppExecFwk::EventHandler::RemoveTask(name); in ProxyRemoveTask()
33 ProxyPostTask( const Callback &callback, const std::string &name, int64_t delayTime) ProxyPostTask() argument
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_event_handler.cpp34 const Callback &callback, const std::string &name, int64_t delayTime) in ProxyPostTask()
36 return AppExecFwk::EventHandler::PostTask(callback, name, delayTime); in ProxyPostTask()
39 void DistributedInputSourceEventHandler::ProxyRemoveTask(const std::string &name) in ProxyRemoveTask() argument
41 AppExecFwk::EventHandler::RemoveTask(name); in ProxyRemoveTask()
33 ProxyPostTask( const Callback &callback, const std::string &name, int64_t delayTime) ProxyPostTask() argument
/third_party/elfutils/libelf/
H A Delf-knowledge.h37 #define SECTION_STRIP_P(shdr, name, remove_comment) \
44 || (name != NULL \
45 && strncmp (name, ".gnu.warning.", sizeof ".gnu.warning." - 1) != 0\
48 || strcmp (name, ".comment") != 0))))
80 /* GNU Annobin notes are not fully standardized and abuses the owner name. */
/third_party/elfutils/backends/
H A Di386_symbol.c1 /* i386 specific symbolic name handling.
68 /* Check section name for being that of a debug information section. */
71 i386_debugscn_p (const char *name) in i386_debugscn_p() argument
73 return (generic_debugscn_p (name) in i386_debugscn_p()
74 || strcmp (name, ".stab") == 0 in i386_debugscn_p()
75 || strcmp (name, ".stabstr") == 0); in i386_debugscn_p()
/third_party/cups-filters/filter/foomatic-rip/
H A Dprocess.h31 pid_t start_process(const char *name, int (*proc_func)(), void *user_arg, FILE **fdin, FILE **fdout);
32 pid_t start_system_process(const char *name, const char *command, FILE **fdin, FILE **fdout);
35 int run_system_process(const char *name, const char *command);
37 pid_t create_pipe_process(const char *name,
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dwakelock.h15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
47 const char *name; member
132 * <li>please make sure the parameter lock type name are valid,otherwise the system maybe crash!</li>
137 * @param name [IN] Type #const char name of the new wakelock.
144 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name);
155 #define wake_lock_init(lock, type, name) \
156 linux_wake_lock_init(lock, type, name)
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_btree.h15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
63 inline int usbd_atoi(const char *name) in usbd_atoi() argument
66 if (name == NULL) { in usbd_atoi()
70 while(*name) { in usbd_atoi()
72 num += *name++ - '0'; in usbd_atoi()
/third_party/mbedtls/tests/scripts/
H A Dgen_gcm_encrypt.pl29 my $name = shift;
35 ($val) = ($line =~ /\[$name\s\=\s(\w+)\]/);
44 my $name = shift;
54 ($val) = ($line =~ /^$name = (\w+)/);
/third_party/jerryscript/tests/jerry-test-suite/es2015/19/19.01/19.01.02/
H A D19.01.02-004.js18 var name = "";
26 name = e.name;
29 assert(name === "TypeError");
/third_party/json/docs/examples/
H A Djson_lines.cpp11 input << R"({"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]} in main()
12 {"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]} in main()
13 {"name": "May", "wins": []} in main()
14 {"name": "Deloise", "wins": [["three of a kind", "5♣"]]} in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_builtin_variables.cpp55 if (!is_gl_identifier(var->name)) in optimize_dead_builtin_variables()
74 if (strcmp(var->name, "gl_ModelViewProjectionMatrix") == 0 in optimize_dead_builtin_variables()
75 || strcmp(var->name, "gl_Vertex") == 0 in optimize_dead_builtin_variables()
76 || strstr(var->name, "Transpose") != NULL) in optimize_dead_builtin_variables()
/third_party/mesa3d/src/gallium/targets/pipe-loader/
H A Dpipe_swrast.c31 .name = "dri",
37 .name = "kms_dri",
42 .name = "null",
46 .name = "wrapped",
/third_party/node/test/parallel/
H A Dtest-process-hrtime.js40 name: 'TypeError',
48 name: 'RangeError',
55 name: 'RangeError',
62 name: 'RangeError',
/third_party/node/test/fixtures/crypto/
H A Drsa_pkcs.js106 algorithm: { name: 'RSASSA-PKCS1-v1_5' },
114 algorithm: { name: 'RSASSA-PKCS1-v1_5' },
122 algorithm: { name: 'RSASSA-PKCS1-v1_5' },
130 algorithm: { name: 'RSASSA-PKCS1-v1_5' },
/third_party/musl/src/thread/
H A Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() argument
15 if ((len = strnlen(name, 16)) > 15) return ERANGE; in pthread_setname_np()
18 return prctl(PR_SET_NAME, (unsigned long)name, 0UL, 0UL, 0UL) ? errno : 0; in pthread_setname_np()
22 if ((fd = open(f, O_WRONLY|O_CLOEXEC)) < 0 || write(fd, name, len) < 0) status = errno; in pthread_setname_np()
H A Dpthread_getname_np.c8 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np() argument
16 return prctl(PR_GET_NAME, (unsigned long)name, 0UL, 0UL, 0UL) ? errno : 0; in pthread_getname_np()
20 if ((fd = open(f, O_RDONLY|O_CLOEXEC)) < 0 || (len = read(fd, name, len)) == -1) status = errno; in pthread_getname_np()
21 else name[len-1] = 0; /* remove trailing new line only if successful */ in pthread_getname_np()
/third_party/musl/src/unistd/
H A Dttyname_r.c6 int ttyname_r(int fd, char *name, size_t size) in ttyname_r() argument
15 l = readlink(procname, name, size); in ttyname_r()
20 name[l] = 0; in ttyname_r()
22 if (stat(name, &st1) || fstat(fd, &st2)) in ttyname_r()
/third_party/node/benchmark/dns/
H A Dlookup-promises.js7 name: ['127.0.0.1', '::1'],
12 function main({ name, n, all }) {
18 await lookup(name, opts);
26 await lookup(name);

Completed in 12 milliseconds

1...<<121122123124125126127128129130>>...988