HomeSort by relevance Sort by last modified time
    Searched full:project (Results 426 - 450 of 51887) sorted by null

<<11121314151617181920>>

  /external/webrtc/src/system_wrappers/source/
critical_section_win.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
  /frameworks/volley/
project.properties 8 # project structure.
10 # Project target.
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.pom 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 </project>
  /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
26 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
27 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
93 IProject project = file.getProject(); local
97 String className = getRClassName(project);
101 "fileChanged: failed to find manifest package for project %1$s", //$NON-NLS-1$
102 project.getName());
108 loadAndParseRClass(project, className);
115 * For example, /project/bin/classes/com/foo/app/R.class should match com.foo.app.R
145 * Processes project close event
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.project 6 <project>SdkLib</project>
  /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/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;
69 * Project filter to be used with {@link BaseProjectHelper#getAndroidProjects(IProjectFilter)}.
72 boolean accept(IProject project);
76 * returns a list of source classpath for a specified project
94 * returns a list of source classpath for a specified project
95 * @param project
98 public static List<IPath> getSourceClasspaths(IProject project) {
99 IJavaProject javaProject = JavaCore.create(project);
161 // on Windows, when adding a marker to a project, it takes a refresh for the marke
442 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/apps/DeviceConfig/
build.xml 2 <project name="MyActivity" 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/aidlTest/libWithAidl/
build.xml 2 <project name="libWithAidl" 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/aidlTest/mainProject/
build.xml 2 <project name="aidlTest-mainProject" 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/customPropAnimTest/
build.xml 2 <project name="CustomPropertyAnimationActivity" 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/customViewTest/libWithCustomView/
build.xml 2 <project name="libWithCustomView" 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/customViewTest/mainProject/
build.xml 2 <project name="customViewTest-mainProject" 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/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="libsAndJarTest-app" default="help">
22 Properties related to the SDK location or the project target should
38 <!-- The project.properties file is created and updated by the 'android'
41 This contains project specific properties such as project target, and library
47 <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/libsAndJarTest/lib1/
build.xml 2 <project name="libsAndJarTest-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" />
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/libsAndJarTest/lib2/
build.xml 2 <project name="libsAndJarTest-lib2" 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/libsTest/app/
build.xml 2 <project name="libsAndJarTest-app" default="help">
22 Properties related to the SDK location or the project target should
38 <!-- The project.properties file is created and updated by the 'android'
41 This contains project specific properties such as project target, and library
47 <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...]

Completed in 279 milliseconds

<<11121314151617181920>>