OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CREATE_USER
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
Element.cpp
75
#define
CREATE_USER
(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
82
CREATE_USER
(BOOLEAN, BOOLEAN);
83
CREATE_USER
(U8, UNSIGNED_8);
84
CREATE_USER
(I8, SIGNED_8);
85
CREATE_USER
(U16, UNSIGNED_16);
86
CREATE_USER
(I16, SIGNED_16);
87
CREATE_USER
(U32, UNSIGNED_32);
88
CREATE_USER
(I32, SIGNED_32);
89
CREATE_USER
(U64, UNSIGNED_64);
90
CREATE_USER
(I64, SIGNED_64)
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 169 milliseconds