HomeSort by relevance Sort by last modified time
    Searched refs:projects (Results 51 - 75 of 94) sorted by null

1 23 4

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiServiceListener.java 35 * The list of projects was loaded
37 * @param projects The array of projects
40 public void onProjectsLoaded(List<VideoEditorProject> projects, Exception exception) {}
ApiService.java 292 * Load the projects
1552 final List<VideoEditorProject> projects = new ArrayList<VideoEditorProject>(); local
2934 final List<VideoEditorProject> projects = (List<VideoEditorProject>)result; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 92 * skeleton XML resources files for Android projects.
712 // open Android projects we can find in the current workspace. If there's only
714 IJavaProject[] projects = AdtUtils.getOpenAndroidProjects(); local
715 if (projects != null && projects.length == 1) {
717 targetProject = projects[0].getProject();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 446 DeclareBit('vsproj', 'Generate Visual Studio projects and solution files.')
484 # Solution and target projects
488 projects = [p], variable
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /external/llvm/
Makefile 35 OPTIONAL_DIRS := projects bindings
186 # in Makefile.rules where it can be reused by sub-projects.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 378 // Run lint on all the open Android projects
380 IProject[] projects = workspace.getRoot().getProjects(); local
381 List<IProject> androidProjects = new ArrayList<IProject>(projects.length);
382 for (IProject project : projects) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 199 * @param libProjects the list of library projects that this project depends on.
309 * @param libProjects an optional list of library projects (can be null)
359 * @param libProjects an optional list of library projects (can be null)
455 // write the native libraries for the library projects.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
vs-addin.rst 46 debug configuration of solutions and projects. The platforms configure the
456 You can look at the example projects in the SDK to see how the index and
551 The example projects use a single source file (``hello_nacl.c`` or
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 119 ; http://www.tortall.net/projects/yasm/ticket/236
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 799 IJavaProject[] projects = BaseProjectHelper.getAndroidProjects(null); local
800 for (IJavaProject p : projects) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 839 DeclareBit('vsproj', 'Generate Visual Studio projects and solution files.')
877 # Solution and target projects
881 projects = [p], variable
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /build/core/
java.mk 266 # Provide a way to skip sources included in multiple projects.
  /external/strace/
strace.spec 7 URL: http://sourceforge.net/projects/strace/
  /prebuilts/devtools/tools/lib/
lint-api.jar 

Completed in 1012 milliseconds

1 23 4