HomeSort by relevance Sort by last modified time
    Searched full:suite (Results 451 - 475 of 5875) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 48 * Return the Cipher Suite that was used for the SSL handshake.
50 * @return Returns the cipher suite in use by the session which was produced by the handshake.
  /external/v8/tools/
test-wrapper-gypbuild.py 76 result.add_option("--download-data", help="Download missing test suite data",
78 result.add_option("-s", "--suite", help="A test suite",
168 if options.suite != []:
169 for suite in options.suite:
170 result += ['--suite=../../test/' + suite]
  /external/valgrind/unittest/
old_test_suite.h 20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
28 This file contains a simple test suite for some of our old unit-tests.
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 28 // This test suite is too desctructive and takes too long to be included in the
29 // automated suite.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 59 TestSuite suite = builder.build(); local
63 suite.run(result);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 0 """Suite Microsoft Internet Explorer Suite: Events defined by Internet Explorer
Required_Suite.py 0 """Suite Required Suite: Events that every application should support
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 0 """Suite System Events Suite: Terms and Events for controlling the System Events application
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 75 def suite(): function
80 runner.run(suite())
py25tests.py 71 def suite(): function
77 runner.run(suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 75 def suite(): function
80 runner.run(suite())
py25tests.py 71 def suite(): function
77 runner.run(suite())
  /external/chromium_org/content/common/android/
address_parser_unittest.cc 526 EXPECT_TRUE(IsAddress("201 S. Division St. Suite 500 Ann Arbor, MI 48104"));
528 "Millennium at Midtown 10 10th Street NE Suite 600 Atlanta, GA 30309"));
530 "9606 North MoPac Expressway Suite 400 Austin, TX 78759"));
531 EXPECT_TRUE(IsAddress("2590 Pearl Street Suite 100 Boulder, CO 80302"));
533 EXPECT_TRUE(IsAddress("410 Market St Suite 415 Chapel Hill, NC 27516"));
538 EXPECT_TRUE(IsAddress("301 S. Blount St. Suite 301 Madison, WI 53703"));
543 EXPECT_TRUE(IsAddress("6425 Penn Ave. Suite 700 Pittsburgh, PA 15206"));
544 EXPECT_TRUE(IsAddress("1818 Library Street Suite 400 Reston, VA 20190"));
564 EXPECT_EQ(FindAddress("2590 Pearl Street Suite 100 Boulder, CO 80302 6425 " \
565 "Penn Ave. Suite 700 Pittsburgh, PA 15206")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 452 suite = VirtualTestSuite('suite', 'base/foo', ['--args'])
453 self.assertEqual(suite.name, 'virtual/suite/base/foo')
454 self.assertEqual(suite.base, 'base/foo')
455 self.assertEqual(suite.args, ['--args'])
458 suite = VirtualTestSuite('suite/bar', 'base/foo', ['--args'])
459 self.assertFalse(hasattr(suite, 'name'))
460 self.assertFalse(hasattr(suite, 'base')
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 101 @GwtIncompatible("suite")
102 public static Test suite() { method in class:ListsTest
103 TestSuite suite = new TestSuite(); local
104 suite.addTestSuite(ListsTest.class);
106 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
118 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
138 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
153 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
168 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
180 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator()
    [all...]
  /cts/tools/dex-tools/
README.txt 24 test : source code of the small test suite
  /cts/tools/signature-tools/
README.txt 42 test : source code of the test suite
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 49 .addFormValue("suite", mSuiteName)
  /cts/tools/vm-tests-tf/src/dot/
Main.java 29 TestRunner.run(AllTests.suite());
  /external/blktrace/btt/
trace_plug.c 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
trace_requeue.c 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  /external/chromium/chrome/browser/net/
connection_tester.h 20 // ConnectionTester runs a suite of tests (also called "experiments"),
34 // To run the test suite, create an instance of ConnectionTester and then call
108 // Called once the test suite is about to start.
136 // Starts running the test suite on |url|. Notification of progress is sent to
  /external/chromium/net/tools/spdyshark/
Makefile.common 24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
packet-spdy.h 24 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  /external/chromium/testing/
gtest_mac_unittest.mm 7 // or run GTest's internal test suite.

Completed in 1517 milliseconds

<<11121314151617181920>>