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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.h 58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
  /external/oprofile/gui/
oprof_start.h 36 /// unit mask values if applicable
37 op_unit_mask const * unit; member in struct:op_event_descr
95 /// calculate unit mask for given event and unit mask part
97 /// calculate unit mask for given event
99 /// set the unit mask widgets for given event
108 /// hide unit mask widgets
  /external/oprofile/libop/
op_events.h 23 /** Describe an unit mask type. Events can optionally use a filter called
24 * the unit mask. the mask type can be a bitmask or a discrete value */
31 /** up to thirty two allowed unit masks */
35 /** Describe an unit mask. */
37 char * name; /**< name of unit mask type */
38 u32 num; /**< number of possible unit masks */
54 /** which unit mask if any allowed */
55 struct op_unit_mask * unit; member in struct:op_event
86 OP_INVALID_UM = 2, /**< unit mask is invalid */
94 * @param um unit mask for counte
    [all...]
  /external/ppp/pppd/
fsm.h 67 int unit; /* Interface unit number */ member in struct:fsm
168 extern int peer_mru[]; /* currently negotiated peer MRU (per unit) */
pppd.h 214 extern int ifunit; /* Interface unit number */
314 extern int req_unit; /* interface unit number to use */
394 void (*init) __P((int unit));
396 void (*input) __P((int unit, u_char *pkt, int len));
398 void (*protrej) __P((int unit));
400 void (*lowerup) __P((int unit));
402 void (*lowerdown) __P((int unit));
404 void (*open) __P((int unit));
406 void (*close) __P((int unit, char *reason));
412 void (*datainput) __P((int unit, u_char *pkt, int len))
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 17 package com.android.connectivitymanagertest.unit;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsRuntimeExceptionTest.java 17 package com.android.mediaframeworktest.unit;
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 192 long timeout, TimeUnit unit)
194 return doInvokeAny(tasks, true, unit.toNanos(timeout));
229 long timeout, TimeUnit unit)
233 long nanos = unit.toNanos(timeout);
  /packages/providers/ContactsProvider/
Android.mk 15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
  /system/core/liblog/tests/
Android.mk 54 # Unit tests.
80 # adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
82 LOCAL_MODULE := $(test_module_prefix)unit-tests
  /external/deqp/framework/common/
tcuTestLog.hpp 150 void writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value);
151 void writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
163 void writeValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag);
362 LogValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag)
365 , m_unit (unit)
383 LogNumber (const std::string& name, const std::string& desc, const std::string& unit, qpKeyValueTag tag, T value)
386 , m_unit (unit)
  /external/libnl/lib/route/
tc.c 216 char *unit, fmt[64]; local
224 res = nl_cancel_down_bytes(g->tc_stats[RTNL_TC_BYTES], &unit);
225 if (*unit == 'B')
228 nl_dump_line(p, fmt, res, unit,
235 res = nl_cancel_down_bytes(g->tc_stats[RTNL_TC_RATE_BPS], &unit);
239 if (*unit == 'B')
242 nl_dump_line(p, fmt, res, unit, g->tc_stats[RTNL_TC_RATE_PPS]);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 184 if (value.isValue && value.unit == CSSPrimitiveValue::CSS_NUMBER) {
286 if (value.unit == CSSPrimitiveValue::CSS_NUMBER)
289 if (!CSSPrimitiveValue::isResolution(value.unit))
292 double canonicalFactor = CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(value.unit);
295 if (CSSPrimitiveValue::isDotsPerCentimeter(value.unit)) {
298 // "that the pixel unit refer to the whole number of device pixels that best
313 return (!value.isValid() || value.unit == CSSPrimitiveValue::CSS_NUMBER) && evalResolution(value, op, mediaValues);
318 return (!value.isValid() || CSSPrimitiveValue::isResolution(value.unit)) && evalResolution(value, op, MediaValues);
336 if (value.unit == CSSPrimitiveValue::CSS_NUMBER) {
341 if (CSSPrimitiveValue::isLength(value.unit))
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 1268 TextureUnit& unit = m_textureUnits[m_activeTexture]; local
1405 TextureUnit& unit = m_textureUnits[m_activeTexture]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 65 int unit; member in struct:combiner_state
79 /* Initialize a combiner_state struct from the texture unit
83 ctx->Texture.Unit[i]._CurrentCombine; \
85 (rc)->unit = i; \
104 return RC_IN_SOURCE(TEXTURE0) + rc->unit;
121 RC_IN_SOURCE(CONSTANT_COLOR0) + rc->unit;
127 return rc->unit ? RC_IN_SOURCE(SPARE0)
171 rc->unit : source - GL_TEXTURE0);
172 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
307 if (ctx->Texture.Unit[i]._ReallyEnabled)
    [all...]
  /external/eigen/lapack/
clarfb.f 252 * where V1 is unit lower triangular.
273 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
303 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
330 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
344 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
362 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
377 * where V2 is unit upper triangular.
399 CALL CTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
413 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
dlarfb.f 249 * where V1 is unit lower triangular.
269 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
375 * where V2 is unit upper triangular.
396 CALL DTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
slarfb.f 249 * where V1 is unit lower triangular.
269 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
375 * where V2 is unit upper triangular.
396 CALL STRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
zlarfb.f 252 * where V1 is unit lower triangular.
273 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
304 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
331 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
345 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
363 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
378 * where V2 is unit upper triangular.
400 CALL ZTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
415 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 65 int unit; member in struct:combiner_state
79 /* Initialize a combiner_state struct from the texture unit
83 ctx->Texture.Unit[i]._CurrentCombine; \
85 (rc)->unit = i; \
104 return RC_IN_SOURCE(TEXTURE0) + rc->unit;
121 RC_IN_SOURCE(CONSTANT_COLOR0) + rc->unit;
127 return rc->unit ? RC_IN_SOURCE(SPARE0)
171 rc->unit : source - GL_TEXTURE0);
172 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
307 if (ctx->Texture.Unit[i]._ReallyEnabled)
    [all...]
  /external/oprofile/utils/
ophelp.c 135 if (strcmp(event->unit->name, "zero")) {
138 event->unit->default_mask);
141 for (j = 0; j < event->unit->num; j++) {
143 event->unit->um[j].value);
145 word_wrap(14, &column, event->unit->um[j].desc);
162 fprintf(stderr, "Invalid unit mask %x for event %s\n",
173 fprintf(stderr, "Invalid unit mask 0x%x for event %s\n",
218 /* For 0 unit mask always do wild card match */
274 printf("%d\n", event->unit->default_mask);
302 { "unit-mask", 'u', POPT_ARG_NONE, &unit_mask, 0
    [all...]
  /ndk/build/core/
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
50 # End current unit test.
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 185 unsigned unit,
267 bld->gallivm, unit);
492 unsigned unit,
513 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
525 rho = lp_build_rho(bld, unit, derivs);
573 bld->dynamic_state->lod_bias(bld->dynamic_state, bld->gallivm, unit);
582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit);
589 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
626 unsigned unit,
634 bld->gallivm, unit);
    [all...]

Completed in 642 milliseconds

<<11121314151617181920>>