Searched defs:Kind (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Daggregate-indirect-arg.cpp10 // CHECK: Kind = 2142
16 unsigned Kind; member in class:SVal
28 v.Kind = 2142;
/frameworks/compile/slang/
H A Dslang_rs_exportable.h26 enum Kind { enum in class:slang::RSExportable
36 Kind mK;
39 RSExportable(RSContext *Context, RSExportable::Kind K)
47 inline Kind getKind() const { return mK; }
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h63 enum Kind { enum in struct:android::AVIExtractor::Track
112 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h29 enum Kind { enum in class:mcld::LDFileFormat
/frameworks/compile/mclinker/include/mcld/MC/
H A DZOption.h25 enum Kind { enum in class:mcld::ZOption
55 Kind kind() const
61 void setKind(Kind pKind)
68 Kind m_Kind;
/frameworks/base/tools/aidl/
H A DType.h36 inline int Kind() const { return m_kind; } function in class:Type
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp491 switch (Entry.Kind) {
554 switch (Entry.Kind) {
1160 unsigned Kind = Record[0]; local
1165 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1242 switch (Entry.Kind) {
1934 switch (Entry.Kind) {
1988 switch (Entry.Kind) {
2040 switch (Entry.Kind) {
2074 switch (Entry.Kind) {
2098 unsigned Kind local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp771 switch (Entry.Kind) {
835 switch (Entry.Kind) {
1462 unsigned Kind = Record[0]; local
1467 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1544 switch (Entry.Kind) {
1922 switch (Entry.Kind) {
2207 switch (Entry.Kind) {
2261 switch (Entry.Kind) {
2304 switch (Entry.Kind) {
2338 switch (Entry.Kind) {
2360 unsigned Kind = Record[i]; local
[all...]

Completed in 423 milliseconds