Searched
full:unit (Results
726 -
750 of
7958) sorted by null
<<21222324252627282930>>
/external/llvm/unittests/ |
Makefile.unittest | 10 # This file is included by all of the unit test makefiles. 28 # Set up variables for building a unit test. 58 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg) 61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
|
/external/qemu/android/ |
gps.h | 18 * emulated GPS unit. see qemu_chr_open() in vl.c */
|
/external/skia/gyp/ |
pathops_unittest.gyp | 1 # GYP file to build unit tests.
|
/external/skia/src/gpu/gl/debug/ |
GrTextureUnitObj.h | 15 // Although texture unit objects are allocated & deallocated like the other
|
/external/skia/tests/ |
RuntimeConfigTest.cpp | 13 // TODO(skia-team): more comprehensive unit tests of the SkRTConf
|
/external/stlport/ |
Makefile | 18 +$(call doinsubdirs,build/test/unit)
|
/external/valgrind/main/massif/tests/ |
alloc-fns-B.vgtest | 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out
|
deep-B.vgtest | 2 vgopts: --stats=yes --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 -v -v --depth=8 --massif-out-file=massif.out
|
/external/zlib/src/contrib/pascal/ |
readme.txt | 19 zlibpas unit, this name is already taken by Borland's ZLib unit. 20 This is somehow unfortunate, because that unit is not a genuine 24 It would have been more appropriate for that unit to have a name
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 88 /** Complex data: bit location of unit information. */ 90 /** Complex data: mask to extract unit information (after shifting by 95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */ 97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent 100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */ 102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */ 104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. */ 106 /** {@link #TYPE_DIMENSION} complex unit: Value is in millimeters. */ 109 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall 112 /** {@link #TYPE_FRACTION} complex unit: A fraction of the parent size. * [all...] |
/frameworks/base/policy/ |
Android.mk | 13 # additionally, build unit tests in a separate .apk
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
UnitTestSuiteBuilder.java | 20 * A suite builder that finds unit tests.
|
/frameworks/base/tools/aapt/ |
WorkQueue.h | 42 * Runs the work unit. 57 /* Posts a work unit to run later. 59 * and does not take ownership of the work unit (caller must destroy it itself). 60 * Otherwise, returns OK and takes ownership of the work unit (the work queue will
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 319 int unit; field in class:ResourceHelper.UnitEntry 322 UnitEntry(String name, int type, int unit, float scale) { 325 this.unit = unit; 359 * @param requireUnit whether the value is expected to contain a unit. 402 // Might be a unit... 419 // no unit when required? Use dp and out an error. 425 "Dimension \"%1$s\" in attribute \"%2$s\" is missing unit!", 481 for (UnitEntry unit : sUnitNames) { 482 if (unit.name.equals(str)) [all...] |
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/ |
UnitTests.java | 25 * TestSuite containing "unit tests" for the UI Framework.
|
/frameworks/wilhelm/tests/ |
Android.mk | 1 # Build the unit tests.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_x86.c | 22 /* ISO C forbids an empty translation unit. */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vpx_config.c | 8 static const char* const cfg = "--target=x86-android-gcc --disable-docs --disable-unit-tests --disable-vp9-encoder";
|
/libcore/luni/src/test/resources/ |
recipe.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
recipe1.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
recipt.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
reciptWrong.xml | 7 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
systemid.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
/packages/apps/KeyChain/ |
Android.mk | 28 # additionally, build unit tests in a separate .apk
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Clock.java | 21 * It's intended to be mocked out for unit tests.
|
Completed in 493 milliseconds
<<21222324252627282930>>