/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 2 * Copyright (C) 2007 The Android Open Source Project 38 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 39 import com.android.ide.eclipse.adt.internal.project.ApkInstallManager; 40 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 41 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 159 * @param project The project of the application to debug. 162 public static void debugRunningApp(IProject project, int debugPort) { 164 ILaunchConfiguration config = AndroidLaunchController.getLaunchConfig(project); 176 * @param project the projec 1602 IProject project = ProjectHelper.findAndroidProjectByAppName(applicationName); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 2 * Copyright (C) 2010 The Android Open Source Project 21 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 198 * @param project the project containing the file to mark 201 public static boolean parseOutput(List<String> results, IProject project) { 204 return parseOutput(results.toArray(new String[size]), project); 214 * @param project the project containing the file to mark 217 public static boolean parseOutput(String[] results, IProject project) { 223 // get the root of the project so that we can make IFile from ful [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/ |
AdtSourceLookupDirector.java | 2 * Copyright (C) 2010 The Android Open Source Project
51 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
local 52 if (project != null && project.isOpen()) {
53 ProjectState state = Sdk.getProjectState(project);
68 IJavaProject javaProject = JavaCore.create(project);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/templates/ |
SetFolders.java | 2 * Copyright (C) 2011 The Android Open Source Project
60 // Get the project
64 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
local 65 if (!project.exists())
74 ICProject cproject = CCorePlugin.getDefault().getCoreModel().create(project);
86 IFolder folder = project.getFolder(new Path(sourceFolder));
93 IFolder folder = project.getFolder(new Path(outputFolder));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiPackageAttributeNode.java | 2 * Copyright (C) 2007 The Android Open Source Project 178 // we need to get the project of the manifest. 179 IProject project = getProject(); local 180 if (project != null) { 184 JavaCore.create(project), 0); 186 dlg.setMessage("Select the package for the Android project."); 211 // project and the current editor's site. 213 IProject project = getProject(); local 214 if (project == null) { 215 AdtPlugin.log(IStatus.ERROR, "Failed to get project for UiPackageAttribute"); //$NON-NLS-1 301 IProject project = getProject(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 2 * Copyright (C) 2011 The Android Open Source Project 41 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 199 IProject project = editor.getProject(); 200 if (project != null) { 201 // get the resource repository for this project and the system resources. 203 ResourceManager.getInstance().getProjectResources(project); 209 project, 232 IProject project = editor.getProject(); 234 if (project != null) { 235 // get the resource repository for this project and the system resources [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 2 * Copyright (C) 2011 The Android Open Source Project 55 // Make a separate test project for this test such that we don't pollute code assist 85 IProject project = getProject(); local 86 IFile file = getTestDataFile(project, name, FD_RES + "/" + FD_RES_LAYOUT + "/" + name); 92 String osRoot = project.getLocation().toOSString(); 97 // When debugging these tests, the project gets a chance to build itself so 110 AaptParser.parseOutput(errors, project); 179 IFile newFile = project.getFile(path); 205 IProject project = getProject(); local 206 IFile file = getTestDataFile(project, name, FD_RES + "/" + FD_RES_COLOR + "/" + name) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 34 * Class to fix the launch configuration of a project if the java package 51 public FixLaunchConfig(IProject project, String oldPackage, String newPackage) { 54 mProject = project; 85 // get the list of config for the project 123 * specified project. 124 * @param projectName The name of the project
|
AndroidClasspathContainer.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/wizards/ |
AddNativeWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project
49 public AddNativeWizard(IProject project, IWorkbenchWindow window) {
50 mProject = project;
52 mTemplateArgs.put(NdkManager.LIBRARY_NAME, project.getName());
77 // Convert to CDT project
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
DebuggerConnector.java | 2 * Copyright (C) 2010 The Android Open Source Project 47 IProject project = getProject(); local 49 if (project != null) { 57 String projectName = project.getName(); 73 // set the project name 107 * specified project and connection port. 110 * @param projectName The name of the project 112 * @return an existing <code>ILaunchConfiguration</code> object matching the project, or 121 // look for one set up for the project with a debug equal to the selected debug port.
|
SourceRevealer.java | 2 * Copyright (C) 2010 The Android Open Source Project 47 IProject project = getProject(); local 49 if (project != null) { 59 // get the java project 60 IJavaProject javaProject = JavaCore.create(project);
|
/external/libvpx/vp8/common/ppc/ |
platform_altivec.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may
|
/external/libvpx/vp8/decoder/arm/armv5/ |
dequantize_v5.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may
|
/external/libvpx/vpx_ports/ |
emms.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may
|
/external/webrtc/ |
android-webrtc.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/common_audio/resampler/main/source/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/common_audio/vad/main/source/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/modules/audio_processing/main/test/process_test/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/modules/audio_processing/main/test/unit_test/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/external/webrtc/src/modules/audio_processing/utility/ |
Android.mk | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 6 # in the file PATENTS. All contributing project authors may
|
/frameworks/base/media/libdrm/mobile1/ |
Android.mk | 4 # First project 54 # Second project
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 2 * Copyright (C) 2007 The Android Open Source Project 134 * @param project the current projection matrix 135 * @param projectOffset the offset into the project array where the project 148 float[] model, int modelOffset, float[] project, int projectOffset, 155 Matrix.multiplyMM(scratch, M_OFFSET, project, projectOffset, 200 * @param project the current projection matrix 201 * @param projectOffset the offset into the project array where the project 214 float[] model, int modelOffset, float[] project, int projectOffset [all...] |