Home
last modified time | relevance | path

Searched refs:user (Results 1026 - 1050 of 1222) sorted by relevance

1...<<414243444546474849

/third_party/curl/lib/
H A Dtransfer.c1179 * Set user-agent. Used for HTTP, but since we can attempt to tunnel in Curl_pretransfer()
1192 result = Curl_setstropt(&data->state.aptr.user, in Curl_pretransfer()
1377 Curl_safefree(data->state.aptr.user); in Curl_follow()
1429 * Note: For historical reasons, a user agent MAY change the request in Curl_follow()
1438 * most user agents would get, libcurl has to force GET. in Curl_follow()
1454 * Note: For historical reasons, a user agent MAY change the request in Curl_follow()
1463 * most user agents would get, libcurl has to force GET. in Curl_follow()
1480 * method is POST and the user specified to keep it as POST. in Curl_follow()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBManager.java91 * In this implementation, the lookup keys are represented to the user as they appear in the files. The
93 * Thus in the key, the user may see '\"' when in the value it would have been converted to '"'. This
372 // Make sure the user specified a path in main()
800 * Returns the name of the user currently using the editor
808 * Sets the name of the user currently using the editor
811 public void setUser(String user) { in setUser() argument
812 currentUser = user; in setUser()
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h136 /* credential, user name and password */
498 void *user; member
580 * These pieces are very commonly used (via accessors) in user protocol handlers
597 * and tend to not have legacy user protocol handler baggage touching unexpected
603 * different user protocol handler implementations, it's likely some of them
1043 enum lws_callback_reasons reason, void *user,
/third_party/libabigail/tools/
H A Dfedabipkgdiff1616 logger.debug('Terminate by user')
1618 six.print_('Terminate by user', file=sys.stderr)
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c79 * giving the ss user code to ensure we never deliver illegal state transitions
306 * we can't judge user or transient states, leave the old state in lws_ss_check_next_state()
355 * we can't judge user or transient states, leave the old state in lws_ss_check_next_state_ss()
400 return "user state"; in lws_ss_state_name()
743 * ... in some cases, we might want the user to be able to override in _lws_ss_client_connect()
1083 /* set the handle pointer in the user data struct */ in lws_ss_create()
1087 /* set the opaque user data in the user data struct */ in lws_ss_create()
1534 /* confirm no sul left scheduled in handle or user allocation object */ in lws_ss_destroy()
1670 lws_ss_destroy_dll(struct lws_dll2 *d, void *user) in lws_ss_destroy_dll() argument
1680 lws_ss_cancel_notify_dll(struct lws_dll2 *d, void *user) lws_ss_cancel_notify_dll() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c937 midgard_instruction *user) in mir_schedule_comparison()
957 return mir_insert_instruction_before(ctx, user, mov); in mir_schedule_comparison()
931 mir_schedule_comparison( compiler_context *ctx, midgard_instruction **instructions, struct midgard_predicate *predicate, BITSET_WORD *worklist, unsigned count, unsigned cond, bool vector, unsigned *swizzle, midgard_instruction *user) mir_schedule_comparison() argument
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c480 secstream_mqtt(struct lws *wsi, enum lws_callback_reasons reason, void *user, in secstream_mqtt() argument
582 * skip sending SUBSCRIBE and signal the user in secstream_mqtt()
601 * user application. in secstream_mqtt()
612 * user application. in secstream_mqtt()
917 return lws_callback_http_dummy(wsi, reason, user, in, len); in secstream_mqtt()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h501 static void LazyRegisterPrototypeUser(Handle<Map> user, Isolate* isolate);
505 static bool UnregisterPrototypeUser(Handle<Map> user, Isolate* isolate);
1168 // prevent leaking information to user code called during error
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1318 void rc_pair_schedule(struct radeon_compiler *cc, void *user) in rc_pair_schedule() argument
1323 unsigned int * opt = user; in rc_pair_schedule()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c83 void* user ) in finalize_t2_strings()
88 FT_UNUSED( user ); in finalize_t2_strings()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h247 void SetUserData( void* user ) { userData = user; } ///< Set a pointer to arbitrary user data. in SetUserData()
248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData()
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData()
375 /// Field containing a generic user pointer
/third_party/libcoap/examples/
H A Dcoap-client.c52 #define MAX_USER 128 /* Maximum length of a user name (i.e., PSK
504 "\t\t[[-h match_hint_file] [-k key] [-u user]]\n" in usage()
574 "\t \t\tseparated) instead of the '-k key' and '-u user'\n" in usage()
579 "\t-k key \t\tPre-shared key for the specified user identity\n" in usage()
580 "\t-u user\t\tUser identity to send for pre-shared key mode\n" in usage()
602 "\t-J pkcs11_pin\tThe user pin to unlock access to the PKCS11 token\n" in usage()
1593 unsigned char *user = NULL, *key = NULL; in main() local
1709 user_length = cmdline_read_user(optarg, &user, MAX_USER); in main()
1849 user_length >= 0 ? user : NULL, in main()
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c700 * string user name in UTF-8 in lws_ssh_parse_plaintext()
1035 * The 'user name' and 'service name' are repeated in in lws_ssh_parse_plaintext()
1042 * disconnect if the 'user name' or 'service name' in lws_ssh_parse_plaintext()
1175 * string user name in lws_ssh_parse_plaintext()
2008 void *user, void *in, size_t len) in lws_callback_raw_sshd()
2011 (struct per_session_data__sshd *)user, **p; in lws_callback_raw_sshd()
2054 * the user code passes the ops struct address to us in lws_callback_raw_sshd()
2061 * the user code is telling us to get the ops struct in lws_callback_raw_sshd()
2062 * from another protocol's protocol.user pointer in lws_callback_raw_sshd()
2068 vhd->ops = (const struct lws_ssh_ops *)prot->user; in lws_callback_raw_sshd()
2007 lws_callback_raw_sshd(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) lws_callback_raw_sshd() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc941 "interpolation type must be 'flat' for integral user-defined IO types", in ValidateInterpolateDecoration()
1178 "integral user-defined vertex outputs must have a flat " in ValidateEntryPoint()
1185 "integral user-defined fragment inputs must have a flat " in ValidateEntryPoint()
1951 for (auto* user : var->Users()) { in ValidatePipelineStages()
1952 if (func == user->Stmt()->Function()) { in ValidatePipelineStages()
1955 user->Declaration()->source); in ValidatePipelineStages()
/third_party/libabigail/src/
H A Dabg-reader.cc644 /// @param user the type that uses @p used.
647 type_or_decl_base* user) in record_artifact_as_used_by()
654 m_artifact_used_by_map[used].push_back(user); in record_artifact_as_used_by()
664 /// @param user the type that uses @p used.
667 const type_or_decl_base_sptr& user) in record_artifact_as_used_by()
668 {record_artifact_as_used_by(used.get(), user.get());} in record_artifact_as_used_by()
1432 #define RECORD_ARTIFACT_AS_USED_BY(rdr, used, user) \
1433 rdr.record_artifact_as_used_by(used,user)
1439 #define RECORD_ARTIFACT_AS_USED_BY(rdr, used, user)
2269 // If the user want in handle_element_node()
646 record_artifact_as_used_by(type_or_decl_base* used, type_or_decl_base* user) record_artifact_as_used_by() argument
666 record_artifact_as_used_by(const type_or_decl_base_sptr& used, const type_or_decl_base_sptr& user) record_artifact_as_used_by() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c699 elops_listen_init_uv(struct lws_dll2 *d, void *user) in elops_listen_init_uv() argument
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c61 struct jwe_cb_args *args = (struct jwe_cb_args *)ctx->user; in lws_jwe_json_cb()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c199 if (nvc0->constbuf[s][i].user) { in nvc0_compute_validate_constbufs()
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py144 # making sure the user option is there
147 self.assertIn('user', options)
150 cmd.user = 1
152 # setting user based lib and include
/third_party/toybox/toys/pending/
H A Dstrace.c23 #include <sys/user.h>
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c1292 struct cil_user *user = NULL; in cil_gen_user() local
1304 cil_user_init(&user); in cil_gen_user()
1308 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)user, (hashtab_key_t)key, CIL_SYM_USERS, CIL_USER); in cil_gen_user()
1316 cil_tree_log(parse_current, CIL_ERR, "Bad user declaration"); in cil_gen_user()
1317 cil_destroy_user(user); in cil_gen_user()
1322 void cil_destroy_user(struct cil_user *user) in cil_destroy_user() argument
1324 if (user == NULL) { in cil_destroy_user()
1328 cil_symtab_datum_destroy(&user->datum); in cil_destroy_user()
1329 ebitmap_destroy(user->roles); in cil_destroy_user()
1330 free(user in cil_destroy_user()
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex271 % Another complication is to let the user choose whether \thischapter
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
663 % manual), we don't worry about eating any user text.
729 % sight. (If the user is using lots of big @group commands, which
1113 % related messages. The final outcome is that it is up to the TeX user
1405 user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
2064 % We provide the user-level command
3204 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage.
3646 % the user wants an empty mark, they have to say @w{} not just @w.
3828 % Default dimensions may be reset by user
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1904 // The comparison is the only user of {node}. in MaybeReplaceCmpZeroWithFlagSettingBinop()
1910 // the same basic block, and the comparison is the only user of {node} in in MaybeReplaceCmpZeroWithFlagSettingBinop()
1997 void InstructionSelector::VisitWordCompareZero(Node* user, Node* value, in VisitWordCompareZero() argument
2000 while (value->opcode() == IrOpcode::kWord32Equal && CanCover(user, value)) { in VisitWordCompareZero()
2004 user = value; in VisitWordCompareZero()
2009 if (CanCover(user, value)) { in VisitWordCompareZero()
2102 if (user->opcode() == IrOpcode::kWord32Equal) { in VisitWordCompareZero()
2103 return VisitWordCompare(this, user, cont); in VisitWordCompareZero()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc284 bool InstructionSelector::CanCover(Node* user, Node* node) const { in CanCover() argument
285 // 1. Both {user} and {node} must be in the same basic block. in CanCover()
289 // 2. Pure {node}s must be owned by the {user}. in CanCover()
291 return node->OwnedBy(user); in CanCover()
293 // 3. Impure {node}s must match the effect level of {user}. in CanCover()
297 // 4. Only {node} must have value edges pointing to {user}. in CanCover()
299 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) { in CanCover()
306 bool InstructionSelector::IsOnlyUserOfNodeInSameBlock(Node* user, in IsOnlyUserOfNodeInSameBlock() argument
308 BasicBlock* bb_user = schedule()->block(user); in IsOnlyUserOfNodeInSameBlock()
313 if ((from != user) in IsOnlyUserOfNodeInSameBlock()
[all...]
/third_party/python/Lib/test/
H A Dtest_shutil.py988 os.setxattr(src, 'user.foo', b'42')
989 os.setxattr(src, 'user.bar', b'43')
993 os.getxattr(src, 'user.foo'),
994 os.getxattr(dst, 'user.foo'))
1001 if attr == 'user.foo':
1009 self.assertIn('user.bar', os.listxattr(dst))
1029 os.setxattr(src, 'user.the_value', b'fiddly')
1030 os.setxattr(srcro, 'user.the_value', b'fiddly')
1038 self.assertEqual(os.getxattr(dst, 'user.the_value'), b'fiddly')
1039 self.assertEqual(os.getxattr(dstro, 'user
[all...]

Completed in 53 milliseconds

1...<<414243444546474849