OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeCode
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/include/binder/
Debug.h
34
void printTypeCode(uint32_t
typeCode
,
TextOutput.h
85
class
TypeCode
88
inline
TypeCode
(uint32_t code);
89
inline ~
TypeCode
();
91
inline uint32_t
typeCode
() const;
97
TextOutput& operator<<(TextOutput& to, const
TypeCode
& val);
166
inline
TypeCode
::
TypeCode
(uint32_t code) : mCode(code) { }
167
inline
TypeCode
::~
TypeCode
() { }
168
inline uint32_t
TypeCode
::typeCode() const { return mCode;
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.h
325
: isPublic(false), isJavaSymbol(false),
typeCode
(TYPE_UNKNOWN)
329
: name(_name), isPublic(false), isJavaSymbol(false),
typeCode
(TYPE_UNKNOWN)
335
,
typeCode
(o.
typeCode
), int32Val(o.int32Val), stringVal(o.stringVal)
345
typeCode
= o.
typeCode
;
366
int
typeCode
;
388
sym.
typeCode
= AaptSymbolEntry::TYPE_INT32;
399
sym.
typeCode
= AaptSymbolEntry::TYPE_STRING;
Resource.cpp
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
620
std::string &
typeCode
) {
628
case ClassS:
typeCode
= poly ? "p8" : usgn ? "u8" : "s8"; break;
629
case ClassI:
typeCode
= "i8"; break;
630
case ClassW:
typeCode
= "8"; break;
636
case ClassS:
typeCode
= poly ? "p16" : usgn ? "u16" : "s16"; break;
637
case ClassI:
typeCode
= "i16"; break;
638
case ClassW:
typeCode
= "16"; break;
644
case ClassS:
typeCode
= usgn ? "u32" : "s32"; break;
645
case ClassI:
typeCode
= "i32"; break;
646
case ClassW:
typeCode
= "32"; break
[
all
...]
/frameworks/native/libs/binder/
TextOutput.cpp
142
TextOutput& operator<<(TextOutput& to, const
TypeCode
& val)
144
printTypeCode(val.
typeCode
(), textOutputPrinter, (void*)&to);
/bionic/libc/netbsd/resolv/
res_cache.c
736
int
typeCode
= _dnsPacket_readInt16(packet);
737
p = _bprint(p, end, "UNKNOWN-%d",
typeCode
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 1949 milliseconds