Searched refs:set_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Dsystem_display_apitest.cc220 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); local
221 EXPECT_FALSE(set_info);
251 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); local
252 EXPECT_FALSE(set_info);
289 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); local
290 ASSERT_TRUE(set_info);
291 EXPECT_TRUE(utils::GetBoolean(set_info.get(), "isPrimary"));
293 utils::GetString(set_info.get(), "mirroringSourceId"));
294 EXPECT_EQ(100, utils::GetInteger(set_info.get(), "boundsOriginX"));
295 EXPECT_EQ(200, utils::GetInteger(set_info
[all...]
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1777 const struct DNBRegisterSetInfo *set_info; local
1779 set_info = DNBGetRegisterSetInfo (&num_reg_sets);
1780 if (set_info)
1788 for (reg = 0; reg < set_info[set].num_registers; ++reg)
1790 if (strcasecmp(reg_name, set_info[set].registers[reg].name) == 0)
1797 for (reg = 0; reg < set_info[set].num_registers; ++reg)
1799 if (strcasecmp(reg_name, set_info[set].registers[reg].name) == 0)
1815 const struct DNBRegisterSetInfo *set_info; local
1817 set_info = DNBGetRegisterSetInfo (&num_reg_sets);
1818 if (set_info)
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc94 void set_info(const history::DownloadRow& i) { function in class:__anon3581::DownloadHistoryData
313 data->set_info(GetDownloadRow(item));
384 data->set_info(GetDownloadRow(item));
413 data->set_info(current_info);
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.cc46 static const IPCCall set_info = { local
57 ipc_calls_.push_back(set_info);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c1329 ** Function set_info
1336 static bt_status_t set_info (bt_bdaddr_t *bd_addr, bthh_hid_info_t hid_info ) function
1689 set_info,

Completed in 1750 milliseconds