HomeSort by relevance Sort by last modified time
    Searched refs:UID (Results 51 - 75 of 221) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileManager.h 67 unsigned UID; // A unique (small) ID for the file.
88 unsigned getUID() const { return UID; }
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
82 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileManager.h 67 unsigned UID; // A unique (small) ID for the file.
88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileManager.h 67 unsigned UID; // A unique (small) ID for the file.
88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 67 unsigned UID; // A unique (small) ID for the file.
88 unsigned getUID() const { return UID; }
  /compatibility/cdd/8_performance-and-power/
8_4_power-consumption-accounting.md 16 * [H-0-3] MUST report CPU power consumption per each process's UID.
35 * [T-0-3] MUST report CPU power consumption per each process's UID.
54 * [A-0-3] MUST report CPU power consumption per each process's UID.
73 * [SR] STRONGLY RECOMMENDED to report CPU power consumption per each process's UID.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
ComponentName.c 256 mSerialPortName[(sizeof (mSerialPortName) / 2) - 2] = (CHAR16) (L'0' + (UINT8) IsaIo->ResourceList->Device.UID);
  /external/elfutils/libebl/
eblauxvinfo.c 54 TYPE (UID, "u") \
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
main.sh 38 if [ $UID != 0 ]; then
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 36 InstrUID UID;
44 /// encoding and therefore distinct from the UID
215 /// \param uid The unique ID of the current instruction.
218 InstrUID uid);
227 /// \param uid The unique ID of the instruction.
230 InstrUID uid);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 39 InstrUID UID;
45 /// encoding and therefore distinct from the UID
238 /// @arg uid - The unique ID of the current instruction.
241 InstrUID uid);
250 /// @uid - The unique ID of the instruction.
253 InstrUID uid);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 45 /** The column that is used for the initiating app's UID */
46 public static final String UID = "uid";
DownloadReceiver.java 142 final int uid = intent.getIntExtra(Intent.EXTRA_UID, -1); local
146 values.putNull(Constants.UID);
148 Constants.UID + "=" + uid + " AND " + Downloads.Impl.COLUMN_DESTINATION + " IN ("
153 // Finally, delete any remaining downloads owned by UID
155 Constants.UID + "=" + uid, null);
159 + " downloads owned by UID " + uid);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.c 166 Device->UID == mLpcWpce791DeviceList[Index].Device.UID ) {
312 (DeviceUid == mLpcWpce791DeviceList[Index].Device.UID)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 178 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1");
203 DefaultSymbols.put(UID, "UID");
239 DefaultLookUp.put("uid", UID);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyLoaderTest.java 56 private static final int UID = 0;
86 when(mContext.getPackageManager().getPackageUid(anyString(), anyInt())).thenReturn(UID);
129 .setUid(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...]
BatteryUtilsTest.java 50 import static android.os.BatteryStats.Uid.PROCESS_STATE_BACKGROUND;
51 import static android.os.BatteryStats.Uid.PROCESS_STATE_FOREGROUND;
52 import static android.os.BatteryStats.Uid.PROCESS_STATE_FOREGROUND_SERVICE;
53 import static android.os.BatteryStats.Uid.PROCESS_STATE_TOP;
54 import static android.os.BatteryStats.Uid.PROCESS_STATE_TOP_SLEEPING;
87 private static final int UID = 123;
108 private BatteryStats.Uid mUid;
199 any(BatteryStats.Uid.class), anyLong());
314 when(mNormalBatterySipper.getUid()).thenReturn(UID);
321 when(mNormalBatterySipper.getUid()).thenReturn(UID);
456 final BatteryStats.Uid uid = mock(BatteryStats.Uid.class, RETURNS_DEEP_STUBS); local
    [all...]
  /system/netd/server/
SockDiagTest.cpp 267 UID,
278 TO_STRING_TYPE(UID);
333 case UID:
346 case UID:
350 uid_t uid = START_UID + i; local
351 return fchown(s, uid, -1);
373 case UID:
377 EXPECT_LE(0, ret) << ": Failed to destroy sockets for UID " << CLOSE_UID << ": " <<
404 case UID:
407 uid_t uid = i + START_UID local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 89 #define UID(I) ctx->dump_printf( ctx, "%u", I )
260 UID( d.i );
267 UID( d.ui );
278 UID(data[i].Uint);
360 UID( decl->Semantic.Index );
367 UID(decl->Semantic.StreamX);
369 UID(decl->Semantic.StreamY);
371 UID(decl->Semantic.StreamZ);
373 UID(decl->Semantic.StreamW);
698 UID( inst->Label.Label )
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 35 llvm::sys::fs::UniqueID UID;
49 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
67 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
82 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
82 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
82 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
82 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }

Completed in 1487 milliseconds

1 23 4 5 6 7 8 9