HomeSort by relevance Sort by last modified time
    Searched refs:userType (Results 1 - 19 of 19) 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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityContainer.java 226 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) {
228 switch (userType) {
245 private void showWipeDialog(int attempts, int userType) {
247 switch (userType) {
299 int userType = USER_TYPE_PRIMARY;
302 userType = USER_TYPE_SECONDARY_USER;
305 userType = USER_TYPE_WORK_PROFILE;
308 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType);
312 showWipeDialog(failedAttempts, userType);
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_session.c 402 CK_USER_TYPE userType, /* the user type */
408 do{(void)userType;}while(0);
  /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 371 private void onAddUserClicked(int userType) {
374 switch (userType) {
520 final int userType = dialogId == DIALOG_ADD_USER
528 addUserNow(userType);
662 private void addUserNow(final int userType) {
670 if (userType == USER_TYPE_USER) {
677 if (userType == USER_TYPE_USER) {
    [all...]
  /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,
  /hardware/ti/omap4-aah/security/tf_sdk/include/
pkcs11.h 395 CK_USER_TYPE userType,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
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 733 milliseconds