Searched refs:tmp (Results 1 – 6 of 6) sorted by relevance
201 while read -r tmp; do202 command=${tmp##*/}322 while read -r tmp; do323 filetype=${tmp%% *}324 filename=${tmp:${#filetype}+1}
440 IResource tmp = null; in build() local444 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_); in build()445 if (tmp == null || tmp.exists() == false) { in build()452 tmp = androidOutputFolder.findMember(SdkConstants.FN_APK_CLASSES_DEX); in build()453 if (tmp == null || tmp.exists() == false) { in build()461 tmp = androidOutputFolder.findMember(finalPackageName); in build()462 if (tmp == null || (tmp instanceof IFile && in build()463 tmp.exists() == false)) { in build()
357 int tmp = w; in updateDisplay() local359 h = tmp; in updateDisplay()
292 File tmp = File.createTempFile(layout.getName(), ".png"); in testSample() local293 ImageIO.write(session.getImage(), "png", tmp); in testSample() local
314 tmp
712 int tmp = mSelectionStart; in initElements() local714 mSelectionEnd = tmp; in initElements()