Searched defs:GetLabel (Results 1 - 10 of 10) sorted by relevance

/external/v8/tools/testrunner/objects/
H A Dtestcase.py84 def GetLabel(self): member in class:TestCase
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc91 static PyObject* GetLabel(CFieldDescriptor *self, void *closure) { function in namespace:google::protobuf::python::cfield_descriptor
103 { C("label"), (getter)GetLabel, NULL, "Label", NULL},
/external/v8/test/cctest/
H A Dtest-global-handles.cc69 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc375 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1411 virtual const char* GetLabel() { return label_; } function in class:__anon14948::TestRetainedObjectInfo
/external/v8/src/compiler/
H A Dinstruction.cc315 Label* InstructionSequence::GetLabel(BasicBlock* block) { function in class:v8::internal::compiler::InstructionSequence
/external/openfst/src/include/fst/
H A Dencode.h146 Label GetLabel(const A &arc) const { function in class:fst::EncodeTable
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp505 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const function in class:CPDF_PageLabel
556 bsLbl = PDF_EncodeText(GetLabel(i));
/external/v8/src/
H A Dlithium.cc278 LLabel* LChunk::GetLabel(int block_id) const { function in class:v8::internal::LChunk
286 LLabel* cur = GetLabel(block_id);
294 LLabel* label = GetLabel(block_id);
327 label->set_replacement(GetLabel(goto_instr->block_id()));
H A Dheap-snapshot-generator.cc698 const char* label = info->GetLabel();
2283 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements)
2284 : names_->GetCopy(info->GetLabel());
2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2450 virtual const char* GetLabel() { return label_; } function in class:v8::internal::NativeGroupRetainedObjectInfo

Completed in 338 milliseconds