Searched refs:allow_cache (Results 1 – 10 of 10) sorted by relevance
/external/pytorch/torch/_dynamo/ |
D | codegen.py | 116 def __call__(self, value, allow_cache=True): argument 127 if self.top_of_stack is value and allow_cache: 142 if allow_cache: 152 if value.source is not None and allow_cache and self.value_from_source: 234 if allow_cache and value in self.tempvars:
|
D | side_effects.py | 534 cg(var, allow_cache=False) 555 cg(var, allow_cache=False) 580 cg(var, allow_cache=False)
|
/external/cronet/stable/net/dns/ |
D | host_resolver_manager.cc | 1214 bool allow_cache, in PushDnsTasks() argument 1228 DCHECK(!allow_cache || in PushDnsTasks() 1236 DCHECK(!allow_cache || out_tasks->front() == TaskType::CACHE_LOOKUP); in PushDnsTasks() 1252 if (allow_cache) { in PushDnsTasks() 1260 if (allow_cache) in PushDnsTasks() 1267 DCHECK(!allow_cache || IsLocalTask(out_tasks->front())); in PushDnsTasks() 1294 bool allow_cache = in CreateTaskSequence() local 1298 if (allow_cache) in CreateTaskSequence() 1301 if (allow_cache) in CreateTaskSequence() 1303 } else if (allow_cache) { in CreateTaskSequence() [all …]
|
D | host_resolver_manager_job.h | 278 bool allow_cache,
|
D | host_resolver_manager.h | 428 bool allow_cache,
|
D | host_resolver_manager_job.cc | 1025 bool allow_cache, in CompleteRequests() argument 1053 if (allow_cache) { in CompleteRequests()
|
/external/cronet/tot/net/dns/ |
D | host_resolver_manager.cc | 1214 bool allow_cache, in PushDnsTasks() argument 1228 DCHECK(!allow_cache || in PushDnsTasks() 1236 DCHECK(!allow_cache || out_tasks->front() == TaskType::CACHE_LOOKUP); in PushDnsTasks() 1252 if (allow_cache) { in PushDnsTasks() 1260 if (allow_cache) in PushDnsTasks() 1267 DCHECK(!allow_cache || IsLocalTask(out_tasks->front())); in PushDnsTasks() 1294 bool allow_cache = in CreateTaskSequence() local 1298 if (allow_cache) in CreateTaskSequence() 1301 if (allow_cache) in CreateTaskSequence() 1303 } else if (allow_cache) { in CreateTaskSequence() [all …]
|
D | host_resolver_manager_job.h | 278 bool allow_cache,
|
D | host_resolver_manager.h | 428 bool allow_cache,
|
D | host_resolver_manager_job.cc | 1025 bool allow_cache, in CompleteRequests() argument 1053 if (allow_cache) { in CompleteRequests()
|