HomeSort by relevance Sort by last modified time
    Searched full:project (Results 401 - 425 of 65461) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/examples/android/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /external/clang/bindings/python/tests/cindex/INPUTS/
compile_commands.json 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp",
5 "file": "/home/john.doe/MyProject/project.cpp"
  /external/guava/guava/
pom.xml 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 This project is a complete packaging of all the Guava libraries
31 <groupId>${project.groupId}</groupId>
33 <version>${project.version}</version>
53 <compilerArgument>-Xbootclasspath/p:${project.build.directory}/dependency/guava-bootstrap-${project.version}.jar</compilerArgument>
135 <docletPath>${project.basedir}/lib/jdiff.jar</docletPath>
137 -XDignore.symbol.file -apiname 'Guava ${project.version}'
140 <reportOutputDirectory>${project.reporting.outputDirectory}</reportOutputDirectory>
147 <finalName>${project.artifactId}-${project.version}</finalName
    [all...]
  /external/v8/build/
README.txt 1 This directory contains the V8 GYP files used to generate actual project files
8 the V8 project do the following:
34 To generate Xcode project files on Mac OS:
39 This will make an Xcode project for the ia32 architecture. To build and run do:
41 $ xcodebuild -project build/all.xcodeproj
43 $ xcodebuild -project build/all.xcodeproj -configuration Release
47 To generate Visual Studio solution and project files on Windows:
51 the same version as is used by the Chromium project. This can be checked out
52 from the Chromium repository. From the root of the V8 project do the following:
57 is used by the Chromium project. This can also be checked out from the Chromiu
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /frameworks/volley/
build.xml 2 <project name="volley" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 2 * Copyright (C) 2007 The Android Open Source Project
48 // get the object and the project from it
56 // get the project from the resource
58 IProject project = r.getProject(); local
60 if (project != null) {
61 ProjectState state = Sdk.getProjectState(project);
70 launch(project, mode);
90 * Launch a config for the specified project.
91 * @param project The project to launc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 2 * Copyright (C) 2008 The Android Open Source Project
17 package com.android.ide.eclipse.adt.internal.project;
50 // get the project and make sure this is an android project
51 IProject project = folder.getProject(); local
52 if (project == null || !project.exists() || !folder.exists()) {
57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) {
58 // check the folder is directly under the project.
59 if (folder.getParent().getType() == IResource.PROJECT) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 2 * Copyright (C) 2011 The Android Open Source Project
24 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
27 import com.android.sdklib.internal.project.ProjectProperties;
28 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
44 * to pass project information to the {@link NewProjectCreator}.
47 /** The mode to run the wizard in: creating test, or sample, or plain project */
51 * If true, the project should be created from an existing codebase (pointed
53 * {@link #chosenSample}. Otherwise, create a brand new project from scratch.
58 * Whether new projects should be created into the default project location
70 /** True if the project location name has been manually edited by the user *
    [all...]
  /sdk/templates/
build.template 2 <project name="PROJECT_NAME" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]
uibuild.template 2 <project name="PROJECT_NAME" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/aidlTest/mainProject/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/basicProjectWithAidl/
build.xml 2 <project name="basicProject" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the 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
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/buildConfigTest/lib1/
build.xml 2 <project name="lib1" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/customViewTest/mainProject/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/gridlayoutTest/app/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/javaProjectTest/app/
project.properties 8 # project structure.
11 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsAndJarTest/app/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/libsAndJarTest/lib1/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsAndJarTest/lib2/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsTest/app/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/libsTest/appTest/
build.xml 2 <project name="testProjectTest-testapp" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 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."
58 Import per project custom build rules if present at the root of the project
    [all...]

Completed in 611 milliseconds

<<11121314151617181920>>