Searched
refs:project (Results
376 -
400 of
1060) sorted by null
<<11121314151617181920>>
/external/v8/test/mjsunit/regress/ |
regress-crbug-37853.js | 1 // Copyright 2009 the V8 project authors. All rights reserved.
|
/external/v8/test/mjsunit/ |
shifts.js | 1 // Copyright 2010 the V8 project authors. All rights reserved.
|
stress-array-push.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
string-flatten.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
string-search.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
sum-0-plus-undefined-is-NaN.js | 1 // Copyright 2011 the V8 project authors. All rights reserved.
|
this-property-assignment.js | 1 // Copyright 2010 the V8 project authors. All rights reserved.
|
throw-and-catch-function.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
try-finally-nested.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
typeof.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
unusual-constructor.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
value-of.js | 1 // Copyright 2010 the V8 project authors. All rights reserved.
|
with-parameter-access.js | 1 // Copyright 2008 the V8 project authors. All rights reserved.
|
with-prototype.js | 1 // Copyright 2009 the V8 project authors. All rights reserved.
|
/external/v8/test/preparser/ |
symbols-only.js | 1 // Copyright 2011 the V8 project authors. All rights reserved.
|
/external/webkit/Source/WebCore/bindings/scripts/ |
gobject-generate-headers.pl | 29 /* This file is part of the WebKit open source project.
|
/frameworks/compile/libbcc/runtime/make/ |
AppleBI.mk | 47 # Rule to add project info so that "what /usr/lib/libSystem.B.dylib" will work.
|
/ndk/build/core/ |
add-application.mk | 1 # Copyright (C) 2009 The Android Open Source Project 63 # check whether APP_PLATFORM is defined. If not, look for project.properties in 69 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties)) 71 # NOTE: project.properties was called default.properties before 205 # when they are copied to the final project's libs/<abi> directory.
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiServiceListener.java | 2 * Copyright (C) 2011 The Android Open Source Project 43 * The project edit state 45 * @param projectPath The project path 46 * @param projectEdited true if the project is edited 51 * A new project was created 53 * @param projectPath The project path 54 * @param project The VideoEditor project 59 public void onVideoEditorCreated(String projectPath, VideoEditorProject project, 63 * The project was loade [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 69 public InputPage(IProject project, String oldType) { 71 mProject = project;
|
ChangeViewWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 76 public InputPage(IProject project, String oldType) { 78 mProject = project;
|
UnwrapRefactoring.java | 2 * Copyright (C) 2011 The Android Open Source Project 154 mProject.getName(), //project 228 public Descriptor(String project, String description, String comment, 231 project, description, comment, arguments);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
AndroidPropertyPage.java | 2 * Copyright (C) 2008 The Android Open Source Project 24 import com.android.sdklib.internal.project.ProjectProperties; 25 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 43 * Property page for "Android" project. 44 * This is accessible from the Package Explorer when right clicking a project and choosing 81 targetGroup.setText("Project Build Target"); 160 "Failed to save %1$s for project %2$s", 194 // get the project settings
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidDocumentChange.java | 2 * Copyright (C) 2010 The Android Open Source Project 19 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 20 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler.BasicXmlErrorListener;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceHelper.java | 2 * Copyright (C) 2011 The Android Open Source Project 321 private static Pair<IFile,IRegion> createFileResource(IProject project, ResourceType type, 339 IFile file = project.getFile(projectPath); 340 return NewXmlFileWizard.createXmlFile(project, file, folderType); 346 * @param project the project to contain the resource 353 public static Pair<IFile,IRegion> createResource(IProject project, ResourceType type, 356 return createFileResource(project, type, name); 365 Object editRequester = project; 366 IResource member = project.findMember(projectPath) [all...] |
Completed in 341 milliseconds
<<11121314151617181920>>