HomeSort by relevance Sort by last modified time
    Searched defs:usr (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/expr/
p9.cpp 30 int &usr = us1; variable
  /frameworks/base/libs/rs/driver/
rsdCore.cpp 323 (*(fe*)vRoot)(p->in, p->usr, p->y);
331 (*(fe*)vRoot)(p->out, p->usr, p->y);
339 (*(fe*)vRoot)(p->in, p->out, p->usr, p->y);
389 const void *usr = p->usr; local
392 (*(fe*)vRoot)(pin, usr, x, y);
403 const void *usr = p->usr; local
406 (*(fe*)vRoot)(pout, usr, x, y);
418 const void *usr = p->usr local
    [all...]
rsdBcc.cpp 193 const void * usr; member in struct:__anon14752
220 static void wc_xy(void *usr, uint32_t idx) {
221 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
224 p.usr = mtls->usr;
239 //LOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
240 //LOGE("usr ptr in %p, out %p", mtls->ptrIn, mtls->ptrOut);
251 static void wc_x(void *usr, uint32_t idx) {
252 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
255 p.usr = mtls->usr
    [all...]
  /frameworks/base/libs/rs/
rs_hal.h 46 const void *usr; member in struct:android::renderscript::__anon14760
89 const void * usr,
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 68 char *usr; member in struct:xauth_state::__anon6743::authgeneric
isakmp_xauth.c 226 outlet = &xst->authdata.generic.usr;
254 if ((xst->authdata.generic.usr != NULL) &&
258 char *usr = xst->authdata.generic.usr; local
264 "Got username \"%s\", password \"%s\"\n", usr, pwd);
266 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
278 res = privsep_xauth_login_system(usr, pwd);
282 res = xauth_login_radius(iph1, usr, pwd);
288 iph1->remote, usr, pwd);
293 res = xauth_login_ldap(iph1, usr, pwd)
381 char *usr = xst->authdata.generic.usr; local
1380 char * usr = NULL; local
1458 vchar_t *usr = NULL; local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java     [all...]

Completed in 361 milliseconds