HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 1426 - 1450 of 7783) sorted by null

<<51525354555657585960>>

  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 132 // text, and returns a testing::AssertionResult. See the definition
157 if (const ::testing::AssertionResult gtest_ar = (expression)) \\
265 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS
377 // involved to set up the stage for testing Google Test using Google
380 // Currently, gtest_unittest takes ~11 seconds to run in the testing
430 """// Sample functions/functors for testing %(arity)s predicate assertions.
467 testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS
477 return testing::AssertionSuccess();
479 return testing::AssertionFailure()
494 testing::AssertionResult operator()(""" % DEF
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 10 #include "testing/gtest/include/gtest/gtest.h"
166 // Use test value that has non-zero bits in both halves, more for testing
189 // Use test value that has non-zero bits in both halves, more for testing
208 // It is primarily for testing at the 32-bit boundary for 64-bit atomic type.
219 // This is a simple sanity check that values are correct. Not testing
244 // This is a simple sanity check that values are correct. Not testing
487 testing::InitGoogleTest(&argc, argv);
  /external/chromium/chrome/browser/extensions/
extension_menu_manager_unittest.cc 22 #include "testing/gmock/include/gmock/gmock.h"
23 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::_;
27 using testing::AtLeast;
28 using testing::Return;
29 using testing::SaveArg;
32 class ExtensionMenuManagerTest : public testing::Test {
  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::_;
21 using testing::AnyNumber;
22 using testing::Mock;
23 using testing::Invoke;
112 class PrefValueStoreTest : public testing::Test {
  /external/dbus/bus/
config-parser-trivial.c 357 printf ("Testing values from: %s\n", _dbus_string_get_const_data (full_path));
527 printf ("Testing valid files:\n");
529 printf ("Testing invalid files:\n");
531 printf ("Testing unknown files:\n");
652 printf ("Testing valid file:\n");
654 printf ("Testing invalid file:\n");
656 printf ("Testing unknown file:\n");
  /external/icu4c/test/cintltst/
ccaltst.c 101 /*Testing countAvailableTimeZones*/
109 /*Testing getAvailableTZIDs*/
221 /*Testing ucal_getCanonicalTimeZoneID*/
238 /*Testing the ucal_open() function*/
261 /*Testing the clone() function*/
267 /*Testing udat_getAvailable() and udat_countAvailable()*/
283 /*Testing the equality between calendar's*/
295 /*Testing the current time and date using ucal_getnow()*/
307 /*Testing the TimeZoneDisplayName */
359 /*testing the setAttributes and getAttributes of a UCalendar*
    [all...]
custrtst.c 115 log_verbose("Testing u_strlen()\n");
119 log_verbose("Testing u_memcpy() and u_memcmp()\n");
125 log_verbose("Testing %s\n", u_austrcpy(tempOut, dataTable[i][j]));
139 log_verbose("Testing u_memset()\n");
160 log_verbose("Testing u_memmove()\n");
174 log_verbose("Testing u_strcpy() and u_strcmp()\n");
180 log_verbose("Testing %s\n", u_austrcpy(tempOut, dataTable[i][j]));
191 log_verbose("testing u_strcat()\n");
202 log_verbose("Testing u_strncmp()\n");
213 log_verbose("Testing u_strncat\n")
    [all...]
  /external/icu4c/test/intltest/
cpdtrtst.cpp 40 logln("Testing the construction of the compound Transliterator");
115 logln("Testing the clone() and equality operator functions of Compound Transliterator");
190 logln("Testing the getCount() API of CompoundTransliterator");
238 logln("Testing the getTransliterator() API of CompoundTransliterator");
260 logln("Testing setTransliterator() API of CompoundTransliterator");
296 logln("Testing adoptTransliterator() API of CompoundTransliterator");
345 logln("Testing the handleTransliterate() API of CompoundTransliterator");
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/gmock/include/gmock/gmock.h"
18 using testing::_;
19 using testing::AtLeast;
20 using testing::DoAll;
21 using testing::Eq;
22 using testing::Invoke;
23 using testing::Mock;
24 using testing::Return;
25 using testing::WithArg
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 314 fprintf(stdout, "Testing Basic HTTP Server: ");
416 fprintf(stdout, "Testing Request Connection Pipeline %s: ",
620 fprintf(stdout, "Testing HTTP Dispatcher: ");
681 fprintf(stdout, "Testing HTTP POST Request: ");
806 * Testing that the HTTP server can deal with a malformed request.
817 fprintf(stdout, "Testing Bad HTTP Request: ");
910 fprintf(stdout, "Testing Connection Close Detection%s: ",
968 fprintf(stdout, "Testing HTTP Server with high port: ");
989 fprintf(stdout, "Testing HTTP Header filtering: ");
1037 fprintf(stdout, "Testing HTTP query parsing: ")
    [all...]
regress_rpc.c 184 fprintf(stdout, "Testing Basic RPC Support: ");
268 fprintf(stdout, "Testing Good RPC Post: ");
446 fprintf(stdout, "Testing RPC Client: ");
504 * We are testing that the second requests gets send over the same
517 fprintf(stdout, "Testing RPC (Queued) Client: ");
582 fprintf(stdout, "Testing RPC Client Timeout: ");
  /external/chromium/chrome/common/
chrome_switches.cc 21 // directories. This switch re-enables file:// for testing.
32 // useful for automation testing of the gallery.
99 // testing purposes.
179 // This is for use when doing network performance testing to avoid noise
209 // into file URLs (ie, always allow it). This is used during automated testing.
254 // disable that check. This switch is used during automated testing.
309 // automated browser testing (e.g. Selenium/WebDriver). Normal
316 // Don't enforce the same-origin policy. (Used by people testing their sites.)
422 // testing, for example page cycler and layout tests. See bug 1157243.
438 // allow support independent of application testing
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 34 #include "testing/gmock/include/gmock/gmock.h"
35 #include "testing/gtest/include/gtest/gtest.h"
38 using ::testing::AnyNumber;
39 using ::testing::DoAll;
40 using ::testing::Eq;
41 using ::testing::Invoke;
42 using ::testing::Return;
43 using ::testing::SetArgumentPointee;
44 using ::testing::_;
48 class GoogleAuthenticatorTest : public ::testing::Test
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 61 // Macros indicating the name of the Google C++ Testing Framework project:
277 namespace testing { namespace
400 ::testing::internal::GTestLog(\
401 ::testing::internal::GTEST_##severity, __FILE__, __LINE__, \
402 (::testing::Message() << (msg)).GetString().c_str())
591 extern ::testing::internal::Int32 GTEST_FLAG(name)
593 extern ::testing::internal::String GTEST_FLAG(name)
599 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
601 ::testing::internal::String GTEST_FLAG(name) = (default_val)
618 } // namespace testing
    [all...]
  /frameworks/base/docs/html/guide/developing/projects/
index.jd 19 <li><a href="#testing">Testing a Library Project</a></li>
365 <a href="{@docRoot}guide/topics/testing/index.html">Testing and
429 "{@docRoot}guide/developing/testing/index.html">Testing</a> section.</p>
432 <h2 id="testing">Testing a Library Project</h2>
434 <p>There are two recommended ways of setting up testing on code and resources in a library
438 <li>You can set up a <a href="{@docRoot}guide/developing/testing/testing_otheride.html">tes
    [all...]
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 19 <li><a href="#publishing-test">Testing Your Application for Release</a></li>
38 similar to the debug build process and can be done using JDK and Android SDK tools. The testing
101 href="{@docRoot}guide/developing/testing/index.html">Testing</a> sections in the Dev Guide.</p>
339 <h2 id="publishing-test">Testing Your Application for Release</h2>
341 <p>Testing the release version of your application helps ensure that your application runs properly
346 <p>As a starting point for testing, see
347 <a href="{@docRoot}guide/topics/testing/what_to_test.html">What to Test</a>. This article provides
348 a summary of common Android situations that you should consider when you are testing. When you are
349 done testing and you are satisfied that the release version of your applicatio
    [all...]
  /frameworks/compile/libbcc/tests/
test.py 37 print "--noarm: not testing ARM"
40 print "--nox86: not testing x86"
315 Testing casts: 3 3 4.5 4
316 Testing reading (int*): 4
317 Testing writing (int*): 8 9
318 Testing reading (char*): 0x78 0x56 0x34 0x12
319 Testing writing (char*): 0x87654321
322 Testing read/write (float*): 8.8 9.9
323 Testing read/write (double*): 8.8 9.9
389 result: 0""", """testing..
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockTest.java 16 package com.google.android.testing.mocking;
55 "com.google.android.testing.mocking.AndroidMock.getInterfaceFor(java.lang.Class)",
56 "com.google.android.testing.mocking.AndroidMock.getSubclassNameFor(java.lang.Class)",
57 "com.google.android.testing.mocking.AndroidMock.getSubclassFor(java.lang.Class,"
59 "com.google.android.testing.mocking.AndroidMock.getInterfaceNameFor(java.lang.Class)",
60 "com.google.android.testing.mocking.AndroidMock.createStrictMock("
62 "com.google.android.testing.mocking.AndroidMock.createStrictMock("
64 "com.google.android.testing.mocking.AndroidMock.createMock("
66 "com.google.android.testing.mocking.AndroidMock.createMock("
68 "com.google.android.testing.mocking.AndroidMock.createNiceMock(
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 27 'testing': 'Testing',
681 tags: ['sample', 'testing'],
691 tags: ['sample', 'testing'],
697 en: 'The test application for the Activity Testing tutorial. It tests the Spinner example application.'
886 tags: ['tutorial', 'testing'],
887 path: 'tutorials/testing/helloandroid_test.html',
889 en: 'Hello Testing'
892 en: 'A basic introduction to the Android testing framework.'
896 tags: ['tutorial', 'testing'],
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 44 namespace testing { namespace
53 using testing::_;
54 using testing::Action;
55 using testing::ActionInterface;
56 using testing::ByRef;
57 using testing::DoAll;
58 using testing::Invoke;
59 using testing::Return;
60 using testing::ReturnNew;
61 using testing::SetArgPointee
    [all...]
  /external/srtp/test/
srtp_driver.c 224 /* loop over policy array, testing srtp and srtcp for each policy */
226 printf("testing srtp_protect and srtp_unprotect\n");
233 printf("testing srtp_protect_rtcp and srtp_unprotect_rtcp\n");
249 printf("testing srtp_protect and srtp_unprotect with big policy\n");
258 printf("testing srtp_protect and srtp_unprotect on "
271 printf("testing srtp_protect and srtp_unprotect against "
283 printf("testing srtp_remove_stream()...");
331 printf("testing srtp processing time for voice codecs:\n");
371 * values to enable testing for overwrites.
424 printf("# testing srtp throughput:\r\n")
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_win_unittest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
30 using testing::_;
31 using testing::DoAll;
32 using testing::WithArg;
54 class PasswordStoreWinTest : public testing::Test {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 108 echo Testing argument parsing
144 echo Testing address ranges
200 echo Testing a c d and i commands
242 echo Testing labels and branching
345 echo Testing print and file routines
372 echo Testing substitution commands
  /cts/tests/tests/view/src/android/view/cts/
AccessibilityEventTest.java 33 * Class for testing {@link AccessibilityEvent}.
42 // no new fields, so we are testing marshaling of all such
88 * Asserts that no new fields have been added, so we are testing marshaling
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 1 /* GLib testing framework examples and tests
61 /* Byte order testing */
67 /* Line ends testing */

Completed in 805 milliseconds

<<51525354555657585960>>