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

  /external/proguard/src/proguard/evaluation/
Variables.java 124 Value thisValue = this.values[index];
132 if (thisValue != null &&
134 thisValue.computationalType() == otherValue.computationalType())
136 Value newValue = thisValue.generalize(otherValue);
138 changed = changed || !thisValue.equals(newValue);
144 changed = changed || thisValue != null;
295 Value thisValue = this.values[index];
303 if (thisValue != null &&
305 thisValue.computationalType() == otherValue.computationalType() &&
306 !thisValue.equals(otherValue)
    [all...]
Stack.java 133 Value thisValue = this.values[index];
135 if (thisValue != null)
143 newValue = thisValue.generalize(otherValue);
146 changed = changed || !thisValue.equals(newValue);
516 Value thisValue = this.values[index];
518 if (thisValue == null ? otherValue != null :
519 !thisValue.equals(otherValue))
  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 87 for (ResourceConfigValue* thisValue : relatedValues) {
89 thisValue->config.isBetterThan(bestValue->config, &targetDensity)) {
90 bestValue = thisValue;
95 (*claimedValues)[thisValue] = true;
123 for (ResourceConfigValue* thisValue : relatedValues) {
125 bestValue = thisValue;
126 } else if (thisValue->config.isBetterThan(bestValue->config, &targetDensity)) {
129 bestValue = thisValue;
132 (*configClaimedMap)[thisValue] = true;
  /external/v8/test/webkit/fast/js/
Promise-resolve-with-then-fulfill.js 28 var thisValue;
33 thisValue = this;
34 shouldBe('thisValue', 'value');
Promise-resolve-with-then-reject.js 28 var thisValue;
33 thisValue = this;
34 shouldBe('thisValue', 'value');
  /external/v8/test/webkit/
function-apply-aliased.js 37 function forwarder(f, thisValue, args) {
39 return f.apply(thisValue, arguments);
  /packages/apps/Settings/src/com/android/settings/deletionhelper/
AutomaticStorageManagerSettings.java 168 int thisValue = Integer.parseInt(indices[i]);
169 if (value == thisValue) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValues002Test.java 181 Value thisValue = getStaticFieldValue(classID, "THIS_OBJECT");
185 suspensionMethodInfo.addVariable("this", thisValue);
187 methodInfo.addVariable("this", thisValue);
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 762 private static BigDecimal addAndMult10(BigDecimal thisValue,BigDecimal augend, int diffScale) {
764 Math.max(thisValue.bitLength,augend.bitLength+LONG_POWERS_OF_TEN_BIT_LENGTH[diffScale])+1<64) {
765 return valueOf(thisValue.smallValue+augend.smallValue*MathUtils.LONG_POWERS_OF_TEN[diffScale],thisValue.scale);
768 bi.add(thisValue.getUnscaledValue().getBigInt());
769 return new BigDecimal(new BigInteger(bi), thisValue.scale);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /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.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 344 milliseconds