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

1 2 3

  /external/clang/test/SemaCXX/
return.cpp 54 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}}
  /development/testrunner/
coverage_targets.py 73 self._target_map[target.GetName()] = target
79 build_targets.append(target.GetName())
109 def GetName(self):
coverage.py 84 report_name = test_suite.GetName()
103 % (test_suite.GetName(), test_suite.GetTargetName())]
159 "%s_intermediates" % target.GetName())
  /development/testrunner/test_defs/
test_defs.py 98 if self.GetTest(test.GetName()) is not None:
99 logger.SilentLog("Overriding test definition %s" % test.GetName())
100 self._testname_map[test.GetName()] = test
test_suite.py 37 def GetName(self):
  /external/v8/src/
code-stubs.h 174 virtual const char* GetName() { return MajorName(MajorKey(), false); }
181 virtual void Print() { PrintF("%s\n", GetName()); }
265 const char* GetName() { return "StackCheckStub"; }
281 const char* GetName() { return "ToNumberStub"; }
293 const char* GetName() { return "FastNewClosureStub"; }
314 const char* GetName() { return "FastNewContextStub"; }
343 const char* GetName() { return "FastCloneShallowArrayStub"; }
384 const char* GetName();
435 const char* GetName();
448 const char* GetName() { return "MathPowStub";
    [all...]
code-stubs.cc 67 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, GetName()));
68 GDBJIT(AddCode(GDBJITInterface::STUB, GetName(), code));
77 code->Disassemble(GetName());
209 const char* InstanceofStub::GetName() {
profile-generator-inl.h 39 return GetFunctionName(GetName(name));
  /external/v8/test/benchmarks/
testcfg.py 48 return '%s benchmark %s' % (self.mode, self.GetName())
66 def GetName(self):
  /external/v8/test/preparser/
testcfg.py 45 def GetName(self):
49 testfile = join(self.root, self.GetName()) + ".js"
  /external/v8/src/arm/
code-stubs-arm.h 113 const char* GetName();
122 TRBinaryOpIC::GetName(operands_type_));
293 const char* GetName() { return "WriteInt32ToHeapNumberStub"; }
325 const char* GetName() { return "NumberToStringStub"; }
344 const char* GetName() { return "RegExpCEntryStub"; }
366 const char* GetName() { return "DirectCEntryStub"; }
  /external/v8/test/es5conform/
testcfg.py 49 return "%s es5conform %s" % (self.mode, self.GetName())
64 def GetName(self):
  /external/v8/test/sputnik/
testcfg.py 69 return "%s sputnik %s" % (self.mode, self.GetName())
71 def GetName(self):
  /external/v8/src/mips/
code-stubs-mips.h 202 const char* GetName();
259 const char* GetName();
268 TRBinaryOpIC::GetName(operands_type_));
427 const char* GetName() { return "WriteInt32ToHeapNumberStub"; }
459 const char* GetName() { return "NumberToStringStub"; }
484 const char* GetName() { return "RegExpCEntryStub"; }
code-stubs-mips.cc 101 const char* GetName() { return "ConvertToDoubleStub"; }
329 const char* TypeRecordingBinaryOpStub::GetName() {
506 const char* CompareStub::GetName() {
  /external/v8/include/
v8-profiler.h 233 Handle<Value> GetName() const;
268 Handle<String> GetName() const;
  /external/v8/test/cctest/
testcfg.py 47 def GetName(self):
52 serialization_file += '_' + self.GetName()
  /external/v8/test/message/
testcfg.py 75 return "%s %s" % (self.mode, self.GetName())
77 def GetName(self):
  /external/v8/test/mozilla/
testcfg.py 69 return "%s mozilla %s" % (self.mode, self.GetName())
83 def GetName(self):
  /external/v8/test/test262/
testcfg.py 49 return "%s test262 %s %s" % (self.mode, self.GetGroup(), self.GetName())
63 def GetName(self):
  /external/clang/include/clang/Basic/
Builtins.h 79 /// Builtin::GetName - Return the identifier name for the specified builtin,
81 const char *GetName(unsigned ID) const {
  /external/v8/src/ia32/
code-stubs-ia32.h 114 const char* GetName();
123 TRBinaryOpIC::GetName(operands_type_));
329 const char* GetName() { return "NumberToStringStub"; }
  /external/v8/src/x64/
code-stubs-x64.h 110 const char* GetName();
119 TRBinaryOpIC::GetName(operands_type_));
326 const char* GetName() { return "NumberToStringStub"; }
  /external/skia/src/animator/
SkDisplayType.h 202 static const char* GetName(SkAnimateMaker* , SkDisplayTypes );
  /external/v8/test/mjsunit/
testcfg.py 49 return "%s %s" % (self.mode, self.GetName())
51 def GetName(self):

Completed in 839 milliseconds

1 2 3