HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 26 - 50 of 594) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetLoopingStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerSetVolumeStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerStartStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerStopStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaRecorderPrepareStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
26 * Unit test class to test the set of valid and invalid states that
MediaRecorderResetStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetAudioEncoderStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetAudioSourceStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetOutputFileStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetOutputFormatStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderStartStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
CameraUtilsRuntimeExceptionTest.java 17 package com.android.mediaframeworktest.unit;
MediaRecorderStopStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
26 * Unit test class to test the set of valid and invalid states that
  /system/core/toolbox/
df.c 11 char unit = 'K'; local
18 unit = 'M';
23 unit = 'G';
27 printf("%4lld.%1lld%c", t/10, t%10, unit);
  /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;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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/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/drivers/dri/i965/
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/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)

Completed in 383 milliseconds

12 3 4 5 6 7 8 91011>>