OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:projects
(Results
151 - 175
of
1239
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/testapps/userLibTest/
.project
5
<
projects
>
6
</
projects
>
/external/llvm/projects/sample/lib/
Makefile
1
##===-
projects
/sample/lib/Makefile ------------------------*- Makefile -*-===##
/external/llvm/projects/sample/tools/
Makefile
1
##===-
projects
/sample/tools/Makefile ----------------------*- Makefile -*-===##
/frameworks/av/media/libstagefright/codecs/common/
Config.mk
2
# This configure file is just for Linux
projects
against Android
/sdk/sdkstats/
README
1
How to use the Eclipse
projects
for SdkStats.
/sdk/traceview/
README
1
Using the Eclipse
projects
for traceview.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ClearLintMarkersAction.java
38
List<IProject>
projects
= RunLintAction.getProjects(mSelection, false /*warn*/);
local
39
if (
projects
!= null) {
41
EclipseLintClient.clearMarkers(
projects
);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_9.js
55
this.
projects
= new Array();
92
"pat.
projects
.getClass",
94
pat.
projects
.getClass() );
97
"pat.
projects
.length",
99
pat.
projects
.length );
proto_7.js
57
this.
projects
= projs || new Array();
101
"pat.
projects
.length",
103
pat.
projects
.length );
106
"pat.
projects
[0]",
108
pat.
projects
[0] );
111
"pat.
projects
[1]",
113
pat.
projects
[1] );
proto_8.js
55
this.
projects
= projs || new Array();
99
"pat.
projects
.length",
101
pat.
projects
.length );
104
"pat.
projects
[0]",
106
pat.
projects
[0] );
109
"pat.
projects
[1]",
111
pat.
projects
[1] );
proto_12.js
60
this.
projects
= projs || new Array();
81
this.
projects
= projs || new Array();
118
"les.
projects
.getClass()",
120
les.
projects
.getClass() );
123
"les.
projects
[0]",
125
les.
projects
[0] );
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java
48
List<IProject>
projects
= Arrays.asList(workspace.getRoot().getProjects());
local
49
if (
projects
.size() == 0) {
60
// filter the list of
projects
in workspace by 2 conditions:
61
// 1. Only look at Java
projects
62
// 2. If dev tree location is set, only look at
projects
within the dev tree
64
List<IProject> devTreeProjects = new ArrayList<IProject>(
projects
.size());
66
for (IProject p:
projects
) {
/frameworks/base/docs/html/tools/projects/
index.jd
1
page.title=Managing
Projects
9
<li><a href="#ApplicationProjects">Android
Projects
</a></li>
11
<li><a href="#LibraryProjects">Library
Projects
</a>
17
<li><a href="#TestProjects">Test
Projects
</a></li>
24
<p>
Projects
act as containers for storing things such as code and resource files. The SDK tools
25
expect your
projects
to follow a specific structure so it can compile and package your
27
with the <code>android</code> tool on the command line. There are three types of
projects
, and
31
<dt><strong>Android
Projects
</strong></dt>
38
<dt><strong>Test
Projects
</strong></dt>
40
<dd>These
projects
contain code to test your application projects and are built int
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
configargs.h
2
static const char configuration_arguments[] = "/home/jingyu/
projects
/gcc/android-toolchainsrc/build/../gcc/gcc-4.4.3/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/home/jingyu/
projects
/gcc/toolchain_build/obj/temp-install --with-mpfr=/home/jingyu/
projects
/gcc/toolchain_build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.3 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.1.x --with-arch=armv5te --with-multilib-list=mandroid --with-sysroot=/usr/local/google/home/android/cupcake_rel_root --program-transform-name='s&^&arm-eabi-&'";
/dalvik/vm/jdwp/
README.txt
10
might be useful in other
projects
. Once you get multiple simultaneous
/docs/source.android.com/src/source/
code-lines.md
42
stack is pulling code. These include obvious
projects
such as the Linux kernel
44
Android
projects
(such as Dalvik, the Android SDK tools, Bionic, and so on) to
45
work as "upstream"
projects
. Generally, these
projects
are developed entirely in
46
the public tree. For some upstream
projects
, development is done by contributing
47
directly to the upstream project itself. See [Upstream
Projects
](submit-patches.html#upstream-
projects
)
66
- Changes will be pulled into release branches from upstream
projects
67
(including the Android "upstream"
projects
) as necessary.
/external/clang/test/Driver/
Wp-args.c
2
// major
projects
(e.g., FireFox and the Linux Kernel).
/external/dbus/cmake/modules/
ProjectSourceGroup.cmake
1
# folders in the msvc
projects
CPackInstallConfig.cmake
35
SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\sourceforge.net/
projects
/windbus")
36
SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\sourceforge.net/
projects
/windbus")
/external/libpng/projects/visualc6/
libpng.dsw
36
Project: "zlib"="..\..\..\zlib\
projects
\visualc6\zlib.dsp" - Package Owner=<4>
/external/llvm/projects/sample/lib/sample/
Makefile
1
##===-
projects
/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
/external/llvm/projects/sample/tools/sample/
Makefile
1
##===-
projects
/sample/tools/sample/Makefile ---------------*- Makefile -*-===##
/external/webkit/Source/gyp/
configure
115
PROJECTS
= [
121
should_generate = [project for project in
PROJECTS
if project.should_generate(port)]
122
already_generated = [project.name() for project in set(
PROJECTS
) - set(should_generate)]
126
print "Pass --regenerate-
projects
to override."
137
parser.add_option("--regenerate-
projects
", dest="regenerate_projects",
142
projects
=
PROJECTS
144
projects
= projects_to_generate(options.port)
146
for project in
projects
:
/sdk/ddms/libs/ddmuilib/
README
1
Using the Eclipse
projects
for ddmuilib.
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
6
#BASE_DIR=/usr/
projects
/samba/samba-4.0.0tp4/source/lib/tdb
7
BASE_DIR=/usr/
projects
/samba/tdb
Completed in 287 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>