Home
last modified time | relevance | path

Searched refs:checkString (Results 1 – 25 of 61) sorted by relevance

123

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php325 GPBUtil::checkString($var, True);
365 GPBUtil::checkString($var, True);
549 GPBUtil::checkString($var, True);
787 GPBUtil::checkString($var, True);
819 GPBUtil::checkString($var, True);
857 GPBUtil::checkString($var, True);
891 GPBUtil::checkString($var, True);
927 GPBUtil::checkString($var, True);
963 GPBUtil::checkString($var, True);
999 GPBUtil::checkString($var, True);
DFieldDescriptorProto.php156 GPBUtil::checkString($var, True);
286 GPBUtil::checkString($var, True);
320 GPBUtil::checkString($var, True);
360 GPBUtil::checkString($var, True);
432 GPBUtil::checkString($var, True);
DMethodDescriptorProto.php97 GPBUtil::checkString($var, True);
131 GPBUtil::checkString($var, True);
159 GPBUtil::checkString($var, True);
DUninterpretedOption.php136 GPBUtil::checkString($var, True);
248 GPBUtil::checkString($var, False);
276 GPBUtil::checkString($var, True);
DFileDescriptorProto.php160 GPBUtil::checkString($var, True);
192 GPBUtil::checkString($var, True);
506 GPBUtil::checkString($var, True);
DRepeatedField.php173 GPBUtil::checkString($value, false);
176 GPBUtil::checkString($value, true);
DMapField.php188 GPBUtil::checkString($value, true);
281 GPBUtil::checkString($key, true);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
DValueTest.java49 protected void checkString(String testString) { in checkString() method in ValueTest
75 checkString(""); in testStringReferenceValueTest001()
76 checkString("1234567890"); in testStringReferenceValueTest001()
77 checkString("Some test string with various ASCII symbols " in testStringReferenceValueTest001()
79 checkString("Some test string with various national symbols " in testStringReferenceValueTest001()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestTransforms.java500 Transliterator elTitle = checkString("el", Casing.Title, in TestCasing()
502 Transliterator elLower = checkString("el", Casing.Lower, in TestCasing()
504 Transliterator elUpper = checkString("el", Casing.Upper, in TestCasing()
508 Transliterator trTitle = checkString("tr", Casing.Title, "Isii İsıı", in TestCasing()
510 Transliterator trLower = checkString("tr", Casing.Lower, "ısii isıı", in TestCasing()
512 Transliterator trUpper = checkString("tr", Casing.Upper, "ISİİ İSII", in TestCasing()
514 Transliterator azTitle = checkString("az", Casing.Title, "Isii İsıı", in TestCasing()
516 Transliterator azLower = checkString("az", Casing.Lower, "ısii isıı", in TestCasing()
518 Transliterator azUpper = checkString("az", Casing.Upper, "ISİİ İSII", in TestCasing()
531 Transliterator ltTitle = checkString( in TestCasing()
[all …]
/external/protobuf/php/src/Google/Protobuf/
DField.php214 GPBUtil::checkString($var, True);
242 GPBUtil::checkString($var, True);
348 GPBUtil::checkString($var, True);
374 GPBUtil::checkString($var, True);
DMethod.php108 GPBUtil::checkString($var, True);
134 GPBUtil::checkString($var, True);
186 GPBUtil::checkString($var, True);
DMixin.php131 GPBUtil::checkString($var, True);
159 GPBUtil::checkString($var, True);
DApi.php153 GPBUtil::checkString($var, True);
263 GPBUtil::checkString($var, True);
DAny.php217 GPBUtil::checkString($var, True);
243 GPBUtil::checkString($var, False);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DChannelArg.php43 GPBUtil::checkString($var, True);
65 GPBUtil::checkString($var, True);
DErrorStatus.php74 GPBUtil::checkString($var, True);
96 GPBUtil::checkString($var, True);
DResponseParams.php72 GPBUtil::checkString($var, True);
94 GPBUtil::checkString($var, True);
DSecurityParams.php74 GPBUtil::checkString($var, True);
96 GPBUtil::checkString($var, True);
DSimpleResponse.php91 GPBUtil::checkString($var, True);
117 GPBUtil::checkString($var, True);
DGaugeResponse.php45 GPBUtil::checkString($var, True);
111 GPBUtil::checkString($var, True);
DRequestParams.php262 GPBUtil::checkString($var, True);
306 GPBUtil::checkString($var, True);
376 GPBUtil::checkString($var, True);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceDebuggee.java41 String[] checkString = {"line1"}; in run() local
49 …logWriter.println("DUMP{" + Arrays.toString(checkString) + Arrays.toString(checkInt) + Arrays.toSt… in run()
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php391 GPBUtil::checkString($var, True);
419 GPBUtil::checkString($var, True);
/external/libxml2/doc/
Dqueries.py76 def checkString(str): function
97 if checkString(row[0]):
/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java166 errorCount = checkString(out, item, nfd, fromLatin, toLatin, errorCount, null); in writeFile()
167 errorCount = checkString(out, item, nfd, fromLatin, toLatin, errorCount, "-"); in writeFile()
181 errorCount = checkString(out, item, nfd, toLatin, fromLatin, errorCount, null); in writeFile()
249 … errorCount = checkString(out, it.getString(), nfd, fromLatin, toLatin, errorCount, separator); in showMappings()
254 …private static int checkString(PrintWriter out, String source1, Transliterator nfd, Transliterator… in checkString() method in TestTransformsSimple

123