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

<<11121314151617181920>>

  /development/samples/TicTacToeMain/
_index.html 2 resources stored in an Android library project.</p>
4 <p>In this case, the TicTacToeMain application project includes a reference to
5 the TicTacToeLib library project. When you build the TicTacToeMain application,
6 the build tools look for the library project and compile it's code and resources
11 which is declared in the library project. </p>
16 of both <code>MainActivity</code>, which is implemented locally in main project,
17 and <code>GameActivity</code>, which is implemented in the library project.
19 resources that it is using from a library project.</li>
23 classes from the library project. The Activity sets listeners on the buttons in
26 library project. </li
    [all...]
  /external/android-mock/
HOWTO.txt 1 This is a copy from the android mock project, http://code.google.com/p/android-mock/. To regenerate, use the regenerate_from_source.sh; full instructions about this script are there.
  /external/chromium_org/third_party/angle/src/compiler/
RemoveTree.h 2 // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
  /external/chromium_org/third_party/skia/include/effects/
SkDrawExtraPathEffect.h 2 * Copyright 2008 The Android Open Source Project
  /external/chromium_org/third_party/skia/src/opts/
SkMorphology_opts_none.cpp 2 * Copyright 2013 The Android Open Source Project
  /external/chromium_org/v8/tools/visual_studio/
README.txt 1 The Microsoft Visual Studio project files for including V8 in a Visual
3 Studio project/solution is needed there is the option of using GYP to
5 V8 project. It contains the required infrastructure and a README.txt
9 project integrated V8 into the Windows build.
  /external/eigen/demos/
CMakeLists.txt 0 project(EigenDemos)
  /external/jsilver/
build.gradle 17 compile project(':external:guava')
  /external/libffi/linux-x86/
ffi.h 2 * Copyright 2008 The Android Open Source Project
  /external/libpng/projects/cbuilder5/
zlib.readme.txt 1 The project that builds libpng under Borland C++ Builder does not
3 to update the libpng project each time when there is a change in
8 If you wish to contribute a project that builds zlib under Borland
12 By default, the libpng project uses zlib as a static library. If
  /external/llvm/projects/sample/
Makefile.common.in 1 # Set the name of the project here
12 # Set the directory root of this project's source files
15 # Set the root directory of this project's object files
18 # Set the root directory of this project's install prefix
  /external/llvm/projects/sample/include/
sample.h 4 * This is a sample header file that is global to the entire project.
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
package.html 5 to this project. This package
  /external/objenesis/tck-android/
.gitignore 5 .project
  /external/opencv/
VERSION.txt 3 Please note that due to platform and project constraints this is NOT the latest version of OpenCV!
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
Welcome.txt 1 This package installs documentation and Project Builder stationary for the SDL framework.
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/
uninstall.csh 19 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Application"
20 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Cocoa Application"
21 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Custom Cocoa Application"
22 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL OpenGL Application"
  /external/skia/include/effects/
SkDrawExtraPathEffect.h 2 * Copyright 2008 The Android Open Source Project
  /external/skia/src/opts/
SkMorphology_opts_none.cpp 2 * Copyright 2013 The Android Open Source Project
  /external/v8/tools/visual_studio/
README.txt 1 The Microsoft Visual Studio project files for including V8 in a Visual
3 Studio project/solution is needed there is the option of using GYP to
5 V8 project. It contains the required infrastructure and a README.txt
9 project integrated V8 into the Windows build.
  /frameworks/av/tools/resampler_tools/
Android.mk 1 # Copyright 2005 The Android Open Source Project
  /frameworks/base/docs/html/tools/projects/
index.jd 19 <li><a href="#testing">Testing a Library Project</a></li>
33 <dd>An Android project is the container for your application's source code, resource files, and
34 files such as the Ant build and Android Manifest file. An application project is the main type
35 of project and the contents are eventually built into an <code>.apk</code> file that you install on a
51 <p>When you use the Android development tools to create a new project, the essential files and
54 generate your project. As your application grows in complexity, you might require new kinds of
62 required. The following directories and files comprise an Android project:</p>
171 <dt><code>project.properties</code></dt>
173 <dd>This file contains project settings, such as the build target. This file is integral to
174 the project, so maintain it in a source revision control system. To edit projec
    [all...]

Completed in 1201 milliseconds

<<11121314151617181920>>