Home
last modified time | relevance | path

Searched defs:userid (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_xinputjoystick.c65 GetXInputName(const Uint8 userid, BYTE SubType) in GetXInputName()
108 AddXInputDevice(const Uint8 userid, BYTE SubType, JoyStick_DeviceData **pContext) in AddXInputDevice()
177 const Uint8 userid = (Uint8)iuserid; in SDL_XINPUT_JoystickDetect() local
DSDL_windowsjoystick_c.h82 Uint8 userid; /* XInput userid index for this joystick */ member
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic_c.h42 Uint8 userid; /* XInput userid index for this joystick */ member
76 Uint8 userid; /* XInput userid index for this joystick */ member
DSDL_xinputhaptic.c63 const Uint8 userid = (Uint8)dwUserid; in SDL_XINPUT_MaybeAddDevice() local
112 const Uint8 userid = (Uint8)dwUserid; in SDL_XINPUT_MaybeRemoveDevice() local
167 SDL_XINPUT_HapticOpenFromUserIndex(SDL_Haptic *haptic, const Uint8 userid) in SDL_XINPUT_HapticOpenFromUserIndex()
/third_party/ltp/testcases/kernel/containers/userns/
Duserns05.c55 char userid[BUFSIZ]; in getusernsidbypid() local
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.js800 _.pick({ name: 'moe', age: 50, userid: 'moe1' }, 'name', 'age'); property
801 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid'); property
1017 _.pick({ name: 'moe', age: 50, userid: 'moe1' }, 'name', 'age'); property
1018 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid'); property
/third_party/openssl/test/
Dsm2_internal_test.c303 const char *userid, in test_sm2_sign()
Dsslapitest.c6858 static int create_new_vfile(char *userid, char *password, const char *filename) in create_new_vfile()
6916 static int create_new_vbase(char *userid, char *password) in create_new_vbase()
6971 char *userid = "test", *password = "password", *tstsrpfile; in test_srp() local