/external/v8/tools/testrunner/local/ |
D | progress.py | 75 '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(),
|
D | verbose.py | 98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
|
/external/v8/include/ |
D | v8-profiler.h | 563 virtual const char* GetLabel() = 0; 574 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 91 static PyObject* GetLabel(CFieldDescriptor *self, void *closure) { in GetLabel() function 103 { C("label"), (getter)GetLabel, NULL, "Label", NULL},
|
/external/v8/src/ |
D | lithium.cc | 278 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() function in v8::internal::LChunk 286 LLabel* cur = GetLabel(block_id); in LookupDestination() 294 LLabel* label = GetLabel(block_id); in GetAssemblyLabel() 327 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
|
D | lithium-codegen.cc | 162 if (!chunk_->GetLabel(i)->HasReplacement()) return i; in GetNextEmittedBlock()
|
D | heap-snapshot-generator.cc | 698 const char* label = info->GetLabel(); in GenerateId() 2283 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements) in AllocateEntry() 2284 : names_->GetCopy(info->GetLabel()); in AllocateEntry() 2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent() 2450 virtual const char* GetLabel() { return label_; } in GetLabel() function in v8::internal::NativeGroupRetainedObjectInfo
|
D | lithium.h | 641 LLabel* GetLabel(int block_id) const;
|
D | lithium-allocator.cc | 1061 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
|
/external/v8/tools/testrunner/objects/ |
D | testcase.py | 84 def GetLabel(self): member in TestCase
|
/external/v8/src/compiler/ |
D | code-generator-impl.h | 64 return gen_->code()->GetLabel(InputBlock(index)); in InputLabel()
|
D | instruction.cc | 315 Label* InstructionSequence::GetLabel(BasicBlock* block) { in GetLabel() function in v8::internal::compiler::InstructionSequence
|
D | instruction.h | 846 Label* GetLabel(BasicBlock* block);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 505 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const in GetLabel() function in CPDF_PageLabel 556 bsLbl = PDF_EncodeText(GetLabel(i)); in GetPageByLabel()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetPreview.py | 89 if button.GetLabel() == JetDefs.BUT_MUTE:
|
D | JetDialogs.py | 424 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:
|
D | JetCreator.py | 1180 if self.btnPlay.GetLabel() == JetDefs.BUT_PLAY:
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 139 __ jmp(code()->GetLabel(i.InputBlock(0))); in AssembleArchInstruction() 408 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() 409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 164 __ B(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction() 480 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() 481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 169 __ b(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction() 454 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() 455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 233 __ jmp(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction() 630 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() 631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
|
/external/v8/test/cctest/ |
D | test-global-handles.cc | 69 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
|
D | test-mark-compact.cc | 375 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
|
/external/openfst/src/include/fst/ |
D | encode.h | 146 Label GetLabel(const A &arc) const { in GetLabel() function
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1570 CFX_WideString GetLabel(int nPage) const;
|