/external/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle
|
/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
|
/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
|
/external/libtextclassifier/abseil-cpp/absl/copts/ |
D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle
|
/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
|
/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
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | doc_srcs.py | 33 def __init__(self, docstring=None, docstring_module_name=None): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 35 def _normalize_docstring(docstring): argument
|
/external/python/cpython2/Tools/framer/framer/ |
D | template.py | 58 docstring = """\ variable
|
/external/python/cpython3/Tools/pynche/ |
D | Main.py | 83 def docstring(): function
|
/external/python/cpython2/Tools/pynche/ |
D | Main.py | 83 def docstring(): function
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 76 def docstring(self): member in BaseFunctionGenerator 145 def docstring(self): member in FunctionGenerator
|
/external/tensorflow/tensorflow/python/data/util/ |
D | options.py | 77 def create_option(name, ty, docstring, default_factory=lambda: None): argument
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 790 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 796 #define FUNC1A(funcname, func, docstring) \ argument 802 #define FUNC2(funcname, func, docstring) \ argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | markdown.py | 261 def md_docstring(docstring): argument
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 927 def create_code(self, docstring=False, assertion=False): argument 954 def check_hardlinks(self, script, docstring=False, assertion=False): argument
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 1094 std::string docstring; in GetHelpLong() local 1163 std::string docstring; in GetHelp() local 1180 std::string docstring; in GetHelpLong() local
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1136 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 1142 #define FUNC1A(funcname, func, docstring) \ argument 1148 #define FUNC2(funcname, func, docstring) \ argument
|
/external/python/cpython3/Python/ |
D | ast_opt.c | 429 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
|
D | compile.c | 1785 PyObject *docstring; in compiler_body() local 2207 PyObject *qualname, *docstring = NULL; in compiler_function() local
|
/external/python/cpython3/Lib/ |
D | doctest.py | 528 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
|
/external/python/cpython2/Lib/ |
D | doctest.py | 523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 2213 docstring=None, kind=CALLABLE, coexist=False, argument 2292 docstring=None, group=0): argument
|
/external/python/cpython2/Python/ |
D | compile.c | 1359 int i, n, docstring; in compiler_function() local
|