OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configure
(Results
201 - 225
of
1421
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dbus/
autogen.sh
72
echo "I am going to run ./
configure
with no arguments - if you wish "
92
--no-
configure
)
104
$srcdir/
configure
--enable-developer --config-cache "$@"
109
echo "Now run '
configure
' and 'make' to compile $PROJECT."
/external/expat/
import_expat.sh
24
rm
configure
25
rm
configure
.ac
/external/guice/core/test/com/google/inject/
IntegrationTest.java
35
protected void
configure
() {
ProviderInjectionTest.java
35
protected void
configure
() {
56
protected void
configure
() {
84
public void
configure
() {
121
protected void
configure
() {
SuperclassTest.java
28
protected void
configure
() {
/external/guice/core/test/com/google/inject/internal/util/
LineNumbersTest.java
42
protected void
configure
() {
64
protected void
configure
() {
121
protected void
configure
() {
137
protected void
configure
() {
/external/guice/core/test/com/google/inject/spi/
ToolStageInjectorTest.java
66
protected void
configure
() {
81
protected void
configure
() {
97
protected void
configure
() {
115
protected void
configure
() {
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DaggerAdapter.java
76
@Override public void
configure
(Binder binder) {
method in class:DaggerAdapter.DaggerCompatibilityModule
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
BackToTheFutureModule.java
33
protected void
configure
() {
method in class:BackToTheFutureModule
/external/libdaemon/
bootstrap.sh
68
CFLAGS="-g -O0" ./
configure
--sysconfdir=/etc --localstatedir=/var "$@"
/external/libedit/
Android.mk
15
# Light wrapper rules around ./
configure
-based build.
27
&& ./
configure
\
/external/llvm/utils/crosstool/ARM/
build-install-linux.sh
143
#
Configure
, build, and install LLVM.
146
runAndLog "Configuring LLVM" ${LLVM_OBJ_DIR}/llvm-
configure
.log \
147
${LLVM_SRC_DIR}/
configure
\
171
#
Configure
, build, and install LLVM-GCC.
174
runAndLog "Configuring LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-
configure
.log \
175
${LLVMGCC_SRC_DIR}/
configure
\
/external/protobuf/more_tests/
Makefile
28
(cd src && ./
configure
--prefix=$$PWD/../target --disable-shared)
/external/testng/src/test/java/test/dataprovider/
StaticDataProviderSampleTest.java
36
protected void
configure
() {
method in class:StaticDataProviderSampleTest.InjectionProviderModule
/frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h
50
void
configure
(int nChannels, int sampleRate);
AudioShelvingFilter.h
57
void
configure
(int nChannels, int sampleRate);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf24l01-receiver.cxx
60
comm->
configure
();
/hardware/qcom/display/msm8084/libexternal/
external.h
47
int
configure
();
/hardware/qcom/display/msm8226/libexternal/
external.h
47
int
configure
();
/hardware/qcom/display/msm8909/libhdmi/
hdmi_stub.cpp
68
int HDMIDisplay::
configure
() {
function in class:qhwc::HDMIDisplay
/external/autotest/client/tests/dbt2/
dbt2.py
26
utils.
configure
('--with-mysql=%s/deps/mysql/mysql' % self.autodir)
34
utils.
configure
('--with-postgresql=%s/deps/pgsql/pgsql' % self.autodir)
/external/autotest/server/site_tests/network_WiFi_ChannelHop/
network_WiFi_ChannelHop.py
27
self.context.
configure
(ap_config)
57
self.context.
configure
(ap_config)
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py
57
self.context.
configure
(ap_config)
70
self.context.
configure
(ap_config)
/external/autotest/server/site_tests/network_WiFi_SecChange/
network_WiFi_SecChange.py
32
self.context.
configure
(ap_config)
46
self.context.
configure
(ap_config)
/external/c-ares/
buildconf
43
# Ensure that buildconf runs from the subdirectory where
configure
.ac lives
45
if test ! -f
configure
.ac ||
71
# Remove files generated on previous buildconf/
configure
run.
93
configure
\
Completed in 1191 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>