HomeSort by relevance Sort by last modified time
    Searched refs:basicType (Results 1 - 12 of 12) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 262 private final int basicType;
491 * @param basicType basic type corresponding to this type; one of the
495 private Type(String descriptor, int basicType, int newAt) {
500 if ((basicType < 0) || (basicType >= BT_COUNT)) {
501 throw new IllegalArgumentException("bad basicType");
509 this.basicType = basicType;
522 * @param basicType basic type corresponding to this type; one of the
525 private Type(String descriptor, int basicType) {
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 246 private final int basicType;
424 * @param basicType basic type corresponding to this type; one of the
428 private Type(String descriptor, int basicType, int newAt) {
433 if ((basicType < 0) || (basicType >= BT_COUNT)) {
434 throw new IllegalArgumentException("bad basicType");
442 this.basicType = basicType;
455 * @param basicType basic type corresponding to this type; one of the
458 private Type(String descriptor, int basicType) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 247 private final int basicType;
425 * @param basicType basic type corresponding to this type; one of the
429 private Type(String descriptor, int basicType, int newAt) {
434 if ((basicType < 0) || (basicType >= BT_COUNT)) {
435 throw new IllegalArgumentException("bad basicType");
443 this.basicType = basicType;
456 * @param basicType basic type corresponding to this type; one of the
459 private Type(String descriptor, int basicType) {
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 308 static int computeBasicLen(HprofBasicType basicType)
313 assert(basicType >= 0);
314 if (basicType >= maxSize)
316 return sizes[basicType];
340 HprofBasicType basicType;
343 basicType = buf[2];
344 basicLen = computeBasicLen(basicType);
346 DBUG("ERROR: invalid basicType %d\n", basicType);
361 HprofBasicType basicType;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 385 log_uniform(const void *values, enum glsl_base_type basicType,
405 switch (basicType) {
583 enum glsl_base_type basicType;
598 basicType = GLSL_TYPE_FLOAT;
602 basicType = GLSL_TYPE_FLOAT;
606 basicType = GLSL_TYPE_FLOAT;
610 basicType = GLSL_TYPE_FLOAT;
614 basicType = GLSL_TYPE_UINT;
618 basicType = GLSL_TYPE_UINT;
622 basicType = GLSL_TYPE_UINT
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 385 log_uniform(const void *values, enum glsl_base_type basicType,
405 switch (basicType) {
583 enum glsl_base_type basicType;
598 basicType = GLSL_TYPE_FLOAT;
602 basicType = GLSL_TYPE_FLOAT;
606 basicType = GLSL_TYPE_FLOAT;
610 basicType = GLSL_TYPE_FLOAT;
614 basicType = GLSL_TYPE_UINT;
618 basicType = GLSL_TYPE_UINT;
622 basicType = GLSL_TYPE_UINT
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 353 int basicType = ref.getBasicType();
354 switch (basicType) {
366 int basicType = ref.getBasicType();
367 switch (basicType) {
379 int basicType = ref.getBasicType();
380 switch (basicType) {
392 int basicType = ref.getBasicType();
393 switch (basicType) {
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 524 int basicType = ref.getBasicType();
525 switch (basicType) {
537 int basicType = ref.getBasicType();
538 switch (basicType) {
550 int basicType = ref.getBasicType();
551 switch (basicType) {
563 int basicType = ref.getBasicType();
564 switch (basicType) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 525 int basicType = ref.getBasicType();
526 switch (basicType) {
538 int basicType = ref.getBasicType();
539 switch (basicType) {
551 int basicType = ref.getBasicType();
552 switch (basicType) {
564 int basicType = ref.getBasicType();
565 switch (basicType) {
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 926 TBasicType basicType = left->getBasicType();
934 setType(TType(basicType, higherPrecision, EvqTemporary, size, true));
939 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
950 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
979 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
998 setType(TType(basicType, higherPrecision, EvqTemporary, size, left->isMatrix() || right->isMatrix()));
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2412 milliseconds