/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftest_unittest.py | 53 self.assertEqual(PerfTestMetric('Time', iterations=[1, 2, 3, 4, 5]).unit(), 'ms') 54 self.assertEqual(PerfTestMetric('Malloc', iterations=[1, 2, 3, 4, 5]).unit(), 'bytes') 55 self.assertEqual(PerfTestMetric('JSHeap', iterations=[1, 2, 3, 4, 5]).unit(), 'bytes')
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_tex.c | 42 compiler->state.unit[tmu].texture_swizzle); 53 compiler->state.unit[tmu].texture_swizzle); 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; 131 compiler->state.unit[inst->U.I.TexSrcUnit].non_normalized_coords; 144 (compiler->state.unit[inst->U.I.TexSrcUnit].compare_mode_enabled))) { 145 rc_compare_func comparefunc = compiler->state.unit[inst->U.I.TexSrcUnit].texture_compare_func; 252 compiler->state.unit[inst->U.I.TexSrcUnit].texture_swizzle); 271 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch)) { 409 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch) { 441 compiler->state.unit[inst->U.I.TexSrcUnit].convert_unorm_to_snorm) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 76 ctx->Texture.Unit[i]._GenFlags)) { 168 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 174 t = ctx->Texture.Unit[i]._Current; 211 + ctx->Texture.Unit[i].LodBias;
|
nv20_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 172 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 180 t = ctx->Texture.Unit[i]._Current; 223 + ctx->Texture.Unit[i].LodBias; 266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
__init__.py | 118 def __init__(self, name, value, unit): 121 self._unit = unit 132 def unit(self): member in class:Platform.RawDisplayFrameRateMeasurement
|
/external/libnl/lib/route/sch/ |
cbq.c | 188 char *unit, buf[32]; local 196 w = nl_cancel_down_bits(cbq->cbq_wrr.weight * 8, &unit); 202 cbq->cbq_wrr.allot, w, unit);
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 111 val dispose : t -> unit 114 val add_module : Llvm.llmodule -> t -> unit 133 val run_static_ctors : t -> unit 137 val run_static_dtors : t -> unit 148 val free_machine_code : Llvm.llvalue -> t -> unit 156 val initialize_native_target : unit -> bool
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 74 t -> unit 142 val default_triple : unit -> string 146 val first : unit -> t option 153 val all : unit -> t list 212 val set_verbose_asm : bool -> t -> unit 216 val emit_to_file : Llvm.llmodule -> CodeGenFileType.t -> string -> t -> unit
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_tex.c | 42 compiler->state.unit[tmu].texture_swizzle); 53 compiler->state.unit[tmu].texture_swizzle); 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; 131 compiler->state.unit[inst->U.I.TexSrcUnit].non_normalized_coords; 144 (compiler->state.unit[inst->U.I.TexSrcUnit].compare_mode_enabled))) { 145 rc_compare_func comparefunc = compiler->state.unit[inst->U.I.TexSrcUnit].texture_compare_func; 252 compiler->state.unit[inst->U.I.TexSrcUnit].texture_swizzle); 271 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch)) { 409 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch) { 441 compiler->state.unit[inst->U.I.TexSrcUnit].convert_unorm_to_snorm) [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 76 ctx->Texture.Unit[i]._GenFlags)) { 168 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 174 t = ctx->Texture.Unit[i]._Current; 211 + ctx->Texture.Unit[i].LodBias;
|
nv20_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 172 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 180 t = ctx->Texture.Unit[i]._Current; 223 + ctx->Texture.Unit[i].LodBias; 266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
|
/external/oprofile/libpp/ |
op_header.cpp | 191 for (size_t i = 0; i < event->unit->num; ++i) { 192 if (event->unit->um[i].value == um) 193 um_desc = event->unit->um[i].desc; 200 str += " with a unit mask of 0x";
|
/external/chromium_org/third_party/fips181/ |
fips181.cc | 50 struct unit struct 56 static struct unit rules[] = 1669 USHORT unit = 0; local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 374 val enable_pretty_stacktrace : unit -> unit 379 val install_fatal_error_handler : (string -> unit) -> unit 382 val reset_fatal_error_handler : unit -> unit 388 val create_context : unit -> llcontext 392 val dispose_context : llcontext -> unit 395 val global_context : unit -> llcontext 415 val dispose_module : llmodule -> unit [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkCamera.cpp | 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { 39 unit->fX = fX * scale; 40 unit->fY = fY * scale; 41 unit->fZ = fZ * scale; 43 unit->fX = unit->fY = unit->fZ = 0;
|
/external/deqp/framework/common/ |
tcuTestLog.cpp | 330 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) 332 if (qpTestLog_writeFloat(m_log, name, description, unit, tag, value) == DE_FALSE) 336 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) 338 if (qpTestLog_writeInteger(m_log, name, description, unit, tag, value) == DE_FALSE) 390 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag) 392 if (qpTestLog_writeValueInfo(m_log, name.c_str(), description.c_str(), unit.empty() ? DE_NULL : unit.c_str(), tag) == DE_FALSE)
|
/external/deqp/framework/qphelper/ |
qpTestLog.c | 520 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text) 533 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); 597 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) 602 printf("%s = %lld %s\n", description, (signed long long)value, unit ? unit : ""); 605 return qpTestLog_writeKeyValuePair(log, "Number", name, description, unit, tag, tmpString); 617 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) 622 printf("%s = %f %s\n", description, value, unit ? unit : "") [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 1931 int unit; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 1931 int unit; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
compactdecimalformat.cpp | 265 const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant, baseIdx); local 266 appendTo += unit->prefix; 268 appendTo += unit->suffix; 778 CDFUnit* unit = createCDFUnit(variant, log10Value, result, status); local 783 unit->prefix = formatStr.tempSubString(0, firstIdx); 784 fixQuotes(unit->prefix); 786 unit->suffix = formatStr.tempSubString(lastIdx + 1); 787 fixQuotes(unit->suffix); 791 if (onlySpaces(unit->prefix) && onlySpaces(unit->suffix)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 48 /** An invalid texture unit */ 242 TEX_UNIT_NONE, TEX_TARGET_NONE, 0, /* unit, tgt, shadow */ 667 const GLuint unit = c->fp->program.Base.SamplerUnits[inst->TexSrcUnit]; local 674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) { 680 assert(unit < BRW_MAX_TEX_UNIT); 744 unit, 774 if (c->key.tex.yuvtex_mask & (1 << unit)) { 776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit); 801 unit, 862 unit, [all...] |
/external/eigen/blas/ |
ctbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
dtbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|