HomeSort by relevance Sort by last modified time
    Searched full:projects (Results 551 - 575 of 1239) sorted by null

<<21222324252627282930>>

  /external/mesa3d/docs/
libGL.txt 73 http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.spec
110 in a number of projects.
  /external/protobuf/vsprojects/
readme.txt 39 2) For each of the projects libprotobuf, libprotobuf-lite, and libprotoc, do
78 section), repeat steps 2 and 3 for the libprotobuf and libprotoc projects.
  /frameworks/base/docs/html/tools/workflow/
index.jd 38 <a href="{@docRoot}tools/projects/index.html">Create an Android project</a>.</p>
71 <dd>Create and update Android projects and create, move, and delete AVDs.</dd>
  /frameworks/base/docs/html/tools/
workflow.jd 38 <a href="{@docRoot}tools/projects/index.html">Create an Android project</a>.</p>
71 <dd>Create and update Android projects and create, move, and delete AVDs.</dd>
  /frameworks/base/docs/html/training/notepad/
index.jd 68 and <code>Notepadv3Solution</code>. The <code>Notepadv#</code> projects are
70 <code>Notepadv#Solution</code> projects are the exercise
notepad-index.jd 68 and <code>Notepadv3Solution</code>. The <code>Notepadv#</code> projects are
70 <code>Notepadv#Solution</code> projects are the exercise
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 49 * Gets the root path for all projects
53 * @return The file representing the projects root directory, {@code null} if the external
  /sdk/anttasks/src/com/android/ant/
DependencyHelper.java 38 * Helper class to manage dependency for projects.
58 * of 3rd party jar files from all the Library Projects.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 46 * Test case that verifies all SDK sample projects can be imported, and built in
58 * Finds all samples projects in set SDK and verify they can be built in Eclipse.
  /external/libpng/projects/visualc6/
libpng.dsp 66 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release"
97 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Debug"
128 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_ASM_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Release"
159 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_ASM_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Debug"
190 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_VB\libpng13vb.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release"
195 PostBuild_Cmds=echo Deleting $(targetname) import library and export file (Not required for VB projects) del $(outdir)\$(targetname).lib del $(outdir)\$(targetname).exp
  /external/llvm/docs/
Projects.html 40 projects that use LLVM header files, libraries, and tools. In order to use
70 project found in <tt>llvm/projects/sample</tt>. If you want to devise your own
87 <li>Copy the <tt>llvm/projects/sample</tt> directory to any place of your
95 <tt>llvm/trunk/projects/sample</tt>.</li>
105 <tt>llvm/projects</tt> directory then you might need to adjust this so that
160 project tree from <tt>llvm/projects/sample</tt> and modify it to meet
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 475 * Returns the available and open Android projects
477 * @return the available and open Android projects, never null
503 // We're using all workspace projects here rather than just open Android project
505 // or closed projects either
507 IProject[] projects = workspaceRoot.getProjects();
512 for (IProject project : projects) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /frameworks/base/docs/html/tools/testing/
testing_android.jd 14 <a href="#TestProjects">Test Projects</a>
143 Android's build and test tools assume that test projects are organized into a standard
144 structure of tests, test case classes, test packages, and test projects.
160 <h2 id="TestProjects">Test Projects</h2>
162 Tests, like Android applications, are organized into projects.
167 and for the command line that create and update test projects for you. The tools create the
596 Android tools that create test projects set up an Android test package name for you.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 269 // list of referenced projects. This is a mix of java projects and library projects
289 // get the list of referenced projects.
294 // mix the java project and the library projects
367 // also go through the delta for all the referenced projects, until we are forced to
458 // Also update the projects. The only way to force recompile them is to
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 179 * @param libProjects the list of library projects that this project depends on.
289 * @param libProjects an optional list of library projects (can be null)
339 * @param libProjects an optional list of library projects (can be null)
435 // write the native libraries for the library projects.
    [all...]
  /external/chromium/testing/gtest/
README 25 and use with your projects, but there are some. Currently, we support
163 CMake works by generating native makefiles or build projects that can
188 projects/scripts for Visual Studio, Xcode, and Autotools. While we
196 The msvc\ folder contains two solutions with Visual C++ projects.
205 the default for new projects in these versions of Visual Studio.
  /external/gtest/
README 25 and use with your projects, but there are some. Currently, we support
163 CMake works by generating native makefiles or build projects that can
188 projects/scripts for Visual Studio, Xcode, and Autotools. While we
196 The msvc\ folder contains two solutions with Visual C++ projects.
205 the default for new projects in these versions of Visual Studio.
  /frameworks/compile/mclinker/utils/gtest/
README 25 and use with your projects, but there are some. Currently, we support
163 CMake works by generating native makefiles or build projects that can
188 projects/scripts for Visual Studio, Xcode, and Autotools. While we
196 The msvc\ folder contains two solutions with Visual C++ projects.
205 the default for new projects in these versions of Visual Studio.
  /sdk/docs/
howto_use_cupcake_sdk.txt 104 B- Updating older projects
107 If you have pre-0.9 projects in your Eclipse workspace, or if you import them
108 from your code repository, these projects will fail to build at first.
138 files for your Android projects. This makes it easier to create a new layout, a
316 By default Android projects in Eclipse have an "automatic target" mode.
  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 35 In your projects, you usually only need to use the Antlr.Runtime unit, and the
38 deploy any DLLs or other files with your ANTLR Delphi projects.
227 projects. Also, this unit contains declarations for the IANTLRInterface
  /external/chromium/third_party/libjingle/source/talk/
main.scons 446 DeclareBit('vsproj', 'Generate Visual Studio projects and solution files.')
484 # Solution and target projects
488 projects = [p], variable
  /external/libvpx/
examples.mk 200 # Build Visual Studio Projects. We use a template here to instantiate
219 PROJECTS-$(CONFIG_MSVS) += $(ALL_EXAMPLES:.c=.vcproj)
222 $(foreach proj,$(call enabled,PROJECTS),\
libs.mk 149 PROJECTS-$(BUILD_LIBVPX) += obj_int_extract.vcproj
150 PROJECTS-$(BUILD_LIBVPX) += obj_int_extract.bat
172 PROJECTS-$(BUILD_LIBVPX) += vpx.vcproj

Completed in 1069 milliseconds

<<21222324252627282930>>