HomeSort by relevance Sort by last modified time
    Searched refs:GetLocation (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/ppapi/cpp/dev/
widget_dev.h 30 bool GetLocation(Rect* location);
widget_dev.cc 57 bool Widget_Dev::GetLocation(Rect* location) {
59 return PP_ToBool(get_interface<PPB_Widget_Dev_0_4>()->GetLocation(
62 return PP_ToBool(get_interface<PPB_Widget_Dev_0_3>()->GetLocation(
  /external/chromium_org/ppapi/thunk/
ppb_widget_api.h 19 virtual PP_Bool GetLocation(PP_Rect* location) = 0;
ppb_widget_dev_thunk.cc 43 PP_Bool GetLocation(PP_Resource widget, struct PP_Rect* location) {
44 VLOG(4) << "PPB_Widget_Dev::GetLocation()";
48 return enter.object()->GetLocation(location);
71 &GetLocation,
79 &GetLocation,
  /external/chromium_org/ppapi/c/dev/
ppb_widget_dev.h 57 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location);
76 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location);
  /art/compiler/
output_stream.h 41 const std::string& GetLocation() const {
buffered_output_stream.cc 24 : OutputStream(out->GetLocation()), out_(out), used_(0) {}
oat_writer.cc 645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
    [all...]
elf_patcher.cc 89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
105 CHECK(string != nullptr) << patch->GetDexFile().GetLocation() << " " << patch->GetStringIdx();
116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx();
118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
  /art/runtime/
oat_file.cc 234 *error_msg = StringPrintf("Invalid oat magic for '%s'", GetLocation().c_str());
240 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
247 "%p + %zd + %ud <= %p", GetLocation().c_str(),
259 GetLocation().c_str(), i);
265 "location size", GetLocation().c_str(), i);
273 "location", GetLocation().c_str(), i);
283 "dex file checksum", GetLocation().c_str(), i,
291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str());
296 "offset %ud > %zd", GetLocation().c_str(), i,
303 " after dex file offsets", GetLocation().c_str(), i
    [all...]
dex_file.h 406 const std::string& GetLocation() const {
438 DCHECK(header_ != NULL) << GetLocation();
453 DCHECK(header_ != NULL) << GetLocation();
459 DCHECK_LT(idx, NumStringIds()) << GetLocation();
464 CHECK_GE(&string_id, string_ids_) << GetLocation();
465 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
504 DCHECK(header_ != NULL) << GetLocation();
510 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
515 CHECK_GE(&type_id, type_ids_) << GetLocation();
516 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
    [all...]
dex_file.cc 364 CHECK(begin_ != NULL) << GetLocation();
365 CHECK_GT(size_, 0U) << GetLocation();
387 oss << "Unrecognized magic number in " << GetLocation() << ":"
397 oss << "Unrecognized version number in " << GetLocation() << ":"
719 DCHECK(code_item != NULL) << PrettyMethod(method) << " " << GetLocation();
786 << " >= " << code_item->registers_size_ << ") in " << GetLocation();
811 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation()
840 << code_item->registers_size_ << ") in " << GetLocation();
868 << code_item->registers_size_ << ") in " << GetLocation();
882 << code_item->registers_size_ << ") in " << GetLocation();
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_widget_dev.idl 47 PP_Bool GetLocation([in] PP_Resource widget,
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.h 36 virtual PP_Bool GetLocation(PP_Rect* location) OVERRIDE;
ppb_widget_impl.cc 49 PP_Bool PPB_Widget_Impl::GetLocation(PP_Rect* location) {
  /external/chromium_org/base/metrics/
stats_table.h 105 // Returns an id for the counter which can be used to call GetLocation().
115 int* GetLocation(int counter_id, int slot_id) const;
stats_counters.cc 59 return table->GetLocation(counter_id_, table->GetSlot());
  /external/chromium_org/chrome/test/chromedriver/client/
webelement.py 52 def GetLocation(self):
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 274 uint32 location = GetLocation();
380 uint32 EntryCell::GetLocation() const {
584 if (!GetLocation(*current_cell))
626 if (!GetLocation(*current_cell)) {
802 if (!GetLocation(*current_cell))
858 if (GetLocation(bucket->cells[cell_number]) && cell.GetLocation()) {
859 DCHECK_EQ(cell.GetLocation(),
860 GetLocation(bucket->cells[cell_number]));
915 if (!GetLocation(current_cell)
    [all...]
index_table_v3.h 93 uint32 GetLocation() const;
255 uint32 GetLocation(const IndexCell& cell);
  /external/lldb/test/python_api/default-constructor/
sb_value.py 22 obj.GetLocation()
  /external/lldb/test/lang/cpp/dynamic-value/
TestDynamicValue.py 142 myB_loc = int (myB.GetLocation(), 16)
146 otherB_loc = int (otherB.GetLocation(), 16)
218 reallyA_loc = int (reallyA_value.GetLocation(), 16)
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 293 GetLocation () const
391 if (options.GetLocation() == 0 || options.GetLocation() == LLDB_INVALID_ADDRESS)
433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);
435 data_read = process_sp->ReadMemoryFromInferior(options.GetLocation(), (char*)buffer_sp->GetBytes(), bufferSPSize, error);
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 164 gfx::Rect BrowserAccessibility::GetLocation() const {
182 gfx::Rect bounds = GetLocation();
193 parent->GetLocation().width() > 0 &&
194 parent->GetLocation().height() > 0) {
195 bounds.Offset(parent->GetLocation().x(), parent->GetLocation().y());
275 gfx::Rect child_rect = child->GetLocation();
  /external/lldb/scripts/Python/interface/
SBValue.i 152 GetLocation ();
469 __swig_getmethods__["location"] = GetLocation
470 if _newclass: location = property(GetLocation, None, doc='''A read only property that returns the location of this value as a string.''')

Completed in 6869 milliseconds

1 2 3