Searched defs:userid (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
D | SDL_xinputjoystick.c | 65 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
|
D | SDL_windowsjoystick_c.h | 82 Uint8 userid; /* XInput userid index for this joystick */ member
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/ |
D | SDL_windowshaptic_c.h | 42 Uint8 userid; /* XInput userid index for this joystick */ member 76 Uint8 userid; /* XInput userid index for this joystick */ member
|
D | SDL_xinputhaptic.c | 63 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/ |
D | userns05.c | 55 char userid[BUFSIZ]; in getusernsidbypid() local
|
/third_party/typescript/tests/baselines/reference/ |
D | underscoreTest1.js | 800 _.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/ |
D | sm2_internal_test.c | 303 const char *userid, in test_sm2_sign()
|
D | sslapitest.c | 6858 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
|