Home
last modified time | relevance | path

Searched refs:testLabel (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Analysis/
Dlocalization-aggressive.m82 UILabel *testLabel = [[UILabel alloc] init];
89 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}}
103 UILabel *testLabel = [[UILabel alloc] init];
106 [testLabel setText:bar]; // no-warning
110 UILabel *testLabel = [[UILabel alloc] init];
117 [testLabel setText:ForceLocalized(bar)]; // no-warning
121 UILabel *testLabel = [[UILabel alloc] init];
128 [testLabel setText:[LocalizationTestSuite forceLocalized:bar]]; // no-warning
133 UILabel *testLabel = [[UILabel alloc] init];
136 [testLabel setText:bar]; // no-warning
[all …]
Dlocalization.m54 UILabel *testLabel = [[UILabel alloc] init];
56 [testLabel setText:[argumentObject text]]; // no-warning
57 [testLabel setText:argumentObject.text]; // no-warning
61 UILabel *testLabel = [[UILabel alloc] init];
68 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}…
72 UILabel *testLabel = [[UILabel alloc] init];
83 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}…
87 UILabel *testLabel = [[UILabel alloc] init];
94 [testLabel setText:bar]; // no-warning
98 UILabel *testLabel = [[UILabel alloc] init];
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java261 public boolean testLabel; field in TestData.ErrorCase
269 testLabel = testlabel; in ErrorCase()
DTestIDNARef.java403 if(errCase.testLabel==true){ in TestErrorCases()
DTestIDNA.java339 if(errCase.testLabel==true){ in TestErrorCases()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java262 public boolean testLabel; field in TestData.ErrorCase
270 testLabel = testlabel; in ErrorCase()
DTestIDNARef.java404 if(errCase.testLabel==true){ in TestErrorCases()
DTestIDNA.java340 if(errCase.testLabel==true){ in TestErrorCases()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestASTConstruction.java226 @Test public void testLabel() throws Exception { in testLabel() method in TestASTConstruction
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp247 UBool testLabel; member
924 if(errorCase.testLabel ==TRUE){ in testErrorCases()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py195 def testLabel(self): member in TestTreePatternParser