Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/ARCMT/
Dautoreleases.m.result33 -(void) setProp:(id) newVal {
34 _prop = newVal;
36 -(void) setProp2:(CFTypeRef) newVal {
37 _prop = (id)CFBridgingRelease(CFRetain(newVal));
43 -(void) setXpc_prop:(xpc_object_t) newVal {
44 _xpc_prop = newVal;
59 void test(A *prevVal, A *newVal) {
60 prevVal = newVal;
Dautoreleases.m33 -(void) setProp:(id) newVal {
35 _prop = [newVal retain];
37 -(void) setProp2:(CFTypeRef) newVal {
39 _prop = (id)CFRetain(newVal);
45 -(void) setXpc_prop:(xpc_object_t) newVal {
47 _xpc_prop = xpc_retain(newVal);
62 void test(A *prevVal, A *newVal) {
64 prevVal = [newVal retain];
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DDurationPicker.java60 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
61 mCurrentDay = newVal; in DurationPicker()
70 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
71 mCurrentHour = newVal; in DurationPicker()
80 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
81 mCurrentMinute = newVal; in DurationPicker()
90 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
91 mCurrentSecond = newVal; in DurationPicker()
DNumberPicker.java41 void onChanged(NumberPicker picker, int oldVal, int newVal); in onChanged() argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java37 V newVal = createObject(key); in get() local
38 if (key == null || newVal == null) { in get()
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
49 value = newVal; in get()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java37 V newVal = createObject(key); in get() local
38 if (key == null || newVal == null) { in get()
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
49 value = newVal; in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleObjectCache.java41 V newVal = createObject(key); in get() local
42 if (key == null || newVal == null) { in get()
47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
53 value = newVal; in get()
/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc166 void CircularBuffer::Update(const double newVal) { in Update() argument
172 _buff[_idx] = newVal; in Update()
189 _sum += (newVal - oldVal); in Update()
195 _sumSqr += (double) (newVal - oldVal) * (double) (newVal + oldVal); in Update()
Dutility.h94 void Update(const double newVal);
/external/lzma/CPP/Windows/
DRegistry.cpp213 UInt32 newVal; in GetValue_IfOk() local
214 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
216 value = newVal; in GetValue_IfOk()
222 bool newVal; in GetValue_IfOk() local
223 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
225 value = newVal; in GetValue_IfOk()
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local
724 newVal[0] = value[0]->clone(); in copyHash()
725 newVal[1] = value[1]->clone(); in copyHash()
726 target->put(UnicodeString(*key), newVal, status); in copyHash()
728 delete newVal[0]; in copyHash()
729 delete newVal[1]; in copyHash()
730 uprv_free(newVal); in copyHash()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java981 int newVal = existingVal;
983 newVal = keepState;
985 newVal = existingVal - 1;
987 sd.fDtran[col] = newVal;
1021 int newVal = existingVal;
1023 newVal = keepState;
1025 newVal = existingVal - 1;
1027 row[col] = (short)newVal;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java982 int newVal = existingVal;
984 newVal = keepState;
986 newVal = existingVal - 1;
988 sd.fDtran[col] = newVal;
1022 int newVal = existingVal;
1024 newVal = keepState;
1026 newVal = existingVal - 1;
1028 row[col] = (short)newVal;
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); in solve() local
320 newVal -= x->coeff(col++) * lIt.value(); in solve()
324 x->coeffRef(row) = newVal; in solve()
/external/icu/icu4c/source/common/
Drbbitblb.cpp1199 int32_t newVal = existingVal; in removeState() local
1201 newVal = keepState; in removeState()
1203 newVal = existingVal - 1; in removeState()
1205 sd->fDtran->setElementAt(newVal, col); in removeState()
1234 int32_t newVal = existingVal; in removeSafeState() local
1236 newVal = keepState; in removeSafeState()
1238 newVal = existingVal - 1; in removeSafeState()
1240 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
/external/perfetto/ui/src/frontend/
Drecord_widgets.ts85 onValueChange(attrs: SliderAttrs, newVal: number) {
87 attrs.set(draft, newVal);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp782 Value *newVal = VMap.lookup(Phi->getIncomingValue(i)); in UnrollRuntimeLoopRemainder() local
787 if (!newVal) { in UnrollRuntimeLoopRemainder()
788 newVal = Phi->getIncomingValue(i); in UnrollRuntimeLoopRemainder()
791 Phi->addIncoming(newVal, in UnrollRuntimeLoopRemainder()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1668 String newVal; in setProp() local
1670 newVal = oldVal + ' ' + val; in setProp()
1672 newVal = val; in setProp()
1673 m_OutputProps.put(name,newVal); in setProp()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DStylizeActivity.java435 final float newVal = child.value * factor; in setStyle() local
436 child.setValue(newVal > 0.01f ? newVal : 0.0f); in setStyle()
/external/llvm/include/llvm/IR/
DCallSite.h163 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument() argument
166 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h191 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument() argument
194 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
481 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
478 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py1276 newVal = args[i] + prevVal
1277 prevVal = newVal
1279 blendList = [newVal] + args[masterOffset:masterOffset+numDeltas]
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js298 set: function(newVal) { argument
299 this._imageSmoothingEnabled = !!newVal;

12