OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configure
(Results
76 - 100
of
1259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tensorflow/tensorflow/tools/ci_build/linux/ppc64le/cpu/
run_py3.sh
27
# Run
configure
.
31
yes "" | $PYTHON_BIN_PATH
configure
.py
/external/tensorflow/tensorflow/tools/ci_build/xla/linux/rocm/
run_py3.sh
27
# Run
configure
.
32
yes "" | $PYTHON_BIN_PATH
configure
.py
/external/toybox/
configure
5
# People run ./
configure
out of habit, so do "defconfig" for them.
7
if [ "$(basename "$0")" ==
configure
]
/external/autotest/client/deps/systemtap/
systemtap.py
14
utils.
configure
('--with-elfutils=elfutils ' \
/external/autotest/server/site_tests/network_WiFi_Manual/
network_WiFi_Manual.py
18
self.context.
configure
(hostap_config.HostapConfig(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
BC.java
17
public void
configure
(ConfigurableProvider provider)
method in class:BC.Mappings
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
X509.java
24
public void
configure
(ConfigurableProvider provider)
method in class:X509.Mappings
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/
PKCS12.java
24
public void
configure
(ConfigurableProvider provider)
method in class:PKCS12.Mappings
/external/curl/
androidconfigure
6
# Some of the include paths below assume that this is an arm 32bit
configure
93
./
configure
"${CONFIGURE_ARGS[@]}"
95
# Apply local changes to the default
configure
output.
96
patch -p1 --no-backup-if-mismatch < local-
configure
.patch
/external/flatbuffers/conan/test_package/
conanfile.py
14
cmake.
configure
()
/external/freetype/
autogen.sh
113
if test ! -f ./builds/unix/
configure
.raw; then
151
echo "generating \`
configure
.ac'"
153
<
configure
.raw >
configure
.ac
163
chmod +x ./
configure
/external/google-benchmark/conan/test_package/
conanfile.py
14
cmake.
configure
()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
GraphvizModule.java
30
protected void
configure
() {
method in class:GraphvizModule
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
MultibinderModule.java
29
protected void
configure
() {
method in class:MultibinderModule
/external/icu/icu4c/as_is/os400/
unpax-icu.sh
153
# Generate and run the
configure
script
157
echo "Generating qsh compatible
configure
..."
160
sed -f icu/as_is/os400/convertConfigure.sed icu/source/
configure
> icu/source/configureTemp
161
del -f icu/source/
configure
162
mv icu/source/configureTemp icu/source/
configure
163
chmod 755 icu/source/
configure
/external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsLongDescription.java
20
@Parameter(names = "--
configure
", description = "How to
configure
")
21
public String
configure
;
field in class:ArgsLongDescription
/external/protobuf/
post_process_dist.sh
47
./
configure
DIST_LANG=$LANG
58
./
configure
DIST_LANG=$LANG
/external/zlib/src/contrib/untgz/
Makefile
11
cd ../..; ./
configure
; make
/external/guice/core/test/com/google/inject/
BindingOrderTest.java
31
protected void
configure
() {
52
protected void
configure
() {
92
protected void
configure
() {
PrivateModuleTest.java
45
protected void
configure
() {
51
public void
configure
() {
62
public void
configure
() {
86
protected void
configure
() {
130
protected void
configure
() {
150
protected void
configure
() {
154
public void
configure
() {
174
public void
configure
() {}
214
protected void
configure
() {
218
public void
configure
() {
650
protected void
configure
() {
method in class:PrivateModuleTest.FailingModule
658
protected void
configure
() {
method in class:PrivateModuleTest.ManyPrivateModules
669
protected void
configure
() {
method in class:PrivateModuleTest.FailingPrivateModule
686
protected void
configure
() {
method in class:PrivateModuleTest.SecondFailingPrivateModule
[
all
...]
BindingAnnotationTest.java
35
protected void
configure
() {
51
protected void
configure
() {
73
protected void
configure
() {
87
protected void
configure
() {
110
protected void
configure
() {
TypeConversionTest.java
83
protected void
configure
() {
102
protected void
configure
() {
135
protected void
configure
() {
173
protected void
configure
() {
method in class:TypeConversionTest.OuterErrorModule
180
protected void
configure
() {
method in class:TypeConversionTest.InnerErrorModule
212
protected void
configure
() {
236
protected void
configure
() {
260
protected void
configure
() {
280
protected void
configure
() {
302
protected void
configure
() {
method in class:TypeConversionTest.InvalidCustomValueModule
339
protected void
configure
() {
method in class:TypeConversionTest.OuterModule
352
protected void
configure
() {
method in class:TypeConversionTest.InnerModule
361
protected void
configure
() {
method in class:TypeConversionTest.ConverterNullModule
389
protected void
configure
() {
method in class:TypeConversionTest.ConverterCustomModule
448
protected void
configure
() {
method in class:TypeConversionTest.OuterAmbiguousModule
455
protected void
configure
() {
method in class:TypeConversionTest.InnerAmbiguousModule
465
protected void
configure
() {
method in class:TypeConversionTest.Ambiguous1Module
472
protected void
configure
() {
method in class:TypeConversionTest.Ambiguous2Module
[
all
...]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/xml/
DOMConfigurator.java
32
public static void
configure
(Element element) {
method in class:DOMConfigurator
35
public static void
configure
(String filename) throws FactoryConfigurationError {
method in class:DOMConfigurator
38
static public void
configure
(URL url) throws FactoryConfigurationError {
method in class:DOMConfigurator
/external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java
66
public void
configure
(Binder binder) {}
94
protected void
configure
() {
102
protected void
configure
() {
115
protected void
configure
() {
130
protected void
configure
() {
147
protected void
configure
() {
156
protected void
configure
() {
170
protected void
configure
() {
180
protected void
configure
() {
191
protected void
configure
() {
205
protected void
configure
() {
method in class:OverrideModuleTest.OuterReplacementsModule
212
protected void
configure
() {
method in class:OverrideModuleTest.InnerReplacementsModule
606
protected void
configure
() {
method in class:OverrideModuleTest.NewModule
667
protected void
configure
() {}
method in class:OverrideModuleTest.ExampleModule
[
all
...]
/external/ltp/testcases/realtime/
Makefile
62
$(RM) -f aclocal.m4
configure
$(AUTOMAKE_FILES) m4/Makefile.in
68
autoconf:
configure
70
include/realtime_config.h.in:
configure
.ac $(wildcard m4/*.m4) aclocal.m4
73
configure
:
configure
.ac aclocal.m4
Completed in 1312 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>