Lines Matching refs:val

64     void setVerbose(bool val) { mVerbose = val; }
66 void setAndroidList(bool val) { mAndroidList = val; }
68 void setForce(bool val) { mForce = val; }
69 void setGrayscaleTolerance(int val) { mGrayscaleTolerance = val; }
72 void setMakePackageDirs(bool val) { mMakePackageDirs = val; }
74 void setUpdate(bool val) { mUpdate = val; }
76 void setExtending(bool val) { mExtending = val; }
78 void setRequireLocalization(bool val) { mRequireLocalization = val; }
80 void setPseudolocalize(bool val) { mPseudolocalize = val; }
82 void setWantUTF16(bool val) { mWantUTF16 = val; }
84 void setValues(bool val) { mValues = val; }
86 void setCompressionMethod(int val) { mCompressionMethod = val; }
88 void setJunkPath(bool val) { mJunkPath = val; }
90 void setOutputAPKFile(const char* val) { mOutputAPKFile = val; }
92 void setManifestPackageNameOverride(const char * val) { mManifestPackageNameOverride = val; }
94 void setInstrumentationPackageNameOverride(const char * val) { mInstrumentationPackageNameOverride = val; }
96 void setAutoAddOverlay(bool val) { mAutoAddOverlay = val; }
114 void addConfigurations(const char* val) { if (mConfigurations.size() > 0) { mConfigurations.append(","); mConfigurations.append(val); } else { mConfigurations = val; } }
125 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; }
127 void setMinSdkVersion(const char* val) { mMinSdkVersion = val; }
129 void setTargetSdkVersion(const char* val) { mTargetSdkVersion = val; }
131 void setMaxSdkVersion(const char* val) { mMaxSdkVersion = val; }
133 void setVersionCode(const char* val) { mVersionCode = val; }
135 void setVersionName(const char* val) { mVersionName = val; }
137 void setCustomPackage(const char* val) { mCustomPackage = val; }
139 void setMaxResVersion(const char * val) { mMaxResVersion = val; }
165 void setPackageCount(int val) { mPackageCount = val; }