Searched refs:type0 (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) { argument
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
218 result.set(0, type0);
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp107 namespace type0 { namespace
/external/chromium/chrome/browser/autofill/
H A Dform_field.cc296 AddressType type0 = addresses[0]->FindType(); local
301 bool reversed = (type0 == kShippingAddress && type1 == kBillingAddress);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp162 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType(); local
176 int combinedTypes = type0 | type1;
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp162 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType(); local
176 int combinedTypes = type0 | type1;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c355 SVGA3dShaderRegType type0, type1; local
359 type0 = SVGA3dShaderGetRegType( src0.base.value );
362 if (type0 == SVGA3DREG_CONST &&
367 if (type0 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
408 type0 = SVGA3dShaderGetRegType( src0.base.value );
413 if (type0 == SVGA3DREG_CONST &&
423 if (type0 == SVGA3DREG_INPUT &&
475 SVGA3dShaderRegType type0, type1, type2, type3; local
479 type0
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c355 SVGA3dShaderRegType type0, type1; local
359 type0 = SVGA3dShaderGetRegType( src0.base.value );
362 if (type0 == SVGA3DREG_CONST &&
367 if (type0 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
408 type0 = SVGA3dShaderGetRegType( src0.base.value );
413 if (type0 == SVGA3DREG_CONST &&
423 if (type0 == SVGA3DREG_INPUT &&
475 SVGA3dShaderRegType type0, type1, type2, type3; local
479 type0
[all...]

Completed in 260 milliseconds