Home
last modified time | relevance | path

Searched defs:docstring (Results 1 – 24 of 24) sorted by relevance

/external/abseil-cpp/absl/copts/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/external/webrtc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/external/angle/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/external/libtextclassifier/abseil-cpp/absl/copts/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/external/openscreen/third_party/abseil/src/absl/copts/
Dgenerate_copts.py45 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/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/external/tensorflow/tensorflow/python/tools/api/generator/
Ddoc_srcs.py33 def __init__(self, docstring=None, docstring_module_name=None): argument
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils.py35 def _normalize_docstring(docstring): argument
/external/python/cpython2/Tools/framer/framer/
Dtemplate.py58 docstring = """\ variable
/external/python/cpython3/Tools/pynche/
DMain.py83 def docstring(): function
/external/python/cpython2/Tools/pynche/
DMain.py83 def docstring(): function
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py76 def docstring(self): member in BaseFunctionGenerator
145 def docstring(self): member in FunctionGenerator
/external/tensorflow/tensorflow/python/data/util/
Doptions.py77 def create_option(name, ty, docstring, default_factory=lambda: None): argument
/external/python/cpython2/Modules/
Dmathmodule.c790 #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/
Dmarkdown.py261 def md_docstring(docstring): argument
/external/python/cpython3/Lib/test/
Dtest_compileall.py927 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/
DCommandObjectCommands.cpp1094 std::string docstring; in GetHelpLong() local
1163 std::string docstring; in GetHelp() local
1180 std::string docstring; in GetHelpLong() local
/external/python/cpython3/Modules/
Dmathmodule.c1136 #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/
Dast_opt.c429 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
Dcompile.c1785 PyObject *docstring; in compiler_body() local
2207 PyObject *qualname, *docstring = NULL; in compiler_function() local
/external/python/cpython3/Lib/
Ddoctest.py528 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython2/Lib/
Ddoctest.py523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython3/Tools/clinic/
Dclinic.py2213 docstring=None, kind=CALLABLE, coexist=False, argument
2292 docstring=None, group=0): argument
/external/python/cpython2/Python/
Dcompile.c1359 int i, n, docstring; in compiler_function() local