/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | messages.properties | 1 Could_Not_Find_Folder=Could not find SDK folder '%1$s'. 2 Could_Not_Find_Folder_In_SDK=Could not find folder '%1$s' inside SDK '%2$s'. 3 Could_Not_Find=Could not find %1$s\!
|
/sdk/templates/docs/ |
D | default.js | 37 $contentRoot.find(queries[0]).each(function() { 53 $('#page-content').find('h2, h3, h4.includetoc').each(function() { 91 $('#page-content').find('h2, h3, h4.includetoc').each(function() {
|
D | jquery-1.8.0.min.js | 2 …find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||… method
|
/sdk/find_java/ |
D | find_java.bat | 16 rem This script is called by the other batch files to find a suitable Java.exe 33 | %sys_32%\find /i "x86" > NUL && set arch_ext=32|| set arch_ext=64 47 rem Check if we can find a javaw.exe at the same location than java.exe. 65 echo You can find the complete Android SDK requirements here:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
D | plugin.properties | 2 #TODO: update with new year date (search this to find other occurrences to update)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptParser.java | 603 if (matcher.find()) { in findRange() 635 if (matcher.find()) { in findRange() 641 if (matcher.find()) { in findRange() 647 if (matcher.find()) { in findRange() 687 region = adapter.find(lineStartOffset, first, in findRange() 691 region = adapter.find(region.getOffset() + first.length(), second, in findRange()
|
D | build_messages.properties | 53 DexWrapper_SecuryEx_Unable_To_Find_API=SecurityException: Unable to find API for dex.jar 54 DexWrapper_SecuryEx_Unable_To_Find_Method=SecurityException: Unable to find method for dex.jar 55 DexWrapper_SecuryEx_Unable_To_Find_Field=SecurityException: Unable to find field for dex.jar
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | TypoFix.java | 78 IRegion forward = finder.find(start, typo, true /*forward*/, true, true, false); in apply() 79 IRegion backward = finder.find(start, typo, false /*forward*/, true, true, false); in apply()
|
D | LintJob.java | 199 return jobManager.find(LintJob.FAMILY_RUN_LINT); in getCurrentJobs()
|
D | AddSuppressAttribute.java | 186 if (matcher.find()) { in createFixes()
|
D | AddSuppressAnnotation.java | 341 if (matcher.find()) { in createFixes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
D | messages.properties | 14 SimpleFile_Could_not_fine_source=could not find source file:
|
D | Activator.java | 81 return FileLocator.find(mPlugin.getBundle(), path, null); in findFile()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 122 filtered = pattern.matcher(shortName).find() || pattern.matcher(id).find(); in filter()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
D | SystraceVersionDetector.java | 93 if (m.find()) { in parseSupportedTags()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | messages.properties | 22 NdkGdbLaunchDelegate_LaunchError_NoCompatibleAbi=Unable to find a compatible ABI
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GraphicalEditorPart.java | 2495 String find = prefix + mData[0]; in onClick() local 2498 index = xml.indexOf(find, index); in onClick() 2502 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick() 2503 index += find.length(); in onClick() 2507 find = prefix + mData[0]; in onClick() 2510 index = xml.indexOf(find, index); in onClick() 2514 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick() 2515 index += find.length(); in onClick() 2521 find = prefix + mData[0] + suffix; in onClick() 2524 index = xml.indexOf(find, index); in onClick() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | SimpleFile.java | 99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null); in process()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | AdtPrefs.java | 140 public static BuildVerbosity find(String name) { in find() method in AdtPrefs.BuildVerbosity 185 mBuildVerbosity = BuildVerbosity.find(mStore.getString(PREFS_BUILD_VERBOSITY)); in loadValues()
|
/sdk/find_java2/src/ |
D | FindJava2Dlg.cpp | 139 if (mPaths.find(javaPath) == mPaths.end()) { in OnBnClickedButtonAdd()
|
/sdk/ |
D | README.txt | 44 - To find the list of project-names you can use with gradle:
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 35 However our goal so far has been to _parse_ existing documents, find
|
D | howto_SDK_git_cygwin.txt | 45 Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page:
|
/sdk/eclipse/ |
D | build.gradle | 112 def artifactName = artifacts.find{ it.value == dependencyId}?.key
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 149 #pluginPath is a list of locations in which to find plugins and features. This list is separated b…
|