HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 1 - 25 of 584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
measure.h 30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters. This is an abstract class.
33 * Subclasses specify a concrete Unit type.
49 * unit. After this call, the caller must not delete the given
50 * unit object.
52 * @param adoptedUnit the unit object, which must not be NULL
53 * @param ec input-output error code. If the amount or the unit
101 * Return a reference to the unit of this object.
120 * The unit of this object, e.g., "millimeter" or "JPY". This i
123 MeasureUnit* unit; member in class:Measure
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measure.h 30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters.
45 * unit. After this call, the caller must not delete the given
46 * unit object.
48 * @param adoptedUnit the unit object, which must not be NULL
49 * @param ec input-output error code. If the amount or the unit
97 * Return a reference to the unit of this object.
142 * The unit of this object, e.g., "millimeter" or "JPY". This is
145 MeasureUnit* unit; member in class:Measure
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMethodUnderTest.java 17 package com.android.mediaframeworktest.unit;
22 * All MediaPlayer method unit test subclass must implement this interface.
MediaRecorderMethodUnderTest.java 17 package com.android.mediaframeworktest.unit;
22 * All MediaRecorder method unit test subclass must implement this interface.
CameraUtilsUncheckedThrowTest.java 17 package com.android.mediaframeworktest.unit;
CameraOpenTest.java 17 package com.android.mediaframeworktest.unit;
26 * -e class 'com.android.mediaframeworktest.unit.CameraOpenTest' \
MediaPlayerGetCurrentPositionStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerGetDurationStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerGetVideoHeightStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerGetVideoWidthStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerIsPlayingStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerPauseStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerResetStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerSeekToStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerSetAudioStreamTypeStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
  /bionic/tests/
Android.mk 22 # Unit tests.
240 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests32
241 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests64
243 bionic-unit-tests_whole_static_libraries := \
246 bionic-unit-tests_src_files := \
251 bionic-unit-tests_cflags := $(test_cflags)
252 bionic-unit-tests_cppflags := $(test_cppflags)
254 bionic-unit-tests_ldflags :=
    [all...]
  /external/libunwind/
Android.mk 316 libunwind-unit-tests_cflags := \
321 libunwind-unit-tests_c_includes := \
324 libunwind-unit-tests_src_files := \
327 libunwind-unit-tests_shared_libraries := \
330 libunwind-unit-tests_multilib := both
331 module := libunwind-unit-tests
339 # Run the unit tests built for x86 or x86_64.
349 libunwind-unit-tests-run-on-host: libunwind-unit-tests $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh
360 $(TARGET_OUT_DATA_NATIVE_TESTS)/libunwind-unit-tests/libunwind-unit-tests$(TEST_SUFFIX) $(LIBUNWIND_TEST_FLAGS
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
scrollbar_dev.cc 80 void Scrollbar_Dev::ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) {
83 unit, local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_verttex.c 36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 151 GLuint vtx, unit; local
251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
252 if (inputs & VERT_BIT_TEX(unit)) {
253 if (!rmesa->tcl.tex[unit].buf)
256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data,
257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size,
258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride,
262 vfmt |= RADEON_ST_BIT(unit);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 151 GLuint vtx, unit; local
251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
252 if (inputs & VERT_BIT_TEX(unit)) {
253 if (!rmesa->tcl.tex[unit].buf)
256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data,
257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size,
258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride,
262 vfmt |= RADEON_ST_BIT(unit);
    [all...]
  /external/qemu/include/sysemu/
blockdev.h 27 int unit; member in struct:DriveInfo
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);

Completed in 944 milliseconds

1 2 3 4 5 6 7 8 91011>>