OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
RegenerateStructNames.cpp
15
TStructure *
userType
= type->getStruct();
16
if (!
userType
)
19
if (mSymbolTable.findBuiltIn(
userType
->name(), mShaderVersion))
25
int uniqueId =
userType
->uniqueId();
50
if (
userType
->name().find(kPrefix) == 0)
57
tmp += "_" +
userType
->name();
58
userType
->setName(tmp);
SymbolTable.h
109
userType
(uT),
130
return
userType
;
163
bool
userType
;
/external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java
55
/**
userType
field
57
protected int
userType
;
83
if (this.
userType
!= other.
userType
) {
129
return
userType
;
181
userType
= type;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
UserBox.java
30
public UserBox(byte[]
userType
) {
31
super(TYPE,
userType
);
41
";
userType
=" + new String(getUserType()) +
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractFullBox.java
37
protected AbstractFullBox(String type, byte[]
userType
) {
38
super(type,
userType
);
AbstractBox.java
53
private byte[]
userType
;
64
protected AbstractBox(String type, byte[]
userType
) {
66
this.
userType
=
userType
;
190
return
userType
;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
BoxParser.java
28
Class<? extends Box> getClassForFourCc(String type, byte[]
userType
, String parent);
PropertyBoxParserImpl.java
78
public Class<? extends Box> getClassForFourCc(String type, byte[]
userType
, String parent) {
79
FourCcToBox fourCcToBox = new FourCcToBox(type,
userType
, parent).invoke();
88
public Box createBox(String type, byte[]
userType
, String parent) {
90
FourCcToBox fourCcToBox = new FourCcToBox(type,
userType
, parent).invoke();
103
if ("
userType
".equals(param[i])) {
104
constructorArgs[i] =
userType
;
145
private byte[]
userType
;
150
public FourCcToBox(String type, byte[]
userType
, String parent) {
153
this.
userType
=
userType
;
[
all
...]
AbstractBoxParser.java
37
public abstract Box createBox(String type, byte[]
userType
, String parent);
61
byte[]
usertype
= null;
84
usertype
= bb.array();
87
Box box = createBox(type,
usertype
, parent.getType());
106
header.put(
usertype
);
112
header.put(
usertype
);
/device/asus/grouper/keymaster/
pkcs11.h
395
CK_USER_TYPE
userType
,
/device/asus/grouper/self-extractors/nvidia/staging/keymaster/
pkcs11.h
395
CK_USER_TYPE
userType
,
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h
395
CK_USER_TYPE
userType
,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
Completed in 447 milliseconds