/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/ |
H A D | ad_group.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 73 // This field is required and should not be empty when creating new ad 93 // Output only. For draft or experiment ad groups, this field is the resource 95 // or experiment ad group does not have a base ad group, then this field is 100 // This field is read-only. 128 // value when the bidding strategy is one of manual cpc, enhanced cpc, page 129 // one promoted or target outrank share, otherwise the value will be null. 136 // The target CPA (cost-per-acquisition). If the ad group's campaign 137 // bidding strategy is TargetCpa or MaximizeConversions (with its target_cpa 138 // field set), then this field overrides the target CPA specified in the [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 95 // This field is read-only. [all …]
|
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 113 // This field is ignored for mutates. 118 // This field is ignored for mutates. 123 // This is the status of the ad group criterion entity, set by the client. 125 // whether a criterion is eligible to run. In some cases a criterion that's 149 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 151 // This field is immutable. To switch a criterion from positive to negative, 170 // This field is read-only. 197 // for some good or service. The valid range for the fraction is [0,1) and the 198 // value stored here is 1,000,000 * [fraction]. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/ |
H A D | ad_group.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 73 // This field is required and should not be empty when creating new ad 93 // Output only. For draft or experiment ad groups, this field is the resource 95 // or experiment ad group does not have a base ad group, then this field is 100 // This field is read-only. 128 // value when the bidding strategy is one of manual cpc, enhanced cpc, page 129 // one promoted or target outrank share, otherwise the value will be null. 136 // The target CPA (cost-per-acquisition). If the ad group's campaign 137 // bidding strategy is TargetCpa or MaximizeConversions (with its target_cpa 138 // field set), then this field overrides the target CPA specified in the [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 95 // This field is read-only. [all …]
|
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 113 // This field is ignored for mutates. 118 // This field is ignored for mutates. 123 // This is the status of the ad group criterion entity, set by the client. 125 // whether a criterion is eligible to run. In some cases a criterion that's 149 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 151 // This field is immutable. To switch a criterion from positive to negative, 170 // This field is read-only. 197 // for some good or service. The valid range for the fraction is [0,1) and the 198 // value stored here is 1,000,000 * [fraction]. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/ |
H A D | ad_group.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 75 // This field is required and should not be empty when creating new ad 95 // Output only. For draft or experiment ad groups, this field is the resource 97 // or experiment ad group does not have a base ad group, then this field is 102 // This field is read-only. 130 // value when the bidding strategy is one of manual cpc, enhanced cpc, page 131 // one promoted or target outrank share, otherwise the value will be null. 138 // The target CPA (cost-per-acquisition). If the ad group's campaign 139 // bidding strategy is TargetCpa or MaximizeConversions (with its target_cpa 140 // field set), then this field overrides the target CPA specified in the [all …]
|
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 115 // This field is ignored for mutates. 120 // This field is ignored for mutates. 125 // This is the status of the ad group criterion entity, set by the client. 127 // whether a criterion is eligible to run. In some cases a criterion that's 151 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 153 // This field is immutable. To switch a criterion from positive to negative, 172 // This field is read-only. 199 // for some good or service. The valid range for the fraction is [0,1) and the 200 // value stored here is 1,000,000 * [fraction]. [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 95 // This field is read-only. [all …]
|
/aosp_15_r20/external/pytorch/docs/source/notes/ |
H A D | amp_examples.rst | 20 In the samples below, each is used as its individual documentation suggests. 41 for input, target in data: 47 loss = loss_fn(output, target) 55 # If these gradients do not contain infs or NaNs, optimizer.step() is then called, 56 # otherwise, optimizer.step() is skipped. 71 is :math:`<=` some user-imposed threshold. If you attempted to clip *without* unscaling, the gradi… 88 for input, target in data: 92 loss = loss_fn(output, target) 126 Gradient accumulation adds gradients over an effective batch of size ``batch_per_iter * iters_to_ac… 127 (``* num_procs`` if distributed). The scale should be calibrated for the effective batch, which me… [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/services/ |
H A D | reach_plan_service.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 130 // The parent country (not present if location is a country). 132 // such as country name is provided by 137 // The ISO-3166-1 alpha-2 country code that is associated with the location. 177 // reported. Actual targeting is computed by mapping this age range onto 187 // TABLET device targeting is automatically applied to reported metrics 188 // when MOBILE targeting is selected for CPM_MASTHEAD, 218 // This is equivalent to the frequency cap exposed in Google Ads when creating 221 // If not specified, no cap is applied. 223 // This field is deprecated in v4 and will eventually be removed. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/services/ |
H A D | reach_plan_service.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 130 // The parent country (not present if location is a country). 132 // such as country name is provided by 137 // The ISO-3166-1 alpha-2 country code that is associated with the location. 177 // reported. Actual targeting is computed by mapping this age range onto 187 // TABLET device targeting is automatically applied to reported metrics 188 // when MOBILE targeting is selected for CPM_MASTHEAD, 218 // This is equivalent to the frequency cap exposed in Google Ads when creating 221 // If not specified, no cap is applied. 223 // This field is deprecated in v4 and will eventually be removed. [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/ |
H A D | flags.bzl | 10 # distributed under the License is distributed on an "AS IS" BASIS, 51 # NOTE: The flag value is overridden by the target-level attribute, except 55 # Automatically decide the effective value based on environment, 56 # target platform, etc. 66 # Like `enabled`, except overrides target-level setting. This is mostly 68 # as an escape hatch if build-time compiling is not available. 70 # Like `disabled`, except overrides target-level setting. This is useful 72 # as an escape hatch if build-time compiling is not available. 83 # Determines if, when a source file is compiled, if the source file is kept 87 # Automatically decide the effective value based on environment, etc. [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/docs/api/rules_python/python/config_settings/ |
H A D | index.md | 14 Determines if the {obj}`exec_tools_toolchain_type` toolchain is enabled. 33 The flag value is overridden by the target level {attr}`precompile` attribute, 39 * `auto`: (default) Automatically decide the effective value based on environment, 40 target platform, etc. 47 * `force_enabled`: Like `enabled`, except overrides target-level setting. This 48 is mostly useful for development, testing enabling precompilation more 49 broadly, or as an escape hatch if build-time compiling is not available. 50 * `force_disabled`: Like `disabled`, except overrides target-level setting. This 51 is useful useful for development, testing enabling precompilation more 52 broadly, or as an escape hatch if build-time compiling is not available. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/common/ |
H A D | asset_types.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 41 // YouTube video id. This is the 11 character string value used in the 85 // Start date of when this asset is effective and can begin serving, in 89 // Last date of when this asset is effective and still serving, in yyyy-MM-dd 119 // Start date of when this asset is effective and can begin serving, in 123 // Last date of when this asset is effective and still serving, in yyyy-MM-dd 132 // ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan 140 // Whether the preference is for the sitelink asset to be displayed on mobile 147 // The webpage that advertisers want to target. 182 // default conversion action is used. This field only has effect if [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/services/ |
H A D | reach_plan_service.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 128 // The parent country (not present if location is a country). 130 // such as country name is provided by 135 // The ISO-3166-1 alpha-2 country code that is associated with the location. 175 // reported. Actual targeting is computed by mapping this age range onto 185 // TABLET device targeting is automatically applied to reported metrics 186 // when MOBILE targeting is selected for CPM_MASTHEAD, 213 // This is equivalent to the frequency cap exposed in Google Ads when creating 216 // If not specified, no cap is applied. 218 // This field is deprecated in v4 and will eventually be removed. [all …]
|
/aosp_15_r20/external/curl/docs/cmdline-opts/ |
H A D | write-out.md | 21 is a string that may contain plain text mixed with any number of variables. 32 The output is by default written to standard output, but can be changed with 36 where *name* is the case insensitive name of the header (without the trailing 40 Select a specific target destination file to write the output to, by using 41 *%output{name}* (added in curl 8.3.0) where *name* is the full filename. The 42 output following that instruction is then written to that file. More than one 48 This output is done independently of if the file transfer was successful or 54 **NOTE:** On Windows, the %-symbol is a special symbol used to expand 56 when using this option to properly escape. If this option is used at the 57 command prompt then the % cannot be escaped and unintended expansion is [all …]
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | FAQ.md | 9 …<summary id="what-is-the-difference-between-afl-and-aflplusplus">What is the difference between AF… 11 AFL++ is a superior fork to Google's AFL - more speed, more and better 18 however, it is only accepting PRs from the community and is not developing 31 in independent fuzzing benchmarks it is one of the best fuzzers available, 37 …<summary id="is-afl-a-whitebox-graybox-or-blackbox-fuzzer">Is AFL++ a whitebox, graybox, or blackb… 45 describes the original AFL to be a graybox fuzzer. In that sense, AFL++ is 57 <summary id="what-is-an-edge">What is an "edge"?</summary><p> 61 blocks`. A `basic block` is the **largest possible number of subsequent machine 84 Every code block between two jump locations is a `basic block`. 86 An `edge` is then the unique relationship between two directly connected [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/flags/ |
D | adservices_flags.aconfig | 22 description: "AdServices is no longer supported on Android R. Deprecating the R-specific APIs" 59 description: "Adds the effective target SDK version to the dump method" 67 description: "Invalidate the effective target SDK version cache" 75 description: "Use the effective target SDK version for getting the allowlist for restrictions"
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | README.llvm.md | 10 ! llvm_mode works with llvm versions 3.8 up to 17 - but 13+ is recommended ! 21 The gains are less pronounced for fast binaries, where the speed is limited 25 - The instrumentation is CPU-independent. At least in principle, you should be 31 - Because the feature relies on the internals of LLVM, it is clang-specific and 32 will *not* work with GCC (see ../gcc_plugin/ for an alternative once it is 35 Once this implementation is shown to be sufficiently robust and portable, it 63 It is highly recommended to use the newest clang version you can put your hands 71 system. You should also make sure that the llvm-config tool is in your path (or 76 you installation is set up correctly :-) 79 LLVM development headers; one example of this is FreeBSD. FreeBSD users will [all …]
|
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/ |
H A D | common.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 35 // Output only. Server-defined resource path for the target of the operation. 36 string target = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field 56 // Output only. Operation status for Game Services API operations. Operation status is in 74 // Output only. Whether the operation is done or still in progress. 96 // The schedule of a recurring or one time event. The event's time span is 97 // specified by start_time and end_time. If the scheduled event's timespan is 99 // If only cron_spec + cron_job_duration are specified, the event is effective 100 // starting at the local time specified by cron_spec, and is recurring. 113 // The duration for the cron job event. The duration of the event is effective [all …]
|
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/ |
H A D | common.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 36 // Output only. Server-defined resource path for the target of the operation. 37 string target = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field 57 // Output only. Operation status for Game Services API operations. Operation status is in 75 // Output only. Whether the operation is done or still in progress. 97 // The schedule of a recurring or one time event. The event's time span is 98 // specified by start_time and end_time. If the scheduled event's timespan is 100 // If only cron_spec + cron_job_duration are specified, the event is effective 101 // starting at the local time specified by cron_spec, and is recurring. 114 // The duration for the cron job event. The duration of the event is effective [all …]
|
/aosp_15_r20/external/libcap-ng/ |
H A D | ChangeLog | 20 - If PR_CAP_AMBIENT is not available, do not build libdrop_ambient 24 - If procfs is not available, leave last_cap as CAP_LAST_CAP 43 - If procfs is not available, get bounding set via prctl 91 - Make sure stderr is used consistently in utils 102 - Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table 106 - In netcap, make sure readlink is handled properly 108 - In netcap and pscap, ensure euid is initialized 121 - Fix effective capabilities read from file descriptor 125 - In netcap and pscap use the effective uid 150 - Use bit mask on effective capabilities check in have_capabilities [all …]
|
/aosp_15_r20/external/cronet/testing/libfuzzer/ |
H A D | fuzzing_browsertests.md | 3 Fuzzing is effective if either: 13 start, preventing coverage guided fuzzing from being effective. 30 declare that this is the one and only such fuzzer in your executable. 48 true`. You should also build the `centipede` target as well as your fuzzer.
|
/aosp_15_r20/external/pigweed/pw_fuzzer/ |
H A D | concepts.rst | 9 Fuzzing is an approach to testing software with generated data. Guided fuzzing 19 #. The `test input`_ is used to exercise the `fuzz target`_. This is targeted 22 #. The code under test is monitored for feedback or any abnormal conditions. 23 The feedback is commonly code coverage information generated by 26 The loop ends when a configured limit is reached, such as a specific duration or 27 number of iterations, or when an abnormal condition is detected. These can be 39 To learn more about how effective fuzzing can be or explore some of fuzzing's 43 .. _fuzz target: https://github.com/google/fuzzing/blob/master/docs/glossary.md#fuzz-target
|