Home
last modified time | relevance | path

Searched refs:user (Results 876 - 900 of 1224) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/node/deps/openssl/openssl/ssl/
H A Dtls_srp.c228 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, in SSL_set_srp_server_param_pw() argument
240 if (!SRP_create_verifier_BN_ex(user, pass, &s->srp_ctx.s, &s->srp_ctx.v, in SSL_set_srp_server_param_pw()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c718 cpu_info->cpu_times.user = 0; in uv_cpu_info()
726 cpu_info->cpu_times.user = knp->value.ui64; in uv_cpu_info()
/third_party/openssl/ssl/
H A Dtls_srp.c228 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, in SSL_set_srp_server_param_pw() argument
240 if (!SRP_create_verifier_BN_ex(user, pass, &s->srp_ctx.s, &s->srp_ctx.v, in SSL_set_srp_server_param_pw()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fusion.cpp382 instruction, [this, loop](Instruction* user) { in IsUsedInLoop()
383 auto block_id = context_->get_instr_block(user)->id(); in IsUsedInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp382 instruction, [this, loop](Instruction* user) { in IsUsedInLoop()
383 auto block_id = context_->get_instr_block(user)->id(); in IsUsedInLoop()
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py95 ('user', None,
96 "add user include, library and rpath")
99 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user']
127 self.user = None
262 # Finally add the user include and library directories if requested
263 if self.user:
/third_party/python/Lib/test/
H A Dtest_sysconfig.py123 expected_schemes = {'prefix', 'home', 'user'}
356 user = get_config_var('userbase')
358 # exec-prefix but not the user scheme, so we have to adapt the paths
373 expected = os.path.normpath(global_path.replace(base, user, 1))
H A Dtest_subprocess.py1945 # For code coverage of the user parameter. We don't care if we get an
1958 # unknown user name
1961 for user in test_users:
1964 with self.subTest(user=user, close_fds=close_fds):
1969 user=user,
1977 if isinstance(user, str):
1978 user_uid = pwd.getpwnam(user).pw_uid
1980 user_uid = user
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp384 instruction, [this, loop](Instruction* user) { in IsUsedInLoop()
385 auto block_id = context_->get_instr_block(user)->id(); in IsUsedInLoop()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c462 os_snprintf(name, sizeof(name), "cert-user-%u", val); in generate_csr()
676 const char *user, const char *pw) in est_simple_enroll()
723 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
675 est_simple_enroll(struct hs20_osu_client *ctx, const char *url, const char *user, const char *pw) est_simple_enroll() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h1175 void hostapd_config_free_eap_user(struct hostapd_eap_user *user);
1176 void hostapd_config_free_eap_users(struct hostapd_eap_user *user);
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c462 os_snprintf(name, sizeof(name), "cert-user-%u", val); in generate_csr()
677 const char *user, const char *pw) in est_simple_enroll()
724 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
676 est_simple_enroll(struct hs20_osu_client *ctx, const char *url, const char *user, const char *pw) est_simple_enroll() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h1080 void hostapd_config_free_eap_user(struct hostapd_eap_user *user);
1081 void hostapd_config_free_eap_users(struct hostapd_eap_user *user);
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2366 void VisitCompareZero(InstructionSelector* selector, Node* user, Node* node, in VisitCompareZero() argument
2383 if (selector->IsOnlyUserOfNodeInSameBlock(user, node)) { \ in VisitCompareZero()
2401 if (selector->IsOnlyUserOfNodeInSameBlock(user, node)) { \ in VisitCompareZero()
2436 if (g.CanBeMemoryOperand(opcode, user, node, effect_level)) { in VisitCompareZero()
2505 void InstructionSelector::VisitWordCompareZero(Node* user, Node* value, in VisitWordCompareZero() argument
2508 while (value->opcode() == IrOpcode::kWord32Equal && CanCover(user, value)) { in VisitWordCompareZero()
2512 user = value; in VisitWordCompareZero()
2517 if (CanCover(user, value)) { in VisitWordCompareZero()
2649 VisitCompareZero(this, user, value, kX64Cmp32, cont); in VisitWordCompareZero()
2693 Node* user in VisitWord32Equal() local
2729 Node* const user = m.node(); VisitWord64Equal() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2246 // The comparison is the only user of the add or and, so we can generate in MaybeReplaceCmpZeroWithFlagSettingBinop()
2330 Node* user, FlagsCondition cond, FlagsContinuation* cont) { in TryEmitCbzOrTbz()
2348 if (m.IsFloat64ExtractHighWord32() && selector->CanCover(user, node)) { in TryEmitCbzOrTbz()
2373 m_and.right().Is(value) && selector->CanCover(user, node)) { in TryEmitCbzOrTbz()
2772 void InstructionSelector::VisitWordCompareZero(Node* user, Node* value, in VisitWordCompareZero() argument
2776 while (value->opcode() == IrOpcode::kWord32Equal && CanCover(user, value)) { in VisitWordCompareZero()
2780 user = value; in VisitWordCompareZero()
2837 if (CanCover(user, value)) { in VisitWordCompareZero()
2996 Node* const user = node; in VisitWord32Equal() local
2998 Int32BinopMatcher m(user); in VisitWord32Equal()
2328 TryEmitCbzOrTbz(InstructionSelector* selector, Node* node, typename CbzOrTbzMatchTrait<N>::IntegralType value, Node* user, FlagsCondition cond, FlagsContinuation* cont) TryEmitCbzOrTbz() argument
3056 Node* const user = node; VisitWord64Equal() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddraw.c225 * This is only required by index buffers, not user indices. in indices_aligned()
984 /* Single draw or a fallback for user indices. */ in _mesa_draw_gallium_fallback()
994 ib.ptr = (const char*)info->index.user; in _mesa_draw_gallium_fallback()
1058 ib.ptr = (const char*)info->index.user; in _mesa_draw_gallium_fallback()
1772 info.index.user = indices; in _mesa_validated_drawrangeelements()
1885 /* Catch/fix some potential user errors */ in _mesa_DrawRangeElementsBaseVertex()
2166 info.index.user = (void*)min_index_ptr; in _mesa_validated_multidrawelements()
2215 info.index.user = indices[i]; in _mesa_validated_multidrawelements()
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc1101 Node* const user = edge.from(); in LowerJSForInPrepare() local
1108 switch (ProjectionIndexOf(user->op())) { in LowerJSForInPrepare()
1110 Replace(user, cache_type); in LowerJSForInPrepare()
1113 Replace(user, cache_array); in LowerJSForInPrepare()
1116 Replace(user, cache_length); in LowerJSForInPrepare()
/third_party/selinux/libsepol/src/
H A Dpolicydb.c962 user_datum_t *user; in policydb_user_cache() local
964 user = (user_datum_t *) datum; in policydb_user_cache()
967 ebitmap_destroy(&user->cache); in policydb_user_cache()
968 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) { in policydb_user_cache()
972 /* we do not expand user's MLS info in kernel policies because the in policydb_user_cache()
973 * semantic representation is not present and we do not expand user's in policydb_user_cache()
977 mls_range_destroy(&user->exp_range); in policydb_user_cache()
978 if (mls_semantic_range_expand(&user->range, in policydb_user_cache()
979 &user in policydb_user_cache()
[all...]
/third_party/elfutils/tests/
H A Dbacktrace-data.c38 #include <sys/user.h>
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak22 # that a user might want to link e.g. libavformat statically, but
/third_party/cups-filters/scripting/php/
H A Dphpcups.c349 add_property_string(jobobj, "user", job->user, 1); in PHP_FUNCTION()
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm231 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak35 #Let's see if user has given us a path to ICU
/third_party/libuv/src/unix/
H A Dibmi.c305 cpu_info->cpu_times.user = 0; in uv_cpu_info()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h92 * create api, implies user code will create its own vhosts */
97 * clients subsequently go to https even if user asked for http */
138 * If those explicit user-controlled names are NULL, for backwards-
153 /**< (VH) Force setting up the vhost SSL_CTX, even though the user
155 * implies the user code is going to provide a cert at the
157 * provides the vhost SSL_CTX * in the user parameter.
306 * The keywords are checked for existing in the user agent string.
610 /**< CONTEXT: user id to change to after setting listen socket,
614 void *user; member
615 /**< VHOST + CONTEXT: optional user pointe
[all...]

Completed in 46 milliseconds

1...<<31323334353637383940>>...49