Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 10 of 10) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilitiesTest.java138 int[] temp = new int[baseData.width]; in testGetVerticalPixelsIllegalArgument() local
142 GraphicsUtilities.getVerticalPixels(null, 0, 0, 1, temp); in testGetVerticalPixelsIllegalArgument()
163 GraphicsUtilities.getVerticalPixels(baseData, -1, 0, 1, temp); in testGetVerticalPixelsIllegalArgument()
170 GraphicsUtilities.getVerticalPixels(baseData, 0, -1, 1, temp); in testGetVerticalPixelsIllegalArgument()
177 GraphicsUtilities.getVerticalPixels(baseData, 0, 0, 0, temp); in testGetVerticalPixelsIllegalArgument()
184 GraphicsUtilities.getVerticalPixels(baseData, baseData.width, 0, baseData.height, temp); in testGetVerticalPixelsIllegalArgument()
192 .getVerticalPixels(baseData, 0, baseData.height, baseData.height, temp); in testGetVerticalPixelsIllegalArgument()
199 GraphicsUtilities.getVerticalPixels(baseData, 0, 1, baseData.height, temp); in testGetVerticalPixelsIllegalArgument()
212 int[] temp = new int[baseData.width]; in testGetVerticalPixels() local
214 GraphicsUtilities.getVerticalPixels(baseData, 0, 0, baseData.height, temp); in testGetVerticalPixels()
[all …]
/sdk/find_java/src/source/
Dfind_java_lib.cpp131 CPath temp(path); in findJavaInPath() local
133 version = checkPath(&temp); in findJavaInPath()
136 if (isJdkPath(temp)) { in findJavaInPath()
137 version = checkBinPath(&temp); in findJavaInPath()
143 fprintf(stderr, "Java %d found in path: %s\n", version, temp.cstr()); in findJavaInPath()
145 *outJavaPath = temp; in findJavaInPath()
394 CPath temp(path); in checkProgramFiles() local
395 temp.addPath(findData.cFileName); in checkProgramFiles()
398 if (!isJdk || isJdkPath(temp)) { in checkProgramFiles()
399 int v = checkBinPath(&temp); in checkProgramFiles()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
DAdtPluginTest.java43 File temp = File.createTempFile("test", ".txt"); in testReadWriteFile() local
45 AdtPlugin.writeFile(temp, myContent); in testReadWriteFile()
46 String readBack = AdtPlugin.readFile(temp); in testReadWriteFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DAndroidJarLoader.java425 byte[] temp = new byte[data_size + block_size]; in readZipData()
426 System.arraycopy(data, 0, temp, 0, data_size); in readZipData()
428 data = temp; in readZipData()
435 byte[] temp = new byte[offset]; in readZipData()
437 System.arraycopy(data, 0, temp, 0, offset); in readZipData()
439 data = temp; in readZipData()
/sdk/find_java2/src/
DJavaFinder.cpp473 CPath temp(path); in checkProgramFiles() local
474 temp.Append(findData.cFileName); in checkProgramFiles()
476 int v = checkBinPath(&temp); in checkProgramFiles()
478 outPaths->insert(CJavaPath(v, temp)); in checkProgramFiles()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DBinPacker.java184 Rect temp = mSpace.get(index); in removeRect() local
186 mSpace.set(lastIndex, temp); in removeRect()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java719 ICompletionProposal temp = proposals.get(nextLayoutIndex); in addMatchingProposals() local
721 proposals.set(i, temp); in addMatchingProposals()
1066 String temp; in parseAttributeInfo() local
1068 temp = text; in parseAttributeInfo()
1069 text = sFirstAttribute.matcher(temp).replaceFirst(""); //$NON-NLS-1$ in parseAttributeInfo()
1070 } while(!temp.equals(text)); in parseAttributeInfo()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java175 File temp = File.createTempFile("android", DOT_HPROF); //$NON-NLS-1$ in onSuccess()
176 final String tempPath = temp.getAbsolutePath(); in onSuccess()
264 File temp = File.createTempFile("android", DOT_HPROF); //$NON-NLS-1$ in open() local
265 String tempPath = temp.getAbsolutePath(); in open()
/sdk/eclipse/
Ddictionary.txt304 temp
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
Dmessages.properties31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s