Searched refs:GetName (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dreturn.cpp54 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}} function in class:PR9328::Test
/external/v8/test/benchmarks/
H A Dtestcfg.py48 return '%s benchmark %s' % (self.mode, self.GetName())
66 def GetName(self): member in class:BenchmarkTestCase
/external/v8/test/es5conform/
H A Dtestcfg.py49 return "%s es5conform %s" % (self.mode, self.GetName())
64 def GetName(self): member in class:ES5ConformTestCase
/external/v8/test/sputnik/
H A Dtestcfg.py69 return "%s sputnik %s" % (self.mode, self.GetName())
71 def GetName(self): member in class:SputnikTestCase
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);
/external/v8/src/
H A Dprofile-generator-inl.h37 return GetFunctionName(GetName(name));
H A Dheap-profiler.cc136 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control);
H A Dprofile-generator.h73 const char* GetName(String* name);
74 const char* GetName(int index);
299 const char* GetName(String* name) { function in class:v8::internal::CpuProfilesCollection
300 return function_and_resource_names_.GetName(name);
302 const char* GetName(int args_count) { function in class:v8::internal::CpuProfilesCollection
303 return function_and_resource_names_.GetName(args_count);
H A Dcode-stubs.cc65 SmartArrayPointer<const char> CodeStub::GetName() { function in class:v8::internal::CodeStub
79 SmartArrayPointer<const char> name = GetName();
H A Dprofile-generator.cc153 const char* StringsStorage::GetName(String* name) { function in class:v8::internal::StringsStorage
166 const char* StringsStorage::GetName(int index) { function in class:v8::internal::StringsStorage
626 return StartProfiling(GetName(title), uid);
779 GetName(resource_name),
805 GetName(name),
818 GetName(args_count),
1675 collection_->names()->GetName(String::cast(shared->name()));
1685 collection_->names()->GetName(re->Pattern()),
1697 collection_->names()->GetName(String::cast(object)),
1710 collection_->names()->GetName(Strin
[all...]
H A Dcpu-profiler.cc481 StartCollectingProfile(profiles_->GetName(title));
535 const char* profile_title = profiles_->GetName(title);
/external/clang/utils/
H A DClangDataFormat.py122 return ty.GetPointeeType().GetName()
123 return ty.GetName()
127 #print "SEARCH:", getExpressionPath(value), value.GetType().GetName()
/external/v8/include/
H A Dv8-profiler.h234 Handle<Value> GetName() const;
271 Handle<String> GetName() const;
/external/v8/test/cctest/
H A Dtestcfg.py47 def GetName(self): member in class:CcTestCase
56 serialization_file += '_' + self.GetName()
/external/v8/test/message/
H A Dtestcfg.py75 return "%s %s" % (self.mode, self.GetName())
77 def GetName(self): member in class:MessageTestCase
/external/v8/test/mozilla/
H A Dtestcfg.py69 return "%s mozilla %s" % (self.mode, self.GetName())
83 def GetName(self): member in class:MozillaTestCase
/external/v8/test/test262/
H A Dtestcfg.py55 return "%s test262 %s" % (self.mode, self.GetName())
68 def GetName(self): member in class:Test262TestCase
/external/clang/include/clang/Basic/
H A DBuiltins.h82 const char *GetName(unsigned ID) const { function in class:clang::Builtin::Context
/external/skia/src/animator/
H A DSkDisplayType.h192 static const char* GetName(SkAnimateMaker* , SkDisplayTypes );
H A DSkDisplayable.cpp245 elementName = SkDisplayType::GetName(maker, type);
287 elementName = SkDisplayType::GetName(maker, type);
/external/v8/test/mjsunit/
H A Dtestcfg.py49 return "%s %s" % (self.mode, self.GetName())
51 def GetName(self): member in class:MjsunitTestCase
/external/v8/test/preparser/
H A Dtestcfg.py47 def GetName(self): member in class:PreparserTestCase
60 testfile = join(self.root, self.GetName()) + ".js"
/external/skia/legacy/src/animator/
H A DSkDisplayType.h194 static const char* GetName(SkAnimateMaker* , SkDisplayTypes );
H A DSkDisplayable.cpp249 elementName = SkDisplayType::GetName(maker, type);
291 elementName = SkDisplayType::GetName(maker, type);
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py927 def GetName(self, seq=None): member in class:AstBuilder
1125 # value. This is required for GetName will has to have some
1132 new_name, next = self.GetName(seq_copy[i:])
1185 name_tokens, token = self.GetName()
1220 name_tokens, var_token = self.GetName()
1400 default, unused_next_token = self.GetName(tokens[i:])
1467 base, next_token = self.GetName()
1493 name_tokens, token = self.GetName()
1566 name, next_token = self.GetName()

Completed in 379 milliseconds

12