/prebuilts/go/darwin-x86/test/ |
slicecap.go | 28 func checkString(desc, s string) { 56 checkString("x", x) 57 checkString("x[5:]", x[5:]) 58 checkString("x[five:]", x[five:]) 59 checkString("x[5:five]", x[5:five]) 60 checkString("x[five:5]", x[five:5]) 61 checkString("x[five:five]", x[five:five]) 62 checkString("x[1:][2:][2:]", x[1:][2:][2:]) 64 checkString("y[1:]", y[1:])
|
/prebuilts/go/linux-x86/test/ |
slicecap.go | 28 func checkString(desc, s string) { 56 checkString("x", x) 57 checkString("x[5:]", x[5:]) 58 checkString("x[five:]", x[five:]) 59 checkString("x[5:five]", x[5:five]) 60 checkString("x[five:5]", x[five:5]) 61 checkString("x[five:five]", x[five:five]) 62 checkString("x[1:][2:][2:]", x[1:][2:][2:]) 64 checkString("y[1:]", y[1:])
|
/cts/tests/tests/content/src/android/content/res/cts/ |
PrimitiveTest.java | 107 private static void checkString(final int resid, final String actual, final String expected) { 116 checkString(R.string.formattedStringNone, 119 checkString(R.string.formattedStringOne, 122 checkString(R.string.formattedStringTwo, 126 checkString(R.string.formattedStringNone, 129 checkString(R.string.formattedStringOne, 132 checkString(R.string.formattedStringTwo,
|
ResourcesTest.java | 633 checkString(R.string.formattedStringNone, 636 checkString(R.string.formattedStringOne, 639 checkString(R.string.formattedStringTwo, mResources.getString(R.string.formattedStringTwo), 642 checkString(R.string.formattedStringNone, 645 checkString(R.string.formattedStringOne, 648 checkString(R.string.formattedStringTwo, 653 private static void checkString(final int resid, final String actual, final String expected) { [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/ |
ValueTest.java | 48 protected void checkString(String testString) { 74 checkString(""); 75 checkString("1234567890"); 76 checkString("Some test string with various ASCII symbols " 78 checkString("Some test string with various national symbols "
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
NewInstanceDebuggee.java | 41 String[] checkString = {"line1"}; 49 logWriter.println("DUMP{" + Arrays.toString(checkString) + Arrays.toString(checkInt) + Arrays.toString(ia) + Arrays.toString(ca) + "}");
|
/external/libxml2/doc/ |
queries.py | 76 def checkString(str): 97 if checkString(row[0]):
|
/external/libchrome/base/trace_event/ |
memory_allocator_dump_unittest.cc | 75 void CheckString(const MemoryAllocatorDump* dump, 90 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, 148 CheckString(root_heap, "attr2", MemoryAllocatorDump::kTypeString, "units2",
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ShortName.java | 191 checkString(name, "name", 1, 8); 195 checkString(ext, "extension", 0, 3); 198 private static void checkString(String str, String strType,
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
DeviceInfoStore.java | 172 mJsonWriter.value(checkString(value)); 255 mJsonWriter.value(checkString(value));
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
HostInfoStore.java | 169 mJsonWriter.value(checkString(value)); 251 mJsonWriter.value(checkString(value));
|
/external/swiftshader/third_party/LLVM/utils/FileCheck/ |
FileCheck.cpp | 436 /// CheckString - This is a check that we found in the input file. 437 struct CheckString { 453 CheckString(const Pattern &P, SMLoc L, bool isCheckNext) 495 std::vector<CheckString> &CheckStrings) { 583 CheckStrings.push_back(CheckString(P, 591 CheckStrings.push_back(CheckString(Pattern(true), 606 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, 652 std::vector<CheckString> CheckStrings; 687 const CheckString &CheckStr = CheckStrings[StrNo];
|
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 90 String s = checkString(original, 10); 99 String s = checkString(original, 16); 114 String checkString(String s, int base) {
|
/cts/common/util/src/com/android/compatibility/common/util/ |
InfoStore.java | 175 protected static String checkString(String value) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
InvokeMethodDebuggee.java | 61 static String checkString = "text 1";
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 615 /// CheckString - This is a check that we found in the input file. 616 struct CheckString { 635 CheckString(const Pattern &P, StringRef S, SMLoc L) 867 std::vector<CheckString> &CheckStrings) { [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
factory.py | 166 def CheckString(self): 198 def CheckString(self):
|
types.py | 43 def CheckString(self): 152 def CheckString(self):
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
factory.py | 166 def CheckString(self): 198 def CheckString(self):
|
types.py | 43 def CheckString(self): 152 def CheckString(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 166 def CheckString(self): 198 def CheckString(self):
|
types.py | 43 def CheckString(self): 152 def CheckString(self):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 166 def CheckString(self): 198 def CheckString(self):
|
/external/python/cpython2/Lib/sqlite3/test/ |
factory.py | 207 def CheckString(self): 239 def CheckString(self):
|
types.py | 44 def CheckString(self): 154 def CheckString(self):
|