/external/stressapptest/src/ |
D | error_diag.h | 113 int block_; // error block. variable 124 int block_; // error block. variable
|
D | error_diag.cc | 225 error->block_ = block; in AddHDDMiscompareError() 279 error->block_ = block; in AddHDDSectorTagError()
|
/external/v8/src/ |
D | global-handles.cc | 358 : block_(global_handles->first_used_block_), in NodeIterator() 361 bool done() const { return block_ == NULL; } in done() 365 return block_->node_at(index_); in node() 372 block_ = block_->next_used(); in Advance() 376 NodeBlock* block_; member in v8::internal::GlobalHandles::NodeIterator
|
D | hydrogen-instructions.h | 575 HValue() : block_(NULL), in HValue() 583 HBasicBlock* block() const { return block_; } in block() 745 ASSERT(block_ != NULL); in clear_block() 746 block_ = NULL; in clear_block() 796 HBasicBlock* block_; variable
|
D | hydrogen-instructions.cc | 428 ASSERT(block_ == NULL || block == NULL); in SetBlock() 429 block_ = block; in SetBlock()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 521 block_(NULL), in FunctionAnalyzer() 1005 block_->MergeOut(env); in DECL_VISIT_STMT() 1010 block_->MergeIn(env); in DECL_VISIT_STMT() 1065 Environment in = Environment::Merge(env, block_->in()); in DECL_VISIT_STMT() 1071 Environment in = Environment::Merge(env, block_->in()); in DECL_VISIT_STMT() 1170 Block* parent = block_; in EnterBlock() 1171 block_ = block; in EnterBlock() 1176 block_ = block; in LeaveBlock() 1194 Block* block_; member in __anon242758e50111::FunctionAnalyzer
|
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
D | parse-js.js | 731 return as("block", block_()); 879 var a = block_(); 895 function block_() { function 933 var body = block_(), bcatch, bfinally; 942 bcatch = [ name, block_() ]; 946 bfinally = block_();
|
/external/v8/src/x64/ |
D | lithium-x64.h | 323 : block_(block) { in LGap() 340 HBasicBlock* block() const { return block_; } in block() 362 HBasicBlock* block_; variable
|
/external/v8/src/mips/ |
D | lithium-mips.h | 321 : block_(block) { in LGap() 338 HBasicBlock* block() const { return block_; } in block() 360 HBasicBlock* block_; variable
|
/external/v8/src/arm/ |
D | lithium-arm.h | 322 : block_(block) { in LGap() 339 HBasicBlock* block() const { return block_; } in block() 361 HBasicBlock* block_; variable
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 314 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() 331 HBasicBlock* block() const { return block_; } in block() 353 HBasicBlock* block_; variable
|
/external/v8/test/cctest/ |
D | test-api.cc | 11597 RegExpInterruptTest() : block_(NULL) {} in RegExpInterruptTest() 11598 ~RegExpInterruptTest() { delete block_; } in ~RegExpInterruptTest() 11600 block_ = i::OS::CreateSemaphore(0); in RunTest() 11635 block_->Wait(); in CollectGarbage() 11649 block_->Signal(); // Enable garbage collection thread on next preemption. in LongRunningRegExp() 11687 i::Semaphore* block_; member in RegExpInterruptTest 11720 ApplyInterruptTest() : block_(NULL) {} in ApplyInterruptTest() 11721 ~ApplyInterruptTest() { delete block_; } in ~ApplyInterruptTest() 11723 block_ = i::OS::CreateSemaphore(0); in RunTest() 11758 block_->Wait(); in CollectGarbage() [all …]
|
/external/chromium/net/http/ |
D | http_cache_unittest.cc | 648 : backend_(NULL), callback_(NULL), block_(true), fail_(false) {} in MockBlockingBackendFactory() 653 if (!block_) { in CreateBackend() 667 block_ = false; in FinishCreation() 687 bool block_; member in __anon01b053950111::MockBlockingBackendFactory
|
/external/e2fsprogs/po/ |
D | sv.po | 3092 " [-c block_�t_g�ngen] [-d f�rdr�jningsfaktor mellan l�sningar]\n"
|