Home
last modified time | relevance | path

Searched refs:testLabel (Results 1 – 16 of 16) 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/llvm-project/clang/test/Analysis/
Dlocalization-aggressive.m98 UILabel *testLabel = [[UILabel alloc] init];
105 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}}
119 UILabel *testLabel = [[UILabel alloc] init];
122 [testLabel setText:bar]; // no-warning
126 UILabel *testLabel = [[UILabel alloc] init];
133 [testLabel setText:ForceLocalized(bar)]; // no-warning
137 UILabel *testLabel = [[UILabel alloc] init];
144 [testLabel setText:[LocalizationTestSuite forceLocalized:bar]]; // no-warning
149 UILabel *testLabel = [[UILabel alloc] init];
152 [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/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c355 const TPM2B *testLabel = NULL; in TestRsaEncryptDecrypt() local
400 testLabel = OAEP_TEST_STRING; in TestRsaEncryptDecrypt()
405 testLabel = NULL; in TestRsaEncryptDecrypt()
415 &testObject, &rsaScheme, testLabel, in TestRsaEncryptDecrypt()
421 &testObject, &rsaScheme, testLabel)) in TestRsaEncryptDecrypt()
432 &testObject, &rsaScheme, testLabel)) in TestRsaEncryptDecrypt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java264 public boolean testLabel; field in TestData.ErrorCase
272 testLabel = testlabel; in ErrorCase()
DTestIDNARef.java409 if(errCase.testLabel==true){ in TestErrorCases()
DTestIDNA.java345 if(errCase.testLabel==true){ in TestErrorCases()
/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.java406 if(errCase.testLabel==true){ in TestErrorCases()
DTestIDNA.java342 if(errCase.testLabel==true){ in TestErrorCases()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestASTConstruction.java228 @Test public void testLabel() throws Exception { in testLabel() method in TestASTConstruction
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py113 def testLabel(self): member in DescribeFieldTest
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp248 UBool testLabel; member
929 if(errorCase.testLabel ==TRUE){ in testErrorCases()
/external/antlr/runtime/Python/unittests/
Dtesttreewizard.py195 def testLabel(self): member in TestTreePatternParser
/external/antlr/runtime/Python3/unittests/
Dtesttreewizard.py194 def testLabel(self): member in TestTreePatternParser