Searched defs:uid (Results 1 - 25 of 187) sorted by relevance

12345678

/external/lldb/source/Core/
H A DUserID.cpp19 lldb_private::operator << (Stream& strm, const UserID& uid) argument
21 strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID());
/external/chromium_org/cc/resources/
H A Dscoped_ui_resource.cc35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid, argument
/external/chromium_org/cc/test/
H A Dfake_scoped_ui_resource.cc34 UIResourceBitmap FakeScopedUIResource::GetBitmap(UIResourceId uid, argument
39 return ScopedUIResource::GetBitmap(uid, resource_lost);
H A Dfake_ui_resource_layer_tree_host_impl.cc19 UIResourceId uid,
21 if (ResourceIdForUIResource(uid))
22 DeleteUIResource(uid);
28 fake_ui_resource_map_[uid] = data;
31 void FakeUIResourceLayerTreeHostImpl::DeleteUIResource(UIResourceId uid) { argument
32 ResourceProvider::ResourceId id = ResourceIdForUIResource(uid);
34 fake_ui_resource_map_.erase(uid);
39 UIResourceId uid) const {
40 UIResourceMap::const_iterator iter = fake_ui_resource_map_.find(uid);
46 bool FakeUIResourceLayerTreeHostImpl::IsUIResourceOpaque(UIResourceId uid)
18 CreateUIResource( UIResourceId uid, const UIResourceBitmap& bitmap) argument
[all...]
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer_impl.h42 void set_track_ui_resource_id(UIResourceId uid) { argument
43 track_ui_resource_id_ = uid;
45 void set_thumb_ui_resource_id(UIResourceId uid) { argument
46 thumb_ui_resource_id_ = uid;
H A Dui_resource_layer_impl_unittest.cc28 UIResourceId uid) {
40 host_impl->CreateUIResource(uid, bitmap);
41 layer->SetUIResourceId(uid);
68 UIResourceId uid = 1; local
73 uid);
78 uid = 0;
83 uid);
110 UIResourceId uid = 1; local
115 uid);
124 uid);
23 GenerateUIResourceLayer( FakeUIResourceLayerTreeHostImpl* host_impl, const gfx::Size& bitmap_size, const gfx::Size& layer_size, bool opaque, UIResourceId uid) argument
137 UIResourceId uid = 1; local
160 UIResourceId uid = 5; local
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h51 uid_t uid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
H A Dprocess_info_snapshot_mac_unittest.cc37 EXPECT_EQ(0, static_cast<int64>(proc_info.uid));
64 uid_t uid = getuid(); local
79 EXPECT_EQ(uid, proc_info.uid);
99 EXPECT_EQ(uid, proc_info.uid); // This (and the following) should be true
105 // To verify that ProcessInfoSnapshot is getting the actual uid and effective
106 // uid, this test runs top. top should have a uid of the caller and effective
107 // uid o
[all...]
/external/kernel-headers/original/uapi/asm-generic/
H A Dipcbuf.h21 __kernel_uid32_t uid; member in struct:ipc64_perm
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCommon.cpp64 lldb::user_id_t uid = GetUserID (); local
66 if (uid != LLDB_INVALID_UID)
68 s->Printf ("uid=0x%" PRIx64, uid);
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h218 /// @param uid - The unique ID to set matching entries to.
222 InstrUID uid,
237 /// decode tables to point to a specific uid.
245 /// @param uid - The unique ID of the instruction.
252 InstrUID uid,
259 /// @param uid - The unique ID of the instruction.
261 InstructionSpecifier& specForUID(InstrUID uid) { argument
262 if (uid >= InstructionSpecifiers.size())
263 InstructionSpecifiers.resize(uid + 1);
265 return InstructionSpecifiers[uid];
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h28 u16 uid; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.h35 uid_t uid; // user ID member in struct:_lnode
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtarget.c67 target->uid = UINT_MAX;
79 int uid = strtol(str, &endptr, 10); local
84 getpwuid_r(uid, &pwd, buf, sizeof(buf), &result);
90 target->uid = result->pw_uid;
/external/lldb/include/lldb/Core/
H A DUserID.h38 UserID (lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {}
67 /// @param[in] uid
71 SetID (lldb::user_id_t uid) { m_uid = uid; } argument
90 IDMatches (lldb::user_id_t uid) : m_uid(uid) {} argument
126 Stream& operator << (Stream& strm, const UserID& uid);
/external/oprofile/libpp/
H A Dlocate_images.h79 /// return the uid for this extra_images, first valid uid is 1
80 int get_uid() const { return uid; }
101 /// unique identifier, first valid uid is 1
102 int uid; member in class:extra_images
103 /// unique uid generator
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinder.java45 public static void setCallingUid(int uid) { argument
46 ShadowBinder.callingUid = uid;
/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DQueueUser.java40 * @param uid the user jid of the customer in the queue
45 public QueueUser (String uid, int position, int time, Date joinedAt) { argument
48 this.userID = uid;
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h60 UInt uid; member in struct:vg_stat
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DDevToolsServer.java59 private static boolean checkDebugPermission(Context context, int pid, int uid) { argument
61 return context.checkPermission(debugPermissionName, pid, uid)
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail.cc82 cc::UIResourceBitmap Thumbnail::GetBitmap(cc::UIResourceId uid, argument
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_types.cc43 const std::string& uid, const base::FilePath& path)
46 uid(uid),
63 uid_file(OpenColumnFile(directory_path, "uid")) {
42 AlbumInfo(const std::string& name, const base::Time& timestamp, const std::string& uid, const base::FilePath& path) argument
H A Dpicasa_types.h47 const std::string& uid, const base::FilePath& path);
53 std::string uid; member in struct:picasa::AlbumInfo
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.cc80 std::string uid; local
86 !uid_column.ReadString(i, &uid) || uid.empty()) {
99 albums_.push_back(AlbumInfo(name, timestamp, uid, base::FilePath()));
108 folders_.push_back(AlbumInfo(name, timestamp, uid, path));
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx.c60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) argument
65 apple_glx_diagnostic("%s: surface destroyed %u\n", __func__, uid);
66 apple_glx_surface_destroy(uid);
72 updated = apple_glx_context_surface_changed(uid, pthread_self());

Completed in 3308 milliseconds

12345678