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

<<11121314151617181920>>

  /external/llvm/unittests/
Makefile.unittest 10 # This file is included by all of the unit test makefiles.
28 # Set up variables for building a unit test.
58 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg)
61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
  /external/qemu/hw/core/
qdev.c 396 int unit = next_block_unit[type]++; local
399 info = drive_get(type, 0, unit);
425 int unit; local
428 for (unit = 0; unit < MAX_SCSI_DEVS; unit++) {
429 info = drive_get(IF_SCSI, bus, unit);
433 attach(host, info->bdrv, unit);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java 71 public Result get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException {
72 return future.get(timeout, unit);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 307 * @param unit the units to use for the timeout.
312 TimeUnit unit)
315 long nanos = unit.toNanos(timeout);
363 * @param unit the units to use for the timeout.
367 public boolean waitForEmpty(long timeout, TimeUnit unit) throws InterruptedException {
368 long nanos = unit.toNanos(timeout);
388 * @param unit the units to use for the timeout.
392 public boolean waitForPreviewsEmpty(long timeout, TimeUnit unit) throws InterruptedException {
393 long nanos = unit.toNanos(timeout);
417 * @param unit the units to use for the timeout
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 1 # Build the unit tests.
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 1 # Build the unit tests,
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 384 * @param unit the time unit of the timeout parameter
397 public int await(long timeout, TimeUnit unit)
401 return dowait(true, unit.toNanos(timeout));
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 113 ASSERT(value->unit == CSSPrimitiveValue::CSS_IDENT || value->unit == CSSPrimitiveValue::CSS_STRING);
215 value->unit = CSSPrimitiveValue::CSS_NUMBER;
244 // Quirks mode and presentation attributes accept unit less values.
254 switch (value->unit) {
258 value->unit = (unitflags & FLength) ? CSSPrimitiveValue::CSS_PX :
320 ASSERT((value->unit >= CSSPrimitiveValue::CSS_NUMBER && value->unit <= CSSPrimitiveValue::CSS_KHZ)
321 || (value->unit >= CSSPrimitiveValue::CSS_TURN && value->unit <= CSSPrimitiveValue::CSS_CHS
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 101 unit(0),
172 // the unit mask check boxes
214 if (event->unit->num) {
215 descr.unit = event->unit;
217 descr.unit = 0;
244 if (descr.unit)
245 event_cfgs[descr.name].umask = descr.unit->default_mask;
710 if (num >= descr.unit->num)
713 if (descr.unit->unit_type_mask == utm_bitmask
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 86 } unit[NUM_UNITS]; member in struct:state_key
191 key->unit[i].light_enabled = 1;
194 key->unit[i].light_eyepos3_is_zero = 1;
197 key->unit[i].light_spotcutoff_is_180 = 1;
202 key->unit[i].light_attenuated = 1;
243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
246 key->unit[i].texunit_really_enabled = 1;
250 key->unit[i].coord_replace = 1;
253 key->unit[i].texmat_enabled = 1;
256 key->unit[i].texgen_enabled = 1
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 86 } unit[NUM_UNITS]; member in struct:state_key
191 key->unit[i].light_enabled = 1;
194 key->unit[i].light_eyepos3_is_zero = 1;
197 key->unit[i].light_spotcutoff_is_180 = 1;
202 key->unit[i].light_attenuated = 1;
243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
246 key->unit[i].texunit_really_enabled = 1;
250 key->unit[i].coord_replace = 1;
253 key->unit[i].texmat_enabled = 1;
256 key->unit[i].texgen_enabled = 1
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 40 const DexCompilationUnit& unit,
43 unit_(unit),
183 // units and a "nop" instruction size is 1 code unit, we need to replace it by
280 art::DexCompilationUnit unit(NULL, class_loader, art::Runtime::Current()->GetClassLinker(),
283 art::optimizer::DexCompiler dex_compiler(driver, unit, dex_to_dex_compilation_level);
  /development/testrunner/tests/
Android_gtestlib.mk 15 # Build the unit tests.
19 # Build the unit tests.
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 259 void setIdleDuration(long duration, TimeUnit unit);
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 98 void PPB_Scrollbar_Impl::ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) {
108 if (unit == PP_SCROLLBY_LINE) {
110 } else if (unit == PP_SCROLLBY_PAGE) {
112 } else if (unit == PP_SCROLLBY_DOCUMENT) {
ppb_scrollbar_impl.h 38 virtual void ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp 310 if (CSSPrimitiveValue::isDotsPerPixel(expValue.unit))
312 else if (CSSPrimitiveValue::isDotsPerInch(expValue.unit) || CSSPrimitiveValue::isDotsPerCentimeter(expValue.unit))
313 suspiciousType = expValue.unit;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 107 unsigned unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info
175 unsigned unit,
187 unsigned unit,
199 unsigned unit,
  /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],
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.h 58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
  /external/chromium_org/ui/base/l10n/
formatter.h 29 enum Unit {
34 UNIT_COUNT // Enum size counter, not a unit. Must be last.
40 TWO_UNITS_COUNT // Enum size counter, not a unit pair. Must be last.
59 void Format(Unit unit, int value, icu::UnicodeString& formatted_string) const;
109 // For use in unit tests only.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 188 MapMaker expiration(long duration, TimeUnit unit) {
189 return expireAfterWrite(duration, unit);
193 MapMaker expireAfterWrite(long duration, TimeUnit unit) {
201 this.expirationMillis = unit.toMillis(duration);
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 110 // Finds the first unit index after this one where
121 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const = 0;
327 // Adds a unit with a final value.
335 // Adds a unit which leads to another match node.
358 unit(middleUnit), lessThan(lessThanNode), greaterOrEqual(greaterOrEqualNode) {}
363 UChar unit; member in class:StringTrieBuilder::SplitBranchNode
368 // Branch head node, for writing the actual node lead unit.
389 virtual int32_t write(int32_t unit) = 0;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 107 unsigned unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info
175 unsigned unit,
187 unsigned unit,
199 unsigned unit,
  /external/mesa3d/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 484 milliseconds

<<11121314151617181920>>