HomeSort by relevance Sort by last modified time
    Searched full:project (Results 376 - 400 of 45849) sorted by null

<<11121314151617181920>>

  /external/webrtc/src/system_wrappers/source/
cpu_no_op.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
critical_section.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/webrtc/test/
run_all_unittests.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /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/resources/manager/
CompiledResourcesMonitor.java 2 * Copyright (C) 2007 The Android Open Source Project
22 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
23 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
84 IProject project = file.getProject(); local
88 String className = getRClassName(project);
92 "fileChanged: failed to find manifest package for project %1$s", //$NON-NLS-1$
93 project.getName());
99 loadAndParseRClass(project, className);
106 * For example, /project/bin/classes/com/foo/app/R.class should match com.foo.app.R
136 * Processes project close event
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.project 6 <project>SdkLib</project>
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/
project.properties4 8 # project structure.
13 # Project target.
  /sdk/testapps/jarCheckTests1/app/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests2/app/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests3/app/
project.properties 8 # project structure.
10 # Project target.
  /sdk/files/ant/
build.xml 2 <project name="android_rules" default="debug">
5 This build file is imported by the project build file. It contains
21 - test project-specific build targets,
138 <property name="resource.package.file.name" value="${ant.project.name}.ap_" />
185 <!-- macro to do a task on if project.is.library is false.
191 <if condition="${project.is.library}">
237 <!-- set the secondary dx input: the project (and library) jar files
245 <path refid="project.all.jars.path" />
285 <jarfile refid="project.all.jars.path" />
287 <nativefolder refid="project.library.native.folder.path" /
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 2 * Copyright (C) 2011 The Android Open Source Project
45 import com.android.tools.lint.detector.api.Project;
126 private Project[] mCurrentProjects;
176 * Returns the project containing a given file, or null if not found. This searches
177 * only among the currently checked project and its library projects, not among all
181 * @return the corresponding project, or null if not found
184 public Project findProjectFor(@NonNull File file) {
190 for (Project project : mCurrentProjects) {
191 if (path.startsWith(project.getDir().getPath()))
568 Project project = entry.getValue(); local
    [all...]
  /docs/source.android.com/src/source/
cla-corporate.md 2 Copyright 2010 The Android Open Source Project
19 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.
21 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
38 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, a (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 2 * Copyright (C) 2007 The Android Open Source Project
17 package com.android.ide.eclipse.adt.internal.project;
67 * Project filter to be used with {@link BaseProjectHelper#getAndroidProjects(IProjectFilter)}.
70 boolean accept(IProject project);
74 * returns a list of source classpath for a specified project
92 * returns a list of source classpath for a specified project
93 * @param project
96 public static List<IPath> getSourceClasspaths(IProject project) {
97 IJavaProject javaProject = JavaCore.create(project);
154 // on Windows, when adding a marker to a project, it takes a refresh for the marke
427 IProject project = javaProject.getProject(); local
    [all...]
  /external/chromium/testing/gmock/msvc/2010/
gmock_main.vcxproj 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
74 <Project>{34681f0d-ce45-415d-b5f2-5c662dfe3bd5}</Project>
85 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    [all...]
gmock_test.vcxproj 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
90 <Project>{e4ef614b-30df-4954-8c53-580a0bf6b589}</Project>
98 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    [all...]
  /external/llvm/utils/release/
merge.sh 11 # Merge a revision into a project.
22 echo " -proj PROJECT The project to merge the result into"
23 echo " -rev NUM The revision to merge into the project"
32 -proj | --proj | -project | --project | -p )
50 echo "error: need to specify project and revision"
56 if ! svn ls http://llvm.org/svn/llvm-project/$proj/trunk > /dev/null 2>&1 ; then
57 echo "error: invalid project: $proj"
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&
    [all...]
  /sdk/anttasks/src/com/android/ant/
GetTypeTask.java 2 * Copyright (C) 2012 The Android Open Source Project
20 import com.android.sdklib.internal.project.ProjectProperties;
25 import org.apache.tools.ant.Project;
37 * Task to query the type of the current project.
41 * <code>projectTypeOut</code>: String value containing the type of the project. Possible values
59 Project antProject = getProject();
64 System.out.println("Project Type: Android Library");
72 System.out.println("Project Type: Test Application");
79 // means the app is a self-contained test project.
93 System.out.println("Project Type: Self-Tested Application")
    [all...]
  /sdk/templates/
build.template 2 <project name="PROJECT_NAME" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
51 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
56 Import per project custom build rules if present at the root of the project.
85 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/buildConfigTest/app/
build.xml 2 <project name="buildConfigTest" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/buildConfigTest/lib1/
build.xml 2 <project name="lib1" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/gridlayoutTest/app/
build.xml 2 <project name="app" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/
build.xml 2 <project name="v7-gridlayout" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/libsAndJarTest/app/
build.xml 2 <project name="app" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]
  /sdk/testapps/libsAndJarTest/lib1/
build.xml 2 <project name="lib1" default="help">
22 Properties related to the SDK location or the project target should
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
49 Import per project custom build rules if present at the root of the project.
78 in order to avoid having your file be overridden by tools such as "android update project"
    [all...]

Completed in 561 milliseconds

<<11121314151617181920>>