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

<<21222324252627282930>>

  /system/bluetooth/brfpatch/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /system/core/cpio/
Android.mk 1 # Copyright 2005 The Android Open Source Project
  /system/core/libcutils/tests/memset_mips/
Android.mk 1 # Copyright 2012 The Android Open Source Project
  /system/extras/showmap/
Android.mk 1 # Copyright 2006 The Android Open Source Project
  /system/extras/showslab/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /system/extras/tests/crypto/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /system/extras/tests/icachetest/
Android.mk 1 # Copyright 2006 The Android Open Source Project
  /system/extras/tests/pftest/
Android.mk 1 # Copyright 2010 The Android Open Source Project
  /system/extras/tests/storage/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /system/extras/tests/timetest/
Android.mk 1 # Copyright 2006 The Android Open Source Project
  /system/media/audio_route/
NOTICE 1 Copyright 2013, The Android Open Source Project
10 * Neither the name of The Android Open Source Project nor the names of
14 THIS SOFTWARE IS PROVIDED BY The Android Open Source Project ``AS IS'' AND
17 ARE DISCLAIMED. IN NO EVENT SHALL The Android Open Source Project BE LIABLE
  /external/jsr305/ri/nbproject/
project.xml 2 <project xmlns="http://www.netbeans.org/ns/project/1">
5 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Do not use Project Properties customizer when editing this file manually. -->
69 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
78 </project>
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorFactory.java 2 * Copyright (C) 2010 The Android Open Source Project
28 * by creating a new project {@link #create(String)} or by loading an
29 * existing project {@link #load(String)}.
37 * files are stored. When a project is deleted the application is
47 * If the project path does not exist create it
52 throw new FileNotFoundException("Cannot create project path: "
74 * are stored. When a project is deleted the application is
  /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;
31 "com.android.ide.eclipse.adt.project.AndroidClasspathContainerInitializer"; //$NON-NLS-1$
48 // create a project with a path to an android .zip
51 Mocks.createClasspathEntry(new Path("Project/src"), //$NON-NLS-1$
56 new Path("Project/bin"));
62 assertEquals("Project/src", fixedEntries[0].getPath().toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 2 * Copyright (C) 2007 The Android Open Source Project
33 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
34 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
35 import com.android.ide.eclipse.adt.internal.project.FixLaunchConfig;
36 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
37 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler.BasicXmlErrorListener;
55 import com.android.sdklib.internal.project.ProjectProperties;
101 /** This ID is used in plugin.xml and in each project's .project file.
119 * Stored persistently in the project. *
246 IProject project = getProject(); local
781 IProject project = getProject(); local
    [all...]
  /docs/source.android.com/src/source/
cla-individual.jd 14 <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. If you have not already done so, please complete and send an original signed Grant to</p>
36 <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.</p>
40 <p>"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, (…)
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings-appname.xml 5 ** Copyright 2013, The Android Open Source Project
22 <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated.
26 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
30 <!-- Title for Android Keyboard settings screen. AOSP(Android Open Source Project) should not be translated.
34 <!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project) should not be translated.
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/
httpcomponents-core-4.1.pom 27 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
29 <artifactId>project</artifactId>
32 <relativePath>../project/pom.xml</relativePath>
75 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
76 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
154 <property name="target" value="${project.build.directory}" />
155 <property name="package.name" value="${project.artifactId}-${project.version}-bin" /
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
OpenCreateAssetSetWizardAction.java 2 * Copyright (C) 2011 The Android Open Source Project
34 * @param project the initial project to associate with the wizard
36 public OpenCreateAssetSetWizardAction(IProject project) {
37 mProject = project;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 2 * Copyright (C) 2010 The Android Open Source Project
24 import com.android.sdklib.internal.project.ProjectProperties;
25 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy;
42 * Centralized state for Android Eclipse project.
43 * <p>This gives raw access to the properties (from <code>project.properties</code>), as well
48 * {@link #isLibrary()} indicates if the project is a library.
51 * project and its library. Theses instances are owned by the {@link ProjectState}.
53 * {@link #isMissingLibraries()} will indicate if the project has libraries that are not resolved.
54 * Unresolved libraries are libraries that do not have any matching opened Eclipse project.
62 * A class that represents a library linked to a project
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 2 * Copyright (C) 2010 The Android Open Source Project
21 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
57 * Caveat: Sometimes it is necessary to perform a project-wide
58 * "Organize Imports" afterwards. (CTRL+SHIFT+O when a project has active
89 // Prompt for refactoring on the selected project
93 IProject project = null; local
95 project = (IProject) element;
97 project = (IProject) ((IAdaptable) element).getAdapter(IProject.class);
99 if (project != null) {
106 promptNewName(project);
    [all...]
  /external/freetype/
NOTICE 5 The FreeType Project LICENSE
18 The FreeType Project is distributed in several archive packages;
21 FreeType Project.
46 We disclaim all warranties covering The FreeType Project and
47 assume no liability related to The FreeType Project.
56 Project (www.freetype.org). All rights reserved.
69 Throughout this license, the terms `package', `FreeType Project',
72 Werner Lemberg) as the `FreeType Project', be they named as alpha,
75 `You' refers to the licensee, or person using the project, where
76 `using' is a generic term including compiling the project's sourc
    [all...]
  /development/samples/training/basic/ActivityLifecycle/
build.xml 2 <project name="101 Course" 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/chromium/testing/gmock/msvc/2010/
gmock.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" />
79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
82 </Project>
  /external/guava/guava-gwt/
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 includes GWT-friendly sources.
23 <version>${project.version}</version>
28 <version>${project.version}</version>
80 <outputDirectory>${project.build.directory}/guava-sources</outputDirectory>
98 <copy toDir="${project.build.directory}/guava-gwt-sources"
100 <fileset dir="${project.build.directory}/guava-sources">
123 <directory>${project.build.directory}/guava-gwt-sources</directory>
127 </project>

Completed in 3115 milliseconds

<<21222324252627282930>>