Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 33) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
DSetFolders.java26 import org.eclipse.cdt.core.templateengine.process.ProcessArgument;
27 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException;
28 import org.eclipse.cdt.core.templateengine.process.ProcessRunner;
42 public void process(TemplateCore template, ProcessArgument[] args, String processId, in process() method in SetFolders
DSimpleFile.java23 import org.eclipse.cdt.core.templateengine.process.ProcessArgument;
24 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException;
25 import org.eclipse.cdt.core.templateengine.process.ProcessRunner;
50 public void process(TemplateCore template, ProcessArgument[] args, String processId, in process() method in SimpleFile
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintDeltaProcessor.java77 public void process(@NonNull IResourceDelta delta) { in process() method in LintDeltaProcessor
97 public void process(@NonNull IFile file) { in process() method in LintDeltaProcessor
182 LintDeltaProcessor.create().process(file); in startListening()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
Dmessages.properties26 DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source project is present…
33 DeviceView_Process_Already_Being_Debugged=The process is already being debugged\!
34 DeviceView_Process_Debug_Already_In_Use=The process debug port is already in use\!
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DAdtStartup.java202 Process process; in getSdkPathFromWindowsRegistry() local
204 process = Runtime.getRuntime().exec(command); in getSdkPathFromWindowsRegistry()
207 process, in getSdkPathFromWindowsRegistry()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DSdkManagerAction.java193 Process process = Runtime.getRuntime().exec(command); in openExternalSdkManager()
195 process, in openExternalSdkManager()
DDexDumpAction.java172 final Process process = Runtime.getRuntime().exec(command); in runDexDump() local
179 process, in runDexDump()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DStringEvaluator.java70 inputsTemplate.process(mParameters, out); in evaluate()
DTemplateHandler.java464 inputsTemplate.process(paramMap, out); in processVariables()
587 freemarkerTemplate.process(paramMap, out); in execute()
740 template.process(paramMap, out); in merge()
924 merger.process(currentManifest, fragment); in mergeManifest()
972 template.process(paramMap, out); in instantiate()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion18.txt13 android:process : Specify a specific process that the associated code is to run in. [string]
/sdk/find_java/
Dfind_java.bat30 rem call this .bat file from a 32-bit process.
36 rem 32-bit if running from a 32-bit process. Still, it should serve to help
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
Dmessages.properties12 NdkGdbLaunchDelegate_Action_WaitGdbServerAttach=Waiting for gdbserver to attach to process
/sdk/eclipse/scripts/
D_mk_icons.sh27 icon P green process
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java609 Process process = Runtime.getRuntime().exec(commandArray, envp); in runProguard() local
615 execError = grabProcessOutput(mProject, process, results); in runProguard()
964 Process process = Runtime.getRuntime().exec(command); in executeAapt() local
970 int returnCode = grabProcessOutput(mProject, process, stdErr); in executeAapt()
1189 final Process process, in grabProcessOutput() argument
1194 process, in grabProcessOutput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DBaseBuilder.java254 protected final int grabProcessOutput(final Process process, in grabProcessOutput() argument
256 return BuildHelper.grabProcessOutput(getProject(), process, stdErr); in grabProcessOutput()
DPreCompilerBuilder.java1017 if (merger.process( in mergeManifest()
1225 Process process = Runtime.getRuntime().exec( in execAapt() local
1232 int returnCode = grabProcessOutput(process, stdErr); in execAapt()
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt131 To iterate through all regions, we need to process the list of top-level regions and then
135 // process inner regions
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java873 Process process = Runtime.getRuntime().exec(command.toArray(new String[command.size()])); in ensureNoBuildErrors() local
878 process, in ensureNoBuildErrors()
889 process = Runtime.getRuntime().exec(antCmd + " " + antTarget, null, projectDir); in ensureNoBuildErrors()
892 process, in ensureNoBuildErrors()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java567 Process process = Runtime.getRuntime().exec(command); in zipAlign() local
573 process, in zipAlign()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java1369 Process process = Runtime.getRuntime().exec(command); in launchEmulator() local
1370 grabEmulatorOutput(process); in launchEmulator()
1759 private void grabEmulatorOutput(final Process process) { in grabEmulatorOutput() argument
1766 InputStreamReader is = new InputStreamReader(process.getErrorStream()); in grabEmulatorOutput()
1787 InputStreamReader is = new InputStreamReader(process.getInputStream()); in grabEmulatorOutput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DProjectNamePage.java392 sCustomLocationOsPath = TextProcessor.process(absDir); in updateLocationPathField()
406 value = TextProcessor.process(value); in updateLocationPathField()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DProjectHelper.java621 for (String process : processes) { in findAndroidProjectByAppName()
622 if (process.equals(applicationName)) { in findAndroidProjectByAppName()
/sdk/files/typos/
Dtypos-hu.txt85 # are assimilated works expressed by a process analogous to
88 # are assimilated works expressed by a process analogous to
102 # means or process, including by wire or wireless means or public
106 # the public by any means or process and the communication to the
Dtypos-nb.txt85 # are assimilated works expressed by a process analogous to
88 # are assimilated works expressed by a process analogous to
102 # means or process, including by wire or wireless means or public
106 # the public by any means or process and the communication to the
Dtypos-it.txt85 # are assimilated works expressed by a process analogous to
88 # are assimilated works expressed by a process analogous to
102 # means or process, including by wire or wireless means or public
106 # the public by any means or process and the communication to the

12