HomeSort by relevance Sort by last modified time
    Searched refs:uid (Results 1201 - 1225 of 1516) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 69 // Since the unique ID (uid or string_uid) is parsed from API arguments,
70 // the normal usage is to set the uid or string_uid immediately after
81 // Only one of uid or string_uid will be defined.
82 int uid; member in struct:extensions::MenuItem::Id
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 162 * @param {number} uid
165 getProfile: function(uid)
169 if (this._profiles[i].uid === uid)
309 this.uid = profileType._nextProfileUid++;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledristr.h 144 CARD32 uid B32;
  /external/elfutils/0.153/backends/
linux-core-note.c 158 FIELD (identity, UID_T, uid, 'd'),
  /external/fio/os/
os-windows.h 98 int setuid(uid_t uid);
  /external/ipsec-tools/src/racoon/
localconf.c 105 lcconf->uid = 0;
  /external/iputils/
ping_common.h 132 extern int uid;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-record.c 39 .uid = UINT_MAX,
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 784 __open_extended$__interposed__ (const char *path, int oflag, uid_t uid, gid_t gid, int mode, struct kauth_filesec *fsacl)
790 const int fd = ::__open_extended (path, oflag, uid, gid, mode, fsacl);
792 StringSP description_sp(new String ("pid=%i: __open_extended (path='%s', oflag=%i, uid=%i, gid=%i, mode=%i, fsacl=%p) -> fd=%i", pid, path, oflag, uid, gid, mode, fsacl, fd));
801 return ::__open_extended (path, oflag, uid, gid, mode, fsacl);
    [all...]
  /external/lldb/include/lldb/Symbol/
Symtab.h 56 Symbol * FindSymbolByID (lldb::user_id_t uid) const;
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 271 GetUserName (uint32_t uid, std::string &name);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 317 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
502 const MachineBasicBlock *MBB, unsigned uid) const;
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 176 InstrUID uid) {
177 UID = uid;
181 Spec = &tables.specForUID(UID);
249 InstrUID uid)
255 RecognizableInstr recogInstr(tables, insn, uid);
859 UID, Is32Bit, IgnoresVEX_L);
865 UID, Is32Bit, IgnoresVEX_L);
    [all...]
  /external/mesa3d/src/glx/apple/
appledristr.h 144 CARD32 uid B32;
  /external/oprofile/libpp/
locate_images.cpp 28 uid(++suid)
  /external/ppp/pppd/
options.c 1083 uid_t uid;
1087 uid = getuid();
1088 if (uid == 0)
1092 if (sbuf.st_uid == uid)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 81 public int checkPermission(java.lang.String permission, int pid, int uid) {
  /frameworks/av/include/media/
MediaPlayerInterface.h 137 virtual status_t setUID(uid_t uid) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 42 GenericSource(const sp<AMessage> &notify, bool uidValid, uid_t uid);
  /frameworks/av/services/audioflinger/
Threads.h 372 void acquireWakeLock(int uid = -1);
373 void acquireWakeLock_l(int uid = -1);
539 int uid,
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 303 return new UserHandle(UserHandle.getUserId(providerInfo.applicationInfo.uid));
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 135 if (credentials.uid == 0) {
  /frameworks/native/services/sensorservice/
SensorService.h 172 SensorEventConnection(const sp<SensorService>& service, uid_t uid);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 118 mPackageInfo.applicationInfo.uid, mPackageInfo.packageName);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
socket.h 335 uid_t uid; /* UID of sending process. */ member in struct:ucred

Completed in 1400 milliseconds

<<41424344454647484950>>