/frameworks/base/core/java/android/widget/ |
RemoteViews.java | [all...] |
/frameworks/base/core/jni/ |
android_net_LocalSocketImpl.cpp | 801 creds.pid, creds.uid, creds.gid);
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
ConnectionUtil.java | 392 * Fetch the Download Manager's UID. 393 * @return the Download Manager's UID 400 return appInfo.uid;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.hpp | 382 unsigned long long uid; member in class:mkvparser::Track::Info
|
/hardware/intel/img/libdrm/shared-core/ |
drm.h | 292 unsigned long uid; /**< User ID */ member in struct:drm_client
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminSettings.java | 492 return UserHandle.getUserId(adminInfo.getActivityInfo().applicationInfo.uid);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/ |
ResolverActivity.java | 180 // uid (not re-using the same resolver from an old launching uid), 443 // Filter out any activities that the launched uid does not 453 ai.applicationInfo.uid, ai.exported);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 281 unsigned int uid; member in struct:int_tree_map
|
gimple.h | 188 /* UID of this statement. This is used by passes that want to 191 unsigned uid; variable [all...] |
/external/iputils/ |
ping6.c | 1058 if (uid) { [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 703 STREAM_TO_ARRAY (p_i93->uid, p, NFC_ISO15693_UID_LEN); 710 NFC_TRACE_ERROR2( "Kovio UID len:0x%x exceeds max(0x%x)", p_param->param.pk.uid_len, NFC_KOVIO_MAX_LEN); 713 STREAM_TO_ARRAY (p_param->param.pk.uid, p, p_param->param.pk.uid_len); [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.cpp | 121 * @return - The UID of the instruction, or 0 on failure. 177 * specifierForUID - Given a UID, returns the name and operand specification for 180 * @param uid - The unique ID for the instruction. This should be returned by 184 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { 185 return &INSTRUCTIONS_SYM[uid]; [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 270 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \ 622 if (VG_(geteuid)() == st.uid) { [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 51 uid_t uid) 65 mUID(uid), [all...] |
/frameworks/base/core/java/com/android/internal/inputmethod/ |
InputMethodUtils.java | [all...] |
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
DevicePolicyManagerService.java | 448 int getUid() { return info.getActivityInfo().applicationInfo.uid; } 451 return new UserHandle(UserHandle.getUserId(info.getActivityInfo().applicationInfo.uid)); 3830 int uid = mContext.getPackageManager().getPackageUid(packageName, 0); local 5281 int uid = Binder.getCallingUid(); local [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/frameworks/base/services/core/java/com/android/server/content/ |
SyncManager.java | 549 * @param uid Linux uid of the application that is performing the sync. 556 public void scheduleSync(ComponentName cname, int userId, int uid, Bundle extras, 604 new SyncOperation(cname, userId, uid, source, extras, 633 * @param reason for sync request. If this is a positive integer, it is the Linux uid [all...] |
/prebuilts/sdk/19/ |
android.jar | |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.cpp | [all...] |
/prebuilts/sdk/21/ |
android.jar | |
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 285 void AwesomePlayer::setUID(uid_t uid) { 286 ALOGV("AwesomePlayer running on behalf of uid %d", uid); 288 mUID = uid; [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyManager.cpp | [all...] |