/external/icu4c/test/letest/ |
letest.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft. (…) [all...] |
/external/openssl/crypto/srp/ |
srp_lcl.h | 3 * for the EdelKey project and contributed to the OpenSSL project 2004. 6 * Copyright (c) 2004 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project 39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
/external/openssl/ssl/ |
kssl_lcl.h | 2 /* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project 2000. 3 * project 2000. 6 * Copyright (c) 2000 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project 39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 22 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 82 mValues.project = mInitialProject; 96 IProject project = mValues.project; local 98 // Write out the images into the project 106 IFile file = project.getFile(dest); 169 selectFiles(project, mCreatedFiles); 174 private void selectFiles(IProject project, List<? extends IResource> createdFiles) { 183 javaProject = BaseProjectHelper.getJavaProject(project); 258 IProject project = res != null ? res.getProject() : null; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizardState.java | 2 * Copyright (C) 2012 The Android Open Source Project 41 /** The template handler instantiating the project */ 44 /** The name of the project */ 59 /** Whether the project name has been edited by the user */ 74 /** The compilation target to use for this project */ 86 /** Whether this project should be marked as a library project */ 108 /** Folder where the project should be created. */ 114 /** The set of chosen working sets to use when creating the project */
|
/sdk/testapps/jarCheckTests1/app/ |
build.xml | 2 <project name="basicProjectWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests1/lib1/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests1/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/app/ |
build.xml | 2 <project name="basicProjectWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/lib1/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/app/ |
build.xml | 2 <project name="basicProjectWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/lib1/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" 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" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
RSSFeedUtil.java | 18 import org.apache.tools.ant.Project; 56 Project project = new Project(); project.setName(executable); local 57 exec.setProject(project); 75 handleExecTaskReturn(project); 79 handleExecTaskReturn(project); 80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$ 88 private void handleExecTaskReturn(Project project [all...] |
/external/webrtc/test/testsupport/ |
fileutils.h | 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 7 * in the file PATENTS. All contributing project authors may 16 // path to the project source tree root directory. Using this, it is easy to 32 // * Test project located in /home/user/webrtc/trunk/src/testproject 44 // * Test project located in C:\Users\user\webrtc\trunk\src\testproject 54 // * Test project located in /Users/user/webrtc/trunk/src/testproject 73 // to find the project root. 76 // Finds the root dir of the project, to be able to set correct paths to 82 // If the current working directory is above the project root dir, it will not 88 // Returns the absolute path to the project root dir (usually the trunk dir [all...] |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-parent/4.0/ |
asm-parent-4.0.pom | 31 <project xmlns="http://maven.apache.org/POM/4.0.0" 109 <groupId>${project.groupId}</groupId> 110 <version>${project.version}</version> 115 <groupId>${project.groupId}</groupId> 116 <version>${project.version}</version> 121 <groupId>${project.groupId}</groupId> 122 <version>${project.version}</version> 127 <groupId>${project.groupId}</groupId> 128 <version>${project.version}</version> 133 <groupId>${project.groupId}</groupId [all...] |
/ndk/build/core/ |
build-local.mk | 1 # Copyright (C) 2010 The Android Open Source Project 44 # If NDK_PROJECT_PATH is not defined, find the application's project 53 # libraries without a full Android project tree. 78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 80 find-project-dir-inner = \ 84 $(call find-project-dir-inner-2)\ 87 find-project-dir-inner-2 = \ 97 $(call find-project-dir-inner-2)\ 104 # current directory is the top of our project path. If this is the case, w [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. 58 * @param project The project contain the XML file. 59 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml". 64 public String valueOfStringId(IProject project, String xmlFileWsPath, String stringId) { 65 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); 74 * @param project The project contain the XML file. 75 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml" [all...] |
/external/clang/test/Index/ |
compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", 5 "file": "/home/john.doe/MyProject/project.cpp" 22 # RUN: c-index-test -compilation-db lookup /home/john.doe/MyProject/project.cpp %s | FileCheck -check-prefix=FILE-1-CMD %s 23 # FILE-1-CMD: workdir:'/home/john.doe/MyProject' cmdline:'clang++ -o project.o -c /home/john.doe/MyProject/project.cpp'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 2 * Copyright (C) 2010 The Android Open Source Project 20 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper; 21 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.IProjectChooserFilter; 25 import com.android.sdklib.internal.project.ProjectProperties; 26 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 55 * Self-contained UI to edit the library dependencies of a Project. 87 IProject project; field in class:LibraryProperties.ItemData 96 public boolean accept(IProject project) { 98 ProjectState state = Sdk.getProjectState(project); 100 if (state.isLibrary() == false || project == mState.getProject()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkManager.java | 2 * Copyright (C) 2010, 2011 The Android Open Source Project 60 public static void addNativeSupport(final IProject project, Map<String, String> templateArgs, 63 // Launch our template to set up the project contents 66 valueStore.put("projectName", project.getName()); //$NON-NLS-1$ 70 // refresh project resources 71 project.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(monitor, 10));
|
/external/llvm/docs/ |
Projects.rst | 2 Creating an LLVM Project 13 these facilities, a ``Makefile`` from a project must do the following things: 18 * ``PROJECT_NAME`` - The name by which your project is known. 21 * ``PROJ_SRC_ROOT`` - The root of the project's source tree. 22 * ``PROJ_OBJ_ROOT`` - The root of the project's object tree. 25 project's root ``($PROJ_OBJ_ROOT)``. 35 * You can use the pre-made LLVM sample project. This sample project includes 40 This document assumes that you will base your project on the LLVM sample project [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 2 * Copyright (C) 2008 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 19 import static com.android.sdklib.internal.project.ProjectProperties.PROPERTY_SDK; 37 import com.android.sdklib.internal.project.ProjectProperties; 83 * Exports a release version of the application created by the given project. 84 * @param project the project to export 91 public static void exportReleaseApk(IProject project, File outputFile, PrivateKey key, 99 ProjectHelper.compileInReleaseMode(project, monitor); 111 IResource manifestResource = project.findMember(SdkConstants.FN_ANDROID_MANIFEST_XML) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 2 * Copyright (C) 2011 The Android Open Source Project 34 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 76 * We don't stash the project used by each test case as a field such that test cases 77 * can share a single project instance (which is typically much faster). 146 /** Set to true if the subclass test case should use a per-instance project rather 147 * than a shared project. This is needed by projects which modify the project in such 151 * @return true to create a per-instance project instead of the default shared project 171 /** Returns a name to use for the project used in this test. Subclasses do not need t 190 IProject project = sProjectMap.get(projectName); local [all...] |