HomeSort by relevance Sort by last modified time
    Searched full:project (Results 151 - 175 of 63990) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libffi/linux-arm/
ffi.h 2 * Copyright 2008 The Android Open Source Project
  /external/libffi/linux-mips/
ffi.h 2 * Copyright 2008 The Android Open Source Project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
___PROJECTNAMEASIDENTIFIER____Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
SDLApp_Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
SDLApp_Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
SDLApp_Prefix.pch 2 // Prefix header for all source files of the '?PROJECTNAME?' target in the '?PROJECTNAME?' project
  /frameworks/base/tools/layoutlib/bridge/.settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.
  /frameworks/base/tools/layoutlib/create/.settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.
  /ndk/tests/build/project-properties/
default.properties 1 # This value should be ignored because project.properties
  /packages/apps/Camera/
Android.mk 4 # system from traversing the project
  /prebuilts/tools/common/commons-compress/
NOTICE 8 <keiron@aftexsw.com>, Aftex Software to the Apache Ant project
10 Original Tar classes from contributors of the Apache Ant project
12 Original Zip classes from contributors of the Apache Ant project
14 Original CPIO classes contributed by Markus Kuss and the jRPM project
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
NOTICE 8 <keiron@aftexsw.com>, Aftex Software to the Apache Ant project
10 Original Tar classes from contributors of the Apache Ant project
12 Original Zip classes from contributors of the Apache Ant project
14 Original CPIO classes contributed by Markus Kuss and the jRPM project
  /sdk/dumpeventlog/etc/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.project 6 <project>SdkLib</project>
7 <project>SdkUiLib</project>
  /sdk/settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 2 * Copyright (C) 2007 The Android Open Source Project
20 import com.android.ide.eclipse.adt.internal.project.AndroidNature;
21 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
42 * Action to fix the project properties:
66 IProject project = null; local
68 project = (IProject) element;
70 project = (IProject) ((IAdaptable) element)
73 if (project != null) {
74 fixProject(project);
85 private void fixProject(final IProject project) {
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
19 3) Set one of the project as the StartUp project. If you just want to build the
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
21 Project | Set as StartUp project). If you want to build and test the
22 binaries set it to "example" (Select "example" tree view item + Project |
23 Set as StartUp project), If you want to build the minigzip utility set it to
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
25 project
    [all...]
  /frameworks/base/docs/html/tools/projects/
projects-cmdline.jd 11 <li><a href="#CreatingAProject">Creating an Android Project</a></li>
12 <li><a href="#UpdatingAProject">Updating a Project</a></li>
13 <li><a href="#SettingUpLibraryProject">Setting up a Library Project</a>
16 <li><a href="#UpdatingLibraryProject">Updating a library project</a></li>
19 <li><a href="#ReferencingLibraryProject">Referencing a Library Project</a>
39 projects. An Android project contains all of the files and resources that are needed to build a
40 project into an .apk file for installation.
43 <li>An Android project contains all of the files and resources that are needed to build a project into
44 an .apk file for installation. You need to create an Android project for any application that yo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 2 * Copyright (C) 2012 The Android Open Source Project
58 IProject project = r.getProject(); local
59 if (project == null) {
63 // verify that this is a non library Android project
64 ProjectState state = Sdk.getProjectState(project);
69 // verify that this project has C/C++ nature
70 if (!CoreModel.hasCCNature(project) && !CoreModel.hasCNature(project)) {
71 AdtPlugin.printErrorToConsole(project,
72 String.format("Selected project (%s) does not have C/C++ nature.
    [all...]
  /development/ide/intellij/
build.xml 0 <project name="android" default="make" basedir="../../">
8 </project

Completed in 410 milliseconds

1 2 3 4 5 67 8 91011>>