Home
last modified time | relevance | path

Searched refs:favor (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsics.td21 // Deprecated in favor of separate int_amdgcn_cube* intrinsics.
24 // Deprecated in favor of expanded bit operations
32 // Deprecated in favor of llvm.amdgcn.rsq
37 // Deprecated in favor of llvm.bitreverse
40 // Deprecated in favor of llvm.amdgcn.s.barrier
44 // Deprecated in favor of llvm.amdgcn.read.workdim
/external/llvm-project/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m29 …[(*x).isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor o…
30 …[x->isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of …
81 …(void)v->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
82 …(void)w->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
83 …(void)x->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
84 …(void)y->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
88 …w->isa = 0; // expected-warning {{assignment to Objective-C's isa is deprecated in favor of object…
Dopaque-is-access.m21 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
22 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
Dopaque-is-access-warn.m24 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
25 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
/external/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m29 …[(*x).isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor o…
30 …[x->isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of …
81 …(void)v->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
82 …(void)w->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
83 …(void)x->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
84 …(void)y->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o…
88 …w->isa = 0; // expected-warning {{assignment to Objective-C's isa is deprecated in favor of object…
Dopaque-is-access.m21 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
22 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
Dopaque-is-access-warn.m24 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
25 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
/external/icu/icu4c/source/test/testdata/
DlocaleMatcherTest.txt13 # @favor=[normal|script] # no value = no explicit setting
96 @favor=script
156 @favor=script
172 @favor=script
183 @favor=script
194 @favor=script
211 @favor=script
231 @favor=script
246 @favor=script
260 @favor=script
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/
DlocaleMatcherTest.txt13 # @favor=[normal|script] # no value = no explicit setting
96 @favor=script
156 @favor=script
172 @favor=script
183 @favor=script
194 @favor=script
211 @favor=script
231 @favor=script
246 @favor=script
260 @favor=script
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/
DlocaleMatcherTest.txt13 # @favor=[normal|script] # no value = no explicit setting
96 @favor=script
156 @favor=script
172 @favor=script
183 @favor=script
194 @favor=script
211 @favor=script
231 @favor=script
246 @favor=script
260 @favor=script
[all …]
/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp33 UnicodeString favor; member
43 favor.remove(); in reset()
513 } else if (getSuffixAfterPrefix(line, limit, u"@favor=", test.favor)) { in readTestCase()
567 if (!test.favor.isEmpty()) { in dataDriven()
568 ULocMatchFavorSubtag favor; in dataDriven() local
569 if (test.favor == u"normal") { in dataDriven()
570 favor = ULOCMATCH_FAVOR_LANGUAGE; in dataDriven()
571 } else if (test.favor == u"script") { in dataDriven()
572 favor = ULOCMATCH_FAVOR_SCRIPT; in dataDriven()
574 errln(UnicodeString(u"unsupported FavorSubtag value ") + test.favor); in dataDriven()
[all …]
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dopt-remarks-xfail.ll23 ; YAML-NEXT: - String: ' in favor of '
34 ; YAML-NEXT: - String: ' in favor of '
45 ; YAML-NEXT: - String: ' in favor of '
57 ; YAML-NEXT: - String: ' in favor of '
/external/llvm-project/llvm/test/Transforms/GVN/
Dopt-remarks.ll24 ; YAML-NEXT: - String: ' in favor of '
35 ; YAML-NEXT: - String: ' in favor of '
46 ; YAML-NEXT: - String: ' in favor of '
58 ; YAML-NEXT: - String: ' in favor of '
/external/llvm/test/Transforms/EarlyCSE/
Datomics.ll164 ; Can DSE a non-volatile store in favor of a volatile one
175 ; Can DSE a normal store in favor of a unordered one
184 ; Can also DSE a unordered store in favor of a normal one
216 ; Can DSE a unordered store in favor of a unordered one
226 ; Can DSE a unordered store in favor of a ordered one,
238 ; Can DSE an unordered atomic store in favor of an
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java901 String favor = ""; field in LocaleMatcherTest.TestCase
922 favor = ""; in reset()
927 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey()
990 test.favor = suffix; in readTestCases()
1060 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven()
1068 if (!test.favor.isEmpty()) { in dataDriven()
1069 FavorSubtag favor; in dataDriven() local
1070 switch (test.favor) { in dataDriven()
1072 favor = FavorSubtag.LANGUAGE; in dataDriven()
1075 favor = FavorSubtag.SCRIPT; in dataDriven()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java904 String favor = ""; field in LocaleMatcherTest.TestCase
925 favor = ""; in reset()
930 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey()
993 test.favor = suffix; in readTestCases()
1063 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven()
1071 if (!test.favor.isEmpty()) { in dataDriven()
1072 FavorSubtag favor; in dataDriven() local
1073 switch (test.favor) { in dataDriven()
1075 favor = FavorSubtag.LANGUAGE; in dataDriven()
1078 favor = FavorSubtag.SCRIPT; in dataDriven()
[all …]
/external/fmtlib/doc/bootstrap/
Dprogress-bars.less51 // `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the
62 // `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the
Dutilities.less26 // Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Datomics.ll165 ; Can DSE a non-volatile store in favor of a volatile one
176 ; Can DSE a normal store in favor of a unordered one
185 ; Can also DSE a unordered store in favor of a normal one
217 ; Can DSE a unordered store in favor of a unordered one
227 ; Can DSE a unordered store in favor of a ordered one,
239 ; Can DSE an unordered atomic store in favor of an
/external/libcups/templates/pt_BR/
Doption-conflict.tmpl7 <P>Por favor, altere uma ou mais op&ccedil;&otilde;es para resolver os conflitos.</P>
Drestart.tmpl4 ALT="Busy Indicator"> Por favor, aguarde enquanto o servidor &eacute; reiniciado...</P>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java370 private FavorSubtag favor; field in LocaleMatcher.Builder
506 this.favor = subtag; in setFavorSubtag()
638 if (favor != null) { in toString()
639 s.append(" distance=").append(favor); in toString()
770 favorSubtag = builder.favor; in LocaleMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java353 private FavorSubtag favor; field in LocaleMatcher.Builder
480 this.favor = subtag; in setFavorSubtag()
606 if (favor != null) { in toString()
607 s.append(" distance=").append(favor); in toString()
735 favorSubtag = builder.favor; in LocaleMatcher()
/external/libcups/templates/es/
Drestart.tmpl4 ALT="Indicador de ocupado"> Por favor espere mientras se reinicia el servidor...</P>
/external/llvm/test/CodeGen/NVPTX/
Daddrspacecast.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -disable-nvptx-favor-non-generic | FileCheck %s -check-pre…
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -disable-nvptx-favor-non-generic | FileCheck %s -check-p…

1234567891011