/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | ExcludeInfoTypes.java | 85 * finding, namely email address. 105 * finding, namely email address. 126 * finding, namely email address. 146 * finding, namely email address. 166 * finding, namely email address. 591 * finding, namely email address. 614 * finding, namely email address. 637 * finding, namely email address. 660 * finding, namely email address. 689 * finding, namely email address. [all …]
|
H A D | ExcludeInfoTypesOrBuilder.java | 37 * finding, namely email address. 54 * finding, namely email address. 71 * finding, namely email address. 88 * finding, namely email address. 105 * finding, namely email address.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | __main__.rst | 284 # namely.py 306 from namely import print_user_name 341 this is the ``start`` module which runs line by line and imports ``namely``. 342 In turn, ``namely`` imports ``__main__`` (which is really ``start``). That's an 344 module is present in :attr:`sys.modules`, Python passes that to ``namely``. 351 >>> import namely 352 >>> namely.did_user_define_their_name() 354 >>> namely.print_user_name() 359 >>> namely.did_user_define_their_name() 361 >>> namely.print_user_name()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | signature_def_utils_test.py | 62 # with eager tensors (namely build_tensor_info). 96 # with eager tensors (namely build_tensor_info). 125 # with eager tensors (namely build_tensor_info). 160 # with eager tensors (namely build_tensor_info). 213 # with eager tensors (namely build_tensor_info). 277 # with eager tensors (namely build_tensor_info). 450 # with eager tensors (namely build_tensor_info_from_op). 462 # with eager tensors (namely build_tensor_info_from_op).
|
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/ |
D | io.rs | 111 /// iterator. Namely, lines do _not_ contain trailing `\n` or `\r\n` bytes. 114 /// possible. Namely, a single allocation is reused for each line. 158 /// iterator. Namely, records do _not_ contain a trailing terminator byte. 161 /// possible. Namely, a single allocation is reused for each record. 212 /// possible. Namely, a single allocation is reused for each line. 264 /// possible. Namely, a single allocation is reused for each record.
|
/aosp_15_r20/external/google-cloud-java/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ |
H A D | UndeleteRoleRequest.java | 80 * request, namely 122 * request, namely 547 * request, namely 588 * request, namely 629 * request, namely 669 * request, namely 705 * request, namely
|
H A D | DeleteRoleRequest.java | 80 * request, namely 122 * request, namely 547 * request, namely 588 * request, namely 629 * request, namely 669 * request, namely 705 * request, namely
|
H A D | GetRoleRequest.java | 79 * request, namely 128 * request, namely 519 * request, namely 567 * request, namely 615 * request, namely 662 * request, namely 705 * request, namely
|
H A D | CreateRoleRequest.java | 80 * request, namely 122 * request, namely 665 * request, namely 706 * request, namely 747 * request, namely 787 * request, namely 823 * request, namely
|
H A D | UpdateRoleRequest.java | 79 * request, namely 121 * request, namely 660 * request, namely 701 * request, namely 742 * request, namely 782 * request, namely 818 * request, namely
|
H A D | ListRolesRequest.java | 81 * request, namely 129 * request, namely 737 * request, namely 784 * request, namely 831 * request, namely 877 * request, namely 919 * request, namely
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | iam_v1.projects.roles.html | 112 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 157 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 185 …` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 212 …` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 265 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 308 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/…
|
D | iam_v1.organizations.roles.html | 112 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 157 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 185 …` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 212 …` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 265 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 308 …` parameter's value depends on the target resource for the request, namely [`projects`](/iam/…
|
/aosp_15_r20/packages/modules/Media/apex/framework/java/android/media/ |
D | BufferingParams.java | 44 * <li> {@link MediaPlayer} has internal mark, namely pausePlaybackMarkMs, to decide when 50 * <li> {@link MediaPlayer} has internal mark, namely pauseRebufferingMarkMs, to decide 53 * <li> {@link MediaPlayer} has internal mark, namely resumeRebufferingMarkMs, to decide
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/ |
H A D | regression.toml | 401 # succeeds, then it's guaranteed that there is an overall match. Namely, the 667 # engine as a result of the reverse suffix optimization. Namely, it hit a case 675 # of DFA were impacted). Namely, when a fail state was encountered (that's the 696 # stop the search), then it might not return an error necessarily. Namely, if a 766 # Namely, since 'All' semantics were used, the aho-corasick prefilter was 788 # did not handle quit states correctly. Namely, the Unicode word boundary here
|
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/ |
H A D | CodeGenerator.kt | 35 * Namely, the containing files of those [KSNode]s who are obtained from: 70 * Namely, the containing files of those [KSNode]s who are obtained from: in createNewFile() 156 * Namely, whenever there is new information. in createNewFile()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/memmem/ |
D | mod.rs | 72 // implementation. This is essentially an abstraction breaker. Namely, the 487 /// needle itself. Namely, a finder's needle can be either borrowed or 501 /// of the finder, and may be shorter than the `'n` lifetime. Namely, a 625 /// needle itself. Namely, a finder's needle can be either borrowed or 639 /// of the finder, and may be shorter than the `'n` lifetime. Namely, a
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/memmem/ |
H A D | mod.rs | 72 // implementation. This is essentially an abstraction breaker. Namely, the 487 /// needle itself. Namely, a finder's needle can be either borrowed or 501 /// of the finder, and may be shorter than the `'n` lifetime. Namely, a 625 /// needle itself. Namely, a finder's needle can be either borrowed or 639 /// of the finder, and may be shorter than the `'n` lifetime. Namely, a
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/ |
H A D | dense_attention.py | 194 '{} layer must be called on a list of inputs, namely [query, value] ' 199 'namely [query, value] or [query, value, key]. ' 205 'namely [query_mask, value_mask].'.format(class_name)) 208 '{} layer mask must be a list of length 2, namely [query_mask, '
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/ |
D | UNICODE.md | 10 1. Line boundaries are not Unicode aware. Namely, only the `\n` 202 Namely, it is convenient and simpler to have `\w` and `\b` be in sync with 244 The regex crate provides full support for Unicode code point matching. Namely,
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/ |
H A D | UNICODE.md | 10 1. Line boundaries are not Unicode aware. Namely, only the `\n` 203 Namely, it is convenient and simpler to have `\w` and `\b` be in sync with 243 The regex crate provides full support for Unicode code point matching. Namely,
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/ |
H A D | lib.rs | 35 [`meta` regex APIs](meta). Namely, the `regex` crate is just a light wrapper 308 Namely, it fails whenever the multiplication of the haystack, the regex and some 320 for Unicode word boundaries in a DFA. Namely, since the DFAs in this crate 409 be quite careful when using untrusted patterns. Namely, because bounded 557 // features. Namely, features tend to change imports, and imports change what's
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | backtrack.rs | 7 // bitmap). Namely, once a state is visited, it is never visited again. Since a 15 // scale, even if you're willing to live with the memory requirements. Namely, 196 // from the stack. Namely, if we're pushing a job only to run it in step()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | iam.v1.json | 232 …arent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 266 …`name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 291 …`name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 327 …arent` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 370 …`name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 404 …`name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 908 …arent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 942 …`name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/… 967 …`name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… 1003 …arent` parameter's value depends on the target resource for the request, namely [`roles`](/iam/ref… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | automaton.rs | 21 // leftmost. Namely, leftmost requires continuing a search even after a match 205 // It's important for this to always be inlined. Namely, its only caller 290 // It's important for this to always be inlined. Namely, its only caller 389 // It's important for this to always be inlined. Namely, its only caller
|