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

<<31323334353637383940>>

  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 85 public long getDelay(TimeUnit unit) {
86 return unit.convert(mScheduledTimeMillis - SystemClock.elapsedRealtime(),
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 23 <div class="g-unit">
42 <div class="g-unit" id="doc-content" >
248 </div><!-- end g-unit -->
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 574 GLint unit; local
584 unit = atoi((const char *) imageSrc + 3);
585 if ((unit < 0 || unit >= MAX_TEXTURE_IMAGE_UNITS) ||
586 (unit == 0 && (imageSrc[3] != '0' || imageSrc[4] != 0))) {
589 *texUnit = unit;
616 RETURN_ERROR1("Only one texture target can be used per texture unit.");
1418 GLubyte unit, idx; local
1429 GLubyte unit, idx; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
  /external/libpng/
pngget.c 851 int *unit, png_fixed_point *width, png_fixed_point *height)
856 *unit = info_ptr->scal_unit;
874 int *unit, double *width, double *height)
879 *unit = info_ptr->scal_unit;
890 int *unit, png_charpp width, png_charpp height)
895 *unit = info_ptr->scal_unit;
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 574 GLint unit; local
584 unit = atoi((const char *) imageSrc + 3);
585 if ((unit < 0 || unit >= MAX_TEXTURE_IMAGE_UNITS) ||
586 (unit == 0 && (imageSrc[3] != '0' || imageSrc[4] != 0))) {
589 *texUnit = unit;
616 RETURN_ERROR1("Only one texture target can be used per texture unit.");
1418 GLubyte unit, idx; local
1429 GLubyte unit, idx; local
    [all...]
  /external/mksh/src/
tree.c 255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
256 iop->unit + 1;
257 if (iop->unit != expected)
258 shf_fprintf(shf, "%d", iop->unit);
935 shf_fprintf(shf, ",unit=%d", iop->unit);
  /external/skia/src/core/
SkStroke.cpp 261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 1272 String unit = sDimensionUnits[i]; local
1286 String unit = sFractionUnits[i]; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 245 int unit;
511 result.val.intV[0] = sampler.val.samplerV.unit;
567 result << value.val.samplerV.unit;
578 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
603 result.val.samplerV.unit = samplerUnit;
637 result.val.samplerV.unit = 0;
675 if (a.val.samplerV.unit != b.val.samplerV.unit)
1410 GLint unit = -1; local
1629 const GLint unit = uniform.finalValue.val.samplerV.unit; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 306 int unit;
595 result.val.intV[0] = sampler.val.samplerV.unit;
676 result << value.val.samplerV.unit;
687 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
721 result.val.samplerV.unit = samplerUnit;
773 result.val.samplerV.unit = 0;
826 if (a.val.samplerV.unit != b.val.samplerV.unit)
1776 GLint unit = -1; local
2041 const GLint unit = uniform.finalValue.val.samplerV.unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 )
529 radeonTexObj *t = r200->state.texture.unit[i].texobj;
546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded))
555 if (!(r200->state.texture.unit[atom->idx].unitneeded))
568 radeonTexObj *t = r200->state.texture.unit[i].texobj;
570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size))
597 radeonTexObj *t = r200->state.texture.unit[i].texobj
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1224 char unit; local
1246 nr_samples = convert_unit(nr_samples, &unit);
1249 nr_samples, unit, ev_name, nr_events);
1763 char bf[256], unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 )
529 radeonTexObj *t = r200->state.texture.unit[i].texobj;
546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded))
555 if (!(r200->state.texture.unit[atom->idx].unitneeded))
568 radeonTexObj *t = r200->state.texture.unit[i].texobj;
570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size))
597 radeonTexObj *t = r200->state.texture.unit[i].texobj
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 2 # Unit masks for the Intel "Westmere" micro architecture
9 0x01 No unit mask
11 0x02 No unit mask
13 0x07 No unit mask
15 0x10 No unit mask
17 0x20 No unit mask
25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 95 public V get(long timeout, TimeUnit unit)
97 long nanos = unit.toNanos(timeout);
125 TimeUnit unit,
127 super(corePoolSize, maximumPoolSize, keepAliveTime, unit,
133 TimeUnit unit,
136 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue,
143 TimeUnit unit,
146 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue,
152 TimeUnit unit,
156 super(corePoolSize, maximumPoolSize, keepAliveTime, unit,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 313 // Returns the index of the texture image unit (0-19) corresponding to a Direct3D 9 sampler
    [all...]
  /art/runtime/
utils.cc 453 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
521 const char* unit = nullptr; local
525 unit = "s";
528 unit = "ms";
531 unit = "us";
534 unit = "ns";
540 return StringPrintf("%" PRIu64 "%s", whole_part, unit);
555 return StringPrintf("%" PRIu64 ".%s%s", whole_part, fraction_buffer, unit);
    [all...]
  /external/libnl/lib/route/
link.c 74 * @note The unit of the transmission queue length depends on the
75 * link type, a common unit is \a packets.
509 char *unit, fmt[64]; local
517 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_RX_BYTES], &unit);
520 fmt[9] = *unit == 'B' ? '9' : '7';
522 nl_dump_line(p, fmt, res, unit,
529 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_TX_BYTES], &unit);
532 fmt[9] = *unit == 'B' ? '9' : '7';
534 nl_dump_line(p, fmt, res, unit,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 217 if(insn.unit >= 0)
219 hw[0] |= (insn.unit << NVFX_FP_OP_TEX_UNIT_SHIFT);
447 int mask, sat, unit = 0; local
516 unit = fsrc->Register.Index;
774 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
790 nvfx_fp_emit(fpc, tex(sat, TXB, unit, dst, mask, src[0], none, none));
794 nvfx_fp_emit(fpc, tex(sat, TXL_NV40, unit, dst, mask, src[0], none, none));
796 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
799 nvfx_fp_emit(fpc, tex(sat, TXP, unit, dst, mask, src[0], none, none));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 217 if(insn.unit >= 0)
219 hw[0] |= (insn.unit << NVFX_FP_OP_TEX_UNIT_SHIFT);
447 int mask, sat, unit = 0; local
516 unit = fsrc->Register.Index;
774 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
790 nvfx_fp_emit(fpc, tex(sat, TXB, unit, dst, mask, src[0], none, none));
794 nvfx_fp_emit(fpc, tex(sat, TXL_NV40, unit, dst, mask, src[0], none, none));
796 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
799 nvfx_fp_emit(fpc, tex(sat, TXP, unit, dst, mask, src[0], none, none));
    [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 258 char *unit; local
264 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 1), &unit);
266 nfnl_ct_get_packets(ct, 1), res, unit);
268 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 0), &unit);
270 nfnl_ct_get_packets(ct, 0), res, unit);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 122 GLuint CreateTexture(int32_t width, int32_t height, int unit);
293 GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) {
298 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0 + unit);

Completed in 344 milliseconds

<<31323334353637383940>>