Searched +full:comma +full:- +full:separated (Results 1 – 25 of 1091) sorted by relevance
12345678910>>...44
| /external/antlr/runtime/Python3/ |
| D | pylintrc | 10 #init-hook= 22 # List of plugins (as comma separated values of python modules names) to load, 24 load-plugins= 30 # either give multiple identifier separated by comma (,) or put this option 35 # can either give multiple identifier separated by comma (,) or put this option 38 # W0622: Redefining built-in '...' 58 output-format=text 61 include-ids=yes 66 files-output=no 76 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) [all …]
|
| /external/autotest/utils/ |
| D | pylintrc | 2 # Use of this source code is governed by a BSD-style license that can be 12 #init-hook= 24 # List of plugins (as comma separated values of python modules names) to load, 26 #load-plugins= 32 # can either give multiple identifier separated by comma (,) or put this option 64 # either give multiple identifier separated by comma (,) or put this option 73 #output-format=text 77 include-ids=yes 82 #files-output=no 94 # evaluation = 10.0 - ((float(5 * all_failures) / statement) * 10) [all …]
|
| /external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/ |
| D | Csv.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 82 * single comma-separated string. 95 * single comma-separated string. 108 * single comma-separated string. 122 * single comma-separated string. 190 * single comma-separated string. 205 * single comma-separated string. 220 * single comma-separated string. 236 * single comma-separated string. 248 private byte memoizedIsInitialized = -1; [all …]
|
| D | CsvOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 82 * single comma-separated string. 93 * single comma-separated string. 104 * single comma-separated string. 115 * single comma-separated string. 127 * single comma-separated string.
|
| /external/mesa3d/docs/ |
| D | envvars.rst | 6 but they can sometimes be useful for debugging end-user issues. 9 --------------------------- 18 colon-separated list of paths to search for DRI drivers 42 ------------------------------- 57 following comma-separated list of named flags, which adds extra 87 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension 95 or before year X will be reported. This is to work-around a bug in 96 some games where the extension string is copied into a fixed-size 98 buffer overrun can cause the game to crash. This is a work-around for 106 - The format should be ``MAJOR.MINOR[FC|COMPAT]`` [all …]
|
| /external/antlr/runtime/Python/ |
| D | pylintrc | 25 cache-size=500 27 # List of plugins (as comma separated values of python modules names) to load, 29 load-plugins= 35 # comma separated list of message ids. 36 #help-msg= 42 # disable-checker option 43 #enable-checker= 46 # with the disable-checker option 47 #disable-checker= 50 #enable-msg-cat= [all …]
|
| /external/yapf/ |
| D | pylintrc | 8 #init-hook= 17 # List of plugins (as comma separated values of python modules names) to load, 19 load-plugins= 26 unsafe-load-any-extension=no 28 # A comma-separated list of package or module names from where C extensions may 31 extension-pkg-whitelist= 39 optimize-ast=no 49 # either give multiple identifier separated by comma (,) or put this option 51 # it should appear only once). See also the "--disable" option for examples. 55 # can either give multiple identifiers separated by comma (,) or put this [all …]
|
| /external/python/pyserial/ |
| D | pylintrc | 8 #init-hook= 17 # List of plugins (as comma separated values of python modules names) to load, 19 load-plugins= 26 unsafe-load-any-extension=no 28 # A comma-separated list of package or module names from where C extensions may 31 extension-pkg-whitelist= 39 optimize-ast=no 49 # either give multiple identifier separated by comma (,) or put this option 50 # multiple time. See also the "--disable" option for examples. 54 # can either give multiple identifiers separated by comma (,) or put this [all …]
|
| /external/tensorflow/tensorflow/python/tools/ |
| D | freeze_graph.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 An example of command-line usage is: 28 bazel-bin/tensorflow/python/tools/freeze_graph \ 29 --input_graph=some_graph_def.pb \ 30 --input_checkpoint=model.ckpt-8361242 \ 31 --output_graph=/tmp/frozen_graph.pb --output_node_names=softmax 95 `tf.train.latest_checkpoint()`, regardless of sharded/non-sharded or 97 output_node_names: The name(s) of the output nodes, comma separated. 102 initializer_nodes: Comma separated string of initializer nodes to run before 111 saved_model_tags: Group of comma separated tag(s) of the MetaGraphDef to [all …]
|
| /external/tensorflow/tensorflow/core/profiler/g3doc/ |
| D | options.md | 7 1) An in-memory data structure is built represent the view. 18 2) `-account_type_regexes` is used to first select the nodes that includes 24 parents of the in-memory data structure. 26 3) Various `-xxx_name_regexes`, `-min_xxx`, `-max_depth` etc options are then 30 from `-account_type_regexes`, Statistics are used even if a profiler node is not displayed. 32 still aggregated by it's caller. `-account_displayed_op_only`, however, 36 on the `-output` option. 40 can vary. For example `-max_depth` in scope view means the depth of 46 Most machines have multi-core CPUs. Some installs one or more accelerators. 57 Tensor memory are usually ref-counted. The memory is released when there is no [all …]
|
| /external/avb/ |
| D | pylintrc | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 #init-hook= 30 ignore-patterns=.*pb2\.py,.*pb2_grpc\.py 35 # List of plugins (as comma separated values of python modules names) to load, 37 load-plugins= 51 unsafe-load-any-extension=no 53 # A comma-separated list of package or module names from where C extensions may 56 extension-pkg-whitelist= 64 optimize-ast=no 74 # either give multiple identifier separated by comma (,) or put this option [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | pylintrc | 8 #init-hook= 20 # List of plugins (as comma separated values of python modules names) to load, 22 load-plugins=pylint.extensions.docparams 23 accept-no-param-doc=no 28 # can either give multiple identifiers separated by comma (,) or put this 30 # file where it should appear only once).You can also use "--disable=all" to 32 # you want to run only the similarities checker, you can use "--disable=all 33 # --enable=similarities". If you want to run only the classes checker, but have 34 # no Warning level messages displayed, use"--disable=all --enable=classes 35 # --disable=W" [all …]
|
| /external/tensorflow/ |
| D | .pylintrc | 8 #init-hook= 20 # List of plugins (as comma separated values of python modules names) to load, 22 load-plugins=pylint.extensions.docparams 23 accept-no-param-doc=no 28 # can either give multiple identifiers separated by comma (,) or put this 30 # file where it should appear only once).You can also use "--disable=all" to 32 # you want to run only the similarities checker, you can use "--disable=all 33 # --enable=similarities". If you want to run only the classes checker, but have 34 # no Warning level messages displayed, use"--disable=all --enable=classes 35 # --disable=W" [all …]
|
| /external/oss-fuzz/ |
| D | .pylintrc | 3 # A comma-separated list of package or module names from where C extensions may 6 extension-pkg-whitelist= 10 ignore=CVS,base-clang,base-sanitizer-libs-builder 14 ignore-patterns= 18 #init-hook= 20 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 27 limit-inference-results=100 29 # List of plugins (as comma separated values of python module names) to load, 31 load-plugins= 40 # user-friendly hints instead of false-positive error messages. [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/example/karma/ |
| D | quick_start1.cpp | 1 // Copyright (c) 2001-2010 Hartmut Kaiser 39 // output the container as a space separated sequence in main() 55 // output the container as a comma separated list in main() 56 std::cout << "...as comma separated list" << std::endl; in main() 69 // output the container as a comma separated list of double's in main() 70 std::cout << "...as comma separated list of doubles" << std::endl; in main() 77 // output the container as a comma separated list of items enclosed in '()' in main()
|
| /external/tensorflow/tensorflow/lite/g3doc/r1/convert/ |
| D | cmdline_reference.md | 3 This page is complete reference of command-line flags used by the TensorFlow 6 ## High-level flags 9 files. The flag `--output_file` is always required. Additionally, either 10 `--saved_model_dir`, `--keras_model_file` or `--graph_def_file` is required. 12 * `--output_file`. Type: string. Specifies the full path of the output file. 13 * `--saved_model_dir`. Type: string. Specifies the full path to the directory 15 * `--keras_model_file`. Type: string. Specifies the full path of the HDF5 file 17 * `--graph_def_file`. Type: string. Specifies the full path of the input 20 * `--output_format`. Type: string. Default: `TFLITE`. Specifies the format of 27 `--dump_graphviz_dir` instead to get a final visualization with all [all …]
|
| /external/libwebm/ |
| D | .pylintrc | 1 # This Pylint rcfile contains a best-effort configuration to uphold the 2 # best-practices and style described in the Google Python style guide: 5 # Its canonical open-source location is: 15 ignore-patterns= 20 # List of plugins (as comma separated values of python modules names) to load, 22 load-plugins= 29 unsafe-load-any-extension=no 39 # either give multiple identifier separated by comma (,) or put this option 41 # it should appear only once). See also the "--disable" option for examples. 45 # can either give multiple identifiers separated by comma (,) or put this [all …]
|
| /external/webp/ |
| D | .pylintrc | 1 # This Pylint rcfile contains a best-effort configuration to uphold the 2 # best-practices and style described in the Google Python style guide: 5 # Its canonical open-source location is: 15 ignore-patterns= 20 # List of plugins (as comma separated values of python modules names) to load, 22 load-plugins= 29 unsafe-load-any-extension=no 39 # either give multiple identifier separated by comma (,) or put this option 41 # it should appear only once). See also the "--disable" option for examples. 45 # can either give multiple identifiers separated by comma (,) or put this [all …]
|
| /external/toolchain-utils/seccomp_tools/mass_seccomp_editor/ |
| D | mass_seccomp_editor.py | 4 # Use of this source code is governed by a BSD-style license that can be 7 """Script to make mass, CrOS-wide seccomp changes.""" 17 # Pre-compiled regexes. 34 def to_dict(self) -> dict[str, list[str]]: 44 "Require at least one of {--all, --b64, --b32, --none}", 50 separated = Policies() 54 separated.x86_64.append(m) 57 separated.x86.append(m) 60 separated.arm64.append(m) 63 separated.arm.append(m) [all …]
|
| /external/pigweed/ |
| D | .pylintrc | 1 [MASTER] # inclusive-language: ignore 9 ignore-patterns= 13 #init-hook= 15 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 22 limit-inference-results=100 24 # List of plugins (as comma separated values of python module names) to load, 26 load-plugins=pylint.extensions.no_self_use 35 # user-friendly hints instead of false-positive error messages. 36 suggestion-mode=yes 40 unsafe-load-any-extension=no [all …]
|
| /external/python/setuptools/docs/userguide/ |
| D | declarative_config.rst | 3 ------------------------------------------------ 5 ------------------------------------------------ 21 .. _example-setup-config: 23 .. code-block:: ini 31 license = BSD 3-Clause License 42 importlib-metadata; python_version<"3.8" 50 executable-name = my_package.module:function 68 * Complex values can be written comma-separated or placed one per line 71 .. code-block:: ini 106 .. code-block:: ini [all …]
|
| /external/armnn/python/pyarmnn/ |
| D | pylintconfig | 3 # Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved. 4 # SPDX-License-Identifier: MIT 13 ignore-patterns=_version.py 17 #init-hook= 22 # List of plugins (as comma separated values of python modules names) to load, 24 load-plugins= 34 unsafe-load-any-extension=no 44 # can either give multiple identifiers separated by comma (,) or put this 46 # file where it should appear only once).You can also use "--disable=all" to 48 # you want to run only the similarities checker, you can use "--disable=all [all …]
|
| /external/webrtc/ |
| D | pylintrc | 3 # Use of this source code is governed by a BSD-style license 24 bad-continuation, 25 broad-except, 26 duplicate-code, 27 eval-used, 28 exec-used, 30 import-error, 31 import-outside-toplevel, 32 missing-docstring, 33 no-init, [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | analytics_v3.data.realtime.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/webrtc/video/ |
| D | sv_loopback.cc | 4 * Use of this source code is governed by a BSD-style license 59 "Number of temporal layers for video. Set to 1-4 to override."); 71 "Video inter-layer prediction mode. " 72 "0 - enabled, 1 - disabled, 2 - enabled only for key pictures."); 77 "Comma separated values describing VideoStream for video stream #0."); 82 "Comma separated values describing VideoStream for video stream #1."); 87 "Comma separated values describing SpatialLayer for video layer #0."); 92 "Comma separated values describing SpatialLayer for video layer #1."); 96 -1, 97 "Temporal layer to show or analyze for screenshare. -1 to disable " [all …]
|
12345678910>>...44