/external/tensorflow/tensorflow/python/data/ops/ |
D | options.py | 144 docstring="Whether to automatically tune performance knobs. If None, " 150 docstring="When autotuning is enabled (through `autotune`), determines " 158 docstring="When autotuning is enabled (through `autotune`), determines " 205 docstring="The type of sharding to use. See " 212 docstring= 247 docstring= 254 docstring= 260 docstring= 267 docstring= 274 docstring="Whether to fuse map transformations. If None, defaults to " [all …]
|
/external/python/cpython2/Mac/Modules/res/ |
D | resedit.py | 52 f.docstring = lambda: """Convert a string to a Handle object. 70 docstring = "Return this resource/handle as a %s"%longname 71 f.docstring = lambda docstring=docstring: docstring 101 f.docstring = lambda: "(int)->int. Automatically DisposeHandle the object on Python object cleanup"
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 545 f.docstring = lambda: "(Point startPoint [,trackercallback]) -> (ControlPartCode _rv)" 581 f.docstring = lambda: "(Point startPoint, Integer modifiers, [,trackercallback]) -> (ControlPartCod… 611 f.docstring = lambda: "(stuff) -> None" 656 f.docstring = lambda: "(part, type) -> String" 685 f.docstring = lambda: "(ResObj) -> None" 728 f.docstring = lambda: "(part, type) -> ResObj" 760 f.docstring = lambda: "(callbackfunc) -> None" 821 f.docstring = lambda: "(WindowPtr window, Rect boundsRect, UInt16 size, UInt16 direction, ControlTa…
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | doc_srcs.py | 33 def __init__(self, docstring=None, docstring_module_name=None): argument 34 self.docstring = docstring 37 if self.docstring is not None and self.docstring_module_name is not None:
|
/external/bcc/libbpf-tools/android/ |
D | argp.cpp | 35 for (const struct argp_option *opt = argp->options; opt->name || opt->docstring; ++opt) { in argp_parse() 86 for (const struct argp_option *opt = state->argp->options; opt->name || opt->docstring; ++opt) { in argp_state_help() 88 if (opt->n == OPTION_HIDDEN || (opt->docstring && opt->docstring[0] == '\0')) continue; in argp_state_help() 116 s.append(opt->docstring); in argp_state_help()
|
/external/brotli/ |
D | configure-cmake | 137 if [ "x${docstring}" = "x" ]; then 140 printf " --enable-%-14s %s\n" "${VAR_NAME}" "$docstring" 153 if [ "x${docstring}" = "x" ]; then 156 printf " --disable-%-13s %s\n" "${VAR_NAME}" "$docstring" 170 if [ "x${docstring}" = "x" ]; then 173 printf " --with-%-16s %s\n" "$paraminfo" "$docstring"
|
/external/tensorflow/tensorflow/python/platform/ |
D | flags_test.py | 32 docstring='docstring') 38 docstring='docstring') 44 docstring='docstring') 50 docstring='docstring') 56 docstring='docstring')
|
/external/pandora/mmi2grpc/mmi2grpc/ |
D | _helpers.py | 44 docstring = textwrap.dedent(f.__doc__ or '') 46 if docstring.strip() != description.strip(): 54 docstring.strip(),
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdsupport.py | 293 f.docstring = lambda: """(int start, int size) -> string. Return bytes from the bitmap""" 310 f.docstring = lambda: """(int start, string data). Store bytes into the bitmap""" 343 f.docstring = lambda: """Take (string, int, Rect) argument and create BitMap""" 371 f.docstring = lambda: """Take string BitMap and turn into BitMap object"""
|
/external/openscreen/third_party/abseil/src/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/webrtc/third_party/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/angle/third_party/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/libtextclassifier/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle 93 f.write(style.docstring())
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 568 f.docstring = lambda: "() -> (string _rv)" 586 f.docstring = lambda: "() -> (unicode _rv)" 599 f.docstring = lambda: "() -> (string _rv)" 625 f.docstring = lambda: "(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)" 635 f.docstring = lambda: "() -> (python_object)" 659 f.docstring = lambda: "(python_object) -> (CF_object)"
|
/external/stardoc/test/testdata/same_level_file_test/ |
D | dep.bzl | 1 # buildifier: disable=module-docstring 2 # buildifier: disable=function-docstring
|
/external/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 35 def _normalize_docstring(docstring): argument 50 if not docstring: 54 lines = docstring.expandtabs().splitlines()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | CarbonEvtsupport.py | 247 f.docstring = lambda: "() -> None" 271 f.docstring = lambda: "(EventTypeSpec inSpec, Method callback) -> (EventHandlerRef outRef)" 307 f.docstring = lambda: "(EventParamName eventName, EventParamType eventType) -> (String eventParamDa…
|
/external/python/cpython3/Lib/test/ |
D | test_clinic.py | 372 """.strip(), function.docstring) 396 """.strip(), function.docstring) 405 … self.assertEqual("stat($module, /, path)\n--\n\nThis/used to break Clinic!", function.docstring) 452 self.assertEqual(function.docstring.strip(), """ 513 self.assertEqual(function.docstring.strip(), """ 635 self.assertEqual("bar($module, /)\n--\n\nDocstring", function.docstring) 648 self.assertEqual("Bar()\n--\n\nDocstring", function.docstring) 751 """.strip(), function.docstring)
|
/external/stardoc/test/testdata/config_apis_test/ |
D | input.bzl | 1 # buildifier: disable=module-docstring 2 # buildifier: disable=function-docstring
|
/external/stardoc/test/testdata/cpp_basic_test/ |
D | input.bzl | 1 # buildifier: disable=module-docstring 2 # buildifier: disable=function-docstring
|
/external/stardoc/test/testdata/java_basic_test/ |
D | input.bzl | 1 # buildifier: disable=module-docstring 2 # buildifier: disable=function-docstring
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 67 docstring = self.docstring() 72 Output(" PyDoc_STR(%s)},", stringify(docstring)) 76 def docstring(self): member in BaseFunctionGenerator 145 def docstring(self): member in FunctionGenerator
|
/external/stardoc/test/testdata/apple_basic_test/ |
D | input.bzl | 1 # buildifier: disable=module-docstring 2 # buildifier: disable=function-docstring
|