Searched refs:uid (Results 276 - 300 of 340) sorted by relevance

<<11121314

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileView.js859 new WebInspector.TempFile("cpu-profiler", String(this.uid), didCreateTempFile.bind(this));
H A DHeapSnapshotDataGrids.js898 this.snapshot.calculateSnapshotDiff(this.baseSnapshot.uid, aggregatesForDiff, didCalculateSnapshotDiff.bind(this));
H A DHeapSnapshotGridNodes.js1324 tree.snapshot.createAddedNodesProvider(tree.baseSnapshot.uid, this._name),
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp2655 const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2656 if (uid) {
2657 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp340 unsigned long long uid; member in class:mkvparser::Track::Info
H A Dmkvparser.cpp4842 : uid(0),
4909 dst.uid = uid;
4959 unsigned long long Track::GetUid() const { return m_info.uid; }
5734 info.uid = 0;
5777 info.uid = 0;
5790 info.uid <<= 8;
5791 info.uid |= b;
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp2655 const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2656 if (uid) {
2657 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp382 unsigned long long uid; member in class:mkvparser::Track::Info
H A Dmkvparser.cpp5530 uid(0),
5606 dst.uid = uid;
5668 return m_info.uid;
6622 info.uid = 0;
6678 info.uid = 0;
6692 info.uid <<= 8;
6693 info.uid |= b;
/external/libvpx/libwebm/
H A Dmkvparser.hpp340 unsigned long long uid; member in class:mkvparser::Track::Info
H A Dmkvparser.cpp4845 : uid(0),
4912 dst.uid = uid;
4962 unsigned long long Track::GetUid() const { return m_info.uid; }
5737 info.uid = 0;
5780 info.uid = 0;
5793 info.uid <<= 8;
5794 info.uid |= b;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h528 const MachineBasicBlock *MBB, unsigned uid,
/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h113 unsigned long uid; /**< User ID */ member in struct:vki_drm_client
H A Dvki-mips32-linux.h686 __vki_kernel_uid_t uid; member in struct:vki_ipc64_perm
912 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
927 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
934 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
H A Dvki-mips64-linux.h714 __vki_kernel_uid_t uid; member in struct:vki_ipc64_perm
935 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
950 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
957 __VKI_ARCH_SI_UID_T _uid; /* sender's uid */
/external/iputils/
H A Dping6.c1058 if (uid) {
1679 if (!(options & F_VERBOSE) || uid)
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c703 STREAM_TO_ARRAY (p_i93->uid, p, NFC_ISO15693_UID_LEN);
713 STREAM_TO_ARRAY (p_param->param.pk.uid, p, p_param->param.pk.uid_len);
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp180 * @param uid - The unique ID for the instruction. This should be returned by
184 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { argument
185 return &INSTRUCTIONS_SYM[uid];
/external/valgrind/main/coregrind/
H A Dm_libcfile.c270 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \
622 if (VG_(geteuid)() == st.uid) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/fio/
H A Dbackend.c1306 * the uid.
1312 if (o->uid != -1U && setuid(o->uid)) {
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1738 else if (name.compare("uid") == 0)
1956 packet.Printf("uid:%u;",match_info.GetProcessInfo().GetUserID());
1998 GDBRemoteCommunicationClient::GetUserName (uint32_t uid, std::string &name)
2003 const int packet_len = ::snprintf (packet, sizeof (packet), "qUserName:%i", uid);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp184 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const { argument
188 << getFunctionNumber() << '_' << uid << '_' << uid2;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h598 int socheckuid(struct socket *so, uid_t uid);
/external/fio/os/windows/
H A Dposix.c608 int setuid(uid_t uid) argument

Completed in 639 milliseconds

<<11121314