Home
last modified time | relevance | path

Searched defs:userInfo (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java150 UserInfo userInfo = new UserInfo(profileUserHandle, profileName, profileFlags); in addProfile() local
361 UserInfo userInfo = getUserInfo(UserHandle.myUserId()); in setIsDemoUser() local
382 UserInfo userInfo = getUserInfo(UserHandle.myUserId()); in setIsAdminUser() local
423 UserInfo userInfo = getUserInfo(UserHandle.myUserId()); in setIsPrimaryUser() local
448 UserInfo userInfo = getUserInfo(UserHandle.myUserId()); in setIsLinkedUser() local
465 UserInfo userInfo = getUserInfo(UserHandle.myUserId()); in setIsGuestUser() local
/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java52 protected UserInfo userInfo; field in Authority
DSipUri.java116 UserInfo userInfo = authority.getUserInfo(); in clearPassword() local
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/model/
DAnimationData.kt25 val userInfo: UserInfo? constant in com.airbnb.lottie.samples.model.AnimationData
/external/llvm-project/clang/test/Analysis/
Dcfref_PR2519.c36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main() local
/external/clang/test/Analysis/
Dcfref_PR2519.c36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main() local
/external/OpenCL-CTS/test_common/harness/
DThreadPool.cpp739 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
994 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp71 ReferenceF(cl_uint jid, cl_uint tid, void *userInfo) in ReferenceF()
95 CheckF(cl_uint jid, cl_uint tid, void *userInfo) in CheckF()
143 ReferenceD(cl_uint jid, cl_uint tid, void *userInfo) in ReferenceD()
167 CheckD(cl_uint jid, cl_uint tid, void *userInfo) in CheckD()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dbinary_two_results_i_float.cpp144 static cl_int ReferenceF(cl_uint jid, cl_uint tid, void *userInfo) in ReferenceF()
Dbinary_two_results_i_double.cpp146 static cl_int ReferenceD(cl_uint jid, cl_uint tid, void *userInfo) in ReferenceD()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java168 UserInfo userInfo // can get voterInfo from this. in getShowRowAction()
242 UserInfo userInfo // can get voterInfo from this. in getAcceptNewItemAction()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h132 static cl_int HostThreadFunction(cl_uint job_id, cl_uint thread_id, void *userInfo) in HostThreadFunction()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp415 cl_int test_integer_ops_do_thread( cl_uint job_id, cl_uint thread_id, void *userInfo ) in test_integer_ops_do_thread()