HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 426 - 450 of 931) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Bindings/Ocaml/
linker.ml 19 (* Tiny unit test framework - really just to help find which line is busted *)
scalar_opts.ml 20 (* Tiny unit test framework - really just to help find which line is busted *)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 305 static inline bool parseSimpleLength(const CharacterType* characters, unsigned length, CSSPrimitiveValue::UnitType& unit, double& number)
309 unit = CSSPrimitiveValue::CSS_PX;
312 unit = CSSPrimitiveValue::CSS_PERCENTAGE;
334 CSSPrimitiveValue::UnitType unit = CSSPrimitiveValue::CSS_NUMBER; local
337 if (!parseSimpleLength(string.characters8(), length, unit, number))
340 if (!parseSimpleLength(string.characters16(), length, unit, number))
344 if (unit == CSSPrimitiveValue::CSS_NUMBER) {
348 unit = CSSPrimitiveValue::CSS_PX;
353 RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createValue(number, unit);
718 CSSPrimitiveValue::UnitType unit = CSSPrimitiveValue::CSS_NUMBER; local
1262 CSSPropertyParser::Units unit() const { return m_unit; } function in class:blink::TransformOperationInfo
1319 CSSPropertyParser::Units unit = info.unit(); local
    [all...]
CSSGrammar.y 137 v.unit = CSSParserValue::Operator;
147 v.unit = CSSPrimitiveValue::CSS_IDENT;
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 579 double quantity, UDateDirection direction, UDateRelativeUnit unit,
590 return cache->relativeUnits[unit][bFuture].format(
600 UDateDirection direction, UDateAbsoluteUnit unit,
605 if (unit == UDAT_ABSOLUTE_NOW && direction != UDAT_DIRECTION_PLAIN) {
609 return appendTo.append(cache->absoluteUnits[unit][direction]);
  /external/clang/tools/libclang/
CXCursor.cpp 1108 ASTUnit *unit = getCursorASTUnit(cursor); local
1122 ASTUnit *unit = getCursorASTUnit(cursor); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 64 * Unit tests for {@link Futures}.
445 long timeout, TimeUnit unit)
464 if (unit != null) {
465 theBar = chainFuture.get(timeout, unit);
494 @Override public T get(long timeout, TimeUnit unit)
498 return super.get(timeout, unit);
775 public String get(long timeout, TimeUnit unit) {
800 public String get(long timeout, TimeUnit unit) throws
802 delegateForDelayedRuntimeException.get(timeout, unit);
    [all...]
  /external/mksh/src/
exec.c     [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
295 int32_t width, int32_t height, int unit, bool rgba) {
301 glActiveTexture(GL_TEXTURE0 + unit);
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
295 int32_t width, int32_t height, int unit, bool rgba) {
301 glActiveTexture(GL_TEXTURE0 + unit);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 193 unsigned unit,
198 unsigned unit);
200 unsigned unit);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfetch.c 1168 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit)
1170 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
1178 samp = _mesa_get_samplerobj(ctx, unit);
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 193 unsigned unit,
198 unsigned unit);
200 unsigned unit);
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 1168 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit)
1170 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
1178 samp = _mesa_get_samplerobj(ctx, unit);
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 73 dev_t unit; member in struct:mddev_s
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 31 // State associated with each texture unit.
36 // The last target that was bound to this texture unit.
39 // texture currently bound to this unit's GL_TEXTURE_2D with glBindTexture
42 // texture currently bound to this unit's GL_TEXTURE_CUBE_MAP with
46 // texture currently bound to this unit's GL_TEXTURE_EXTERNAL_OES with
50 // texture currently bound to this unit's GL_TEXTURE_RECTANGLE_ARB with
124 GLuint unit, const ContextState* prev_state) const;
gles2_cmd_decoder_mock.h 75 MOCK_CONST_METHOD1(RestoreTextureUnitBindings, void(unsigned unit));
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 423 private T internalGetResult(long timeout, TimeUnit unit)
429 return get(timeout, unit);
465 public T getResult(long timeout, TimeUnit unit)
467 return internalGetResult(timeout, unit);
  /external/chromium_org/third_party/jinja2/
filters.py 396 unit = base ** (i + 2)
397 if bytes < unit:
398 return '%.1f %s' % ((base * bytes / unit), prefix)
399 return '%.1f %s' % ((base * bytes / unit), prefix)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 425 unsigned int unit; local
435 unit = inst->U.I.TexSrcUnit;
449 unit = 0;
462 | (unit << R300_TEX_ID_SHIFT)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 55 ** unit. This allows many compilers to do optimizations that would not be
58 ** translation unit.
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 86 ${TSAN_RTL}/tests/unit/*.cc &
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 88 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D)
90 m_tex2D[unit] = tex2D;
93 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube)
95 m_texCube[unit] = texCube;

Completed in 4074 milliseconds

<<11121314151617181920>>