OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Build
(Results
126 - 138
of
138
) sorted by null
1
2
3
4
5
6
/frameworks/base/services/java/com/android/server/
PackageManagerService.java
69
import android.os.
Build
;
193
final int mSdkVersion =
Build
.VERSION.SDK_INT;
194
final String mSdkCodename = "REL".equals(
Build
.VERSION.CODENAME)
195
? null :
Build
.VERSION.CODENAME;
713
Slog.w(TAG, "**** ro.
build
.version.sdk not set!");
718
mNoDexOpt = "eng".equals(SystemProperties.get("ro.
build
.type"));
[
all
...]
/build/core/
main.mk
46
BUILD_SYSTEM := $(TOPDIR)
build
/core
57
# This allows us to force a clean
build
- included after the config.make
67
$(info Checking
build
tools versions...)
86
#
build
system can't deal with them.
101
# The windows
build
server currently uses 1.6. This will be fixed.
108
$(info You are attempting to
build
with the incorrect version)
124
$(info You are attempting to
build
with the incorrect version)
143
# change the behavior of the
build
.
147
# Bring in standard
build
system definitions.
176
### between the
build
variant
[
all
...]
/external/blktrace/btreplay/doc/
btreplay.tex
45
\subsection*{
Build
Note}
47
To
build
these tools, one needs to
/external/v8/benchmarks/
deltablue.js
801
//
Build
chain of n equality constraints
/external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js
795
//
Build
chain of n equality constraints
/ndk/build/core/
definitions.mk
15
# Common definitions for the Android NDK
build
system
19
include $(NDK_ROOT)/
build
/gmsl/gmsl
84
#
build
109
# or abort the
build
with an error
150
# Rationale: clears the list of defined modules known by the
build
system
321
# Arguments: 1: name/description of the included
build
Makefile where the
411
# displayed along the label of the
build
output line. For example
501
# The text is a very short string that complements the
build
544
# or defined by the
build
scripts.
606
#
Build
commands suppor
[
all
...]
/external/blktrace/doc/
blktrace.tex
127
\subsection{\label{sec:
build
}
Build
the tools}
129
To
build
and install the tools, execute the following sequence (as root):
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
76
import android.os.
Build
;
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
132
provide all of the tools required to
build
such functionality. LibTomCrypt was designed to be a flexible library that
154
configurable in terms of its
build
options. Out of the box the library will
build
with any modern version of GCC
158
On top of making the
build
simple and the API approachable I've also attempted for a reasonably high level of
194
They can be removed from a
build
by simply commenting out the two appropriate lines in \textit{tomcrypt\_custom.h}. The rest
657
Note that \textit{Twofish} has additional configuration options (Figure \ref{fig:twofishopts}) that take place at
build
time. These options are found in
667
\index{Twofish
build
options} \index{TWOFISH\_SMALL} \index{TWOFISH\_TABLES}
680
\caption{Twofish
Build
Options}
[
all
...]
Completed in 629 milliseconds
1
2
3
4
5
6