• Home
  • Raw
  • Download

Lines Matching refs:getValue

107             entry.getKey().setMode(entry.getValue());  in initCommandFuncs()
111 entry.getKey().setJsonPath(entry.getValue()); in initCommandFuncs()
115 entry.getKey().setProfilePath(entry.getValue()); in initCommandFuncs()
119 entry.getKey().setIndexPath(entry.getValue()); in initCommandFuncs()
123 entry.getKey().setJsPath(entry.getValue()); in initCommandFuncs()
127 entry.getKey().setEtsPath(entry.getValue()); in initCommandFuncs()
131 entry.getKey().setRpcidPath(entry.getValue()); in initCommandFuncs()
135 entry.getKey().setRpcid(entry.getValue()); in initCommandFuncs()
139 entry.getKey().setSoPath(entry.getValue()); in initCommandFuncs()
143 entry.getKey().setSoDir(entry.getValue()); in initCommandFuncs()
147 entry.getKey().setAbilitySoPath(entry.getValue()); in initCommandFuncs()
151 entry.getKey().setDexPath(entry.getValue()); in initCommandFuncs()
155 entry.getKey().setAbcPath(entry.getValue()); in initCommandFuncs()
159 entry.getKey().setFilePath(entry.getValue()); in initCommandFuncs()
163 entry.getKey().setLibPath(entry.getValue()); in initCommandFuncs()
167 entry.getKey().setResPath(entry.getValue()); in initCommandFuncs()
171 entry.getKey().setResourcesPath(entry.getValue()); in initCommandFuncs()
175 entry.getKey().setAssetsPath(entry.getValue()); in initCommandFuncs()
179 entry.getKey().setApkPath(entry.getValue()); in initCommandFuncs()
183 entry.getKey().setHapPath(entry.getValue()); in initCommandFuncs()
187 entry.getKey().setAppPath(entry.getValue()); in initCommandFuncs()
191 entry.getKey().setSignaturePath(entry.getValue()); in initCommandFuncs()
195 entry.getKey().setCertificatePath(entry.getValue()); in initCommandFuncs()
199 entry.getKey().setForceRewrite(entry.getValue()); in initCommandFuncs()
203 entry.getKey().setOutPath(entry.getValue()); in initCommandFuncs()
207 entry.getKey().setPackInfoPath(entry.getValue()); in initCommandFuncs()
211 entry.getKey().setBinPath(entry.getValue()); in initCommandFuncs()
215 entry.getKey().setJarPath(entry.getValue()); in initCommandFuncs()
219 entry.getKey().setTxtPath(entry.getValue()); in initCommandFuncs()
223 entry.getKey().setHarPath(entry.getValue()); in initCommandFuncs()
227 entry.getKey().setHspPath(entry.getValue()); in initCommandFuncs()
231 entry.getKey().setPackResPath(entry.getValue()); in initCommandFuncs()
235 entry.getKey().setUnpackApk(entry.getValue()); in initCommandFuncs()
239 entry.getKey().setUnpackCutEntryApk(entry.getValue()); in initCommandFuncs()
243 entry.getKey().setSharedLibsPath(entry.getValue()); in initCommandFuncs()
247 entry.getKey().setEntryCardPath(entry.getValue()); in initCommandFuncs()
251 entry.getKey().setHapList(entry.getValue()); in initCommandFuncs()
255 entry.getKey().setHspList(entry.getValue()); in initCommandFuncs()
259 entry.getKey().setAppList(entry.getValue()); in initCommandFuncs()
263 entry.getKey().setDirList(entry.getValue()); in initCommandFuncs()
267 entry.getKey().setHqfList(entry.getValue()); in initCommandFuncs()
271 entry.getKey().setAPPQFPath(entry.getValue()); in initCommandFuncs()
275 entry.getKey().setANPath(entry.getValue()); in initCommandFuncs()
279 entry.getKey().setAPPath(entry.getValue()); in initCommandFuncs()
283 entry.getKey().setMainModuleLimit(entry.getValue()); in initCommandFuncs()
287 entry.getKey().setNormalModuleLimit(entry.getValue()); in initCommandFuncs()
291 entry.getKey().setTotalLimit(entry.getValue()); in initCommandFuncs()
295 entry.getKey().setVersionCode(Integer.parseInt(entry.getValue())); in initCommandFuncs()
299 entry.getKey().setVersionName(entry.getValue()); in initCommandFuncs()
303 entry.getKey().setInputList(entry.getValue()); in initCommandFuncs()
307 entry.getKey().setInput(entry.getValue()); in initCommandFuncs()
311 …if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getV… in initCommandFuncs()
312 entry.getKey().setStatDuplicate(Boolean.parseBoolean(entry.getValue())); in initCommandFuncs()
320 …if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getV… in initCommandFuncs()
321 entry.getKey().setStatSuffix(Boolean.parseBoolean(entry.getValue())); in initCommandFuncs()
329 entry.getKey().setStatFileSize(entry.getValue()); in initCommandFuncs()