Searched refs:SetLabel (Results 1 – 13 of 13) sorted by relevance
115 void FastAccessorBuilder::SetLabel(LabelId label_id) { in SetLabel() function in v8::experimental::FastAccessorBuilder116 FromApi(this)->SetLabel(label_id); in SetLabel()
317 void SetLabel(const char* label);324 void SetLabel(StringType const & str,326 this->SetLabel(str.c_str());
488 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)492 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_STOP)496 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)500 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_PLAYSEG)503 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_PLAYMIDI)507 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)509 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_RESUME)511 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)601 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)602 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)[all …]
91 button.SetLabel(JetDefs.BUT_UNMUTE)94 button.SetLabel(JetDefs.BUT_MUTE)
475 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)480 self.btnPause.SetLabel(JetDefs.BUT_RESUME)484 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
1217 self.btnPlay.SetLabel(JetDefs.BUT_STOP)1297 self.btnPlay.SetLabel(JetDefs.BUT_PLAY)1298 self.btnPause.SetLabel(JetDefs.BUT_PAUSE) 1307 self.btnPause.SetLabel(JetDefs.BUT_RESUME)1311 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
59 state.SetLabel(ss.str()); in BM_Factorial()70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
40 void SetLabel(LabelId label_id);
72 void SetLabel(LabelId label_id);
153 void FastAccessorAssembler::SetLabel(LabelId label_id) { in SetLabel() function in v8::internal::compiler::FastAccessorAssembler
207 builder->SetLabel(label); in TEST()254 builder->SetLabel(label); in TEST()
669 MCSymbol *SetLabel = Context.createTempSymbol("set", true); in emitAbsoluteSymbolDiff() local670 EmitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()671 EmitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
763 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State