HomeSort by relevance Sort by last modified time
    Searched refs:userType (Results 1 - 17 of 17) sorted by null

  /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);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h 73 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { }
78 bool isUserType() const { return userType; }
108 bool userType;
SymbolTable.cpp 169 userType = copyOf.userType;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 402 CK_USER_TYPE userType, /* the user type */
408 do{(void)userType;}while(0);
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 311 private void onAddUserClicked(int userType) {
314 switch (userType) {
454 final int userType = dialogId == DIALOG_ADD_USER
462 addUserNow(userType);
569 private void addUserNow(final int userType) {
577 if (userType == USER_TYPE_USER) {
584 if (userType == USER_TYPE_USER) {
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 395 CK_USER_TYPE userType,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 395 CK_USER_TYPE userType,
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 600 uint8_t userType[16];
607 memcpy(userType, mBuffer->data() + offset, 16);
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 816 QMetaType::Type type = (QMetaType::Type) variant.userType();
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 666 if (ret.userType() == QMetaType::Void)
698 if (ret.userType() != QMetaType::Void)
    [all...]
  /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 239 milliseconds