HomeSort by relevance Sort by last modified time
    Searched full:unittests (Results 176 - 200 of 397) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/Unit/
lit.cfg 17 config.test_exec_root = os.path.join(llvm_obj_root, 'unittests')
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 1 //===- llvm/unittests/MDBuilderTest.cpp - MDBuilder unit tests ------------===//
  /external/llvm/unittests/Support/
EndianTest.cpp 1 //===- unittests/Support/EndianTest.cpp - Endian.h tests ------------------===//
LocaleTest.cpp 1 //===- unittests/Support/LocaleTest.cpp - Locale.h tests ------------------===//
SwapByteOrderTest.cpp 1 //===- unittests/Support/SwapByteOrderTest.cpp - swap byte order test -----===//
  /external/skia/include/core/
SkOSFile.h 10 // TODO: add unittests for all these operations
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.cpp 47 path.append("unittests/test3.txt");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 33 <property name="classname" value="com.android.ide.eclipse.tests.UnitTests" />
  /external/chromium/base/
observer_list_threadsafe.h 92 // And unittests use time without a MessageLoop.
94 return; // Some unittests may access this without a message loop.
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 115 // Used to inject a mock used for unittests.
260 // Used to ensure mocks for unittests are used instead of reset in Start().
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.h 110 // Unittests that do not require actual device enumeration should call this
221 // Flag used by unittests to disable device enumeration.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 239 unittests = [
254 test_support.run_unittest(*unittests)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 239 unittests = [
254 test_support.run_unittest(*unittests)
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 143 # unittests you want to run when people type 'make check'.
145 # In theory, unittests that are scripts should be added to check_SCRIPTS
168 ## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
294 ### Unittests
356 ### Unittests
378 ### Unittests
384 # Let unittests find pprof if they need to run it
492 ### Unittests
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 17 package com.android.smspush.unitTests;
45 * -e class com.android.smspush.unitTests.WapPushTest \
46 * com.android.smspush.unitTests/android.test.InstrumentationTestRunner
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 249 // method. Virtual so that unittests can return a TestingProfile instead
254 // asynchronous profile creation method. Virtual so that unittests can return
387 // profile. This one is useful in unittests.
  /frameworks/base/docs/html/tools/testing/
testing_otheride.jd 640 <code>UnitTests</code>, which contains the methods
666 To run all of the tests in the class <code>UnitTests</code>, enter:
670 &gt; -e class com.android.demo.app.tests.UnitTests \
675 <code>class</code> keyword, and runs all the methods in the <code>UnitTests</code> class.
679 To run all of the tests in <code>UnitTests</code>, and the <code>testCamera</code> method in
684 &gt; -e class com.android.demo.app.tests.UnitTests,com.android.demo.app.tests.FunctionTests#testCamera \
  /external/chromium/sdch/open-vcdiff/
Makefile.am 51 ## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
213 ## ^^^^ END OF RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
  /external/chromium_org/components/
components_tests.gyp 144 # TODO(asvitkine): Bring up variations/ unittests on iOS.
145 # TODO(blundell): Bring up json_schema/ unittests on iOS.
  /external/chromium_org/ppapi/
PRESUBMIT.py 25 # Run some Generator unittests if the generator source was changed.
37 'PPAPI IDL unittests failed.',
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 56 ## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
234 ## ^^^^ END OF RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 154 // Synonyms for CHECK_* that are used in some unittests.
256 // RAW_LOG is the main function; some synonyms are used in unittests.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_test.cc 340 bool UnitTests() {
362 bool ret = sidestep::UnitTests();
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 149 // Synonyms for CHECK_* that are used in some unittests.
226 // RAW_LOG is the main function; some synonyms are used in unittests.
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 340 bool UnitTests() {
362 bool ret = sidestep::UnitTests();

Completed in 976 milliseconds

1 2 3 4 5 6 78 91011>>