HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 526 - 550 of 1472) sorted by null

<<21222324252627282930>>

  /frameworks/native/libs/gui/tests/
Android.mk 1 # Build the unit tests,
  /frameworks/testing/support/tests/
Android.mk 17 # build unit tests for android-support-test
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 354 * lock.tryLock(timeout, unit)) {
403 * @param unit the time unit of the timeout argument
409 * @throws NullPointerException if the time unit is null
411 public boolean tryLock(long timeout, TimeUnit unit)
413 return sync.tryAcquireNanos(1, unit.toNanos(timeout));
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 142 public void setTextSize(int unit, float size) {
144 super.setTextSize(unit, size);
  /packages/apps/Camera/src/com/android/camera/ui/
TimeIntervalPopup.java 123 int unit = (index - 1) / durationCount; local
125 mUnitSpinner.setValue(unit);
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 24 # when running the unit tests.
  /packages/apps/KeyChain/
Android.mk 28 # additionally, build unit tests in a separate .apk
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 90 * 17-20: texture unit number
437 int8_t unit; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
457 .unit = unit,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.h 75 unsigned unit:4; member in struct:sp_sampler_key::__anon17546
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 90 * 17-20: texture unit number
437 int8_t unit; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
457 .unit = unit,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 75 unsigned unit:4; member in struct:sp_sampler_key::__anon31105
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkUnitTestRunner.java 21 import com.android.mediaframeworktest.unit.*;
26 * Instrumentation Test Runner for all media framework unit tests.
32 * Example on running all unit tests for a single class:
34 * com.android.mediaframeworktest.unit.MediaMetadataRetrieverUnitTest \
37 * Example on running all unit tests for the media framework:
74 // Running all unit tests checking the state machine may be time-consuming.
79 // Running all unit tests checking the state machine may be time-consuming.
91 // Running all unit tests checking the state machine may be time-consuming.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
OAuth2TokenService.java 177 * @param unit the unit for |timeout|.
181 long timeout, TimeUnit unit) {
195 if (semaphore.tryAcquire(timeout, unit)) {
199 timeout + " + " + unit.name() + ")");
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.cc 168 StorageUnitInfo unit; local
169 systeminfo::BuildStorageUnitInfo(info, &unit);
171 args->Append(unit.ToValue().release());
  /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/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...]

Completed in 826 milliseconds

<<21222324252627282930>>