Searched refs:GetName (Results 76 - 100 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.h46 virtual PP_Var GetName() OVERRIDE;
/external/chromium_org/third_party/webrtc/sound/
H A Dnullsoundsystem.h48 virtual const char *GetName() const;
H A Dsoundsysteminterface.h101 virtual const char *GetName() const = 0;
/external/chromium_org/tools/idl_parser/
H A Didl_parser_test.py28 check, value = ParseCommentTest(comment.GetName())
36 self.assertEqual(value, node.GetName(), msg)
69 check, value = ParseCommentTest(comment.GetName())
78 self.assertEqual(value, node.GetName(), msg)
/external/clang/test/SemaCXX/
H A Dreturn.cpp75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}} function in class:PR9328::Test
/external/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h36 GetName();
/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h48 const char *GetName () const function in class:lldb_private::ExpressionSourceCode
/external/lldb/include/lldb/Interpreter/
H A DProperty.h50 GetName() const function in class:lldb_private::Property
/external/lldb/include/lldb/Symbol/
H A DFunction.h127 GetName () const;
246 GetName () const;
528 GetName() const function in class:lldb_private::Function
530 return m_mangled.GetName();
/external/lldb/source/API/
H A DSBFunction.cpp59 SBFunction::GetName() const function in class:SBFunction
63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString();
69 log->Printf ("SBFunction(%p)::GetName () => \"%s\"", m_opaque_ptr, cstr);
71 log->Printf ("SBFunction(%p)::GetName () => NULL", m_opaque_ptr);
112 m_opaque_ptr->GetName().AsCString());
115 s.Printf(", type = %s", func_type->GetName().AsCString());
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h32 GetName ();
/external/lldb/test/lang/cpp/dynamic-value/
H A DTestCppValueCast.py105 print "child name:", child.GetName()
115 print "child name:", child.GetName()
133 print "child name:", child.GetName()
143 print "child name:", child.GetName()
/external/lldb/test/python_api/default-constructor/
H A Dsb_thread.py15 obj.GetName()
/external/lldb/tools/lldb-perf/lib/
H A DMetric.h50 GetName () const function in class:lldb_perf::Metric
/external/chromium_org/net/dns/
H A Dmdns_client.h75 virtual const std::string& GetName() const = 0;
121 virtual const std::string& GetName() const = 0;
/external/chromium_org/ppapi/api/
H A Dppb_network_list.idl98 PP_Var GetName([in] PP_Resource resource,
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.cc42 std::string NetworkList::GetName(uint32_t index) const { function in class:pp::NetworkList
46 get_interface<PPB_NetworkList_1_0>()->GetName(
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_list.cpp76 if (!strcmp(lib_name, wrap->GetName()))
114 LibraryView* dependency = FindKnownLibrary(iter.GetName());
181 wrap->GetName(),
209 LibraryView* dependency = FindKnownLibrary(iter.GetName());
276 LOG(" name=%s\n", wrap->GetName());
321 LibraryView* dependency = LoadLibrary(iter.GetName(),
336 LOG(" ... %p %s\n", dependencies[n], dependencies[n]->GetName());
441 if (!strcmp(base_name, wrap->GetName()))
/external/lldb/examples/python/
H A Ddisasm.py96 print "%s (number of children = %d):" % (value.GetName(), value.GetNumChildren())
98 print "Name: ", child.GetName(), " Value: ", child.GetValue()
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp54 ClangExpressionVariable::GetName () function in class:ClangExpressionVariable
56 return m_frozen_sp->GetName();
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h54 GetName () function in class:ThreadMemory
59 m_backing_thread_sp->GetName();
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc223 device->GetName(), base::UTF8ToUTF16(pincode));
232 device->GetName(), base::UTF8ToUTF16(
247 device->GetName(), base::UTF8ToUTF16(
257 device->GetName());
298 base::UTF8ToUTF16(adapter_->GetName()),
359 IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED, device->GetName()),
/external/chromium_org/net/base/
H A Ddirectory_lister.cc33 if (IsDotDot(a.info.GetName()))
35 if (IsDotDot(b.info.GetName()))
44 return base::i18n::LocaleAwareCompareFilenames(a.info.GetName(),
45 b.info.GetName());
51 if (IsDotDot(a.info.GetName()))
53 if (IsDotDot(b.info.GetName()))
/external/chromium_org/ppapi/generators/
H A Didl_thunk.py119 api_name = _StripApiName(interface.GetName()) + '_API'
155 parts = interface.GetName().split('_')[1:]
166 return node.GetName() == 'Is%s' % _GetShortName(interface, ['Dev', 'Private'])
270 return 'return %s::%s();' % (_StripApiName(node.GetName()) + '_Shared',
271 member.GetName())
292 return 'return %s::%s(%s);' % (_StripApiName(node.GetName()) + '_Shared',
293 member.GetName(),
296 function_name = member.GetName()
363 log_body = '\"%s::%s()\";' % (node.GetName(), member.GetName())
[all...]
H A Didl_gen_wrapper.py22 name = iface.node.GetName()
214 filenode.GetName())
217 file_name = self.GetHeaderName(filenode.GetName())
257 return '%s_%s_%s_' % (self.wrapper_prefix, release, iface.GetName())
330 if iface.node.GetName().startswith('PPB_'):
338 methods.append(' .%s = %s&%s%s' % (member.GetName(),
341 member.GetName()))

Completed in 1134 milliseconds

1234567891011>>