OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cValues
(Results
1 - 8
of
8
) 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/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecodedBitStreamParser.cpp
181
CFX_Int32Array
cValues
;
182
cValues
.SetSize(3);
194
ParseTwoBytes(firstByte, tempp,
cValues
);
198
int32_t cValue =
cValues
[i];
267
CFX_Int32Array
cValues
;
268
cValues
.SetSize(3);
281
ParseTwoBytes(firstByte, inTp,
cValues
);
283
int32_t cValue =
cValues
[i];
357
CFX_Int32Array
cValues
;
358
cValues
.SetSize(3);
[
all
...]
/external/curl/lib/vtls/
darwinssl.c
952
const void *
cValues
[] = {password}
[
all
...]
/external/zxing/core/
core.jar
Completed in 1722 milliseconds