HomeSort by relevance Sort by last modified time
    Searched full:previousvalue (Results 1 - 25 of 31) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
AutoFlashZslImageFilter.java 152 boolean previousValue = mRequireAEConvergence.getAndSet(true);
153 if (previousValue != true) {
158 boolean previousValue = mRequireAEConvergence.getAndSet(false);
159 if (previousValue != false) {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectBindingRegistry.java 126 Binding previousValue = bindingsByKey.put(key, binding);
127 checkState(previousValue == null || binding.equals(previousValue),
129 binding, previousValue, key);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 188 final String previousValue = mDevicePolicyManager.getApplicationRestrictionsManagingPackage(
202 ADMIN_RECEIVER_COMPONENT, previousValue);
203 assertEquals(previousValue,
  /art/runtime/
profiler.h 135 struct PreviousValue {
136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {}
137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map)
144 typedef std::map<std::string, PreviousValue> PreviousProfile;
profiler.cc 800 previous_[methodname] = PreviousValue(total_count, size, context_map);
  /packages/apps/Settings/src/com/android/settings/applications/
DefaultEmergencyPreference.java 68 String previousValue = Settings.Secure.getString(mContentResolver,
71 if (!TextUtils.isEmpty(value) && !Objects.equals(value, previousValue)) {
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
picture_ops_chart_summary_view.html 294 reduceNameToHue: function(previousValue, currentValue, index, array) {
297 return Math.round(previousValue + currentValue.charCodeAt(0) *
picture_ops_chart_view.html 476 reduceNameToHue: function(previousValue, currentValue, index, array) {
479 return Math.round(previousValue + currentValue.charCodeAt(0) *
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ScanningDecoder.cpp 724 int32_t previousValue = 0;
727 if ((codeword & 0x1) != previousValue) {
728 previousValue = codeword & 0x1;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java 533 PatternWithSkeletonFlag previousValue = skeleton2pattern.get(matcher);
534 if (previousValue != null) {
536 returnInfo.conflictingPattern = previousValue.pattern;
537 if (!override || (skeletonToUse != null && previousValue.skeletonWasSpecified)) return this;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java 544 PatternWithSkeletonFlag previousValue = skeleton2pattern.get(matcher);
545 if (previousValue != null) {
547 returnInfo.conflictingPattern = previousValue.pattern;
548 if (!override || (skeletonToUse != null && previousValue.skeletonWasSpecified)) return this;
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer-mini.html 272 equals: function (currentValue, previousValue) {
273 return currentValue === previousValue;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 473 equals: function(currentValue, previousValue) {
474 return currentValue === previousValue;
    [all...]
webcomponents.js 514 equals: function(currentValue, previousValue) {
515 return currentValue === previousValue;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/chromium-trace/catapult/systrace/systrace/
systrace_trace_viewer.html     [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 

Completed in 3085 milliseconds

1 2