Home
last modified time | relevance | path

Searched refs:user (Results 1076 - 1100 of 1369) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c498 show_target(struct lws_dll2 *d, void *user) in show_target() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-common.c283 fe_lws_ss_destroy(struct lws_dll2 *d, void *user) in fe_lws_ss_destroy() argument
/third_party/node/test/parallel/
H A Dtest-os.js106 assert.strictEqual(typeof cpu.times.user, 'number');
234 // It's possible for /etc/passwd to leave the user's shell blank.
/third_party/node/src/
H A Dnode_os.cc122 Number::New(isolate, static_cast<double>(ci->cpu_times.user))); in GetCPUInfo()
/third_party/node/test/common/
H A Dreport.js137 assert.strictEqual(typeof cpu.user, 'number');
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c425 info->index.user, in vbo_get_minmax_indices_gallium()
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c183 /* to go further, user must provide a lookup helper */ in lws_tls_jit_trust_sort_kids()
338 inflight_destroy(struct lws_dll2 *d, void *user) in inflight_destroy() argument
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c147 src = info->has_user_indices ? info->index.user : NULL; in primconvert_init_draw()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c150 * Given a user index buffer, save the structure to "saved", and upload it.
163 (char*)info->index.user + start_offset, in util_upload_index_buffer()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c408 (char*)info->index.user + start_offset, in vc4_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c479 void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user) in r300BuildFragmentProgramHwCode() argument
H A Dr500_fragprog.c368 void r500FragmentProgramDump(struct radeon_compiler *c, void *user) in r500FragmentProgramDump() argument
H A Dradeon_dataflow_deadcode.c199 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user) in rc_dataflow_deadcode() argument
H A Dradeon_emulate_branches.c309 void rc_emulate_branches(struct radeon_compiler *c, void *user) in rc_emulate_branches() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.h84 void cil_destroy_user(struct cil_user *user);
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c950 static int latency_nice_validate(struct task_struct *p, bool user, in latency_nice_validate() argument
960 if (user && attr->sched_latency_nice < LATENCY_TO_NICE(p->latency_prio) && in latency_nice_validate()
973 static inline int latency_nice_validate(struct task_struct *p, bool user, in latency_nice_validate() argument
984 * The (slow-path) user-space triggers utilization clamp value updates which
987 * While the per-CPU rq lock protects fast-path update operations, user-space
1127 /* Only sync if user didn't override the default */ in __uclamp_update_util_min_rt_default()
1247 * Tasks can have a task-specific value requested from user-space, track
4018 * schedule between user->kernel->user threads without passing though
4137 * user in context_switch()
5670 __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bool pi) __sched_setscheduler() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c89 * SID for authenticated user (S-1-5-11)
179 * Test whether a SID means "world user"
196 /* check whether S-1-5-32-545 : local user */ in is_world_sid()
203 /* check whether S-1-5-11 : authenticated user */ in is_world_sid()
210 /* check whether S-1-5-4 : interactive user */ in is_world_sid()
220 * Test whether a SID means "some user (or group)"
329 * It should have been already checked it is a valid user SID.
405 * Find usid mapped to a Linux user
1648 * each designated user (except root) in build_user_denials()
1893 * to some user grou in build_group_denials_grant()
4320 struct MAPPING *user; ntfs_free_mapping() local
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h158 " routine can be used in a suid/sgid environment to test if the invoking user\n"
3200 "Return the current process\'s effective user id.");
3263 "getgrouplist($module, user, group, /)\n"
3266 "Returns a list of groups to which a user belongs.\n"
3268 " user\n"
3271 " base group id of the user");
3277 os_getgrouplist_impl(PyObject *module, const char *user, int basegid);
3283 const char *user; in os_getgrouplist() local
3294 user = PyUnicode_AsUTF8AndSize(args[0], &user_length); in os_getgrouplist()
3295 if (user in os_getgrouplist()
3337 const char *user; os_getgrouplist() local
[all...]
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp1320 NdkAVPlayerUser *user = reinterpret_cast<NdkAVPlayerUser *>(userData); in AVPlayerOnInfoCallbackImpl() local
1321 if (user == nullptr || player == nullptr) { in AVPlayerOnInfoCallbackImpl()
1322 LOGE("AVPlayerOnInfoCallbackImpl user is nullptr"); in AVPlayerOnInfoCallbackImpl()
1326 if (user->onInfoFuncs_.count(type) > 0) { in AVPlayerOnInfoCallbackImpl()
1327 user->onInfoFuncs_[type](player, infoBody); in AVPlayerOnInfoCallbackImpl()
/third_party/curl/lib/vssh/
H A Dlibssh.c105 /* These stat values may not be the same as the user's S_IFMT / S_IFLNK */
2212 if(conn->user && conn->user[0] != '\0') { in myssh_connect()
2213 infof(data, "User: %s", conn->user); in myssh_connect()
2214 rc = ssh_options_set(ssh->ssh_session, SSH_OPTIONS_USER, conn->user); in myssh_connect()
2216 failf(data, "Could not set user"); in myssh_connect()
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h359 ASN1_OCTET_STRING *user; member
776 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
777 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
779 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h359 ASN1_OCTET_STRING *user; member
776 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
777 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
779 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h359 ASN1_OCTET_STRING *user; member
776 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
777 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
779 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h359 ASN1_OCTET_STRING *user; member
776 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
777 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
779 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h359 ASN1_OCTET_STRING *user; member
776 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
777 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
779 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,

Completed in 63 milliseconds

1...<<41424344454647484950>>...55