HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 126 - 150 of 731) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalFormat.java 60 private final Map<String, DecimalFormat.Unit[]> units;
62 private final Map<String, Unit> pluralToCurrencyAffixes;
126 // Unit currency = new Unit(currencyFormat.getPositivePrefix(), currencyFormat.getPositiveSuffix());
127 // pluralToCurrencyAffixes = new HashMap<String,Unit>();
176 pluralToCurrencyAffixes = new HashMap<String,Unit>();
179 pluralToCurrencyAffixes.put(s.getKey(), new Unit(pair[0], pair[1]));
215 Map<String, DecimalFormat.Unit[]> lhs, Map<String, DecimalFormat.Unit[]> rhs) {
220 for (Map.Entry<String, DecimalFormat.Unit[]> entry : lhs.entrySet())
240 Unit unit = amount.getUnit(); local
455 private final Unit unit; field in class:CompactDecimalFormat.Amount
    [all...]
MeasureFormat.java 98 * This class does not do conversions from one unit to another. It simply formats
123 // Measure unit -> format width -> plural form -> pattern ("{0} meters")
180 * Brief. Use only a symbol for the unit when possible.
358 * Format a sequence of measures. Uses the ListFormatter unit lists.
393 MeasureUnit unit = lowValue.getUnit(); local
394 if (!unit.equals(highValue.getUnit())) {
395 throw new IllegalArgumentException("Units must match: " + unit + " ? " + highValue.getUnit());
399 final boolean isCurrency = unit instanceof Currency;
407 Currency currency = (Currency) unit;
443 Currency currencyUnit = (Currency) unit;
886 MeasureUnit unit = measure.getUnit(); local
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 792 char *unit; local
803 unit = "M";
807 unit = "K";
811 unit = "";
816 unit = "";
819 printf("\t%s: %.*f(%sbytes)", str, w, y, unit);
  /external/libpcap/
pcap-dlpi.c 375 * Split the device name into a device type name and a unit number;
376 * chop off the unit number, so "dname" is just a device type name.
422 * table for the specified device type name and unit number.
443 * Get the unit number, and a pointer to the end of the device
453 * Make a copy of the device pathname, and then remove the unit
459 /* Try device without unit number */
469 /* Try again with unit number */
505 /* XXX Assume unit zero */
786 * Split a device name into a device type name and a unit number;
787 * return the a pointer to the beginning of the unit number, whic
798 long unit; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-report.c 414 char unit; local
433 nr_samples = convert_unit(nr_samples, &unit);
434 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit);
  /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/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 59 int unit; member in struct:svga_shader_emitter
  /external/mesa3d/src/mesa/program/
prog_execute.c 393 const GLuint unit = machine->Samplers[inst->TexSrcUnit]; local
405 lodBias, unit, color);
408 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color);
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 149 FX_FLOAT unit = 1.f; local
151 unit = FXSYS_Div(1.0f, (pObject2Device->GetXUnit() + pObject2Device->GetYUnit()) / 2);
153 if (width < unit) {
154 width = unit;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsTypeReferenceTest.java 17 package com.android.mediaframeworktest.unit;
MediaPlayerStateUnitTestTemplate.java 17 package com.android.mediaframeworktest.unit;
31 * @see com.android.mediaframeworktest.unit.MediaPlayerSeekToStateUnitTest
34 * A typical concrete unit test class would implement the
36 * this class. Then it calls runTestOnMethod() to actually perform the unit
RationalTest.java 17 package com.android.mediaframeworktest.unit;
36 * -e class 'com.android.mediaframeworktest.unit.RationalTest' \
43 private static final Rational UNIT = new Rational(1, 1);
200 // unit is equal to itself
201 assertCompareEquals(UNIT, new Rational(1, 1));
205 assertGreaterThan(NaN, UNIT);
212 assertGreaterThan(POSITIVE_INFINITY, UNIT);
218 assertLessThan(NEGATIVE_INFINITY, UNIT);
242 assertFinite(UNIT, true);
249 assertInfinite(UNIT, false)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 135 ICompilationUnit unit = ((ICompilationUnit) element).getPrimary(); local
136 IResource resource = unit.getResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 411 String unit = matcher1.group(2); local
412 if (unit.equals(matcher2.group(2))) {
415 return AdtUtils.formatFloatAttribute(value1 + value2) + unit;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /bionic/libc/kernel/uapi/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /development/ndk/platforms/android-21/include/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /external/ceres-solver/include/ceres/
rotation.h 89 // The value quaternion must be a unit quaternion - it is not normalized first,
171 // Assumes the quaternion is unit norm. This assumption allows us to
174 // WILL NOT get back 2 times the result you get for a unit quaternion.
178 // With this function you do not need to assume that q has unit norm.
549 // Make unit-norm version of q.
550 const T unit[4] = { local
557 UnitQuaternionRotatePoint(unit, pt, result);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 1289 TextureUnit& unit = m_textureUnits[m_activeTexture]; local
1426 TextureUnit& unit = m_textureUnits[m_activeTexture]; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 2115 size_t unit; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
hiddev.h 104 __u32 unit; member in struct:hiddev_field_info
  /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/glx/
indirect_vertex_array.c 1725 const GLint unit = (GLint) texture - GL_TEXTURE0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 48 /** An invalid texture unit */
242 TEX_UNIT_NONE, TEX_TARGET_NONE, 0, /* unit, tgt, shadow */
667 const GLuint unit = c->fp->program.Base.SamplerUnits[inst->TexSrcUnit]; local
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
680 assert(unit < BRW_MAX_TEX_UNIT);
744 unit,
774 if (c->key.tex.yuvtex_mask & (1 << unit)) {
776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit);
801 unit,
862 unit,
    [all...]
brw_wm_surface_state.c 571 * support for their alpha behavior and don't have the blending unit
714 unsigned unit,
720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
1316 const unsigned unit = vs->SamplerUnits[s]; local
1327 const unsigned unit = fs->SamplerUnits[s]; local
    [all...]

Completed in 1343 milliseconds

1 2 3 4 56 7 8 91011>>