Searched refs:GetLabel (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
H A Dcpdf_pagelabel.h18 bool GetLabel(int nPage, CFX_WideString* wsLabel) const;
H A Dcpdf_pagelabel.cpp78 bool CPDF_PageLabel::GetLabel(int nPage, CFX_WideString* wsLabel) const { function in class:CPDF_PageLabel
132 if (!GetLabel(i, &str))
/external/v8/tools/testrunner/local/
H A Dprogress.py69 'label': test.GetLabel(),
155 print 'Done running %s: %s' % (test.GetLabel(), outcome)
198 self.PrintProgress(test.GetLabel())
302 [test.GetLabel()] + self.runner.context.mode_flags + test.flags,
335 "name": test.GetLabel(),
364 "name": test.GetLabel(),
H A Dverbose.py98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
/external/toolchain-utils/crb/
H A Dautotest_gatherer.py50 label = run.GetLabel()
H A Dautotest_run.py139 def GetLabel(self): member in class:AutotestRun
/external/v8/tools/testrunner/objects/
H A Dtestcase.py88 def GetLabel(self): member in class:TestCase
/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc52 symbols_.find(label.GetLabel()->GetLocation() + label.GetPosition());
/external/v8/include/
H A Dv8-profiler.h847 * encoded string. V8 copies its contents during a call to GetLabel.
849 virtual const char* GetLabel() = 0;
860 virtual const char* GetGroupLabel() { return GetLabel(); }
/external/v8/src/crankshaft/
H A Dlithium.cc267 LLabel* LChunk::GetLabel(int block_id) const { function in class:v8::internal::LChunk
275 LLabel* cur = GetLabel(block_id);
283 LLabel* label = GetLabel(block_id);
316 label->set_replacement(GetLabel(goto_instr->block_id()));
H A Dlithium-codegen.cc176 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
/external/sonivox/jet_tools/JetCreator/
H A DJetPreview.py89 if button.GetLabel() == JetDefs.BUT_MUTE:
H A DJetDialogs.py424 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
440 if self.je.ctrls[JetDefs.F_PLAYMIDI].GetLabel() == JetDefs.BUT_STOP:
775 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
/external/v8/src/compiler/
H A Dcode-generator-impl.h115 return gen_->GetLabel(ToRpoNumber(op));
H A Dcode-generator.cc155 masm()->bind(GetLabel(current_block_));
435 branch.true_label = GetLabel(true_rpo);
436 branch.false_label = GetLabel(false_rpo);
608 handlers_.push_back({GetLabel(handler_rpo), masm()->pc_offset()});
H A Dcode-generator.h66 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } function in class:v8::internal::compiler::final
/external/pdfium/fpdfsdk/
H A Dfpdfdoc.cpp415 if (!label.GetLabel(page_index, &str))
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc1590 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target));
1614 __ b(eq, GetLabel(i.InputRpo(index + 1)));
1629 __ b(GetLabel(i.InputRpo(1)));
1631 __ b(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc1702 if (!IsNextInAssemblyOrder(target)) __ B(GetLabel(target));
1725 __ B(eq, GetLabel(i.InputRpo(index + 1)));
1739 __ B(hs, GetLabel(i.InputRpo(1)));
1746 __ B(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1675 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target));
1765 __ j(equal, GetLabel(i.InputRpo(index + 1)));
1777 cases[index] = GetLabel(i.InputRpo(index + 2));
1781 __ j(above_equal, GetLabel(i.InputRpo(1)));
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1726 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target));
1900 __ beq(input, at, GetLabel(i.InputRpo(index + 1)));
1911 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count));
1913 return GetLabel(i.InputRpo(index + 2));
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1984 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target));
2051 __ beq(GetLabel(i.InputRpo(index + 1)));
2063 cases[index] = GetLabel(i.InputRpo(index + 2));
2067 __ bge(GetLabel(i.InputRpo(1)));
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc705 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
888 { "label", (getter)GetLabel, NULL, "Label"},
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc681 const char* label = info->GetLabel();
2232 info->GetLabel(), elements)
2233 : names_->GetCopy(info->GetLabel());
2392 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2395 virtual const char* GetLabel() { return label_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc2039 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target));
2224 __ beq(input, at, GetLabel(i.InputRpo(index + 1)));
2235 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count));
2237 return GetLabel(i.InputRpo(index + 2));

Completed in 2735 milliseconds

12