/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | main.c | 498 show_target(struct lws_dll2 *d, void *user) in show_target() argument
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-common.c | 283 fe_lws_ss_destroy(struct lws_dll2 *d, void *user) in fe_lws_ss_destroy() argument
|
/third_party/node/test/parallel/ |
H A D | test-os.js | 106 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 D | node_os.cc | 122 Number::New(isolate, static_cast<double>(ci->cpu_times.user))); in GetCPUInfo()
|
/third_party/node/test/common/ |
H A D | report.js | 137 assert.strictEqual(typeof cpu.user, 'number');
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_minmax_index.c | 425 info->index.user, in vbo_get_minmax_indices_gallium()
|
/third_party/libwebsockets/lib/tls/ |
H A D | tls-jit-trust.c | 183 /* 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 D | u_primconvert.c | 147 src = info->has_user_indices ? info->index.user : NULL; in primconvert_init_draw()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_helpers.c | 150 * 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 D | vc4_draw.c | 408 (char*)info->index.user + start_offset, in vc4_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_emit.c | 479 void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user) in r300BuildFragmentProgramHwCode() argument
|
H A D | r500_fragprog.c | 368 void r500FragmentProgramDump(struct radeon_compiler *c, void *user) in r500FragmentProgramDump() argument
|
H A D | radeon_dataflow_deadcode.c | 199 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user) in rc_dataflow_deadcode() argument
|
H A D | radeon_emulate_branches.c | 309 void rc_emulate_branches(struct radeon_compiler *c, void *user) in rc_emulate_branches() argument
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.h | 84 void cil_destroy_user(struct cil_user *user);
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 950 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 D | acls.c | 89 * 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 D | posixmodule.c.h | 158 " 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 D | avplayerndk.cpp | 1320 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 D | libssh.c | 105 /* 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 D | x509v3.h | 359 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 D | x509v3.h | 359 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 D | x509v3.h | 359 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 D | x509v3.h | 359 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 D | x509v3.h | 359 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,
|