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

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
340 reg->reg.size = size1 << unit;
346 reg->reg.size = size2 << unit;
  /external/deqp/executor/
xeTestLogWriter.cpp 256 << Writer::Attribute("Unit", number.unit)
459 if (!info.unit.empty())
460 dst << Writer::Attribute("Unit", info.unit);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
340 reg->reg.size = size1 << unit;
346 reg->reg.size = size2 << unit;
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 482 * @param unit This parameter is ignored as the method never blocks
490 public boolean offer(E e, long timeout, TimeUnit unit) {
517 public E poll(long timeout, TimeUnit unit) throws InterruptedException {
518 long nanos = unit.toNanos(timeout);
  /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;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 0 unit Antlr.Runtime.Tools.Tests;
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
7 Modify the generated code to correctly setup and call the methods from the unit
Antlr.Runtime.Tests.pas 0 unit Antlr.Runtime.Tests;
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 7 add unit test for quadratic horizontal intersection
8 add unit test for cubic horizontal intersection with left/right
9 add unit test for ActiveEdge::calcLeft (can currently loop forever)
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 796 void setTex1DBinding (int unit, rc::Texture1D* tex1D);
797 void setTex2DBinding (int unit, rc::Texture2D* tex2D);
798 void setTexCubeBinding (int unit, rc::TextureCube* texCube);
799 void setTex2DArrayBinding (int unit, rc::Texture2DArray* tex2DArray);
800 void setTex3DBinding (int unit, rc::Texture3D* tex3D);
801 void setTexCubeArrayBinding (int unit, rc::TextureCubeArray* texCubeArray);
    [all...]
  /external/libpng/
pngtest.c 1221 int unit; local
1233 int unit; local
    [all...]
  /external/skia/experimental/Intersection/
thingsToDo.txt 7 add unit test for quadratic horizontal intersection
8 add unit test for cubic horizontal intersection with left/right
9 add unit test for ActiveEdge::calcLeft (can currently loop forever)
  /build/tools/droiddoc/templates-pdk/
docpage.cs 8 <div class="g-unit" id="doc-content"><a name="top"></a>
  /external/chromium_org/cc/resources/
resource_provider.h 239 GLenum unit,
623 GLenum unit,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_reg.h 289 #define MAP_UNIT(unit) ((unit)<<16)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 255 * \param unit texture unit number
260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4])
262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
465 if (ctx->Texture.Unit[u].TexGenEnabled) {
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 342 const char* unit) {
348 unit);
  /external/eigen/lapack/
slarfg.f 53 *> the unit matrix.
  /external/llvm/test/Bindings/Ocaml/
target.ml 23 (* Tiny unit test framework - really just to help find which line is busted *)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_reg.h 289 #define MAP_UNIT(unit) ((unit)<<16)
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 255 * \param unit texture unit number
260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4])
262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
465 if (ctx->Texture.Unit[u].TexGenEnabled) {
  /external/oprofile/events/mips/r10000/
events 33 event:0x0e counters:0 um:zero minimum:500 name:FUNCTIONAL_UNIT_COMPLETION_CYCLES : Functional unit completion cycles
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 191 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPageUnit)(GpGraphics *graphics, GpUnit unit);
196 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePen1)(ARGB color, REAL width, GpUnit unit, GpPen **pen);
239 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateFont)(GDIPCONST GpFontFamily *fontFamily, REAL emSize, INT style, Unit unit, GpFont **font);
582 GpStatus status = CallFunc(GdipCreateFont)((GpFontFamily*)pFamily, font_size, fontstyle, Unit(flag), (GpFont**)pFont);
604 void CGdiplusExt::GdipSetPageUnit(void* graphics, FX_DWORD unit)
607 CallFunc(GdipSetPageUnit)((GpGraphics*)graphics, (GpUnit)unit);
727 FX_FLOAT unit = pMatrix == NULL ? 1.0f : FXSYS_Div(1.0f, (pMatrix->GetXUnit() + pMatrix->GetYUnit()) \/ 2); local
    [all...]
  /external/webrtc/src/modules/audio_processing/
Android.mk 126 # apm unit test app
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 94 * and a unit. The number can be a cardinal, decimal or a fraction. Set the
96 * {@link #TYPE_DECIMAL} or {@link #TYPE_FRACTION}. The unit can be
287 * Argument used to specify the unit of a measure. The unit should always be
295 public static final String ARG_UNIT = "android.arg.unit";
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EqualizerTest.java 239 public EqualizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, String unit) {
240 super (min, max, seekBar, textView, unit);

Completed in 566 milliseconds

<<31323334353637383940>>