/external/python/jinja/src/jinja2/ |
D | loaders.py | 69 def get_source(self, environment, template): argument 100 def load(self, environment, name, globals=None): argument 174 def get_source(self, environment, template): argument 287 def get_source(self, environment, template): argument 365 def get_source(self, environment, template): argument 396 def get_source(self, environment, template): argument 432 def get_source(self, environment, template): argument 442 def load(self, environment, name, globals=None): argument 476 def get_source(self, environment, template): argument 485 def load(self, environment, name, globals=None): argument [all …]
|
D | filters.py | 58 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument 81 def make_multi_attrgetter(environment, attribute, postprocess=None): argument 295 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): argument 345 def do_unique(environment, value, case_sensitive=False, attribute=None): argument 372 def _min_or_max(environment, value, func, case_sensitive, attribute): argument 387 def do_min(environment, value, case_sensitive=False, attribute=None): argument 402 def do_max(environment, value, case_sensitive=False, attribute=None): argument 500 def do_first(environment, seq): argument 509 def do_last(environment, seq): argument 687 environment, argument [all …]
|
D | optimizer.py | 14 def optimize(node, environment): argument 22 def __init__(self, environment): argument
|
D | asyncfilters.py | 68 async def do_first(environment, seq): argument 76 async def do_groupby(environment, value, attribute): argument 125 async def do_sum(environment, iterable, attribute=None, start=0): argument
|
D | meta.py | 11 def __init__(self, environment): argument
|
/external/libchrome/third_party/jinja2/ |
D | loaders.py | 70 def get_source(self, environment, template): argument 100 def load(self, environment, name, globals=None): argument 167 def get_source(self, environment, template): argument 231 def get_source(self, environment, template): argument 282 def get_source(self, environment, template): argument 313 def get_source(self, environment, template): argument 349 def get_source(self, environment, template): argument 359 def load(self, environment, name, globals=None): argument 393 def get_source(self, environment, template): argument 402 def load(self, environment, name, globals=None): argument [all …]
|
D | filters.py | 62 def make_attrgetter(environment, attribute, postprocess=None): argument 247 environment, value, reverse=False, case_sensitive=False, attribute=None argument 282 def do_unique(environment, value, case_sensitive=False, attribute=None): argument 310 def _min_or_max(environment, value, func, case_sensitive, attribute): argument 326 def do_min(environment, value, case_sensitive=False, attribute=None): argument 341 def do_max(environment, value, case_sensitive=False, attribute=None): argument 433 def do_first(environment, seq): argument 442 def do_last(environment, seq): argument 615 def do_wordwrap(environment, s, width=79, break_long_words=True, argument 812 def do_groupby(environment, value, attribute): argument [all …]
|
D | optimizer.py | 23 def optimize(node, environment): argument 32 def __init__(self, environment): argument
|
D | asyncfilters.py | 62 async def do_first(environment, seq): argument 70 async def do_groupby(environment, value, attribute): argument 116 async def do_sum(environment, iterable, attribute=None, start=0): argument
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_cmake_arm.md | 26 #### Checking glibc version 40 #### Checking ABI compatibility 47 #### Checking CPU capability
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | GrpcThreadPool.cs | 39 readonly GrpcEnvironment environment; field in Grpc.Core.Internal.GrpcThreadPool 62 …public GrpcThreadPool(GrpcEnvironment environment, int poolSize, int completionQueueCount, bool in… in GrpcThreadPool() 217 …ollection<CompletionQueueSafeHandle> CreateCompletionQueueList(GrpcEnvironment environment, int co… in CreateCompletionQueueList()
|
D | CompletionRegistry.cs | 38 readonly GrpcEnvironment environment; field in Grpc.Core.Internal.CompletionRegistry 45 …public CompletionRegistry(GrpcEnvironment environment, Func<BatchContextSafeHandle> batchContextFa… in CompletionRegistry()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | converter.cc | 122 Environment* environment) final { in Init() 210 Environment* environment) final { in Init() 306 Environment* environment) final { in Init() 417 Environment* environment) final { in Init() 481 Environment* environment) final { in Init() 527 explicit OpenClTensorConverterBuilder(Environment* environment) in OpenClTensorConverterBuilder() 575 Environment* environment) { in NewConverterBuilder()
|
/external/python/setuptools/pkg_resources/_vendor/packaging/ |
D | markers.py | 203 def _get_env(environment, name): argument 214 def _evaluate_markers(markers, environment): argument 288 def evaluate(self, environment=None): argument
|
/external/python/setuptools/setuptools/_vendor/packaging/ |
D | markers.py | 203 def _get_env(environment, name): argument 214 def _evaluate_markers(markers, environment): argument 288 def evaluate(self, environment=None): argument
|
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
D | cluster_resolver.py | 174 def environment(self): member in ClusterResolver 325 environment='', num_accelerators=None, argument 389 def environment(self): member in SimpleClusterResolver 612 def environment(self): member in UnionClusterResolver
|
D | tfconfig_cluster_resolver.py | 88 environment=None): argument 130 def environment(self): member in TFConfigClusterResolver
|
D | sagemaker_cluster_resolver.py | 98 environment=None): argument 140 def environment(self): member in SageMakerClusterResolver
|
/external/openscreen/cast/standalone_sender/ |
D | simulated_capturer.cc | 28 SimulatedCapturer::SimulatedCapturer(Environment* environment, in SimulatedCapturer() 221 SimulatedAudioCapturer::SimulatedAudioCapturer(Environment* environment, in SimulatedAudioCapturer() 340 SimulatedVideoCapturer::SimulatedVideoCapturer(Environment* environment, in SimulatedVideoCapturer()
|
/external/python/setuptools/setuptools/tests/ |
D | contexts.py | 25 def environment(**replacements): function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | environment.cc | 94 Environment::Environment(Environment&& environment) in Environment() function in tflite::gpu::cl::Environment 101 Environment& Environment::operator=(Environment&& environment) { in operator =()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Process.java | 70 public void putAllEnvironmentVariables(Map<String, String> environment) { in putAllEnvironmentVariables() argument 158 String[] environment = environmentVariables.toArray(new String[environmentVariables.size()]); in getEnvironmentArray() local
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/generator/ |
D | ServiceLoaderGenerator.java | 21 public ServiceLoaderGenerator(ProcessingEnvironment environment, String shadowPackage) { in ServiceLoaderGenerator()
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | README.md | 72 ### Test Directory
|
/external/python/jinja/docs/examples/ |
D | cache_extension.py | 9 def __init__(self, environment): argument
|