/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/ |
README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/cts/libs/commonutil/src/com/android/cts/util/ |
ReportLog.java | 31 * summary = message|target|unit|type|value, target can be " " if there is no target set. 32 * log for array = classMethodName:line_number|message|unit|type|space seSummaryparated values 47 ResultUnit unit) { 48 doPrintArray(message, values, type, unit); 55 ResultUnit unit) { 57 doPrintArray(message, vals, type, unit); 61 ResultUnit unit) { 67 unit.getXmlString() + LOG_ELEM_SEPARATOR); 86 * @param unit 89 ResultType type, ResultUnit unit) { [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/ |
SvgNestedUse.html | 10 <g id="unit"> 15 <use id="q0" xlink:href="#unit" x="10" y="0" fill="red"/> 16 <use id="q1" xlink:href="#unit" transform="translate(10,0) rotate(60)" fill="green"/> 17 <use id="q2" xlink:href="#unit" transform="translate(10,0) rotate(120)" fill="blue"/> 18 <use id="q3" xlink:href="#unit" transform="rotate(60) translate(10,0) rotate(-60)" fill="purple"/> 25 <use id="qq3" xlink:href="#unit" transform="rotate(60) translate(20,0) rotate(-60) scale(2)" fill="purple"/> 47 var unit = document.getElementById("unit"); 66 unit.setAttribute('transform', 'scale(' + (Math.abs(frame++ % 20 - 10) / 10) + ')');
|
/external/chromium_org/third_party/icu/source/i18n/ |
tmunit.cpp | 26 * But Measure (which is an existing API) does not expect it's "unit" member 27 * as singleton. Meaure takes ownership of the "unit" member. 28 * In its constructor, it does not take a const "unit" pointer. 29 * Also, Measure can clone and destruct the "unit" pointer. 30 * In order to preserve the old behavior and let Measure handle singleton "unit", 32 * 2. a new constructor which takes const "unit" as parameter need to be added, 35 * to handle the "unit". 45 * time unit but different number, for example, 48 * although all are the same time unit, will be created in heap and deleted.
|
/external/icu4c/i18n/ |
tmunit.cpp | 26 * But Measure (which is an existing API) does not expect it's "unit" member 27 * as singleton. Meaure takes ownership of the "unit" member. 28 * In its constructor, it does not take a const "unit" pointer. 29 * Also, Measure can clone and destruct the "unit" pointer. 30 * In order to preserve the old behavior and let Measure handle singleton "unit", 32 * 2. a new constructor which takes const "unit" as parameter need to be added, 35 * to handle the "unit". 45 * time unit but different number, for example, 48 * although all are the same time unit, will be created in heap and deleted.
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderFactory.java | 165 builder.expireAfterWrite(expireAfterWrite.duration, expireAfterWrite.unit); 168 builder.expireAfterAccess(expireAfterAccess.duration, expireAfterAccess.unit); 171 builder.refreshAfterWrite(refresh.duration, refresh.unit); 184 private final TimeUnit unit; 186 private DurationSpec(long duration, TimeUnit unit) { 188 this.unit = unit; 191 public static DurationSpec of(long duration, TimeUnit unit) { 192 return new DurationSpec(duration, unit); 197 return Objects.hashCode(duration, unit); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_texstate.c | 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3) 121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit]; 125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); 126 GLuint *state = i830->state.Tex[unit], format, pitch; 135 if (i830->state.tex_buffer[unit] != NULL) { 136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]); 137 i830->state.tex_buffer[unit] = NULL; 140 if (!intel_finalize_mipmap_tree(intel, unit)) 152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_texstate.c | 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3) 121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit]; 125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); 126 GLuint *state = i830->state.Tex[unit], format, pitch; 135 if (i830->state.tex_buffer[unit] != NULL) { 136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]); 137 i830->state.tex_buffer[unit] = NULL; 140 if (!intel_finalize_mipmap_tree(intel, unit)) 152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tcl.h | 52 #define R200_TCL_FALLBACK_TEXGEN_0 0x10 /* texgen, unit 0 */ 53 #define R200_TCL_FALLBACK_TEXGEN_1 0x20 /* texgen, unit 1 */ 54 #define R200_TCL_FALLBACK_TEXGEN_2 0x40 /* texgen, unit 2 */ 55 #define R200_TCL_FALLBACK_TEXGEN_3 0x80 /* texgen, unit 3 */ 56 #define R200_TCL_FALLBACK_TEXGEN_4 0x100 /* texgen, unit 4 */ 57 #define R200_TCL_FALLBACK_TEXGEN_5 0x200 /* texgen, unit 5 */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tcl.h | 52 #define R200_TCL_FALLBACK_TEXGEN_0 0x10 /* texgen, unit 0 */ 53 #define R200_TCL_FALLBACK_TEXGEN_1 0x20 /* texgen, unit 1 */ 54 #define R200_TCL_FALLBACK_TEXGEN_2 0x40 /* texgen, unit 2 */ 55 #define R200_TCL_FALLBACK_TEXGEN_3 0x80 /* texgen, unit 3 */ 56 #define R200_TCL_FALLBACK_TEXGEN_4 0x100 /* texgen, unit 4 */ 57 #define R200_TCL_FALLBACK_TEXGEN_5 0x200 /* texgen, unit 5 */
|
/external/oprofile/libop/ |
op_xml_events.c | 63 int has_nested = strcmp(event->unit->name, "zero"); 83 init_xml_int_attr(HELP_DEFAULT_MASK, event->unit->default_mask, 85 switch (event->unit->unit_type_mask){ 98 for (i = 0; i < event->unit->num; i++) { 101 event->unit->um[i].value, 104 event->unit->um[i].desc,
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texcombine.c | 55 * Return array of texels for given unit. 58 get_texel_array(SWcontext *swrast, GLuint unit) 61 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num())); 63 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); 80 * \param unit the texture combiner unit 89 texture_combine( struct gl_context *ctx, GLuint unit, 95 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); 154 argRGB[term] = get_texel_array(swrast, unit); 608 GLuint unit; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texcombine.c | 47 * Return array of texels for given unit. 50 get_texel_array(SWcontext *swrast, GLuint unit) 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num())); 55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); 72 * \param unit the texture combiner unit 81 texture_combine( struct gl_context *ctx, GLuint unit, 87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); 146 argRGB[term] = get_texel_array(swrast, unit); 600 GLuint unit; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 122 unsigned unit); 128 unsigned unit); 134 unsigned unit); 140 unsigned unit); 146 unsigned unit); 152 unsigned unit); 158 unsigned unit); 164 unsigned unit); 169 struct gallivm_state *gallivm, unsigned unit); 174 struct gallivm_state *gallivm, unsigned unit); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 122 unsigned unit); 128 unsigned unit); 134 unsigned unit); 140 unsigned unit); 146 unsigned unit); 152 unsigned unit); 158 unsigned unit); 164 unsigned unit); 169 struct gallivm_state *gallivm, unsigned unit); 174 struct gallivm_state *gallivm, unsigned unit); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_fragtex.c | 42 unsigned unit = ffs(dirty) - 1; local 43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; 44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit]; 46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit)); 90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1); 126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8); 127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit), 129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit), [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_fragtex.c | 42 unsigned unit = ffs(dirty) - 1; local 43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; 44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit]; 46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit)); 90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1); 126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8); 127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit), 129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit), [all...] |
/dalvik/dx/tests/029-unit-Bits/ |
run | 17 dx --junit com.android.dx.util._tests._Bits > unit-out.txt 22 cat unit-out.txt
|
/dalvik/dx/tests/033-unit-IntList/ |
run | 17 dx --junit com.android.dx.util._tests._IntList > unit-out.txt 22 cat unit-out.txt
|
/development/ndk/platforms/android-3/include/linux/ |
ftape.h | 32 #define FTAPE_SEL(unit) ((unit) & FTAPE_SEL_MASK)
|
/external/chromium_org/base/allocator/ |
type_profiler.h | 22 // of this function except for single-threaded unit tests. 30 // They must be used only from single-threaded unit tests.
|
/external/chromium_org/chrome/browser/extensions/api/system_storage/ |
storage_info_provider.cc | 24 StorageUnitInfo* unit) { 25 unit->id = StorageMonitor::GetInstance()->GetTransientIdForDeviceId( 27 unit->name = UTF16ToUTF8(info.name()); 29 unit->type = StorageInfo::IsRemovableDevice(info.device_id()) ? 31 unit->capacity = static_cast<double>(info.total_size_in_bytes()); 84 linked_ptr<StorageUnitInfo> unit(new StorageUnitInfo()); 85 systeminfo::BuildStorageUnitInfo(*it, unit.get()); 86 info_.push_back(unit);
|
/external/chromium_org/ppapi/proxy/ |
locking_resource_releaser.h | 17 // It is for use in unit tests. Most proxy or implementation code should use 18 // ScopedPPResource instead. Unit tests sometimes can't use ScopedPPResource
|
/external/chromium_org/tools/grit/grit/tool/ |
test.py | 20 print 'run "grit unit" which is the unit-test suite for GRIT.'
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
options_for_unittests.py | 8 if unit tests are not running. 10 This allows multiple unit tests to use a specific
|