/frameworks/base/tools/aapt2/ |
ResourceParser_test.cpp | 50 ::testing::AssertionResult testParse(const StringPiece& str) { 51 return testParse(str, ConfigDescription{}); 54 ::testing::AssertionResult testParse(const StringPiece& str, const ConfigDescription& config) { 70 ASSERT_TRUE(testParse(input)); 79 ASSERT_TRUE(testParse(input)); 88 ASSERT_FALSE(testParse(input)); 91 ASSERT_TRUE(testParse(input)); 98 ASSERT_TRUE(testParse(input)); 107 ASSERT_TRUE(testParse(input)); 121 ASSERT_TRUE(testParse(input)) [all...] |
/external/deqp/framework/delibs/deutil/ |
deCommandLine.c | 146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) 165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 180 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 185 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 190 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 195 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 200 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); 205 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)) [all...] |
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
TestSummaryXmlTest.java | 50 public void testParse() throws ParseException {
|
/external/icu/icu4c/source/test/intltest/ |
tmsgfmt.h | 112 void testParse(void);
|
tmsgfmt.cpp | 53 TESTCASE_AUTO(testParse); [all...] |
/external/testng/src/test/java/org/testng/xml/ |
SuiteXmlParserTest.java | 27 public void testParse(String fileName, boolean shouldWork) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 151 boolean testParse = true; 153 testParse = false; 156 testParse = true; 182 if (testParse) {
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 147 boolean testParse = true; 149 testParse = false; 152 testParse = true; 178 if (testParse) {
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
DurationTest.java | 42 public void testParse() throws Exception {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
YamlParseTest.java | 30 public void testParse() {
|
/cts/tests/tests/sax/src/android/sax/cts/ |
ElementTest.java | 71 public void testParse() throws Exception {
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_interaction_record_unittest.py | 15 def testParse(self):
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
MediaTypeTest.java | 37 @Test public void testParse() throws Exception {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
RubyTest.java | 30 public void testParse() {
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/ |
LayoutBinderTest.java | 76 public void testParse() {
|
/prebuilts/go/darwin-x86/src/flag/ |
flag_test.go | 150 func testParse(f *FlagSet, t *testing.T) { 216 func TestParse(t *testing.T) { 218 testParse(CommandLine, t) 222 testParse(NewFlagSet("test", ContinueOnError), t)
|
/prebuilts/go/linux-x86/src/flag/ |
flag_test.go | 150 func testParse(f *FlagSet, t *testing.T) { 216 func TestParse(t *testing.T) { 218 testParse(CommandLine, t) 222 testParse(NewFlagSet("test", ContinueOnError), t)
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestPlanTest.java | 84 public void testParse() throws ParseException {
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
parse_test.go | 286 func testParse(doCopy bool, t *testing.T) { 317 func TestParse(t *testing.T) { 318 testParse(false, t) 321 // Same as TestParse, but we copy the node first 323 testParse(true, t)
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
parse_test.go | 286 func testParse(doCopy bool, t *testing.T) { 317 func TestParse(t *testing.T) { 318 testParse(false, t) 321 // Same as TestParse, but we copy the node first 323 testParse(true, t)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
util_test.py | 129 def testParse(self):
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeWizard.java | 270 @Test public void testParse() throws Exception {
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 317 public void testParse() throws Exception { [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtreewizard.py | 512 def testParse(self):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_minidom.py | 511 def testParse(self): pass [all...] |