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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhtmled.h 168 virtual HRESULT WINAPI put_Names(VARIANT *newVal) = 0;
181 HRESULT (WINAPI *put_Names)(IDEGetBlockFmtNamesParam *This,VARIANT *newVal);
196 #define IDEGetBlockFmtNamesParam_put_Names(This,newVal) (This)->lpVtbl->put_Names(This,newVal)
201 HRESULT WINAPI IDEGetBlockFmtNamesParam_put_Names_Proxy(IDEGetBlockFmtNamesParam *This,VARIANT *newVal);
222 virtual HRESULT WINAPI put_ActivateApplets(VARIANT_BOOL newVal) = 0;
224 virtual HRESULT WINAPI put_ActivateActiveXControls(VARIANT_BOOL newVal) = 0;
226 virtual HRESULT WINAPI put_ActivateDTCs(VARIANT_BOOL newVal) = 0;
228 virtual HRESULT WINAPI put_ShowDetails(VARIANT_BOOL newVal) = 0;
230 virtual HRESULT WINAPI put_ShowBorders(VARIANT_BOOL newVal) = 0
    [all...]
msimcntl.h 165 virtual HRESULT WINAPI put_Service(short newVal) = 0;
168 virtual HRESULT WINAPI put_AutoLogon(VARIANT_BOOL newVal) = 0;
187 HRESULT (WINAPI *put_Service)(_IUseIMBase *This,short newVal);
190 HRESULT (WINAPI *put_AutoLogon)(_IUseIMBase *This,VARIANT_BOOL newVal);
211 #define _IUseIMBase_put_Service(This,newVal) (This)->lpVtbl->put_Service(This,newVal)
214 #define _IUseIMBase_put_AutoLogon(This,newVal) (This)->lpVtbl->put_AutoLogon(This,newVal)
226 HRESULT WINAPI _IUseIMBase_put_Service_Proxy(_IUseIMBase *This,short newVal);
232 HRESULT WINAPI _IUseIMBase_put_AutoLogon_Proxy(_IUseIMBase *This,VARIANT_BOOL newVal);
    [all...]
msptrmac.h 30 STDMETHOD(put_Balance)(__LONG32 newVal);
32 STDMETHOD(put_Volume) (__LONG32 newVal);
msptrmar.h 30 STDMETHOD(put_Balance)(__LONG32 newVal);
32 STDMETHOD(put_Volume)(__LONG32 newVal);
qedit.idl 95 IUnknown* newVal
107 LONG newVal
127 BSTR newVal
adoctint.h 345 virtual HRESULT WINAPI put_ActiveConnection(VARIANT newVal) = 0;
367 HRESULT (WINAPI *put_ActiveConnection)(_ADOCatalog *This,VARIANT newVal);
392 #define _Catalog_put_ActiveConnection(This,newVal) (This)->lpVtbl->put_ActiveConnection(This,newVal)
407 HRESULT WINAPI _Catalog_put_ActiveConnection_Proxy(_ADOCatalog *This,VARIANT newVal);
435 virtual HRESULT WINAPI put_Name(BSTR newVal) = 0;
458 HRESULT (WINAPI *put_Name)(_ADOTable *This,BSTR newVal);
483 #define _Table_put_Name(This,newVal) (This)->lpVtbl->put_Name(This,newVal)
499 HRESULT WINAPI _Table_put_Name_Proxy(_ADOTable *This,BSTR newVal);
    [all...]
qedit.h 386 IUnknown *newVal) = 0;
395 LONG newVal) = 0;
410 BSTR newVal) = 0;
464 IUnknown *newVal);
476 LONG newVal);
496 BSTR newVal);
543 #define IMediaDet_put_Filter(This,newVal) (This)->lpVtbl->put_Filter(This,newVal)
546 #define IMediaDet_put_CurrentStream(This,newVal) (This)->lpVtbl->put_CurrentStream(This,newVal)
    [all...]
cdonts.h 191 virtual HRESULT WINAPI put_Value(BSTR bstrHeader,BSTR newVal) = 0;
192 virtual HRESULT WINAPI put_To(BSTR newVal) = 0;
193 virtual HRESULT WINAPI put_Cc(BSTR newVal) = 0;
194 virtual HRESULT WINAPI put_Bcc(BSTR newVal) = 0;
195 virtual HRESULT WINAPI put_Body(VARIANT newVal) = 0;
196 virtual HRESULT WINAPI put_Importance(__LONG32 newVal) = 0;
197 virtual HRESULT WINAPI put_BodyFormat(__LONG32 newVal) = 0;
198 virtual HRESULT WINAPI put_MailFormat(__LONG32 newVal) = 0;
199 virtual HRESULT WINAPI put_Subject(BSTR newVal) = 0;
200 virtual HRESULT WINAPI put_From(BSTR newVal) = 0
    [all...]
