Home
last modified time | relevance | path

Searched full:applying (Results 1 – 25 of 4544) sorted by relevance

12345678910>>...182

/external/googleapis/google/ads/googleads/v15/services/
Drecommendation_service.proto110 // Parameters to use when applying a campaign budget recommendation.
117 // Parameters to use when applying a forecasting set target roas
129 // Parameters to use when applying a text ad recommendation.
136 // Parameters to use when applying keyword recommendation.
150 // Parameters to use when applying Target CPA recommendation.
160 // Parameters to use when applying a Target ROAS opt-in recommendation.
171 // Parameters to use when applying callout extension recommendation.
178 // Parameters to use when applying call extension recommendation.
184 // Parameters to use when applying sitelink recommendation.
191 // Parameters to use when applying callout asset recommendations.
[all …]
/external/googleapis/google/ads/googleads/v14/services/
Drecommendation_service.proto110 // Parameters to use when applying a campaign budget recommendation.
117 // Parameters to use when applying a forecasting set target roas
129 // Parameters to use when applying a text ad recommendation.
136 // Parameters to use when applying keyword recommendation.
150 // Parameters to use when applying Target CPA recommendation.
160 // Parameters to use when applying a Target ROAS opt-in recommendation.
171 // Parameters to use when applying callout extension recommendation.
178 // Parameters to use when applying call extension recommendation.
184 // Parameters to use when applying sitelink recommendation.
191 // Parameters to use when applying callout asset recommendations.
[all …]
/external/googleapis/google/ads/googleads/v16/services/
Drecommendation_service.proto137 // Parameters to use when applying a campaign budget recommendation.
144 // Parameters to use when applying a forecasting set target roas
156 // Parameters to use when applying a text ad recommendation.
163 // Parameters to use when applying keyword recommendation.
177 // Parameters to use when applying Target CPA recommendation.
187 // Parameters to use when applying a Target ROAS opt-in recommendation.
198 // Parameters to use when applying callout extension recommendation.
205 // Parameters to use when applying call extension recommendation.
211 // Parameters to use when applying sitelink recommendation.
218 // Parameters to use when applying callout asset recommendations.
[all …]
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/AArch64/
DAArch64GenPreLegalizeGICombiner.inc995 LLVM_DEBUG(dbgs() << "Applying rule 'copy_prop'\n");
1011 LLVM_DEBUG(dbgs() << "Applying rule 'mul_to_shl'\n");
1024 LLVM_DEBUG(dbgs() << "Applying rule 'mul_by_neg_one'\n");
1037 LLVM_DEBUG(dbgs() << "Applying rule 'undef_to_int_zero'\n");
1050 LLVM_DEBUG(dbgs() << "Applying rule 'binop_right_to_zero'\n");
1063 LLVM_DEBUG(dbgs() << "Applying rule 'right_identity_one'\n");
1076 LLVM_DEBUG(dbgs() << "Applying rule 'constant_fold'\n");
1091 LLVM_DEBUG(dbgs() << "Applying rule 'commute_constant_to_rhs'\n");
1114 LLVM_DEBUG(dbgs() << "Applying rule 'add_p2i_to_ptradd'\n");
1127 LLVM_DEBUG(dbgs() << "Applying rule 'propagate_undef_any_op'\n");
[all …]
DAArch64GenPostLegalizeGICombiner.inc564 LLVM_DEBUG(dbgs() << "Applying rule 'copy_prop'\n");
580 LLVM_DEBUG(dbgs() << "Applying rule 'extending_loads'\n");
596 LLVM_DEBUG(dbgs() << "Applying rule 'extending_loads'\n");
612 LLVM_DEBUG(dbgs() << "Applying rule 'extending_loads'\n");
628 LLVM_DEBUG(dbgs() << "Applying rule 'load_and_mask'\n");
641 LLVM_DEBUG(dbgs() << "Applying rule 'hoist_logic_op_with_same_opcode_hands'\n");
654 LLVM_DEBUG(dbgs() << "Applying rule 'redundant_and'\n");
667 LLVM_DEBUG(dbgs() << "Applying rule 'bitfield_extract_from_and'\n");
680 LLVM_DEBUG(dbgs() << "Applying rule 'constant_fold'\n");
693 LLVM_DEBUG(dbgs() << "Applying rule 'binop_same_val'\n");
[all …]
DAArch64GenPostLegalizeGILowering.inc254 LLVM_DEBUG(dbgs() << "Applying rule 'dup'\n");
267 LLVM_DEBUG(dbgs() << "Applying rule 'rev'\n");
280 LLVM_DEBUG(dbgs() << "Applying rule 'ext'\n");
293 LLVM_DEBUG(dbgs() << "Applying rule 'zip'\n");
306 LLVM_DEBUG(dbgs() << "Applying rule 'uzp'\n");
319 LLVM_DEBUG(dbgs() << "Applying rule 'trn'\n");
332 LLVM_DEBUG(dbgs() << "Applying rule 'form_duplane'\n");
345 LLVM_DEBUG(dbgs() << "Applying rule 'shuf_to_ins'\n");
361 LLVM_DEBUG(dbgs() << "Applying rule 'vashr_vlshr_imm'\n");
377 LLVM_DEBUG(dbgs() << "Applying rule 'vashr_vlshr_imm'\n");
[all …]
DAArch64GenO0PreLegalizeGICombiner.inc228 LLVM_DEBUG(dbgs() << "Applying rule 'copy_prop'\n");
244 LLVM_DEBUG(dbgs() << "Applying rule 'mul_to_shl'\n");
257 LLVM_DEBUG(dbgs() << "Applying rule 'mul_by_neg_one'\n");
273 LLVM_DEBUG(dbgs() << "Applying rule 'add_p2i_to_ptradd'\n");
290 LLVM_DEBUG(dbgs() << "Applying rule 'idempotent_prop'\n");
307 LLVM_DEBUG(dbgs() << "Applying rule 'idempotent_prop'\n");
324 LLVM_DEBUG(dbgs() << "Applying rule 'idempotent_prop'\n");
340 LLVM_DEBUG(dbgs() << "Applying rule 'ptr_add_immed_chain'\n");
356 LLVM_DEBUG(dbgs() << "Applying rule 'extending_loads'\n");
372 LLVM_DEBUG(dbgs() << "Applying rule 'extending_loads'\n");
[all …]
/external/rust/android-crates-io/crates/googletest/src/matchers/
Dresult_of_matcher.rs112 .text(format!("by applying {},", self.callable_description)) in describe()
151 .text(format!("by applying {},", self.callable_description)) in describe()
190 Expected: by applying |value| value - 1, in result_of_match_with_different_value()
194 by applying |value| value - 1, in result_of_match_with_different_value()
209 Expected: by applying |value| { value - 1 }, in result_of_match_with_different_value_block_closure()
213 by applying |value| { value - 1 }, in result_of_match_with_different_value_block_closure()
238 Expected: by applying |value| { let dec = value - 1; let inc = dec + 1; inc - 2 }, in result_of_match_with_different_value_multiline_closure()
242 by applying |value| { let dec = value - 1; let inc = dec + 1; inc - 2 }, in result_of_match_with_different_value_multiline_closure()
260 Expected: by applying dec_by_one, in result_of_match_with_different_value_function()
264 by applying dec_by_one, in result_of_match_with_different_value_function()
[all …]
/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
Dtasks.proto106 // Information reported from the agent about applying patches execution.
108 // The intermediate states of applying patches.
119 // The agent is currently applying patches.
130 // Information reported from the agent about applying patches execution.
132 // The final states of applying patches.
137 // Applying patches completed successfully.
140 // Applying patches completed successfully, but a reboot is required.
143 // Applying patches failed.
227 // applying desired state configuration.
237 // The agent is in the process of applying the configuration.
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dcf-stack-bug.ll34 ; BUG64-NOT: Applying bug work-around
35 ; BUG32-NOT: Applying bug work-around
36 ; NOBUG-NOT: Applying bug work-around
67 ; BUG64: Applying bug work-around
68 ; BUG32-NOT: Applying bug work-around
69 ; NOBUG-NOT: Applying bug work-around
108 ; BUG64: Applying bug work-around
109 ; BUG32-NOT: Applying bug work-around
110 ; NOBUG-NOT: Applying bug work-around
173 ; BUG64: Applying bug work-around
[all …]
/external/googleapis/google/cloud/osconfig/agentendpoint/v1beta/
Dtasks.proto92 // Information reported from the agent about applying patches execution.
94 // The intermediate states of applying patches.
105 // The agent is currently applying patches.
116 // Information reported from the agent about applying patches execution.
118 // The final states of applying patches.
123 // Applying patches completed successfully.
126 // Applying patches completed successfully, but a reboot is required.
129 // Applying patches failed.
/external/pdfium/testing/resources/javascript/
Dapply_expected.txt1 Alert: Applying to util itself - should succeed
3 Alert: Applying to array - should throw
5 Alert: Applying to number - should throw
7 Alert: Applying to wrong native obj - should throw
Dapply.in39 app.alert('Applying to util itself - should succeed');
47 app.alert('Applying to array - should throw');
55 app.alert('Applying to number - should throw');
63 app.alert('Applying to wrong native obj - should throw');
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLint.kt10 * Applying [cancellable][Flow.cancellable] to a [SharedFlow] has no effect.
16 …message = "Applying 'cancellable' to a SharedFlow has no effect. See the SharedFlow documentation …
22 * Applying [flowOn][Flow.flowOn] to [SharedFlow] has no effect. in cancellable()
28 …message = "Applying 'flowOn' to SharedFlow has no effect. See the SharedFlow documentation on Oper… in cancellable()
34 * Applying [conflate][Flow.conflate] to [StateFlow] has no effect. in cancellable()
40 …message = "Applying 'conflate' to StateFlow has no effect. See the StateFlow documentation on Oper… in cancellable()
46 * Applying [distinctUntilChanged][Flow.distinctUntilChanged] to [StateFlow] has no effect. in cancellable()
52 …message = "Applying 'distinctUntilChanged' to StateFlow has no effect. See the StateFlow documenta… in cancellable()
/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/
DOutputConfigOrBuilder.java67 * Column 3: translation without applying a glossary. Empty string if there
70 * translation after applying the glossary. Empty string if there is an
71 * error applying the glossary. Could be same string as column 3 if there is
85 * Error when applying the glossary.
137 * Column 3: translation without applying a glossary. Empty string if there
140 * translation after applying the glossary. Empty string if there is an
141 * error applying the glossary. Could be same string as column 3 if there is
155 * Error when applying the glossary.
207 * Column 3: translation without applying a glossary. Empty string if there
210 * translation after applying the glossary. Empty string if there is an
[all …]
DOutputConfig.java154 * Column 3: translation without applying a glossary. Empty string if there
157 * translation after applying the glossary. Empty string if there is an
158 * error applying the glossary. Could be same string as column 3 if there is
172 * Error when applying the glossary.
227 * Column 3: translation without applying a glossary. Empty string if there
230 * translation after applying the glossary. Empty string if there is an
231 * error applying the glossary. Could be same string as column 3 if there is
245 * Error when applying the glossary.
303 * Column 3: translation without applying a glossary. Empty string if there
306 * translation after applying the glossary. Empty string if there is an
[all …]
/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/
DOutputConfigOrBuilder.java67 * Column 3: translation without applying a glossary. Empty string if there
70 * translation after applying the glossary. Empty string if there is an
71 * error applying the glossary. Could be same string as column 3 if there is
85 * Error when applying the glossary.
137 * Column 3: translation without applying a glossary. Empty string if there
140 * translation after applying the glossary. Empty string if there is an
141 * error applying the glossary. Could be same string as column 3 if there is
155 * Error when applying the glossary.
207 * Column 3: translation without applying a glossary. Empty string if there
210 * translation after applying the glossary. Empty string if there is an
[all …]
DOutputConfig.java154 * Column 3: translation without applying a glossary. Empty string if there
157 * translation after applying the glossary. Empty string if there is an
158 * error applying the glossary. Could be same string as column 3 if there is
172 * Error when applying the glossary.
227 * Column 3: translation without applying a glossary. Empty string if there
230 * translation after applying the glossary. Empty string if there is an
231 * error applying the glossary. Could be same string as column 3 if there is
245 * Error when applying the glossary.
303 * Column 3: translation without applying a glossary. Empty string if there
306 * translation after applying the glossary. Empty string if there is an
[all …]
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DParameterizedTypeName.kt129 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
136 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
144 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
152 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
159 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
167 /** Returns a parameterized type, applying `typeArguments` to `this`. */ in <lambda>()
175 /** Returns a parameterized type, applying `typeArgument` to `this`. */ in <lambda>()
182 /** Returns a parameterized type, applying `typeArgument` to `this`. */ in <lambda>()
189 /** Returns a parameterized type, applying `typeArgument` to `this`. */ in <lambda>()
/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v1.projects.dashboards.html151applying the per_series_aligner operation to each time series after its data has been divided into…
154 …lds determine how the time series are partitioned into subsets prior to applying the aggregation o…
165applying the per_series_aligner operation to each time series after its data has been divided into…
168 …lds determine how the time series are partitioned into subsets prior to applying the aggregation o…
180applying the per_series_aligner operation to each time series after its data has been divided into…
183 …lds determine how the time series are partitioned into subsets prior to applying the aggregation o…
191applying the per_series_aligner operation to each time series after its data has been divided into…
194 …lds determine how the time series are partitioned into subsets prior to applying the aggregation o…
206applying the per_series_aligner operation to each time series after its data has been divided into…
209 …lds determine how the time series are partitioned into subsets prior to applying the aggregation o…
[all …]
/external/chromiumos-config/payload_utils/common/
Dproto_utils_test.py97 """Tests applying the PublicReplication message in the case where it is a
118 """Tests applying the PublicReplication message in the case where it is a
140 """Tests applying the PublicReplication message in the case where it is a
165 """Tests applying the PublicReplication message in the case where it is in
190 """Tests applying the PublicReplication message in the case where it is in
227 """Tests applying the PublicReplication message in the case where a message
261 """Tests applying PublicReplication messages that appear on top of each
286 """Tests applying PublicReplication messages that appear on top of each
317 """Tests applying the PublicReplication message with empty paths.
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealVector.java34 * applying a function ...) on each element in turn. The <code>mapXxx</code>
296 * @return a vector containing the result of applying the function to each entry
313 * @return a vector containing the result of applying the function to each entry
330 * @return a vector containing the result of applying the function to each entry
347 * @return a vector containing the result of applying the function to each entry
364 * @return a vector containing the result of applying the function to each entry
381 * @return a vector containing the result of applying the function to each entry
398 * @return a vector containing the result of applying the function to each entry
415 * @return a vector containing the result of applying the function to each entry
432 * @return a vector containing the result of applying the function to each entry
[all …]
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
DRecordTransformationsOrBuilder.java30 * Transform the record by applying various field transformations.
40 * Transform the record by applying various field transformations.
50 * Transform the record by applying various field transformations.
60 * Transform the record by applying various field transformations.
71 * Transform the record by applying various field transformations.
/external/tensorflow/tensorflow/lite/core/shims/
Dcc_library_with_tflite.bzl44 This is a hook to allow applying different build flags (etc.)
79 This is a hook to allow applying different build flags (etc.)
113 This is a hook to allow applying different build flags (etc.)
145 This is a hook to allow applying different build flags (etc.)
183 This is a hook to allow applying different build flags (etc.)
216 This is a hook to allow applying different build flags (etc.)
/external/armnn/src/armnn/optimizations/
DOptimization.hpp31 /// after applying each optimization.
75 /// after applying each optimization.
77 /// - Children layers are removed if left unconnected after applying the wrapped optimization.
127 /// after applying each optimization.
129 /// - Children layers are removed if left unconnected after applying the wrapped optimization.

12345678910>>...182