/external/webkit/Tools/Scripts/ |
build-webkit | 32 # Build script wrapper for the WebKit Open Source Project. 306 # Update defaults from Qt's project file 350 --gyp Use GYP-generated project files 423 # Check that all the project directories are there. 436 # Generate the generate project files from .gyp files 438 system("perl", "Tools/Scripts/generate-project-files") == 0 or die "Failed to run generate-project-files"; 556 # Chromium doesn't build by project directories. 577 # For Gtk and Qt the WebKit project builds all others 583 my $project = basename($dir) [all...] |
sort-Xcode-project-file | 29 # Script to sort "children" and "files" sections in Xcode project.pbxproj files 59 print STDERR "ERROR: No Xcode project files (project.pbxproj) listed on command-line.\n"; 65 Usage: @{[ basename($0) ]} [options] path/to/project.pbxproj [path/to/project.pbxproj ...] 74 $projectFile = File::Spec->catfile($projectFile, "project.pbxproj"); 77 if (basename($projectFile) ne "project.pbxproj") { 78 print STDERR "WARNING: Not an Xcode project file: $projectFile\n" if $printWarnings; 82 # Grab the mainGroup for the project file
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
PlayheadView.java | 2 * Copyright (C) 2010 The Android Open Source Project 121 * @param project The project 123 public void setProject(VideoEditorProject project) { 124 mProject = project;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 55 public InputPage(IProject project, IFile sourceFile, String suggestedName) { 57 mProject = project;
|
WrapInWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 76 public InputPage(IProject project, String oldType) { 78 mProject = project; 164 static List<Pair<String, ViewElementDescriptor>> addLayouts(IProject project, 179 Pair<List<String>,List<String>> result = CustomViewFinder.findViews(project, true); 194 IAndroidTarget target = currentSdk.getTarget(project);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/ |
XmlEditor.java | 2 * Copyright (C) 2008 The Android Open Source Project 80 // we need the target of the file's project to access the descriptors. 81 IProject project = file.getProject(); local 82 IAndroidTarget target = Sdk.getCurrent().getTarget(project); 153 * Change the tab/title name to include the project name. 193 // get the target data from the opened file (and its project)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintRunner.java | 2 * Copyright (C) 2011 The Android Open Source Project 50 * @param resource the resource (project, folder or file) to be analyzed 70 * @param resource the resource (project, folder or file) to be analyzed 92 * @param project the project to run lint on 95 public static boolean runLintOnExport(Shell shell, IProject project) { 97 boolean fatal = LintRunner.runLint(project, null); 160 Scope scope = (mResource instanceof IProject) ? Scope.PROJECT :
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 2 * Copyright (C) 2010 The Android Open Source Project 176 * @param project the project to validate new resource names for 180 public static ResourceNameValidator create(boolean allowXmlExtension, IProject project, 184 ProjectResources projectResources = manager.getProjectResources(project);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringAssistantTest.java | 2 * Copyright (C) 2011 The Android Open Source Project 58 IProject project = getProject(); local 59 IFile file = getTestDataFile(project, name, FD_RES + "/" + FD_RES_LAYOUT + "/" + name);
|
/external/libvpx/vp8/common/arm/armv6/ |
copymem8x4_v6.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may
|
copymem8x8_v6.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may
|
/external/libvpx/vp8/encoder/x86/ |
quantize_ssse3.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 6 ; tree. All contributing project authors may be found in the AUTHORS
|
/external/markdown/markdown/extensions/ |
headerid.py | 57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId>
|
/sdk/anttasks/src/com/android/ant/ |
TaskHelper.java | 2 * Copyright (C) 2010 The Android Open Source Project 20 import com.android.sdklib.internal.project.ProjectProperties; 23 import org.apache.tools.ant.Project; 34 static File getSdkLocation(Project antProject) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/ |
NdkScannerInfoCollector.java | 2 * Copyright (C) 2011 The Android Open Source Project
48 public void setProject(IProject project) {
|
/sdk/sdkmanager/app/tests/com/android/sdkmanager/ |
AvdManagerTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 24 import com.android.sdklib.internal.project.ProjectProperties;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 2 * Copyright (C) 2011 The Android Open Source Project 170 IProject project = editor.getProject(); local 171 // get the resource repository for this project and the system resources. 173 .getProjectResources(project); 179 ResourceChooser dlg = new ResourceChooser(project,
|
GraphicalEditorPart.java | 2 * Copyright (C) 2009 The Android Open Source Project 221 /** The Rules Engine associated with this editor. It is project-specific. */ 458 // get the resources of the file's project. 562 ProjectResources project = getProjectResources(); local 564 // get the project resource values based on the current config 565 mConfiguredProjectRes = project.getConfiguredResources( 743 * Listens to target changed in the current project, to trigger a new layout rendering. 1076 IProject project = mEditedFile.getProject(); local 1409 IProject project = getProject(); local 1593 IProject project = getProject(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeySelectionPage.java | 2 * Copyright (C) 2008 The Android Open Source Project 19 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 136 // fill the texts with information loaded from the project. 141 // reset the alias from the content of the project 161 // get the alias from the project previous export, and look for a match as 163 IProject project = mWizard.getProject(); local 165 String keyAlias = ProjectHelper.loadStringProperty(project,
|
KeystoreSelectionPage.java | 2 * Copyright (C) 2008 The Android Open Source Project 19 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 169 // fill the texts with information loaded from the project. 171 // reset the keystore/alias from the content of the project 172 IProject project = mWizard.getProject(); local 177 String keystore = ProjectHelper.loadStringProperty(project,
|
/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 20 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 24 import com.android.sdklib.internal.project.ProjectProperties; 25 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 42 * to pass project information to the {@link NewProjectCreator}. 45 /** The mode to run the wizard in: creating test, or sample, or plain project */ 49 * If true, the project should be created from an existing codebase (pointed 51 * {@link #chosenSample}. Otherwise, create a brand new project from scratch. 56 * Whether new projects should be created into the default project location 68 /** True if the project location name has been manually edited by the user * [all...] |
/external/libvpx/build/make/ |
gen_msvs_proj.sh | 3 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 8 ## in the file PATENTS. All contributing project authors may 22 This script generates a Visual Studio project file from a list of source 27 --exe Generate a project for building an Application 28 --lib Generate a project for creating a static library 32 --name=project_name Name of the project (required) 33 --proj-guid=GUID GUID to use for the project 252 [ -n "$name" ] || die "Project name (--name) must be specified!"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmulatorConfigTab.java | 2 * Copyright (C) 2007 The Android Open Source Project 23 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 338 // look for the project name to get its target. 347 IProject project = null; local 352 // look for the project whose name we read from the configuration. 355 project = p.getProject(); 362 if (project != null) { 363 mProjectTarget = Sdk.getCurrent().getTarget(project);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidTypeMoveParticipant.java | 2 * Copyright (C) 2010 The Android Open Source Project 22 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 71 * A participant to participate in refactorings that move a type in an Android project. 177 IProject project = javaProject.getProject(); local 178 IResource manifestResource = project.findMember(AdtConstants.WS_SEP 184 + SdkConstants.FN_ANDROID_MANIFEST_XML + " in the " + project.getName() 185 + " project."); 215 addLayoutChanges(project, type.getFullyQualifiedName()); 227 * Adds layout changes for project 229 * @param project the Android projec [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 2 * Copyright (C) 2009 The Android Open Source Project 45 import com.android.sdklib.internal.project.ProjectProperties; 65 * and the project specific rules (local to the current instance / layout editor). 81 * Class loader (or null) used to load user/project-specific IViewRule 98 * Creates a new {@link RulesEngine} associated with the selected project. 100 * The rules engine will look in the project for a tools jar to load custom view rules. 103 * @param project A non-null open project. 105 public RulesEngine(GraphicalEditorPart editor, IProject project) { 106 mProject = project; [all...] |