OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE2
(Results
1 - 5
of
5
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackReferenceTypeBox.java
31
public static final String
TYPE2
= "cdsc";
/external/elfutils/libelf/
gelf_xlate.c
148
#define TYPE(Name, Bits)
TYPE2
(Name, Bits)
149
#define
TYPE2
(Name, Bits) TYPE3 (Name##Bits)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java
52
public static final String
TYPE2
= "s263";
AudioSampleEntry.java
34
public static final String
TYPE2
= "sawb";
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java
43
private static final MockAccountType
TYPE2
= new MockAccountType("
type2
", null, true);
44
private static final MockAccountType TYPE2EX = new MockAccountType("
type2
", "ext", true);
55
"a",
TYPE2
.accountType,
TYPE2
.dataSet);
104
setAccountTypes(TYPE1,
TYPE2
, TYPE2EX, TYPE3);
108
Sets.newHashSet(TYPE1.accountType,
TYPE2
.accountType, TYPE2EX.accountType),
120
setAccountTypes(TYPE1,
TYPE2
);
158
setAccountTypes(TYPE1,
TYPE2
);
209
// Added a new account type:
TYPE2
, and the TYPE2EX extension
[
all
...]
Completed in 199 milliseconds