HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 151 - 175 of 1069) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/src/
fx_agg_driver.cpp 145 FX_FLOAT unit = 1.f; local
147 unit = FXSYS_Div(
150 if (width < unit) {
151 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...]
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/tracker/25.2.0-beta1/
tracker-25.2.0-beta1.jar 
  /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;
  /toolchain/binutils/binutils-2.25/gprof/
hist.c 38 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
113 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT))
135 _("%s: dimension unit changed between histogram records\n"
154 and it would be very confusing to have one unit mean different
226 UNIT count;
251 UNIT count;
303 sym->hist.scaled_addr = sym->addr / sizeof (UNIT);
371 bfd_vma lowpc = r->lowpc / sizeof (UNIT);
387 (unsigned long) (sizeof (UNIT) * bin_low_pc),
388 (unsigned long) (sizeof (UNIT) * bin_high_pc)
464 char unit[64]; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 61 /* the execution unit(s) used */
62 int unit; member in struct:d10v_opcode
  /toolchain/binutils/binutils-2.25/opcodes/
frv-opc.c 233 /* unit in insn actual unit */
238 /* I2 */ UNIT_NIL, /* no I2 or I3 unit */
248 /* B0 */ UNIT_B0, /* branches only in B0 unit. */
252 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
253 /* IACC */ UNIT_I01, /* iacc multiply in I0 or I1 unit. */
254 /* LOAD */ UNIT_I0, /* load only in I0 unit. */
255 /* STORE */ UNIT_I0, /* store only in I0 unit. */
256 /* SCAN */ UNIT_I0, /* scan only in I0 unit. */
257 /* DCPL */ UNIT_C, /* dcpl only in C unit. *
621 CGEN_ATTR_VALUE_ENUM_TYPE unit; local
803 CGEN_ATTR_VALUE_ENUM_TYPE unit; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 101 * This class does not do conversions from one unit to another. It simply formats
171 * Brief. Use only a symbol for the unit when possible.
333 * Format a sequence of measures. Uses the ListFormatter unit lists.
368 MeasureUnit unit = lowValue.getUnit(); local
369 if (!unit.equals(highValue.getUnit())) {
370 throw new IllegalArgumentException("Units must match: " + unit + " ? " + highValue.getUnit());
374 final boolean isCurrency = unit instanceof Currency;
382 Currency currency = (Currency) unit;
419 Currency currencyUnit = (Currency) unit;
441 private void appendReplacingCurrency(String affix, Currency unit, StandardPlural resolvedPlural, StringBuilder result)
890 MeasureUnit unit; field in class:MeasureFormat.UnitDataSink
997 MeasureUnit unit = measure.getUnit(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 100 * This class does not do conversions from one unit to another. It simply formats
177 * Brief. Use only a symbol for the unit when possible.
350 * Format a sequence of measures. Uses the ListFormatter unit lists.
385 MeasureUnit unit = lowValue.getUnit(); local
386 if (!unit.equals(highValue.getUnit())) {
387 throw new IllegalArgumentException("Units must match: " + unit + " ? " + highValue.getUnit());
391 final boolean isCurrency = unit instanceof Currency;
399 Currency currency = (Currency) unit;
436 Currency currencyUnit = (Currency) unit;
458 private void appendReplacingCurrency(String affix, Currency unit, StandardPlural resolvedPlural, StringBuilder result)
917 MeasureUnit unit; field in class:MeasureFormat.UnitDataSink
1024 MeasureUnit unit = measure.getUnit(); local
    [all...]
  /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
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 153 // Sets the active texture unit. Up to MAX_TEXTURE_UNITS are supported.
173 // Set the target binding of the active texture unit to texture. Returns
215 TextureUnit unit[MAX_TEXTURE_UNITS]; member in struct:GLClientState::TextureState
  /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...]

Completed in 1254 milliseconds

1 2 3 4 5 67 8 91011>>