Searched refs:userid (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py25 'license_path': '%(server)s/chromewebstore/v1/licenses/%(appid)s/%(userid)s',
39 def fetch_license_data(userid):
44 userid OpenID of the user you are checking access for.
52 'userid': urllib.quote_plus(userid),
71 def parse_license_data(userid):
75 userid: The OpenID of the user to check.
85 response_text = fetch_license_data(userid)
116 userid = user.federated_identity()
123 userid
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_ccmds.c177 if (cl->userid == idnum)
361 if (cl->userid == uid)
404 Con_Printf ("name userid frags\n");
414 Con_Printf ("%6i %5i", cl->userid, (int)cl->edict->v.frags);
438 Con_Printf ("frags userid address name rate ping drop qport\n");
444 Con_Printf ("%5i %6i ", (int)cl->edict->v.frags, cl->userid);
625 Con_Printf ("Usage: info <userid>\n");
783 if (cl->userid == uid)
787 Con_Printf ("userid not found\n");
834 Con_Printf ("Usage: snap <userid>\
[all...]
H A Dsv_main.c80 void SV_AcceptClient (netadr_t adr, int userid, char *userinfo);
303 MSG_WriteLong (buf, client->userid);
361 Con_Printf ("%i %i %i %i \"%s\" \"%s\" %i %i\n", cl->userid,
505 static int userid; local
584 userid++; // so every client gets a unique id
589 newcl->userid = userid;
613 userid--;
H A Dserver.h131 int userid; // identifying number member in struct:client_s
H A Dsv_user.c606 Sys_Printf("Receiving %s from %d...\n", host_client->uploadfn, host_client->userid);
608 OutofBandPrintf(host_client->snap_from, "Server receiving %s from %d...\n", host_client->uploadfn, host_client->userid);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/linux/
H A Dwanrouter.h413 unsigned char userid[511]; /* List of User Id */ member in struct:wanif_conf
/external/quake/quake/src/QW/client/
H A Dclient.h61 int userid; member in struct:player_info_s
H A Dcl_main.c457 user <name or userid>
469 Con_Printf ("Usage: user <username / userid>\n");
479 if (cl.players[i].userid == uid
502 Con_Printf ("userid frags name\n");
508 Con_Printf ("%6i %4i %s\n", cl.players[i].userid, cl.players[i].frags, cl.players[i].name);
H A Dcl_demo.c611 MSG_WriteLong (&buf, player->userid);
H A Dcl_parse.c968 player->userid = MSG_ReadLong ();
/external/dropbear/
H A Dscp.c279 uid_t userid; variable
391 if ((pwd = getpwuid(userid = getuid())) == NULL)
392 fatal("unknown user %u", (u_int) userid);
/external/openssh/
H A Dscp.c353 uid_t userid; variable
480 if ((pwd = getpwuid(userid = getuid())) == NULL)
481 fatal("unknown user %u", (u_int) userid);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t userid) __attribute__((weak_import));
62 int WCFNameResolvesToName(WCFConnection *conn, char* fromName, char* toName, uid_t userid) __attribute__((weak_import));
4112 // Currently, we're unable to remove /var/run/mdnsd because we've changed to userid "nobody"

Completed in 746 milliseconds