HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1251 - 1275 of 4561) sorted by null

<<51525354555657585960>>

  /external/chromium_org/ui/gfx/
display.h 42 explicit Display(int64 id);
43 Display(int64 id, const Rect& bounds);
56 int64 id() const { return id_; } function in class:gfx::Display
57 void set_id(int64 id) { id_ = id; }
108 // True if the display contains valid display id.
114 // Gets/Sets an id of display corresponding to internal panel.
screen_win.cc 28 int64 id = static_cast<int64>(base::Hash(WideToUTF8(monitor_info.szDevice))); local
30 gfx::Display display(id, bounds);
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_factory.cc 56 uint32_t id = property->prop_id; local
58 return id;
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 62 bool IsToastShown(const std::string& id) {
63 views::Widget* widget = collection_->GetWidgetForTest(id);
67 views::Widget* GetWidget(const std::string& id) {
68 return collection_->GetWidgetForTest(id);
75 ToastContentsView* GetToast(const std::string& id) {
79 if ((*iter)->id() == id)
86 std::string id = base::IntToString(id_++); local
89 id,
98 return id;
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 134 void MenuModelAdapter::ExecuteCommand(int id) {
137 if (ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index)) {
145 void MenuModelAdapter::ExecuteCommand(int id, int mouse_event_flags) {
148 if (ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index)) {
163 bool MenuModelAdapter::GetAccelerator(int id,
167 if (ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index))
174 string16 MenuModelAdapter::GetLabel(int id) const {
177 if (ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index))
184 const gfx::Font* MenuModelAdapter::GetLabelFont(int id) const {
187 if (ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index))
222 const int id = menu->GetCommand(); local
    [all...]
menu_model_adapter_unittest.cc 17 // Base command id for test menu and its submenu.
221 const int id = i + kRootIdBase; local
222 MenuItemView* item = menu->GetMenuItemByID(id);
251 static_cast<views::MenuDelegate*>(&delegate)->ExecuteCommand(id);
268 const int id = i + kSubmenuIdBase; local
269 MenuItemView* item = menu->GetMenuItemByID(id);
298 static_cast<views::MenuDelegate*>(&delegate)->ExecuteCommand(id);
  /external/chromium_org/ui/views/layout/
grid_layout.h 54 // new row you specify the id of the column set the row is to use.
112 // Creates a new column set with the specified id and returns it.
113 // The id is later used when starting a new row.
116 ColumnSet* AddColumnSet(int id);
118 // Returns the column set for the specified id, or NULL if one doesn't exist.
119 ColumnSet* GetColumnSet(int id);
299 // ID of this ColumnSet.
300 int id() const { return id_; } function in class:views::ColumnSet
307 explicit ColumnSet(int id);
351 // ID for this columnset
    [all...]
  /external/chromium_org/v8/src/
allocation-tracker.h 50 unsigned id() const { return id_; } function in class:v8::internal::AllocationTraceNode
103 FunctionInfo* GetFunctionInfo(SnapshotObjectId id);
106 void AddFunctionInfo(SharedFunctionInfo* info, SnapshotObjectId id);
v8threads.h 45 // Id of thread.
46 void set_id(ThreadId id) { id_ = id; }
47 ThreadId id() { return id_; } function in class:v8::internal::ThreadState
  /external/chromium_org/webkit/browser/quota/
mock_storage_client.cc 22 const MockOriginData* mock_data, QuotaClient::ID id, size_t mock_data_size)
24 id_(id),
47 id(), origin_url, type, size, IncrementMockTime());
59 id(), origin_url, type, delta, IncrementMockTime());
67 id(), itr->first.first, itr->first.second, 0, IncrementMockTime());
81 QuotaClient::ID MockStorageClient::id() const { function in class:quota::MockStorageClient
179 NotifyStorageModified(id(), origin_url, type, -delta);
  /external/chromium_org/win8/metro_driver/
secondary_tile.cc 101 mswrw::HString id; local
102 id.Attach(MakeHString(tile_id));
105 hr = tile_factory->CreateWithId(id.Get(), tile.GetAddressOf());
142 mswrw::HString id; local
143 id.Attach(MakeHString(tile_id));
165 hr = tile_factory->CreateTile(id.Get(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 95 Index id = static_cast<Index>(m_size); local
97 m_values[id] = v;
98 m_indices[id] = i;
150 const size_t id = searchLowerIndex(0,m_size-1,key); local
151 return ((id<m_size) && (m_indices[id]==key)) ? m_values[id] : defaultValue;
163 const size_t id = searchLowerIndex(start,end-1,key); local
164 return ((id<end) && (m_indices[id]==key)) ? m_values[id] : defaultValue
172 size_t id = searchLowerIndex(0,m_size,key); local
    [all...]
  /external/freetype/src/cff/
cffparse.h 94 const char* id; member in struct:CFF_Field_Handler_
  /external/guava/guava-tests/test/com/google/common/testing/
TearDownStackTest.java 137 private final String id; field in class:TearDownStackTest.ThrowingTearDown
140 ThrowingTearDown(String id) {
141 this.id = id;
147 throw new RuntimeException(id);
  /external/icu4c/i18n/
cpdtrans.cpp 59 * Splits an ID of the form "ID;ID;..." into a compound using each
61 * @param id of above form
63 * takes the inverse of each ID.
65 CompoundTransliterator::CompoundTransliterator(const UnicodeString& id,
70 Transliterator(id, adoptedFilter),
74 init(id, direction, TRUE, status);
77 CompoundTransliterator::CompoundTransliterator(const UnicodeString& id,
80 Transliterator(id, 0), // set filter to 0 here
241 UnicodeString id; local
    [all...]
  /external/icu4c/layout/
KernTable.cpp 128 LEGlyphID id = font->mapCharToGlyph(i); local
130 if (id < 256) {
131 ids[id] = (char)i;
  /external/icu4c/test/intltest/
itutil.cpp 37 #define CASE(id, test) case id: \
401 UnicodeString id=UNICODE_STRING_SIMPLE("Grek-Latn"); local
403 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
467 UnicodeString id=UNICODE_STRING_SIMPLE("Grek-Latn"); local
470 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
trnserr.cpp 139 errln("FAIL: construction of bogus ID \"LATINGREEK-GREEKLATIN\"");
215 UnicodeString id="MyRandom-YReverse"; local
224 Transliterator *t = Transliterator::createFromRules(id, rules, UTRANS_REVERSE, parseErr, status);
231 Transliterator::unregister(id);
233 Transliterator* t1= Transliterator::createInstance(id, UTRANS_REVERSE, parseErr, status);
236 errln("FAIL: construction of unregistered ID failed.");
  /external/iproute2/genl/
ctrl.c 33 "PARMS := name <name> | id <id>\n" \
38 "\tctrl get id 0xF\n");
103 fprintf(stderr, "Missing family id TLV\n");
145 __u32 *id = RTA_DATA(tb[CTRL_ATTR_OP_ID]); local
146 fprintf(fp, " ID-0x%x ",*id);
166 __u32 *id = RTA_DATA(tb[CTRL_ATTR_MCAST_GRP_ID]); local
167 fprintf(fp, " ID-0x%x ",*id);
220 __u16 *id = RTA_DATA(tb[CTRL_ATTR_FAMILY_ID]); local
323 __u16 id; local
    [all...]
  /external/iproute2/ip/
xfrm_monitor.c 70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto));
71 if (show_stats > 0 || xacq->id.spi) {
72 __u32 spi = ntohl(xacq->id.spi);
243 struct xfrm_aevent_id *id = NLMSG_DATA(n); local
247 xfrm_ae_flags_print(id->flags, arg);
250 fprintf(fp, "src %s ", rt_addr_n2a(id->sa_id.family,
251 sizeof(id->saddr), &id->saddr,
254 xfrm_usersa_print(&id->sa_id, id->reqid, fp)
    [all...]
  /external/iproute2/tc/
tc_filter.c 86 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
96 invarg(*argv, "Invalid parent ID");
111 __u16 id; local
115 if (ll_proto_a2n(&id, *argv))
117 protocol = id;
283 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
293 invarg(*argv, "invalid parent ID");
  /external/ipsec-tools/src/racoon/
admin.c 3 /* Id: admin.c,v 1.25 2006/04/06 14:31:04 manubsd Exp */
176 vchar_t *id = NULL; local
373 if ((id = vmalloc(acp->id_len)) == NULL) {
380 memcpy(id->v, data, id->l);
386 vfree(id);
387 id = NULL;
440 /* Set the id and key */
441 if (id && key) {
454 rmconf->xauth->login = id;
    [all...]
policy.h 3 /* Id: policy.h,v 1.5 2004/06/11 16:00:17 ludvigm Exp */
79 u_int32_t id; /* It's unique number on the system. */ member in struct:secpolicy
94 u_int32_t reqid; /* reqid id who owned this SA */
schedule.c 132 static long id = 1; local
143 new->id = id++;
258 dst->id = p->id;

Completed in 958 milliseconds

<<51525354555657585960>>