HomeSort by relevance Sort by last modified time
    Searched defs:cValues (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imessage.h 31 ULONG cValues;
36 #define CbSPropAttrArray(_lparray) (offsetof(SPropAttrArray,aPropAttr) + (UINT)((_lparray)->cValues)*sizeof(ULONG))
37 #define SizedSPropAttrArray(_cattr,_name) struct _SPropAttrArray_ ## _name { ULONG cValues; ULONG aPropAttr[_cattr]; } _name
mapiform.h 198 ULONG cValues;
mapidefs.h 219 ULONG cValues;
224 #define CbSPropTagArray(_lparray) (offsetof(SPropTagArray,aulPropTag) + (UINT)((_lparray)->cValues)*sizeof(ULONG))
225 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulPropTag[_ctag]; } _name
249 ULONG cValues;
254 ULONG cValues;
259 ULONG cValues;
264 ULONG cValues;
269 ULONG cValues;
274 ULONG cValues;
279 ULONG cValues;
    [all...]
wabdefs.h 216 ULONG cValues;
221 #define CbSPropTagArray(_lparray) (offsetof(SPropTagArray,aulPropTag) + (UINT)((_lparray)->cValues)*sizeof(ULONG))
222 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulPropTag[_ctag]; } _name
246 ULONG cValues;
251 ULONG cValues;
256 ULONG cValues;
261 ULONG cValues;
266 ULONG cValues;
271 ULONG cValues;
276 ULONG cValues;
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 170 ContentValues cValues = new ContentValues(ATTRIBUTES.length);
171 cValues.put(TIMESTAMP, mTimestamp);
172 cValues.put(TAG, mTag);
173 cValues.put(ENTRY_TYPE, mType.toString());
175 cValues.put(LATITUDE, mLocation.getLatitude());
176 cValues.put(LONGITUDE, mLocation.getLongitude());
178 cValues.put(ACCURACY, mLocation.getAccuracy());
181 cValues.put(ALTITUDE, mLocation.getAltitude());
184 cValues.put(SPEED, mLocation.getSpeed());
187 cValues.put(BEARING, mLocation.getBearing())
    [all...]
  /external/zxing/core/
core.jar 

Completed in 213 milliseconds