/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 71 using (completionQueue.NewScope()) in StartUnary() 87 using (completionQueue.NewScope()) in StartClientStreaming() 96 using (completionQueue.NewScope()) in StartServerStreaming() 105 using (completionQueue.NewScope()) in StartDuplexStreaming() 114 using (completionQueue.NewScope()) in StartSendMessage() 123 using (completionQueue.NewScope()) in StartSendCloseFromClient() 133 using (completionQueue.NewScope()) in StartSendStatusFromServer() 145 using (completionQueue.NewScope()) in StartReceiveMessage() 154 using (completionQueue.NewScope()) in StartReceiveInitialMetadata() 163 using (completionQueue.NewScope()) in StartServerSide() [all …]
|
D | ServerSafeHandle.cs | 42 using (cq.NewScope()) in RegisterCompletionQueue() 65 using (completionQueue.NewScope()) in ShutdownAndNotify() 76 using (completionQueue.NewScope()) in RequestCall()
|
D | CompletionQueueSafeHandle.cs | 71 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
|
D | AsyncCall.cs | 80 using (profiler.NewScope("AsyncCall.UnaryCall")) in UnaryCall() 112 using (profiler.NewScope("AsyncCall.UnaryCall.HandleBatch")) in UnaryCall()
|
/external/tensorflow/tensorflow/go/op/ |
D | scope_test.go | 28 root = NewScope() 57 root = NewScope() 74 s = NewScope() 116 s := NewScope() 132 root = NewScope() 148 s := NewScope() 157 s1 := NewScope() 175 s := NewScope() 192 s = NewScope()
|
D | gradients_test.go | 28 s = NewScope() 96 s = NewScope() 137 s = NewScope() 190 s = NewScope() 220 s = NewScope() 237 s = NewScope()
|
D | op_test.go | 29 s := NewScope() 40 s := NewScope() 63 s := NewScope() 98 s = NewScope()
|
D | scope.go | 50 func NewScope() *Scope { func
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 198 Metadata *&NewScope = R.first->second; in addDiscriminators() local 205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() 208 NewScope, DIL->getInlinedAt())); in addDiscriminators() 211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator() in addDiscriminators() 237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() local 239 CurrentDIL->getColumn(), NewScope, in addDiscriminators()
|
D | InlineFunction.cpp | 879 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 880 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LexicalScopes.h | 200 void closeInsnRange(LexicalScope *NewScope = NULL) { 207 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 208 Parent->closeInsnRange(NewScope);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 93 void closeInsnRange(LexicalScope *NewScope = nullptr) { 100 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 101 Parent->closeInsnRange(NewScope);
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 91 void closeInsnRange(LexicalScope *NewScope = nullptr) { 98 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 99 Parent->closeInsnRange(NewScope);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local 491 Scopes.push_back(NewScope); in setNoAliasToLoop() 492 NoAliases.push_back(NewScope); in setNoAliasToLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 566 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local 574 Scopes.push_back(NewScope); in setNoAliasToLoop() 575 NoAliases.push_back(NewScope); in setNoAliasToLoop()
|
/external/v8/src/torque/ |
D | scope.cc | 22 Scope* ScopeChain::NewScope() { in NewScope() function in v8::internal::torque::ScopeChain
|
D | declarations.cc | 16 Scope* result = chain_.NewScope(); in GetModuleScope() 30 Scope* result = chain_.NewScope(); in GetNodeScope() 41 Scope* result = chain_.NewScope(); in GetGenericScope()
|
D | scope.h | 83 Scope* NewScope();
|
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
D | Profilers.cs | 41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
|
/external/tensorflow/tensorflow/go/ |
D | example_inception_inference_test.go | 205 s := op.NewScope()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope() function in tensorflow::InternalScope 531 return InternalScope::NewScope(graph, status, refiner); in NewInternalScope()
|
/external/v8/src/parsing/ |
D | parser-base.h | 634 Scope* NewScope(ScopeType scope_type) const { in NewScope() function 4527 Scope* block_scope = NewScope(BLOCK_SCOPE); in ParseClassLiteral() 5437 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement() 5639 catch_info.scope = NewScope(CATCH_SCOPE); in ParseTryStatement() 5733 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForStatement() 5958 Scope* inner_scope = NewScope(BLOCK_SCOPE); in ParseStandardForLoopWithLexicalDeclarations() 6074 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForAwaitStatement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 959 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 960 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1938 DILexicalBlockFile *NewScope = 1940 return DILocation::get(getContext(), getLine(), getColumn(), NewScope,
|