HomeSort by relevance Sort by last modified time
    Searched defs:referenceValue (Results 1 - 25 of 41) sorted by null

1 2

  /external/proguard/src/proguard/evaluation/value/
Value.java 93 * Returns this Value as a ReferenceValue.
95 public ReferenceValue referenceValue()
ReferenceValue.java 36 public class ReferenceValue extends Category1Value
47 * Creates a new ReferenceValue.
49 public ReferenceValue(String type,
214 * Returns the generalization of this ReferenceValue and the given other
215 * ReferenceValue.
217 public ReferenceValue generalize(ReferenceValue other)
304 System.out.println("ReferenceValue.generalize this ["+thisReferencedClass.getName()+"] with other ["+otherReferencedClass.getName()+"]");
356 return new ReferenceValue(commonDimensionCount == 0 ?
395 new ReferenceValue(ClassUtil.internalArrayTypeFromClassName(ClassConstants.INTERNAL_NAME_JAVA_LANG_OBJECT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 248 String referenceValue = map.get(name);
249 assertNotNull(referenceValue);
250 assertEquals(referenceValue, value);
  /external/proguard/src/proguard/evaluation/
Processor.java 143 ReferenceValue arrayReference = stack.apop();
535 ReferenceValue exceptionReferenceValue = stack.apop();
577 stack.push(constantValueFactory.constantValue(clazz, constantIndex).referenceValue());
582 ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).referenceValue();
584 stack.push(valueFactory.createArrayReferenceValue(referenceValue.internalType(),
585 referenceValue.getReferencedClass(),
592 ReferenceValue castValue = stack.apop();
593 ReferenceValue castResultValue
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 55 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2);
56 return referenceValue;
    [all...]
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 55 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0);
56 return referenceValue;
    [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 429 ReferenceValue referenceValue = value.referenceValue();
430 if (referenceValue.isNull() == Value.ALWAYS)
475 return VerificationTypeFactory.createObjectType(createClassConstant(programClass, referenceValue));
487 ReferenceValue referenceValue)
489 return new ConstantPoolEditor(programClass).addClassConstant(referenceValue.getType(),
490 referenceValue.getReferencedClass());
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 375 <K, V> ValueReference<K, V> referenceValue(
390 <K, V> ValueReference<K, V> referenceValue(
406 <K, V> ValueReference<K, V> referenceValue(
423 abstract <K, V> ValueReference<K, V> referenceValue(
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 298 <K, V> ValueReference<K, V> referenceValue(
311 <K, V> ValueReference<K, V> referenceValue(
324 <K, V> ValueReference<K, V> referenceValue(
338 abstract <K, V> ValueReference<K, V> referenceValue(
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 1051 milliseconds

1 2