/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/ |
H A D | options.py | 205 docstring="Whether to automatically tune performance knobs. If None, " 211 docstring="When autotuning is enabled (through `autotune`), determines " 219 docstring="When autotuning is enabled (through `autotune`), determines " 227 docstring="When autotuning is enabled (through `autotune`), determines " 278 docstring="The type of sharding to use. See " 285 docstring= 320 docstring= 327 docstring= 333 docstring= 340 docstring= [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/ |
H A D | quic_exported_stats.h | 33 #define QUIC_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \ argument 35 QUIC_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring); \ 36 QUIC_SERVER_HISTOGRAM_ENUM(name, sample, enum_size, docstring); \ 45 #define QUIC_HISTOGRAM_BOOL(name, sample, docstring) \ argument 47 QUIC_CLIENT_HISTOGRAM_BOOL(name, sample, docstring); \ 48 QUIC_SERVER_HISTOGRAM_BOOL(name, sample, docstring); \ 64 #define QUIC_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, docstring) \ argument 67 docstring); \ 69 docstring); \ 86 #define QUIC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, docstring) \ argument [all …]
|
H A D | quic_server_stats.h | 10 #define QUIC_SERVER_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \ argument 11 QUICHE_SERVER_HISTOGRAM_ENUM(name, sample, enum_size, docstring) 13 #define QUIC_SERVER_HISTOGRAM_BOOL(name, sample, docstring) \ argument 14 QUICHE_SERVER_HISTOGRAM_BOOL(name, sample, docstring) 17 docstring) \ argument 18 QUICHE_SERVER_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, docstring) 21 docstring) \ argument 23 docstring)
|
H A D | quic_client_stats.h | 32 #define QUIC_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \ argument 33 QUICHE_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring) 41 #define QUIC_CLIENT_HISTOGRAM_BOOL(name, sample, docstring) \ argument 42 QUICHE_CLIENT_HISTOGRAM_BOOL(name, sample, docstring) 57 docstring) \ argument 58 QUICHE_CLIENT_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, docstring) 77 docstring) \ argument 79 docstring)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | sphinxext.py | 160 docstring = cls.__doc__ 161 if isinstance(docstring, bytes): 162 docstring = docstring.decode('utf8') 168 docstring)) 194 docstring = cls.__doc__ 195 if isinstance(docstring, bytes): 196 docstring = docstring.decode('utf8') 200 docstring)) 209 docstring = cls.__doc__ 210 if isinstance(docstring, bytes): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | sphinxext.py | 160 docstring = cls.__doc__ 161 if isinstance(docstring, bytes): 162 docstring = docstring.decode('utf8') 168 docstring)) 194 docstring = cls.__doc__ 195 if isinstance(docstring, bytes): 196 docstring = docstring.decode('utf8') 200 docstring)) 209 docstring = cls.__doc__ 210 if isinstance(docstring, bytes): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | sphinxext.py | 160 docstring = cls.__doc__ 161 if isinstance(docstring, bytes): 162 docstring = docstring.decode('utf8') 168 docstring)) 194 docstring = cls.__doc__ 195 if isinstance(docstring, bytes): 196 docstring = docstring.decode('utf8') 200 docstring)) 209 docstring = cls.__doc__ 210 if isinstance(docstring, bytes): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | sphinxext.py | 160 docstring = cls.__doc__ 161 if isinstance(docstring, bytes): 162 docstring = docstring.decode('utf8') 168 docstring)) 194 docstring = cls.__doc__ 195 if isinstance(docstring, bytes): 196 docstring = docstring.decode('utf8') 200 docstring)) 209 docstring = cls.__doc__ 210 if isinstance(docstring, bytes): [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A D | quiche_server_stats.h | 30 #define QUICHE_SERVER_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \ argument 31 QUICHE_SERVER_HISTOGRAM_ENUM_IMPL(name, sample, enum_size, docstring) 39 #define QUICHE_SERVER_HISTOGRAM_BOOL(name, sample, docstring) \ argument 40 QUICHE_SERVER_HISTOGRAM_BOOL_IMPL(name, sample, docstring) 55 docstring) \ argument 57 docstring) 76 docstring) \ argument 78 docstring)
|
H A D | quiche_client_stats.h | 32 #define QUICHE_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \ argument 33 QUICHE_CLIENT_HISTOGRAM_ENUM_IMPL(name, sample, enum_size, docstring) 41 #define QUICHE_CLIENT_HISTOGRAM_BOOL(name, sample, docstring) \ argument 42 QUICHE_CLIENT_HISTOGRAM_BOOL_IMPL(name, sample, docstring) 57 docstring) \ argument 59 docstring) 78 docstring) \ argument 80 docstring)
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | fnsig.rs | 30 pub docstring: String, field 37 docstring: String, in new_function() 39 Self::new(FnKind::Function, sig, args.name, args.defaults, docstring) in new_function() 46 docstring: String, in new_method() 53 docstring, in new_method() 61 docstring: String, in new_constructor() 68 docstring, in new_constructor() 77 docstring: String, in new_trait_method() 84 docstring, in new_trait_method() 93 docstring: String, in new() [all …]
|
D | record.rs | 29 let docstring = extract_docstring(&input.attrs)?; in expand_record() localVariable 33 record_meta_static_var(ident, docstring, &record) in expand_record() 110 docstring: String, in record_meta_static_var() 127 let docstring = extract_docstring(&f.attrs)?; in record_meta_static_var() localVariable 137 .concat_long_str(#docstring) in record_meta_static_var() 151 .concat_long_str(#docstring) in record_meta_static_var()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | relay_tool.py | 88 docstring = func.__doc__ 89 if docstring is None: 90 docstring = ' No docstring available.' 97 for line in docstring.split('\n')[1:]: 109 docstring = ' ' * 4 + docstring.rstrip() 110 docstring = re.sub(min_indent, '\n', docstring, 113 print('%s%s: \n%s\n' % (func_name, str(signature), docstring),
|
/aosp_15_r20/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"
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/ |
D | reader.rs | 233 let docstring = self.read_optional_long_string()?; in read_func() localVariable 241 docstring, in read_func() 253 let docstring = self.read_optional_long_string()?; in read_constructor() localVariable 272 docstring, in read_constructor() 283 let docstring = self.read_optional_long_string()?; in read_method() localVariable 294 docstring, in read_method() 303 docstring: self.read_optional_long_string()?, in read_record() 334 docstring: self.read_optional_long_string()?, in read_enum() 343 docstring: self.read_optional_long_string()?, in read_object() 376 docstring: self.read_optional_long_string()?, in read_callback_interface() [all …]
|
D | lib.rs | 146 pub docstring: Option<String>, field 168 pub docstring: Option<String>, field 196 pub docstring: Option<String>, field 223 pub docstring: Option<String>, field 301 pub docstring: Option<String>, field 309 pub docstring: Option<String>, field 320 pub docstring: Option<String>, field 328 pub docstring: Option<String>, field 336 pub docstring: Option<String>, field 343 pub docstring: Option<String>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/ |
D | item.rs | 32 docstring: String, 46 let docstring = extract_docstring(&item.attrs)?; in new() localVariable 47 let sig = FnSignature::new_function(item.sig, args.clone(), docstring)?; in new() 104 let docstring = extract_docstring(&impl_fn.attrs)?; in from_impl() localVariable 111 docstring, in from_impl() 118 docstring, in from_impl() 146 let docstring = extract_docstring(&item.attrs)?; in from_trait() localVariable 162 let docstring = extract_docstring(&tim.attrs)?; in from_trait() localVariable 175 docstring, in from_trait() 188 docstring, in from_trait()
|
/aosp_15_r20/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…
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | _compatibility.py | 13 docstring = textwrap.dedent(getattr(fn, '__doc__', None) or '') 14 docstring += """ 18 fn.__doc__ = docstring 27 docstring = textwrap.dedent(getattr(fn, '__doc__', None) or '') 28 docstring += """ 32 fn.__doc__ = docstring
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _helpers.py | 45 docstring = textwrap.dedent(f.__doc__ or '').strip() 47 if docstring != description: 54 …test.assertMultiLineEqual(docstring, description, f'description does not match with function docst… 79 docstring = normalize(textwrap.dedent(f.__doc__)) 80 regex = re.compile(docstring)
|
/aosp_15_r20/external/brotli/ |
H A 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"
|
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
H A D | quiche_server_stats_impl.h | 8 #define QUICHE_SERVER_HISTOGRAM_ENUM_IMPL(name, sample, enum_size, docstring) \ argument 12 #define QUICHE_SERVER_HISTOGRAM_BOOL_IMPL(name, sample, docstring) \ argument 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
H A D | quiche_server_stats_impl.h | 8 #define QUICHE_SERVER_HISTOGRAM_ENUM_IMPL(name, sample, enum_size, docstring) \ argument 12 #define QUICHE_SERVER_HISTOGRAM_BOOL_IMPL(name, sample, docstring) \ argument 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
H A D | quiche_client_stats_impl.h | 15 #define QUICHE_CLIENT_HISTOGRAM_ENUM_IMPL(name, sample, enum_size, docstring) \ argument 20 #define QUICHE_CLIENT_HISTOGRAM_BOOL_IMPL(name, sample, docstring) \ argument 26 num_buckets, docstring) \ argument 32 num_buckets, docstring) \ argument
|
/aosp_15_r20/external/bcc/libbpf-tools/android/ |
H A 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()
|