/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstate.c | 79 /* per-unit state */ 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled; 82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode; 83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor); 84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled; 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS 495 GLuint unit; local [all...] |
/external/mesa3d/src/mesa/main/ |
texstate.c | 79 /* per-unit state */ 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled; 82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode; 83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor); 84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled; 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS 495 GLuint unit; local [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_connection.h | 22 // These methods are virtual to allow subclassing in unit tests. 31 // NULL in some unit tests, and after the connection is closed. 35 // May be NULL in unit tests.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
measure.h | 30 * An amount of a specified unit, consisting of a number and a Unit. 32 * unit, such as feet or meters. This is an abstract class. 33 * Subclasses specify a concrete Unit type. 49 * unit. After this call, the caller must not delete the given 50 * unit object. 52 * @param adoptedUnit the unit object, which must not be NULL 53 * @param ec input-output error code. If the amount or the unit 101 * Return a reference to the unit of this object. 120 * The unit of this object, e.g., "millimeter" or "JPY". This i 123 MeasureUnit* unit; member in class:Measure [all...] |
tmutamt.h | 14 * \brief C++ API: time unit amount object. 26 * Express a duration as a time unit and number. Patterned after Currency. 35 * given time unit. 37 * @param timeUnitField the time unit field of a time unit 51 * given time unit. 53 * @param timeUnitField the time unit field on which a time unit amount 141 * Get the time unit. 142 * @return time unit object [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tufmtts.h | 36 * This tests that requests for short unit names correctly fall back 37 * to long unit names for a locale where the locale data does not 38 * provide short unit names. As of CLDR 1.9, Greek is one such language.
|
/external/icu/icu4c/source/i18n/unicode/ |
tmutamt.h | 14 * \brief C++ API: time unit amount object. 26 * Express a duration as a time unit and number. Patterned after Currency. 35 * given time unit. 37 * @param timeUnitField the time unit field of a time unit 51 * given time unit. 53 * @param timeUnitField the time unit field on which a time unit amount 141 * Get the time unit. 142 * @return time unit object [all...] |
/frameworks/native/libs/ui/tests/ |
Android.mk | 1 # Build the unit tests. 5 # Build the unit tests. 28 # Build the unit tests.
|
/libnativehelper/tests/ |
Android.mk | 1 # Build the unit tests. 5 # Target unit test. 21 # Host unit test.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
log_level.hpp | 12 // Description : shared definition for unit test log levels 32 log_all_errors = 4, // reported by unit test macros 35 log_fatal_errors = 7, // including unit test macros or
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_sampler.c | 62 uint unit, 83 uint unit, 141 state[1] |= (unit << SS3_TEXTUREMAP_INDEX_SHIFT); 146 uint unit; local 151 for (unit = 0; unit < i915->num_fragment_sampler_views && unit < i915->num_samplers; 152 unit++) { 153 /* determine unit enable/disable by looking for a bound texture */ 155 if (i915->fragment_sampler_views[unit]) { 346 uint unit; local [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_sampler.c | 62 uint unit, 83 uint unit, 141 state[1] |= (unit << SS3_TEXTUREMAP_INDEX_SHIFT); 146 uint unit; local 151 for (unit = 0; unit < i915->num_fragment_sampler_views && unit < i915->num_samplers; 152 unit++) { 153 /* determine unit enable/disable by looking for a bound texture */ 155 if (i915->fragment_sampler_views[unit]) { 346 uint unit; local [all...] |
/bootable/recovery/tests/ |
Android.mk | 1 # Build the unit tests. 5 # Build the unit tests.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
README.txt | 3 Running Unit Tests 5 The unit tests can be run using the ant "test" target. The tests use flexUnit and the flexUnit ant integration provided by Peter Martin.
|
/external/chromium_org/base/allocator/ |
type_profiler_control.h | 22 // It must be used only from allowed unit tests. The following is only 23 // allowed for use in unit tests. Profiling should never be restarted in
|
/external/chromium_org/printing/ |
units.h | 12 // Length of a thousandth of inches in 0.01mm unit. 15 // Length of an inch in CSS's 1pt unit. 19 // Length of an inch in CSS's 1px unit. 20 // http://dev.w3.org/csswg/css3-values/#the-px-unit 42 // Converts from one unit system to another using integer arithmetics. 45 // Converts from one unit system to another using doubles. 49 // Converts from 0.001 inch unit to 0.00001 meter. 52 // Converts from 0.00001 meter unit to 0.001 inch.
|
/external/chromium_org/third_party/WebKit/Tools/qunit/ |
package.json | 18 "description": "An easy-to-use JavaScript Unit Testing framework.", 19 "keywords": [ "testing", "unit", "jquery" ],
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 300 * Texture unit state management 303 static GLboolean r200UpdateTextureEnv( struct gl_context *ctx, int unit, int slot, GLuint replaceargs ) 306 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 315 /* texUnit->_Current can be NULL if and only if the texture unit is 322 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit ); 332 color_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXC_OUTPUT_REG_SHIFT) | 333 (unit << R200_TXC_TFACTOR_SEL_SHIFT) | 335 alpha_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXA_OUTPUT_REG_SHIFT) [all...] |
/external/chromium_org/tools/telemetry/telemetry/value/ |
scalar_unittest.py | 25 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True) 32 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False) 39 v0 = scalar.ScalarValue(page0, 'x', 'unit', 1) 40 v1 = scalar.ScalarValue(page0, 'x', 'unit', 2) 46 self.assertEquals('unit', vM.units) 53 v0 = scalar.ScalarValue(page0, 'x', 'unit', 1) 54 v1 = scalar.ScalarValue(page1, 'x', 'unit', 2) 59 self.assertEquals('unit', vM.units)
|
/external/compiler-rt/test/tsan/ |
CMakeLists.txt | 19 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in 20 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg)
|
/external/expat/tests/ |
README.txt | 2 tests provide general unit testing and regression coverage. The tests 7 unit testing framework for C. More information on Check can be found at:
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 300 * Texture unit state management 303 static GLboolean r200UpdateTextureEnv( struct gl_context *ctx, int unit, int slot, GLuint replaceargs ) 306 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 315 /* texUnit->_Current can be NULL if and only if the texture unit is 322 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit ); 332 color_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXC_OUTPUT_REG_SHIFT) | 333 (unit << R200_TXC_TFACTOR_SEL_SHIFT) | 335 alpha_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXA_OUTPUT_REG_SHIFT) [all...] |
/frameworks/native/cmds/installd/tests/ |
Android.mk | 1 # Build the unit tests for installd 5 # Build the unit tests.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 16 Alternative: (Unit | NegatedUnit)+ 18 Unit: [NAME '='] ( STRING [Repeater]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 16 Alternative: (Unit | NegatedUnit)+ 18 Unit: [NAME '='] ( STRING [Repeater]
|