HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 226 - 250 of 2544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
unit2.s 4 ; PA2.0 unit instruction tests.
  /external/syslinux/core/lwip/src/netif/ppp/
pap.c 121 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
133 * upap_init - Initialize a UPAP unit.
136 upap_init(int unit)
138 upap_state *u = &upap[unit];
140 UPAPDEBUG(LOG_INFO, ("upap_init: %d\n", unit));
141 u->us_unit = unit;
160 upap_authwithpeer(int unit, char *user, char *password)
162 upap_state *u = &upap[unit];
165 unit, user, password, u->us_clientstate));
192 upap_authpeer(int unit)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
reldatefmt.h 31 * Represents the unit for formatting a relative date. e.g "in 5 days"
89 * Represents an absolute unit.
178 * Represents a direction for an absolute unit e.g "Next Tuesday"
254 * involving one single unit. This API does not support relative dates
385 * @param unit the unit e.g day? month? year?
395 UDateRelativeUnit unit,
402 * @param unit e.g SATURDAY, DAY, MONTH
413 UDateAbsoluteUnit unit,
423 * @param offset The signed offset for the specified unit. Thi
    [all...]
  /external/ltp/testcases/kernel/mem/ksm/
ksm02.c 89 int size = 128, num = 3, unit = 1; local
102 check_ksm_options(&size, &num, &unit);
113 create_same_memory(size, num, unit);
116 create_same_memory(size, num, unit);
ksm04.c 89 int size = 128, num = 3, unit = 1; local
102 check_ksm_options(&size, &num, &unit);
115 create_same_memory(size, num, unit);
118 create_same_memory(size, num, unit);
ksm01.c 87 int size = 128, num = 3, unit = 1; local
93 check_ksm_options(&size, &num, &unit);
94 create_same_memory(size, num, unit);
ksm03.c 87 int size = 128, num = 3, unit = 1; local
93 check_ksm_options(&size, &num, &unit);
95 create_same_memory(size, num, unit);
  /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/i915/
i830_texstate.c 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit];
125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
126 GLuint *state = i830->state.Tex[unit], format, pitch;
135 if (i830->state.tex_buffer[unit] != NULL) {
136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]);
137 i830->state.tex_buffer[unit] = NULL;
140 if (!intel_finalize_mipmap_tree(intel, unit))
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsUncheckedThrowTest.java 17 package com.android.mediaframeworktest.unit;
  /frameworks/native/services/inputflinger/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidGlobal.h 35 tri_uint unit; member in struct:HidUtil::HidGlobal
  /packages/apps/Camera2/src/com/android/camera/async/
BufferQueue.java 45 * @param unit The unit associated with the timeout.
54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException,
  /prebuilts/ndk/r13/sources/android/support/tests/
Android.mk 3 # Module declaration for the 'minitest' unit-test
11 # Module declaration for the unit test program.
  /system/core/gatekeeperd/tests/
Android.mk 20 LOCAL_MODULE := gatekeeperd-unit-tests
  /system/core/storaged/tests/
Android.mk 23 # Unit tests.
37 # adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests
39 LOCAL_MODULE := $(test_module_prefix)unit-tests
  /system/extras/perfprofd/tests/
Android.mk 3 # Unit tests are in Android.bp
6 # Canned perf.data file needed by unit test.
17 # Second canned perf.data file needed by unit test.
  /system/gatekeeper/tests/
Android.mk 20 LOCAL_MODULE := gatekeeper-unit-tests
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
io.h 123 uint32_t unit,
127 uint32_t unit,
132 uint32_t unit,
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 25 boolean awaitTermination(long timeout, TimeUnit unit)
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/ltp/testcases/lib/
tst_sleep.c 27 printf(" If no unit is specified the interval is in seconds\n");
30 static struct unit { struct
31 const char *unit; member in struct:unit
76 if (!strcmp(units[i].unit, end))
81 fprintf(stderr, "ERROR: Invalid interval unit '%s'\n\n", end);
  /external/valgrind/massif/
ms_print.in 40 # Time unit used in profile.
290 my $unit = "i";
292 if ($nI_scaled >= 1000) { $unit = "ki"; $nI_scaled /= 1024; }
293 if ($nI_scaled >= 1000) { $unit = "Mi"; $nI_scaled /= 1024; }
294 if ($nI_scaled >= 1000) { $unit = "Gi"; $nI_scaled /= 1024; }
295 if ($nI_scaled >= 1000) { $unit = "Ti"; $nI_scaled /= 1024; }
296 if ($nI_scaled >= 1000) { $unit = "Pi"; $nI_scaled /= 1024; }
297 if ($nI_scaled >= 1000) { $unit = "Ei"; $nI_scaled /= 1024; }
298 if ($nI_scaled >= 1000) { $unit = "Zi"; $nI_scaled /= 1024; }
299 if ($nI_scaled >= 1000) { $unit = "Yi"; $nI_scaled /= 1024;
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoLocalDate.java 391 * Checks if the specified unit is supported.
393 * This checks if the specified unit can be added to or subtracted from this date.
400 * If the unit is not a {@code ChronoUnit}, then the result of this method
403 * Whether the unit is supported is determined by the unit.
405 * @param unit the unit to check, null returns false
406 * @return true if the unit can be added/subtracted, false if not
409 default boolean isSupported(TemporalUnit unit) {
410 if (unit instanceof ChronoUnit)
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ExecutorService.java 195 * @param unit the time unit of the timeout argument
200 boolean awaitTermination(long timeout, TimeUnit unit)
294 * @param unit the time unit of the timeout argument
304 * unit are {@code null}
309 long timeout, TimeUnit unit)
345 * @param unit the time unit of the timeout argument
349 * @throws NullPointerException if tasks, or unit, or any elemen
    [all...]

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 91011>>