/external/llvm/unittests/ |
Makefile.unittest | 10 # This file is included by all of the unit test makefiles. 14 # Set up variables for building a unit test. 51 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg) 54 $(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/ |
shapeops_tool.gyp | 1 # GYP file to build unit tests.
|
/external/skia/src/gpu/gl/debug/ |
GrTextureUnitObj.h | 16 // Although texture unit objects are allocated & deallocated like the other
|
/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/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 315 int unit; field in class:ResourceHelper.UnitEntry 318 UnitEntry(String name, int type, int unit, float scale) { 321 this.unit = unit; 355 * @param requireUnit whether the value is expected to contain a unit. 398 // Might be a unit... 415 // no unit when required? Use dp and out an error. 421 "Dimension \"%1$s\" in attribute \"%2$s\" is missing unit!", 477 for (UnitEntry unit : sUnitNames) { 478 if (unit.name.equals(str)) [all...] |
/frameworks/native/include/utils/ |
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/wilhelm/tests/ |
Android.mk | 1 # Build the unit tests.
|
/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/Email/src/com/android/email/ |
Clock.java | 21 * It's intended to be mocked out for unit tests.
|
/packages/apps/Exchange/exchange2/ |
proguard.flags | 3 # Keep names that are used only by unit tests
|
/packages/apps/KeyChain/ |
Android.mk | 28 # additionally, build unit tests in a separate .apk
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/annotations/ |
UsedForTesting.java | 21 * so that unit tests can access it. (See proguard.flags)
|
/system/vold/tests/ |
Android.mk | 1 # Build the unit tests.
|
/external/icu4c/common/ |
ucharstriebuilder.cpp | 30 * of the 16-bit-unit sequences, until the UCharsTrie is built. 57 // The first strings unit contains the string length. 71 // Too long: We store the length in 1 unit. 258 UChar unit=elements[i++].charAt(unitIndex, strings); local 259 while(i<limit && unit==elements[i].charAt(unitIndex, strings)) { 270 UChar unit=elements[i++].charAt(unitIndex, strings); local 271 while(unit==elements[i].charAt(unitIndex, strings)) { 279 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const { 280 while(unit==elements[i].charAt(unitIndex, strings)) { 348 UCharsTrieBuilder::write(int32_t unit) { [all...] |