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

<<11121314151617181920>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 75 // Listener that responds to the event when projects are loaded. It populates the grid view with
79 public void onProjectsLoaded(List<VideoEditorProject> projects, Exception exception) {
80 if (projects != null && exception == null) {
81 mProjects = projects;
83 mAdapter = new ProjectPickerAdapter(ProjectsActivity.this, getLayoutInflater(), projects);
106 mGridView = (GridView) findViewById(R.id.projects);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 236 * Update the android-specific projects's classpath containers.
237 * @param projects the projects to update
240 public static boolean updateProjects(IJavaProject[] projects) {
241 boolean r = AndroidClasspathContainerInitializer.updateProjects(projects);
243 return LibraryClasspathContainerInitializer.updateProjects(projects);
465 IProject[] projects = workspace.getRoot().getProjects(); local
469 for (IProject p : projects) {
473 // ignore non android projects
585 * @param includeReferencedProjects flag to also test the referenced projects
605 List<IProject> projects = getReferencedProjects(project); local
734 IProject[] projects = project.getReferencedProjects(); local
    [all...]
  /external/bison/lib/
gnulib.mk 21 # This is for those projects which use "gettextize --intl" to put a source-code
22 # copy of libintl into their package. In such projects, every Makefile.am needs
  /external/clang/www/
menu.html.incl 11 <a href="/related.html">Related Projects</a>
22 <a href="/OpenProjects.html">Open&nbsp;Projects</a>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
setup.sh 21 # list projects to extract; add other cvs roots (eg. /cvsroot/modeling) as necessary below
28 # do checkouts for each cvs root's projects
  /external/skia/third_party/glu/
README.skia 3 http://oss.sgi.com/projects/ogl-sample/ . Per
4 http://oss.sgi.com/projects/FreeB/ , the code is covered under the SGI
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /sdk/hierarchyviewer2/app/
README 11 1- Projects required in Eclipse
14 To run HierarchyViewer from Eclipse, you need to import the following 5 projects:
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Context.java 58 * The "main" project. For normal projects, this is the same as {@link #mProject},
59 * but for library projects, it's the root project that includes (possibly indirectly)
60 * the various library projects and their library projects.
64 * different top level projects, so there isn't <b>one</b> main project,
65 * just one per main project being analyzed with its library projects.
94 * the root project of all library projects, not necessarily the
144 * of all library projects, not necessarily the directly including project.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/
collect2 
  /development/samples/TicTacToeMain/res/values/
strings.xml 22 <string name="explain1">This sample code demonstrates how to split an application in multiple projects by using the \'project library\' available in the Froyo SDK Tools.</string>
  /external/chromium/third_party/libjingle/source/
README 10 create several static libraries you may link to your projects as needed.
43 * Finally, Libjingle depends on two open-source projects, expat and srtp.
44 Download expat from http://sourceforge.net/projects/expat/ to
46 http://sourceforge.net/projects/srtp/develop to download latest srtp to
  /external/dbus/cmake/modules/
Win32Macros.cmake 14 # For mingw and nmake projects it's opens a command shell,
  /external/e2fsprogs/debian/
e2fsck-static.copyright 6 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
e2fslibs.copyright 5 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
e2fsprogs.copyright 5 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
  /external/elfutils/m4/
lcmessage.m4 9 dnl This file can can be used in projects which are not available under
nls.m4 7 dnl This file can can be used in projects which are not available under
  /external/emma/
release.properties 15 app.bug.report.link: http://sourceforge.net/projects/${app.short.name}
  /external/ganymed-ssh2/
README.txt 14 and a couple of other projects at the IKS group at ETH Zurich (Switzerland).
  /external/guava/
README.maven 19 to import these projects directly into Eclipse. Please
  /external/jsr305/
pom.xml 14 <description>Master Maven project for all JSR 305 projects</description>
  /external/libpng/contrib/visupng/
VisualPng.dsp 59 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
93 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /pdbtype:sept
  /external/libvpx/
solution.mk 24 PROJECTS-yes += vpx.sln vpx.sln.mk

Completed in 662 milliseconds

<<11121314151617181920>>