HomeSort by relevance Sort by last modified time
    Searched defs:GetDescription (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
default_map_storage.cc 38 const char* DefaultMapStorage::GetDescription(int index) const {
  /development/testrunner/test_defs/
test_suite.py 76 def GetDescription(self):
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.cc 102 std::string ComponentExtensionIMEManager::GetDescription(
  /external/chromium_org/tools/grit/grit/
tclib.py 118 def GetDescription(self):
  /external/opencv/otherlibs/highgui/
grfmt_base.h 116 const char* GetDescription() { return m_description; };
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.cc 212 std::string DevToolsTargetImpl::GetDescription() const {
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 241 def GetDescription(self):
367 self.__meaning, self.GetDescription())
417 self.GetDescription() is not None and
418 other.GetDescription() is not None and
419 self.GetDescription() != other.GetDescription()):
474 self.GetDescription());
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 225 base::string16 description = UTF8ToUTF16(GetDescription());
340 GetDescription() == other.GetDescription() &&
400 << " description is " << GetDescription()
448 std::string SyncedNotification::GetDescription() const {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs     [all...]
ProfileGrammarParser.cs     [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.cc 107 << "Could not do default action for AccObject: " << GetDescription();
131 EXPECT_TRUE(did_focus) << "Could not focus AccObject: " << GetDescription();
148 EXPECT_TRUE(did_select) << "Could not select AccObject: " << GetDescription();
164 << GetDescription();
246 << GetDescription();
452 std::wstring AccObject::GetDescription() {
480 string_stream << object->GetDescription() << std::endl;
515 << "Parent object: " << WideToUTF8(object->GetDescription())
529 << "object: " << GetDescription();
626 std::wstring AccObjectMatcher::GetDescription() const
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 131 std::string GetDescription() {
342 info->description = GetDescription();
749 txt.push_back("note=" + std::string(GetDescription()));
  /external/chromium_org/third_party/handlebar/
handlebar.py 283 raise ParseException('Empty identifier %s' % self.GetDescription())
286 raise ParseException('Invalid identifier %s' % self.GetDescription())
288 def GetDescription(self):
293 message.Append('Failed to resolve %s in %s\n' % (self.GetDescription(),
297 message.Append(' included as %s in %s\n' % (entry.id_.GetDescription(),
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 990 milliseconds