/aosp_15_r20/frameworks/base/core/res/res/values-en-rSG/ |
H A D | strings.xml | 5 <!-- no translation found for kilobyteShort (5865542430193761682) --> 7 <!-- no translation found for megabyteShort (112984851085937882) --> 9 <!-- no translation found for gigabyteShort (8586075069559273847) --> 11 <!-- no translation found for terabyteShort (5828502357595687794) --> 13 <!-- no translation found for petabyteShort (7523248732657962413) --> 15 <!-- no translation found for untitled (284687023829080340) --> 17 <!-- no translation found for ellipsis (8538883953764277342) --> 19 <!-- no translation found for emptyPhoneNumber (6416283285732095329) --> 21 <!-- no translation found for unknownName (3974255879290140525) --> 23 <!-- no translation found for defaultVoiceMailAlphaTag (6484324201071049939) --> [all …]
|
/aosp_15_r20/frameworks/base/core/res/res/values-en-rUS/ |
H A D | strings.xml | 5 <!-- no translation found for kilobyteShort (5865542430193761682) --> 7 <!-- no translation found for megabyteShort (112984851085937882) --> 9 <!-- no translation found for gigabyteShort (8586075069559273847) --> 11 <!-- no translation found for terabyteShort (5828502357595687794) --> 13 <!-- no translation found for petabyteShort (7523248732657962413) --> 15 <!-- no translation found for untitled (284687023829080340) --> 17 <!-- no translation found for ellipsis (8538883953764277342) --> 19 <!-- no translation found for emptyPhoneNumber (6416283285732095329) --> 21 <!-- no translation found for unknownName (3974255879290140525) --> 23 <!-- no translation found for defaultVoiceMailAlphaTag (6484324201071049939) --> [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/res/values/ |
D | strings-emoji-descriptions.xml | 16 ** See the License for the specific language governing permissions and 25 <!-- Spoken description for Unicode code point U+00A9: "©" COPYRIGHT SIGN --> 27 <!-- Spoken description for Unicode code point U+00AE: "®" REGISTERED SIGN --> 29 <!-- Spoken description for Unicode code point U+203C: "‼" DOUBLE EXCLAMATION MARK --> 31 <!-- Spoken description for Unicode code point U+2049: "⁉" EXCLAMATION QUESTION MARK --> 33 <!-- Spoken description for Unicode code point U+2122: "™" TRADE MARK SIGN --> 35 <!-- Spoken description for Unicode code point U+2139: "ℹ" INFORMATION SOURCE --> 37 <!-- Spoken description for Unicode code point U+2194: "↔" LEFT RIGHT ARROW --> 39 <!-- Spoken description for Unicode code point U+2195: "↕" UP DOWN ARROW --> 41 <!-- Spoken description for Unicode code point U+2196: "↖" NORTH WEST ARROW --> [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/IndVarSimplify/ |
H A D | verify-scev.ll | 7 br i1 undef, label %for.end, label %for.body 9 for.body: ; preds = %for.body, %entry 10 br i1 false, label %for.end, label %for.body 12 for.end: ; preds = %for.body, %entry 13 br i1 undef, label %for.end11, label %for.body3 15 for.body3: ; preds = %for.end 18 for.end11: ; preds = %for.end 21 while.body: ; preds = %for.end11 24 while.end: ; preds = %for.end11 25 br i1 undef, label %if.end115, label %for.cond109 [all …]
|
H A D | pr20680.ll | 24 br label %for.cond2.preheader 26 for.cond2.preheader: ; preds = %for.inc13, %entry 27 %storemerge15 = phi i8 [ -14, %entry ], [ %inc14, %for.inc13 ] 28 br i1 %tobool2, label %for.inc13, label %for.body3.lr.ph 30 for.body3.lr.ph: ; preds = %for.cond2.preheader 36 …br i1 %tobool5, label %for.body3.lr.ph.split.us, label %for.body3.lr.ph.for.body3.lr.ph.split_crit… 38 for.body3.lr.ph.for.body3.lr.ph.split_crit_edge: ; preds = %for.body3.lr.ph 39 br label %for.body3.lr.ph.split 41 for.body3.lr.ph.split.us: ; preds = %for.body3.lr.ph 42 …br i1 %tobool, label %for.body3.lr.ph.split.us.split.us, label %for.body3.lr.ph.split.us.for.body3… [all …]
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | nesting_of_regions.cpp | 10 #pragma omp for in foo() 11 for (int i = 0; i < 10; ++i) in foo() 15 for (int i = 0; i < 10; ++i) in foo() 18 #pragma omp for simd in foo() 19 for (int i = 0; i < 10; ++i) in foo() 46 #pragma omp parallel for in foo() 47 for (int i = 0; i < 10; ++i) in foo() 50 #pragma omp parallel for simd in foo() 51 for (int i = 0; i < 10; ++i) in foo() 85 …ion; perhaps you forget to enclose 'omp ordered' directive into a for or a parallel for region wit… in foo() [all …]
|
H A D | for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} 4 #pragma omp for simd 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} 7 #pragma omp for simd foo 11 #pragma omp for simd in test_no_clause() 12 for (i = 0; i < 16; ++i) in test_no_clause() 15 // expected-error@+2 {{statement after '#pragma omp for simd' must be a for loop}} in test_no_clause() 16 #pragma omp for simd in test_no_clause() 28 #pragma omp for simd in test_branch_protected_scope() 29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() [all …]
|
H A D | parallel_for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}} 4 #pragma omp parallel for simd 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}} 7 #pragma omp parallel for simd foo 11 #pragma omp parallel for simd in test_no_clause() 12 for (i = 0; i < 16; ++i) in test_no_clause() 15 // expected-error@+2 {{statement after '#pragma omp parallel for simd' must be a for loop}} in test_no_clause() 16 #pragma omp parallel for simd in test_no_clause() 28 #pragma omp parallel for simd in test_branch_protected_scope() 29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() [all …]
|
H A D | distribute_parallel_for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute parallel for simd'}} 4 #pragma omp distribute parallel for simd 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute parallel for simd'}} 7 #pragma omp distribute parallel for simd foo 11 #pragma omp distribute parallel for simd in test_no_clause() 12 for (i = 0; i < 16; ++i) in test_no_clause() 15 // expected-error@+2 {{statement after '#pragma omp distribute parallel for simd' must be a for loo… in test_no_clause() 16 #pragma omp distribute parallel for simd in test_no_clause() 29 #pragma omp distribute parallel for simd in test_branch_protected_scope() 30 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() [all …]
|
/aosp_15_r20/external/llvm/test/Analysis/DependenceAnalysis/ |
H A D | Preliminary.ll | 44 ;; for (long int i = 0; i < n; i++) { 45 ;; for (long int j = 0; j < n; j++) { 46 ;; for (long int k = 0; k < n; k++) { 49 ;; for (long int k = 0; k < n; k++) { 55 br i1 %cmp10, label %for.cond1.preheader.preheader, label %for.end26 64 for.cond1.preheader.preheader: ; preds = %entry 65 br label %for.cond1.preheader 67 for.cond1.preheader: ; preds = %for.cond1.preheader.preheader, %for.in… 68 %B.addr.012 = phi i64* [ %B.addr.1.lcssa, %for.inc24 ], [ %B, %for.cond1.preheader.preheader ] 69 %i.011 = phi i64 [ %inc25, %for.inc24 ], [ 0, %for.cond1.preheader.preheader ] [all …]
|
H A D | SymbolicRDIV.ll | 8 ;; for (long int i = 0; i < n1; i++) 10 ;; for (long int j = 0; j < n2; j++) 16 br i1 %cmp4, label %for.cond1.preheader, label %for.body.preheader 18 ; CHECK: 'Dependence Analysis' for function 'symbolicrdiv0' 26 for.body.preheader: ; preds = %entry 27 br label %for.body 29 for.cond1.preheader.loopexit: ; preds = %for.body 30 br label %for.cond1.preheader 32 for.cond1.preheader: ; preds = %for.cond1.preheader.loopexit, %entry 34 br i1 %cmp21, label %for.end11, label %for.body4.preheader [all …]
|
H A D | Banerjee.ll | 9 ;; for (long int i = 1; i <= 10; i++) 10 ;; for (long int j = 1; j <= 10; j++) { 16 br label %for.cond1.preheader 17 ; CHECK: 'Dependence Analysis' for function 'banerjee0': 25 ; DELIN: 'Dependence Analysis' for function 'banerjee0': 33 for.cond1.preheader: ; preds = %entry, %for.inc7 34 %B.addr.04 = phi i64* [ %B, %entry ], [ %scevgep, %for.inc7 ] 35 %i.03 = phi i64 [ 1, %entry ], [ %inc8, %for.inc7 ] 36 br label %for.body3 38 for.body3: ; preds = %for.cond1.preheader, %for.body3 [all …]
|
H A D | ExactRDIV.ll | 8 ;; for (long int i = 0; i < 10; i++) 10 ;; for (long int j = 0; j < 10; j++) 15 br label %for.body 24 for.body: ; preds = %entry, %for.body 25 %i.03 = phi i64 [ 0, %entry ], [ %inc, %for.body ] 33 br i1 %exitcond5, label %for.body, label %for.body4.preheader 35 for.body4.preheader: ; preds = %for.body 36 br label %for.body4 38 for.body4: ; preds = %for.body4.preheader, %for.body4 39 %j.02 = phi i64 [ %inc9, %for.body4 ], [ 0, %for.body4.preheader ] [all …]
|
H A D | GCD.ll | 9 ;; for (long int i = 0; i < 100; i++) 10 ;; for (long int j = 0; j < 100; j++) { 16 br label %for.cond1.preheader 18 ; CHECK: 'Dependence Analysis' for function 'gcd0' 26 ; DELIN: 'Dependence Analysis' for function 'gcd0' 34 for.cond1.preheader: ; preds = %entry, %for.inc8 35 %B.addr.04 = phi i32* [ %B, %entry ], [ %scevgep, %for.inc8 ] 36 %i.03 = phi i64 [ 0, %entry ], [ %inc9, %for.inc8 ] 37 br label %for.body3 39 for.body3: ; preds = %for.cond1.preheader, %for.body3 [all …]
|
/aosp_15_r20/external/llvm/test/Analysis/BlockFrequencyInfo/ |
H A D | irreducible_loop_crash.ll | 10 br i1 undef, label %if.end.12, label %for.body.5 12 for.inc: 14 br label %for.body.5 16 for.body.5: ; preds = %for.cond.4.preheader 17 br i1 %tobool7, label %for.inc.9, label %for.inc 19 for.inc.9: ; preds = %for.body.5 20 br i1 %tobool7, label %for.inc.9.1, label %for.inc 22 if.end.12: ; preds = %if.end.12, %for.body 23 br i1 undef, label %for.end.17, label %for.inc 25 for.end.17: ; preds = %entry [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v3_3.accounts.html | 120 …"accountProfile": "A String", # Profile for this account. This is a read-only … 122 …"activeAdsLimitTier": "A String", # Maximum number of active ads allowed for t… 123 …ves with Active View tags. If disabled, viewability data will not be available for any impressions. 128 …for USD - "2" for GBP - "3" for ESP - "4" for SEK - "5" fo… 129 …"defaultCreativeSizeId": "A String", # Default placement dimensions for this a… 134 …"maximumImageSize": "A String", # Maximum image size allowed for this account,… 136 …True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach r… 139 …ion": { # Lookback configuration settings. # Default lookback windows for new advertisers in … 140 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … 141 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … [all …]
|
D | dfareporting_v3_4.accounts.html | 120 …"accountProfile": "A String", # Profile for this account. This is a read-only … 122 …"activeAdsLimitTier": "A String", # Maximum number of active ads allowed for t… 123 …ves with Active View tags. If disabled, viewability data will not be available for any impressions. 128 …for USD - "2" for GBP - "3" for ESP - "4" for SEK - "5" fo… 129 …"defaultCreativeSizeId": "A String", # Default placement dimensions for this a… 134 …"maximumImageSize": "A String", # Maximum image size allowed for this account,… 136 …True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach r… 139 …ion": { # Lookback configuration settings. # Default lookback windows for new advertisers in … 140 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … 141 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … [all …]
|
D | dfareporting_v3_5.accounts.html | 120 …"accountProfile": "A String", # Profile for this account. This is a read-only … 122 …"activeAdsLimitTier": "A String", # Maximum number of active ads allowed for t… 123 …ves with Active View tags. If disabled, viewability data will not be available for any impressions. 128 …for USD - "2" for GBP - "3" for ESP - "4" for SEK - "5" fo… 129 …"defaultCreativeSizeId": "A String", # Default placement dimensions for this a… 134 …"maximumImageSize": "A String", # Maximum image size allowed for this account,… 136 …True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach r… 139 …ion": { # Lookback configuration settings. # Default lookback windows for new advertisers in … 140 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … 141 …ot be considered as triggering events for floodlight tracking. If you leave this field blank, the … [all …]
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/include/soc/ |
H A D | sdram_param.h | 59 /* Specifies the M value for PllM */ 61 /* Specifies the N value for PllM */ 63 /* Specifies the time to wait for PLLM to lock (in microseconds) */ 75 /* Specifies value for Charge Pump Gain Control */ 108 /* Specifies the value for EMC_AUTO_CAL_INTERVAL */ 111 * Specifies the value for EMC_AUTO_CAL_CONFIG 116 /* Specifies the value for EMC_AUTO_CAL_CONFIG2 */ 119 /* Specifies the value for EMC_AUTO_CAL_CONFIG3 */ 123 * Specifies the time for the calibration 130 * Specifies the value for EMC_ADR_CFG [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/apk/res/values/ |
D | strings.xml | 13 See the License for the specific language governing permissions and 102 …<!-- Text for the label of the app. This will appear as the app name on notifications sent by this… 106 <!-- Text for the main title of the EU notification. [CHAR LIMIT=NONE] --> 108 <!-- Text for the content of the EU notification. [CHAR LIMIT=NONE] --> 109 …ficationUI_notification_content_eu">Android is exploring more private ways for apps to show you ad… 110 <!-- Text for the call to action button of the EU notification. [CHAR LIMIT=NONE] --> 114 <!-- Text for the title of the header. [CHAR LIMIT=NONE] --> 116 <!-- Text for container1 title. [CHAR LIMIT=NONE] --> 118 <!-- Text for container1 body text. [CHAR LIMIT=NONE] --> 120 <!-- Text for container1 control text. [CHAR LIMIT=NONE] --> [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-aat-layout.h | 8 * software and its documentation for any purpose, provided that the 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 20 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 81 …* The possible feature types defined for AAT shaping, from Apple [Font Feature Registry](https://d… 136 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOGR… 137 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOG… 138 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 139 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 140 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 141 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopInterchange/ |
H A D | interchange.ll | 2 ;; We test the complete .ll for adjustment in outer loop header/latch and inner loop header/latch. 15 ;; for(int i=0;i<N;i++) 16 ;; for(int j=1;j<N;j++) 22 br i1 %cmp21, label %for.cond1.preheader.lr.ph, label %for.end12 24 for.cond1.preheader.lr.ph: 27 br label %for.cond1.preheader 29 for.cond1.preheader: 30 %indvars.iv23 = phi i64 [ 0, %for.cond1.preheader.lr.ph ], [ %indvars.iv.next24, %for.inc10 ] 31 br i1 %cmp219, label %for.body3, label %for.inc10 33 for.body3: [all …]
|
H A D | reductions.ll | 8 ;; for( int i=1;i<N;i++) 9 ;; for( int j=1;j<N;j++) 15 br i1 %cmp16, label %for.body3.lr.ph, label %for.end8 17 for.body3.lr.ph: ; preds = %entry, %for.cond1.for.inc6_crit_edge 18 %indvars.iv18 = phi i64 [ %indvars.iv.next19, %for.cond1.for.inc6_crit_edge ], [ 1, %entry ] 20 br label %for.body3 22 for.body3: ; preds = %for.body3, %for.body3.lr.ph 23 %indvars.iv = phi i64 [ 1, %for.body3.lr.ph ], [ %indvars.iv.next, %for.body3 ] 24 %add15 = phi i32 [ %X.promoted, %for.body3.lr.ph ], [ %add, %for.body3 ] 31 br i1 %exitcond, label %for.cond1.for.inc6_crit_edge, label %for.body3 [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/ |
H A D | AnalyticsAdminServiceSettings.java | 13 * See the License for the specific language governing permissions and 69 * <li>Retries are configured for idempotent methods but not for non-idempotent methods. 75 * <p>For example, to set the total timeout of getAccount to 30 seconds: 80 * // - It may require correct/in-range values for request initialization. 102 /** Returns the object with the settings used for calls to getAccount. */ 107 /** Returns the object with the settings used for calls to listAccounts. */ 113 /** Returns the object with the settings used for calls to deleteAccount. */ 118 /** Returns the object with the settings used for calls to updateAccount. */ 123 /** Returns the object with the settings used for calls to provisionAccountTicket. */ 129 /** Returns the object with the settings used for calls to listAccountSummaries. */ [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/ |
H A D | 2.17.x-CHANGELOG.md | 4 …- This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket. 8 …- This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty… 12 …- Updates internal logic for constructing API endpoints. We have added rule-based endpoints and in… 14 ## __AWS SDK for Java v2__ 20 …paceForOrganization API. You can use the API to register a Slack workspace for an AWS account that… 24 - Documentation updates for Chime Messaging SDK 28 …- This release adds API support for managing phone numbers that can be used across multiple AWS re… 32 …- Updates internal logic for constructing API endpoints. We have added rule-based endpoints and in… 36 - Adding new Accessor APIs for Amazon Managed Blockchain 40 …- Updates internal logic for constructing API endpoints. We have added rule-based endpoints and in… [all …]
|