HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/tests/
Android.mk 22 # Unit tests.
220 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests32
221 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests64
223 bionic-unit-tests_whole_static_libraries := \
226 bionic-unit-tests_src_files := \
231 bionic-unit-tests_cflags := $(test_cflags)
233 bionic-unit-tests_conlyflags := \
237 bionic-unit-tests_cppflags := $(test_cppflags
    [all...]
  /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...]
  /external/icu/icu4c/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.
45 * unit. After this call, the caller must not delete the given
46 * unit object.
48 * @param adoptedUnit the unit object, which must not be NULL
49 * @param ec input-output error code. If the amount or the unit
97 * Return a reference to the unit of this object.
142 * The unit of this object, e.g., "millimeter" or "JPY". This is
145 MeasureUnit* unit; member in class:Measure
    [all...]
  /external/libunwind/
Android.mk 316 libunwind-unit-tests_cflags := \
321 libunwind-unit-tests_c_includes := \
324 libunwind-unit-tests_src_files := \
327 libunwind-unit-tests_shared_libraries := \
330 libunwind-unit-tests_multilib := both
331 module := libunwind-unit-tests
339 # Run the unit tests built for x86 or x86_64.
349 libunwind-unit-tests-run-on-host: libunwind-unit-tests $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh
360 $(TARGET_OUT_DATA_NATIVE_TESTS)/libunwind-unit-tests/libunwind-unit-tests$(TEST_SUFFIX) $(LIBUNWIND_TEST_FLAGS
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
scrollbar_dev.cc 80 void Scrollbar_Dev::ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) {
83 unit, local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_verttex.c 36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
brw_wm_sampler_state.c 83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index)
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 151 GLuint vtx, unit; local
251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
252 if (inputs & VERT_BIT_TEX(unit)) {
253 if (!rmesa->tcl.tex[unit].buf)
256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data,
257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size,
258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride,
262 vfmt |= RADEON_ST_BIT(unit);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
brw_wm_sampler_state.c 83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index)
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 151 GLuint vtx, unit; local
251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
252 if (inputs & VERT_BIT_TEX(unit)) {
253 if (!rmesa->tcl.tex[unit].buf)
256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data,
257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size,
258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride,
262 vfmt |= RADEON_ST_BIT(unit);
    [all...]
  /external/chromium_org/extensions/browser/api/system_display/
display_info_provider.cc 38 core_api::system_display::DisplayUnitInfo* unit = local
42 unit->id = base::Int64ToString(display.id());
43 unit->is_primary = (display.id() == primary_display_id);
44 unit->is_internal = display.IsInternal();
45 unit->is_enabled = true;
46 unit->rotation = RotationToDegrees(display.rotation());
47 unit->bounds.left = bounds.x();
48 unit->bounds.top = bounds.y();
49 unit->bounds.width = bounds.width();
50 unit->bounds.height = bounds.height()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 39 static uint find_mapping(const struct i915_fragment_shader* fs, int unit)
44 if (fs->generic_mapping[i] == unit)
77 uint unit = I915_SEMANTIC_POS; local
78 texCoords[find_mapping(fs, unit)] = TRUE;
88 uint unit = fs->info.input_semantic_index[i]; local
90 texCoords[find_mapping(fs, unit)] = TRUE;
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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_sampler.c 135 texobj = ctx->Texture.Unit[texUnit]._Current;
154 sampler->lod_bias = ctx->Texture.Unit[texUnit].LodBias + msamp->LodBias;
216 GLuint unit; local
228 for (unit = 0; unit < max_units; unit++, samplers_used >>= 1) {
229 struct pipe_sampler_state *sampler = samplers + unit;
232 const GLuint texUnit = prog->SamplerUnits[unit];
236 *num_samplers = unit + 1;
238 cso_single_sampler(st->cso_context, shader_stage, unit, sampler)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 59 def unit(run = []): function
68 raise SystemExit(unit(sys.argv[1:]))
  /external/libnl/lib/route/sch/
fifo.c 94 char *unit; local
97 r = nl_cancel_down_bytes(fifo->qf_limit, &unit);
98 nl_dump(p, " limit %.1f%s", r, unit);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 39 static uint find_mapping(const struct i915_fragment_shader* fs, int unit)
44 if (fs->generic_mapping[i] == unit)
77 uint unit = I915_SEMANTIC_POS; local
78 texCoords[find_mapping(fs, unit)] = TRUE;
88 uint unit = fs->info.input_semantic_index[i]; local
90 texCoords[find_mapping(fs, unit)] = TRUE;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 135 texobj = ctx->Texture.Unit[texUnit]._Current;
154 sampler->lod_bias = ctx->Texture.Unit[texUnit].LodBias + msamp->LodBias;
216 GLuint unit; local
228 for (unit = 0; unit < max_units; unit++, samplers_used >>= 1) {
229 struct pipe_sampler_state *sampler = samplers + unit;
232 const GLuint texUnit = prog->SamplerUnits[unit];
236 *num_samplers = unit + 1;
238 cso_single_sampler(st->cso_context, shader_stage, unit, sampler)
    [all...]
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 169 * @param unit timeout unit.
174 TimeUnit unit) throws InterruptedException, TimeoutException {
181 mLock.wait(unit.toMillis(timeout));
204 * @param unit timeout unit.
206 public void waitUntilCriteria(Criteria criteria, long timeout, TimeUnit unit)
212 SystemClock.uptimeMillis() - startTime < unit.toMillis(timeout)) {
213 mLock.wait(unit.toMillis(timeout));
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h 45 CSSPrimitiveValue::UnitType unit; member in struct:blink::MediaQueryExpValue
56 , unit(CSSPrimitiveValue::CSS_UNKNOWN)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 303 * the polygon stipple texture. The texture unit that we use depends on
304 * the fragment shader (we need to use a unit not otherwise used by the
312 const unsigned unit = softpipe->fs_variant->stipple_sampler_unit; local
315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler;
318 pipe_sampler_view_reference(&softpipe->sampler_views[PIPE_SHADER_FRAGMENT][unit],
321 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[PIPE_SHADER_FRAGMENT][unit],

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 910