/prebuilts/go/linux-x86/src/archive/tar/ |
common.go | 23 // BUG: Use of the Uid and Gid fields in Header could overflow on 32-bit 50 Uid int // user id of owner 163 c_ISUID = 04000 // Set uid 187 paxUid = "uid" 252 h.Uid = sys.Uid
|
writer_test.go | 78 Uid: 73025, 91 Uid: 73025, 104 Uid: 1000, 124 Uid: 73025, 148 Uid: 1000, 173 Uid: 0765, 193 Uid: 1000, 206 Uid: 1000, 619 Uid: 1 << 25, // Prevent USTAR format
|
/prebuilts/go/linux-x86/src/syscall/ |
dir_plan9.go | 37 Uid string // owner name 64 n = STATFIXLEN + len(d.Name) + len(d.Uid) + len(d.Gid) + len(d.Muid) 86 b = pstring(b, d.Uid) 125 if d.Uid, b, ok = gstring(b); !ok {
|
syscall_linux_mips64x.go | 23 //sys Fchown(fd int, uid int, gid int) (err error) 30 //sysnb Getuid() (uid int) 32 //sys Lchown(path string, uid int, gid int) (err error) 40 //sys Setfsuid(uid int) (err error) 129 Uid uint32 175 s.Uid = st.Uid
|
syscall_linux_test.go | 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is 111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
writer_test.go | 78 Uid: 73025, 91 Uid: 73025, 104 Uid: 1000, 124 Uid: 73025, 148 Uid: 1000, 173 Uid: 0765, 193 Uid: 1000, 206 Uid: 1000, 619 Uid: 1 << 25, // Prevent USTAR format
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsHelper.java | 27 import android.os.BatteryStats.Uid; 543 final SparseArray<? extends Uid> uidStats = mStats.getUidStats(); 546 final Uid u = uidStats.valueAt(iu); 563 Log.d(TAG, String.format("UID %d: total power=%s", u.getUid(), 572 final int uid = app.getUid(); local 573 final int userId = UserHandle.getUserId(uid); 574 if (uid == Process.WIFI_UID) { 576 } else if (uid == Process.BLUETOOTH_UID) { 579 && UserHandle.getAppId(uid) >= Process.FIRST_APPLICATION_UID) { 591 if (uid == 0) 870 final BatteryStats.Uid uid = sippers.get(i).uidObj; local 926 final int uid = sipper.uidObj == null ? -1 : sipper.getUid(); local [all...] |
MobileRadioPowerCalculator.java | 62 public void calculateApp(BatterySipper app, BatteryStats.Uid u, long rawRealtimeUs, 88 Log.d(TAG, "UID " + u.getUid() + ": mobile packets "
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 206 * - Aggregated partial wakelock time (per uid, instead of per wakelock) is recorded. 208 * - CPU frequency time per uid 235 private static final String UID_DATA = "uid"; 243 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "rpm", state/voter name, total time, total count, 250 // BATTERY_STATS_CHECKIN_VERSION, uid, category, "fgs", 255 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "wl", name, 263 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "awl", 318 * Indicates times spent by the uid at each cpu frequency in all process states. 503 * The statistics associated with a particular uid. 505 public static abstract class Uid { 1184 public int uid; field in class:BatteryStats.HistoryTag 3438 int uid = 0; local 3500 final int uid = uidStats.keyAt(iu); local 4762 final int uid = uidStats.keyAt(iu); local 6213 Uid uid = uidStats.valueAt(i); local 6404 int uid = UserHandle.getAppId(uidStats.keyAt(i)); local [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
UefiDevicePathLib.h | 133 UINT32 Uid;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
AdvancedPowerUsageDetailTest.java | 88 private static final int UID = 1; 123 private BatteryStats.Uid mUid; 179 doReturn(UID).when(mBatterySipper).getUid(); 182 eq(BatteryStats.Uid.PROCESS_STATE_BACKGROUND), anyLong(), anyInt()); 184 eq(BatteryStats.Uid.PROCESS_STATE_TOP), anyLong(), anyInt()); 204 any(BatteryStats.Uid.class), anyLong()); 225 mAnomalies.add(new Anomaly.Builder().setUid(UID).setType( 283 assertThat(mBundle.getInt(AdvancedPowerUsageDetail.EXTRA_UID)).isEqualTo(UID); 302 assertThat(mBundle.getInt(AdvancedPowerUsageDetail.EXTRA_UID)).isEqualTo(UID); 374 doReturn(UID).when(mPackageManager).getPackageUid(PACKAGE_NAME[0], 0 /* no flag */) [all...] |
/system/nfc/halimpl/pn54x/common/ |
phNfcTypes.h | 38 #define PHNFC_MAX_UID_LENGTH 0x0AU /* Maximum UID length expected */ 185 uint8_t Uid[PHNFC_MAX_UID_LENGTH]; /* UID information of the TYPE A 187 uint8_t UidLength; /* UID information length */
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_mips64x.go | 23 //sys Fchown(fd int, uid int, gid int) (err error) 30 //sysnb Getuid() (uid int) 32 //sys Lchown(path string, uid int, gid int) (err error) 40 //sys Setfsuid(uid int) (err error) 129 Uid uint32 175 s.Uid = st.Uid
|
syscall_linux_test.go | 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is 111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
|
exec_linux_test.go | 61 func whoamiCmd(t *testing.T, uid, gid int, setgroups bool) *exec.Cmd { 67 {ContainerID: 0, HostID: uid, Size: 1}, 77 func testNEWUSERRemap(t *testing.T, uid, gid int, setgroups bool) { 78 cmd := whoamiCmd(t, uid, gid, setgroups) 199 Uid: 0, 208 expected := "uid=0(root) gid=0(root) groups=0(root)" 222 uid, gid := os.Getuid(), os.Getgid() 226 Uid: uint32(uid), 230 {ContainerID: 0, HostID: uid, Size: 1} [all...] |
ztypes_linux_arm64.go | 106 Uid uint32 273 Uid uint32
|
ztypes_linux_mips.go | 102 Uid uint32 269 Uid uint32
|
ztypes_linux_mipsle.go | 102 Uid uint32 269 Uid uint32
|
/system/core/logd/ |
LogTags.cpp | 48 // Sniff for first uid=%d in utf8z comment string 55 static const char uid_str[] = "uid="; 61 unsigned long Uid = strtoul(comment + 4, &cp, 10); 62 if ((cp > endp) || (Uid >= INT_MAX)) return AID_ROOT; 64 return Uid; 129 void LogTags::AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, 143 // unlikely except for dupes, or updates to uid list (more later) 159 if (uid == AID_ROOT) { 162 } else if (ut->second.find(uid) == ut->second.end()) { 163 const_cast<uid_list&>(ut->second).emplace(uid); 244 uid_t uid = AID_ROOT; local 311 uid_t uid = (log_msg.entry.hdr_size >= sizeof(logger_entry_v4)) local [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsSensorTest.java | 30 private static final int UID = 10500; 41 bi.noteUidProcessStateLocked(UID, ActivityManager.PROCESS_STATE_CACHED_EMPTY); 42 bi.noteUidProcessStateLocked(UID, ActivityManager.PROCESS_STATE_IMPORTANT_FOREGROUND); 43 bi.noteStartSensorLocked(UID, SENSOR_ID); 46 bi.noteStopSensorLocked(UID, SENSOR_ID); 48 bi.noteUidProcessStateLocked(UID, ActivityManager.PROCESS_STATE_RECEIVER); 49 bi.noteStartSensorLocked(UID, SENSOR_ID); 50 bi.noteStartSensorLocked(UID, SENSOR_ID); 53 bi.noteStopSensorLocked(UID, SENSOR_ID); 54 bi.noteStopSensorLocked(UID, SENSOR_ID) 395 final BatteryStats.Uid uid = bi.getUidStats().get(UID); local [all...] |
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_windows.go | 84 uid, e := usid.String() 93 Uid: uid, 148 func lookupUserId(uid string) (*User, error) { 149 sid, e := syscall.StringToSid(uid)
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup_windows.go | 84 uid, e := usid.String() 93 Uid: uid, 148 func lookupUserId(uid string) (*User, error) { 149 sid, e := syscall.StringToSid(uid)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
Acpi2_0.h | 414 UINT32 Uid;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
Acpi2_0.h | 401 UINT32 Uid;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Acpi20.h | 427 UINT32 Uid;
|