amstream.idl 77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
79 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
81 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 67 private void remainingSecondsChanged(int newVal) {
68 mRemainingSecs = newVal;
69 if (newVal == 0) {
75 String localizedValue = String.format(locale, "%d", newVal);
84 if (newVal == 1) {
86 } else if (newVal <= 3) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
TextEditor.java 43 Object newVal = parseValue(s.length() == 0 ? null : s.toString());
44 if (equal(newVal, item.getValue()))
46 item.setValue(newVal);
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 85 private void remainingSecondsChanged(int newVal) {
86 mRemainingSecs = newVal;
91 if (newVal == 0) {
99 String localizedValue = String.format(locale, "%d", newVal);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
TwoFieldDatePicker.java 64 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
69 positionInYear = newVal;
70 if (oldVal == picker.getMaxValue() && newVal == picker.getMinValue()) {
73 } else if (oldVal == picker.getMinValue() && newVal == picker.getMaxValue()) {
78 year = newVal;
  /external/opencv/cv/src/
cvfloodfill.cpp 103 uchar newVal[] = {0,0,0};
113 newVal[0] = _newVal[0];
115 img[L] = newVal[0];
118 img[R] = newVal[0];
121 img[L] = newVal[0];
127 ICV_SET_C3( newVal, _newVal );
129 ICV_SET_C3( img + L*3, newVal );
132 ICV_SET_C3( img + L*3, newVal );
135 ICV_SET_C3( img + R*3, newVal );
180 img[i] = newVal[0]
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 165 void CircularBuffer::Update(const double newVal) {
171 _buff[_idx] = newVal;
188 _sum += (newVal - oldVal);
194 _sumSqr += (double) (newVal - oldVal) * (double) (newVal + oldVal);
utility.h 94 void Update(const double newVal);
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h 105 unsigned newVal = oldVal - 1;
106 if (newVal) {
107 it->value = newVal;
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 120 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
121 mDay = newVal;
150 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
155 mMonth = newVal - 1;
166 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
167 mYear = newVal;
  /external/lzma/CPP/Windows/
Registry.cpp 211 UInt32 newVal;
212 LONG res = QueryValue(name, newVal);
214 value = newVal;
220 bool newVal;
221 LONG res = QueryValue(name, newVal);
223 value = newVal;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 108 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
109 mDay = newVal;
137 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
142 mMonth = newVal - 1;
152 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
153 mYear = newVal;
  /external/opencv/cvaux/src/
cvsegment.cpp 87 int* newVal, int d_lw, int d_up,
191 newVal[0] = cvRound( sum[0] * inv_area );
192 newVal[1] = cvRound( sum[1] * inv_area );
193 newVal[2] = cvRound( sum[2] * inv_area );
208 CvSize /*roi*/, int* newVal,
213 uchar uv[] = { (uchar)newVal[0], (uchar)newVal[1], (uchar)newVal[2] };
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java 109 Object[][] newVal = new Object[val.length * 2][];
110 System.arraycopy(val, 0, newVal, 0, val.length);
111 val = newVal;
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 95 public void onValueChange(NumberPicker spinner, int oldVal, int newVal) {
98 if ((oldVal == HOURS_IN_HALF_DAY - 1 && newVal == HOURS_IN_HALF_DAY) ||
99 (oldVal == HOURS_IN_HALF_DAY && newVal == HOURS_IN_HALF_DAY - 1)) {
123 public void onValueChange(NumberPicker spinner, int oldVal, int newVal) {
127 if (oldVal == maxValue && newVal == minValue) {
134 } else if (oldVal == minValue && newVal == maxValue) {
172 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 18 // Accepts a DOM node and sets its highlighted attribute oldVal != newVal
19 function highlightIfChanged(node, oldVal, newVal) {
21 var newStr = newVal.toString();
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 314 Scalar newVal = x->coeff(row);
320 newVal -= x->coeff(col++) * lIt.value();
324 x->coeffRef(row) = newVal;

Completed in 999 milliseconds

1 2 3