HomeSort by relevance Sort by last modified time
    Searched refs:SetLabel (Results 1 - 15 of 15) sorted by null

  /bionic/benchmarks/
math_benchmark.cpp 27 static void SetLabel(benchmark::State& state) {
28 state.SetLabel(names[state.range_x()]);
68 SetLabel(state);
83 SetLabel(state);
93 SetLabel(state);
103 SetLabel(state);
113 SetLabel(state);
123 SetLabel(state);
133 SetLabel(state);
144 SetLabel(state)
    [all...]
  /external/v8/include/
v8-experimental.h 40 void SetLabel(LabelId label_id);
  /external/v8/src/
api-experimental.cc 115 void FastAccessorBuilder::SetLabel(LabelId label_id) {
116 FromApi(this)->SetLabel(label_id);
  /external/v8/src/compiler/
fast-accessor-assembler.h 72 void SetLabel(LabelId label_id);
fast-accessor-assembler.cc 153 void FastAccessorAssembler::SetLabel(LabelId label_id) {
  /frameworks/base/libs/hwui/tests/microbench/
FrameBuilderBench.cpp 117 state.SetLabel(sceneName);
133 state.SetLabel(sceneName);
  /external/google-benchmark/include/benchmark/
benchmark_api.h 311 // benchmark::SetLabel(StringPrintf("compress:%.1f%%", 100.0*compression));
317 void SetLabel(const char* label);
324 void SetLabel(StringType const & str,
326 this->SetLabel(str.c_str());
  /external/google-benchmark/test/
benchmark_test.cc 59 state.SetLabel(ss.str());
70 state.SetLabel(ss.str());
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
JetDialogs.py 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...]
JetAudition.py 475 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
480 self.btnPause.SetLabel(JetDefs.BUT_RESUME)
484 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
JetCreator.py     [all...]
  /external/v8/test/cctest/
test-api-fast-accessor-builder.cc 207 builder->SetLabel(label);
254 builder->SetLabel(label);
  /external/llvm/lib/MC/
MCStreamer.cpp 165 Table.setLabel(
669 MCSymbol *SetLabel = Context.createTempSymbol("set", true);
670 EmitAssignment(SetLabel, Diff);
671 EmitSymbolValue(SetLabel, Size);
  /external/google-benchmark/src/
benchmark.cc 763 void State::SetLabel(const char* label) {

Completed in 372 milliseconds