HomeSort by relevance Sort by last modified time
    Searched full:project (Results 226 - 250 of 31238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vpx/
vpx_codec_impl_top.h 2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/libvpx/vpx_scale/include/
vpxscale_nofp.h 2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/libvpx/vpx_scale/
scale_mode.h 2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
package.html 3 adapted from the SIP communicator project and generously dontated to the JAIN-SIP project
  /sdk/ddms/libs/ddmuilib/
README 7 Because the build path cannot contain relative path that are not inside the project directory,
10 In order to compile the project, make a user library called ANDROID_SWT containing the jar files
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ResourceManagerBuilder.java 2 * Copyright (C) 2007 The Android Open Source Project
23 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
24 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
62 // Get the project.
63 IProject project = getProject(); local
65 // Clear the project of the generic markers
66 removeMarkersFromProject(project, AndroidConstants.MARKER_ADT);
69 // build() returns a list of project from which this project depends for future compilation.
74 // Get the project
75 IProject project = getProject(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 2 * Copyright (C) 2009 The Android Open Source Project
44 * project path of the file, the data is a set of known string Ids for that file.
60 * @param project The project contain the XML file.
61 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
66 public String valueOfStringId(IProject project, String xmlFileWsPath, String stringId) {
67 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath);
76 * @param project The project contain the XML file.
77 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.project 6 <project>SdkLib</project>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
ProjectHelperTest.java 2 * Copyright (C) 2008 The Android Open Source Project
17 package com.android.ide.eclipse.adt.internal.project;
19 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
33 "com.android.ide.eclipse.adt.project.AndroidClasspathContainerInitializer"; //$NON-NLS-1$
50 // create a project with a path to an android .zip
53 new ClasspathEntryMock(new Path("Project/src"), //$NON-NLS-1$
58 new Path("Project/bin"));
64 assertEquals("Project/src", fixedEntries[0].getPath().toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 2 * Copyright (C) 2007 The Android Open Source Project
21 import com.android.ide.eclipse.adt.internal.project.AndroidNature;
22 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
76 * A "New Android Project" Wizard.
87 * Indicates which pages should be available in the New Project Wizard.
91 * Both the usual "Android Project" and the "Android Test Project" pages will
93 * on the soon-to-be created normal project.
97 * Only the "Android Test Project" page will be available. User will have to
98 * select an existing Android Project. If the selection matches such a project
400 final IProject project = workspace.getRoot().getProject(info.getProjectName()); local
463 final IProject project = workspace.getRoot().getProject(info.getProjectName()); local
1037 IProject project = javaProject.getProject(); local
    [all...]
  /development/pdk/docs/source/
cla-corporate.jd 4 <div><p>In order to clarify the intellectual property license granted with Contributions from any person or entity, the Android Open Source Project (the "Project") must have a Contributor License Grant ("Grant") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Project and the Android Open Source Project Leads (the "Project Leads"); it does not change your rights to use your own Contributions for any other purpose.
6 <p>This version of the Grant allows an entity (the "Corporation") to submit Contributions to the Project Leads, to authorize Contributions submitted by its designated employees to the Project Leads, and to grant copyright and patent licenses thereto. If you have not already done so, please complete and send an original signed Grant to
14 <p>You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Project. Except for the license granted herein to the Project Leads and recipients of software distributed by the Project Leads, You reserve all right, title, and interest in and to Your Contributions
    [all...]
  /frameworks/base/docs/html/guide/developing/
other-ide.jd 8 <li><a href="#CreatingAProject">Creating an Android Project</a></li>
26 <li><a href="#librarySetup">Setting up a library project</a></li>
27 <li><a href="#libraryReference">Referencing a library project</a></li>
28 <li><a href="#depAppBuild">Building a dependent application project</a></li>
51 includes all the tools you need to set up an Android project, build it, debug it and then
76 <dd>To compile and build your Android project into an installable .apk file.</dd>
87 <h2 id="CreatingAProject">Creating an Android Project</h2>
89 <p>To create an Android project, you must use the <code>android</code> tool. When you create
90 a new project with <code>android</code>, it will generate a project director
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 2 * Copyright (C) 2007 The Android Open Source Project
20 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
42 * The Global Project Monitor tracks project file changes, and forward them to simple project,
46 * To track project resource changes, use the monitor in the {@link ResourceManager}. It is more
75 * Classes which implements this interface provide methods dealing with project events.
79 * Sent for each opened android project at the time the listener is put in place.
80 * @param project the opened project
220 IProject project = (IProject)r; local
    [all...]
  /bionic/libdl/
NOTICE 1 Copyright (C) 2007 The Android Open Source Project
12 3. Neither the name of the project nor the names of its contributors
16 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
19 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  /bionic/libstdc++/
NOTICE 1 Copyright (C) 2007 The Android Open Source Project
12 3. Neither the name of the project nor the names of its contributors
16 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
19 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  /bionic/libthread_db/
NOTICE 1 Copyright (C) 2007 The Android Open Source Project
12 3. Neither the name of the project nor the names of its contributors
16 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
19 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  /build/tools/atree/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /build/tools/kcm/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /dalvik/dvz/
Android.mk 1 # Copyright 2006 The Android Open Source Project
  /dalvik/tests/008-instanceof/src/
ImplB.java 1 // Copyright 2006 The Android Open Source Project
  /dalvik/tests/009-instanceof2/src/
ImplB.java 1 // Copyright 2006 The Android Open Source Project
  /dalvik/tests/022-interface/src/
ImplB.java 1 // Copyright 2006 The Android Open Source Project
  /dalvik/tests/025-access-controller/src/
Main.java 1 // Copyright 2007 The Android Open Source Project
Privvy.java 1 // Copyright 2007 The Android Open Source Project
  /dalvik/tests/029-assert/src/
Main.java 1 // Copyright 2007 The Android Open Source Project

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>