/external/v8/src/heap/ |
D | stress-marking-observer.cc | 15 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressMarkingObserver
|
D | stress-scavenge-observer.cc | 29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressScavengeObserver
|
D | incremental-marking-job.cc | 83 StepResult IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::Task
|
D | memory-reducer.cc | 142 MemoryReducer::State MemoryReducer::Step(const State& state, in Step() function in v8::internal::MemoryReducer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 422 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() 535 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local 669 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local 675 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | step_fn.py | 25 class Step(object): class
|
/external/perfetto/src/traced/probes/filesystem/ |
D | file_scanner.cc | 106 void FileScanner::Step() { in Step() function in perfetto::FileScanner
|
/external/webrtc/webrtc/base/ |
D | task.cc | 69 void Task::Step() { in Step() function in rtc::Task
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventMod.java | 54 public static final byte Step = 10; field in EventMod.ModKind
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | state_machine.py | 150 def Step(self): member in StateMachine
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_latency_info.proto | 28 enum Step { enum
|
/external/dng_sdk/source/ |
D | dng_resample.h | 144 uint32 Step () const in Step() function
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 16 public interface Step<I, O> { interface in Condition
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2397a3ae0111::ForExprAST 192 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 377 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon6d9d59460111::ForExprAST 202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 291 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 1114 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1128 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1257 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1345 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2159 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local 2321 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 278 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 1059 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1073 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1197 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1286 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2043 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local 2193 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 207 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon981414af0111::ForExprAST 211 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 410 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anone219ca470111::ForExprAST 222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_search.h | 249 void CTCBeamSearchDecoder<T, CTCBeamState, CTCBeamComparer>::Step( in Step() function
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite.cc | 177 Status SqliteStatement::Step(bool* is_done) { in Step() function in tensorflow::SqliteStatement
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8465a24f0111::ForExprAST 218 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 430 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 215 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST 219 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 418 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon56963b480111::ForExprAST 230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonc56baee70111::ForExprAST 225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|