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

1 2

  /external/chromium/base/
platform_thread.h 49 static void SetName(const char* name);
platform_thread_win.cc 48 void PlatformThread::SetName(const char* name) {
platform_thread_posix.cc 65 void PlatformThread::SetName(const char* name) {
simple_thread.cc 33 PlatformThread::SetName(name_.c_str());
thread.cc 142 PlatformThread::SetName(name_.c_str());
watchdog.cc 125 PlatformThread::SetName(name.c_str());
worker_pool_linux.cc 71 PlatformThread::SetName(name.c_str());
  /development/testrunner/test_defs/
test_suite.py 39 def SetName(self, name):
xml_suite_helper.py 67 test_suite.SetName(self._ParseAttribute(suite_element, self._NAME_ATTR,
test_walker.py 288 suite.SetName(pkg_name)
  /development/simulator/app/
PhoneData.h 253 void SetName(const char* name) {
316 void SetName(const char* name) {
PhoneData.cpp 450 SetName(name);
660 SetName(name);
  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 151 wrappedFunction->SetName(v8::String::New(fromWebCoreString(m_functionName), m_functionName.length()));
V8NPObject.cpp 205 v8Function->SetName(v8::Handle<v8::String>::Cast(key));
  /frameworks/base/tools/localize/
ValuesFile.cpp 236 itemNode->SetName("", "item");
247 strNode->SetName("", "string");
XMLHandler.h 89 inline void SetName(const string& ns, const string& n) { m_ns = ns; m_name = n; }
xmb.cpp 61 node->SetName("", "ph");
  /external/tinyxml/
tinyxml.h 744 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute.
752 void SetName( const std::string& _name )
755 SetName ( buf.buffer ? buf.buffer : "error" );
    [all...]
  /external/bluetooth/bluez/test/
apitest 33 "SetName",
280 elif self.cmd == 'SetName':
282 self.device.SetName(self.cmd_args[0])
284 print 'Usage: %s -i <dev> SetName newname' % self.name
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 214 Private->EPOC_WsWindowGroup.SetName(winGroupName); //!!
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 40 STDMETHOD(SetName) (THIS_ LPCSTR) kind; \
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 40 STDMETHOD(SetName) (THIS_ LPCSTR) kind; \
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 592 milliseconds

1 2