/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | GraphicsUtilitiesTest.java | 138 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/ |
D | find_java_lib.cpp | 131 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/ |
D | AdtPluginTest.java | 43 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/ |
D | AndroidJarLoader.java | 425 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/ |
D | JavaFinder.cpp | 473 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/ |
D | BinPacker.java | 184 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/ |
D | AndroidContentAssist.java | 719 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/ |
D | DeviceView.java | 175 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/ |
D | dictionary.txt | 304 temp
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
|