Searched refs:GetLabel (Results 1 - 25 of 45) sorted by last modified time

12

/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1180 if self.btnPlay.GetLabel() == JetDefs.BUT_PLAY:
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:
H A DJetPreview.py89 if button.GetLabel() == JetDefs.BUT_MUTE:
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1615 CFX_WideString GetLabel(int nPage) const;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp500 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const function in class:CPDF_PageLabel
551 bsLbl = PDF_EncodeText(GetLabel(i));
/external/openfst/src/include/fst/
H A Dencode.h146 Label GetLabel(const A &arc) const { function in class:fst::EncodeTable
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc69 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:__anon17406::TestRetainedObjectInfo
H A Dtest-mark-compact.cc375 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
/external/chromium_org/v8/tools/testrunner/local/
H A Dprogress.py75 'label': test.GetLabel(),
118 print 'Starting %s...' % test.GetLabel()
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
167 self.PrintProgress(test.GetLabel())
281 [test.GetLabel()] + self.runner.context.mode_flags + test.flags,
327 "name": test.GetLabel(),
H A Dverbose.py98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
/external/chromium_org/v8/tools/testrunner/objects/
H A Dtestcase.py84 def GetLabel(self): member in class:TestCase
/external/chromium_org/v8/include/
H A Dv8-profiler.h561 * encoded string. V8 copies its contents during a call to GetLabel.
563 virtual const char* GetLabel() = 0;
574 virtual const char* GetGroupLabel() { return GetLabel(); }
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc169 __ b(code_->GetLabel(i.InputBlock(0)));
454 Label* tlabel = code()->GetLabel(tblock);
455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc164 __ B(code_->GetLabel(i.InputBlock(0)));
480 Label* tlabel = code()->GetLabel(tblock);
481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h64 return gen_->code()->GetLabel(InputBlock(index));
H A Dinstruction.cc315 Label* InstructionSequence::GetLabel(BasicBlock* block) { function in class:v8::internal::compiler::InstructionSequence
H A Dinstruction.h846 Label* GetLabel(BasicBlock* block);
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc139 __ jmp(code()->GetLabel(i.InputBlock(0)));
408 Label* tlabel = code()->GetLabel(tblock);
409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc233 __ jmp(code_->GetLabel(i.InputBlock(0)));
630 Label* tlabel = code()->GetLabel(tblock);
631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/
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
H A Dlithium-allocator.cc1061 LLabel* label = chunk_->GetLabel(phi->block()->block_id());
H A Dlithium-codegen.cc162 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
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 Dlithium.h641 LLabel* GetLabel(int block_id) const;

Completed in 472 milliseconds

12