HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 101 - 125 of 931) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ksoap2/
Android.mk 15 # additionally, build unit tests in a separate .apk
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Ping.java 64 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException {
65 if (latch.await(timeout, unit)) {
  /bionic/linker/tests/
Android.mk 22 LOCAL_MODULE := linker-unit-tests
  /dalvik/dx/tests/119-merge-conflict/
run 31 junit.textui.TestRunner com.android.dx.merge.MergeConflictTest > unit-out.txt
36 cat unit-out.txt
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_aura.cc 27 extensions::core_api::system_display::DisplayUnitInfo* unit) {
display_info_provider_aura.h 23 core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
display_info_provider_chromeos.h 23 core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
display_info_provider_mac.cc 27 extensions::core_api::system_display::DisplayUnitInfo* unit) {
display_info_provider_mac.h 23 core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
display_info_provider_win.h 23 core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
  /external/chromium_org/extensions/shell/browser/
shell_display_info_provider.cc 25 extensions::core_api::system_display::DisplayUnitInfo* unit) {
shell_display_info_provider.h 23 extensions::core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
  /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);
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 75 static void requestInterruptIn(final long time, final TimeUnit unit) {
81 unit.sleep(time);
118 Thread thread, long timeout, TimeUnit unit) {
121 long remainingNanos = unit.toNanos(timeout);
  /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/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/radeon/
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/dex/
DexTestConverter.java 39 for (CompilationUnit unit : units) {
40 sources.add(new JavaSource(unit.getName(), unit.getSource()));
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 43 unit = 'ms'
46 unit = 'second' if elapsed == 1 else 'seconds'
47 return '%s %s' % (elapsed, unit)
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 64 * @param timeUnit unit of time for the time parameter
95 * @param timeUnit unit of time for the time parameter
124 * @param timeUnit unit of time for the time parameter
297 public boolean awaitTermination(long timeout, TimeUnit unit)
299 long nanos = unit.toNanos(timeout);
413 public boolean awaitTermination(long timeout, TimeUnit unit)
415 return delegate.awaitTermination(timeout, unit);
455 Runnable command, long delay, TimeUnit unit) {
456 return delegate.schedule(command, delay, unit);
461 Callable<V> callable, long delay, TimeUnit unit) {
    [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 25 boolean awaitTermination(long timeout, TimeUnit unit)
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.cpp 78 static bool positiveLengthUnit(const int unit)
80 switch (unit) {
98 if (!(positiveLengthUnit(value->unit) || (value->unit == CSSPrimitiveValue::CSS_NUMBER && value->fValue == 0)) || value->fValue < 0)
118 if ((value->unit != CSSPrimitiveValue::CSS_DPPX && value->unit != CSSPrimitiveValue::CSS_DPI && value->unit != CSSPrimitiveValue::CSS_DPCM) || value->fValue <= 0)
144 if (value->unit != CSSPrimitiveValue::CSS_NUMBER || value->fValue < 0)
241 expValue.unit = CSSPrimitiveValue::CSS_VALUE_ID;
248 expValue.unit = (CSSPrimitiveValue::UnitType)value->unit
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 57 // * distance_too_high_w == (too_high - w).f() * unit
58 // * unsafe_interval == (too_high - too_low).f() * unit
59 // * rest = (too_high - buffer * 10^kappa).f() * unit
60 // * ten_kappa = 10^kappa * unit
61 // * unit = the common multiplier
71 uint64_t unit) {
72 uint64_t small_distance = distance_too_high_w - unit;
73 uint64_t big_distance = distance_too_high_w + unit;
78 // The real w (* unit) must lie somewhere inside the interval
85 // ^v 1 unit ^ ^ ^
    [all...]

Completed in 1771 milliseconds

1 2 3 45 6 7 8 91011>>