OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int64Value
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/io/
ufmt_cmn.h
54
int64_t
int64Value
; /* int, UChar */
uprntf_p.c
251
unsigned char arg = (unsigned char)(args[0].
int64Value
);
353
int64_t num = args[0].
int64Value
;
419
int64_t num = args[0].
int64Value
;
454
int64_t num = args[0].
int64Value
;
488
int64_t num = args[0].
int64Value
;
781
UChar arg = (UChar)(args[0].
int64Value
);
[
all
...]
/frameworks/base/include/media/stagefright/foundation/
AMessage.h
120
int64_t
int64Value
;
/frameworks/base/media/libstagefright/foundation/
AMessage.cpp
145
BASIC_TYPE(Int64,
int64Value
,int64_t)
352
"int64_t %s = %lld", item.mName, item.u.
int64Value
);
435
item->u.
int64Value
= parcel.readInt64();
502
parcel->writeInt64(item.u.
int64Value
);
Completed in 210 milliseconds