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

  /external/v8/test/webkit/fast/regex/
parentheses.js 210 shouldBe("regexp41.exec('Here is a link: http://www.acme.com/our_products/index.html. That is all we want!')", "['http://www.acme.com/our_products/index.html','http://www.acme.com/our_products/index.html','http://','l',undefined]");
235 shouldBe("regexp47.exec('/www.acme.com/this/is/a/path/file.txt')", "['/www.acme.com/this/is/a/path/file.txt','/www.acme.com/this/is/a/path/file.txt',undefined]");
239 shouldBe("regexp48.exec('http://www.acme.com/this/is/a/path/file.txt')", "['http://www.acme.com/this/is/a/path/file.txt','http','www.acme.com',undefined,'this/is/a/path/file.txt',undefined,undefined]");
243 shouldBe("regexp49.exec('http://www.acme.com/this/is/a/path/file.txt')", "['http://www.acme.com/this/is/a/path/file.txt',undefined,undefine (…)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
46 self.assertEqual(C['Customer']['path'], '/acme')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
89 self.assertEqual(C['Customer']['path'], '/acme')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
46 self.assertEqual(C['Customer']['path'], '/acme')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
89 self.assertEqual(C['Customer']['path'], '/acme')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
46 self.assertEqual(C['Customer']['path'], '/acme')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
89 self.assertEqual(C['Customer']['path'], '/acme')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
46 self.assertEqual(C['Customer']['path'], '/acme')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
89 self.assertEqual(C['Customer']['path'], '/acme')
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 15 INSERT INTO contact_methods VALUES(1,2,1,'a@acme.com',NULL,1,NULL,1);
16 INSERT INTO contact_methods VALUES(2,2,1,'b@acme.com',NULL,2,NULL,0);
17 INSERT INTO contact_methods VALUES(3,2,1,'c@acme.com',NULL,3,NULL,0);
18 INSERT INTO contact_methods VALUES(4,2,1,'d@acme.com',NULL,3,NULL,0);
27 INSERT INTO contact_methods VALUES(13,3,1,'deer@acme.com',NULL,2,NULL,1);
52 INSERT INTO organizations VALUES(1,'Acme Corp','President',0,1,NULL,3);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 673 >>> reach("www.acme.com")
674 '.acme.com'
675 >>> reach("acme.com")
676 'acme.com'
677 >>> reach("acme.local")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 673 >>> reach("www.acme.com")
674 '.acme.com'
675 >>> reach("acme.com")
676 'acme.com'
677 >>> reach("acme.local")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 673 >>> reach("www.acme.com")
674 '.acme.com'
675 >>> reach("acme.com")
676 'acme.com'
677 >>> reach("acme.local")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 673 >>> reach("www.acme.com")
674 '.acme.com'
675 >>> reach("acme.com")
676 'acme.com'
677 >>> reach("acme.local")
    [all...]

Completed in 2482 milliseconds