HomeSort by relevance Sort by last modified time
    Searched refs:dog (Results 1 - 6 of 6) sorted by null

  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
special_characters.js 101 testcases[count++] = new TestCase ( SECTION, "'a dog - 1 dog'.match(/\d dog/)", String(["1 dog"]), String('a dog - 1 dog'.match(/\d dog/)));
104 testcases[count++] = new TestCase ( SECTION, "'a dog - 1 dog'.match(/\D dog/)", String(["a dog"]), String('a dog - 1 dog'.match(/\D dog/)))
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-with-context.js 70 var global_expression3 = "'cat' + '/' + 'dog'";
72 assertEquals('cat/dog', result);
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."

Completed in 447 milliseconds