Searched refs:tmp (Results 1 – 6 of 6) sorted by relevance
199 while read -r tmp; do200 command=${tmp##*/}409 while read -r tmp; do410 filetype=${tmp%% *}411 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()
292 File tmp = File.createTempFile(layout.getName(), ".png"); in testSample() local293 ImageIO.write(session.getImage(), "png", tmp); in testSample() local
357 int tmp = w; in updateDisplay() local359 h = tmp; in updateDisplay()
314 tmp
712 int tmp = mSelectionStart; in initElements() local714 mSelectionEnd = tmp; in initElements()