OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_TYPE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java
247
private static final byte[]
TYPE_TYPE
= new byte[] { 't' };
250
NdefRecord type = getByType(
TYPE_TYPE
, records);
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp
46
VariablePathComponent (const glu::VarType* type) :m_type(
TYPE_TYPE
) { m_data.type = type; }
53
bool isVariableType (void) const { return m_type ==
TYPE_TYPE
; }
64
TYPE_TYPE
,
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
173
#define
TYPE_TYPE
0 /* regular type or alias in kernel policies */
Completed in 77 milliseconds