Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 30) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
Dmessages.properties1 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/
Ddefault.js37 $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() {
Djquery-1.8.0.min.js2find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||… method
/sdk/find_java/
Dfind_java.bat16 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/
Dplugin.properties2 #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/
DAaptParser.java603 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()
Dbuild_messages.properties53 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/
DTypoFix.java78 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()
DLintJob.java199 return jobManager.find(LintJob.FAMILY_RUN_LINT); in getCurrentJobs()
DAddSuppressAttribute.java186 if (matcher.find()) { in createFixes()
DAddSuppressAnnotation.java341 if (matcher.find()) { in createFixes()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Dmessages.properties14 SimpleFile_Could_not_fine_source=could not find source file:
DActivator.java81 return FileLocator.find(mPlugin.getBundle(), path, null); in findFile()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java122 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/
DSystraceVersionDetector.java93 if (m.find()) { in parseSupportedTags()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
Dmessages.properties22 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/
DGraphicalEditorPart.java2495 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/
DSimpleFile.java99 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/
DAdtPrefs.java140 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/
DFindJava2Dlg.cpp139 if (mPaths.find(javaPath) == mPaths.end()) { in OnBnClickedButtonAdd()
/sdk/
DREADME.txt44 - To find the list of project-names you can use with gradle:
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt35 However our goal so far has been to _parse_ existing documents, find
Dhowto_SDK_git_cygwin.txt45 Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page:
/sdk/eclipse/
Dbuild.gradle112 def artifactName = artifacts.find{ it.value == dependencyId}?.key
/sdk/eclipse/buildConfig/
Dbuild.properties149 #pluginPath is a list of locations in which to find plugins and features. This list is separated b…

12