/external/clang/test/Analysis/ |
D | localization-aggressive.m | 82 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 …]
|
D | localization.m | 54 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/ |
D | localization-aggressive.m | 98 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 …]
|
D | localization.m | 54 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/ |
D | AlgorithmTests.c | 355 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/ |
D | TestData.java | 264 public boolean testLabel; field in TestData.ErrorCase 272 testLabel = testlabel; in ErrorCase()
|
D | TestIDNARef.java | 409 if(errCase.testLabel==true){ in TestErrorCases()
|
D | TestIDNA.java | 345 if(errCase.testLabel==true){ in TestErrorCases()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestData.java | 261 public boolean testLabel; field in TestData.ErrorCase 269 testLabel = testlabel; in ErrorCase()
|
D | TestIDNARef.java | 406 if(errCase.testLabel==true){ in TestErrorCases()
|
D | TestIDNA.java | 342 if(errCase.testLabel==true){ in TestErrorCases()
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestASTConstruction.java | 228 @Test public void testLabel() throws Exception { in testLabel() method in TestASTConstruction
|
/external/python/apitools/apitools/base/protorpclite/ |
D | descriptor_test.py | 113 def testLabel(self): member in DescribeFieldTest
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 248 UBool testLabel; member 929 if(errorCase.testLabel ==TRUE){ in testErrorCases()
|
/external/antlr/runtime/Python/unittests/ |
D | testtreewizard.py | 195 def testLabel(self): member in TestTreePatternParser
|
/external/antlr/runtime/Python3/unittests/ |
D | testtreewizard.py | 194 def testLabel(self): member in TestTreePatternParser
|