/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
config.py | 72 conf = self.get_lit_conf(name) 73 if conf is None: 75 if conf.lower() in ('1', 'true'): 77 if conf.lower() in ('', '0', 'false'): [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/ |
mvn.bat | 161 %MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath %CLASSWORLDS_JAR% "-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%" %CLASSWORLDS_LAUNCHER% %MAVEN_CMD_LINE_ARGS%
|
mvnDebug.bat | 165 %MAVEN_JAVA_EXE% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %CLASSWORLDS_JAR% "-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%" %CLASSWORLDS_LAUNCHER% %MAVEN_CMD_LINE_ARGS%
|
/system/update_engine/sample_images/ |
generate_images.sh | 98 # Add the update_engine.conf settings file. This file contains the 103 sudo tee "${mntdir}"/etc/update_engine.conf >/dev/null <<EOF
|
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 97 void * tls_init(const struct tls_config *conf) 121 if (conf) { 122 global->event_cb = conf->event_cb; 123 global->cb_ctx = conf->cb_ctx; 124 global->cert_in_cb = conf->cert_in_cb; [all...] |
/external/libmtp/ |
configure | 511 rm -f conf$$ conf$$.exe conf$$.file 512 if test -d conf$$.dir; then 513 rm -f conf$$.dir/conf$$.file 515 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/google-tv-pairing-protocol/cpp/ |
configure | 468 rm -f conf$$ conf$$.exe conf$$.file 469 if test -d conf$$.dir; then 470 rm -f conf$$.dir/conf$$.file 472 rm -f conf$$.dir 473 mkdir conf$$.dir 2>/dev/null 475 if (echo >conf$$.file) 2>/dev/null; then 476 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/pcre/dist/ |
configure | 521 rm -f conf$$ conf$$.exe conf$$.file 522 if test -d conf$$.dir; then 523 rm -f conf$$.dir/conf$$.file 525 rm -f conf$$.dir 526 mkdir conf$$.dir 2>/dev/null 528 if (echo >conf$$.file) 2>/dev/null; then 529 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/protobuf/ |
configure | 524 rm -f conf$$ conf$$.exe conf$$.file 525 if test -d conf$$.dir; then 526 rm -f conf$$.dir/conf$$.file 528 rm -f conf$$.dir 529 mkdir conf$$.dir 2>/dev/null 531 if (echo >conf$$.file) 2>/dev/null; then 532 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/protobuf/gtest/ |
configure | 524 rm -f conf$$ conf$$.exe conf$$.file 525 if test -d conf$$.dir; then 526 rm -f conf$$.dir/conf$$.file 528 rm -f conf$$.dir 529 mkdir conf$$.dir 2>/dev/null 531 if (echo >conf$$.file) 2>/dev/null; then 532 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
configure | 484 rm -f conf$$ conf$$.exe conf$$.file 485 if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.file 488 rm -f conf$$.dir 489 mkdir conf$$.dir 2>/dev/null 491 if (echo >conf$$.file) 2>/dev/null; then 492 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/c-ares/ |
configure | 514 rm -f conf$$ conf$$.exe conf$$.file 515 if test -d conf$$.dir; then 516 rm -f conf$$.dir/conf$$.file 518 rm -f conf$$.dir 519 mkdir conf$$.dir 2>/dev/null 521 if (echo >conf$$.file) 2>/dev/null; then 522 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/libevent/ |
configure | 521 rm -f conf$$ conf$$.exe conf$$.file 522 if test -d conf$$.dir; then 523 rm -f conf$$.dir/conf$$.file 525 rm -f conf$$.dir 526 mkdir conf$$.dir 2>/dev/null 528 if (echo >conf$$.file) 2>/dev/null; then 529 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/libmicrohttpd/ |
configure | 524 rm -f conf$$ conf$$.exe conf$$.file 525 if test -d conf$$.dir; then 526 rm -f conf$$.dir/conf$$.file 528 rm -f conf$$.dir 529 mkdir conf$$.dir 2>/dev/null 531 if (echo >conf$$.file) 2>/dev/null; then 532 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/boot/ |
plexus-classworlds-2.5.1.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/ |
plexus-classworlds-2.4.jar | |
/external/aac/libAACdec/src/ |
aacdecoder_lib.cpp | 161 UCHAR *conf[], 170 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer); [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_window.py | 19 import test_conf as conf namespace 149 font_size = int(float(label_width_in_px) / conf.num_chars_per_row *
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
mtb_unittest.py | 15 import test_conf as conf namespace 494 range_middle = self._get_range_middle(conf.no_gap_criteria)
|
/external/autotest/scheduler/ |
rdb_testing_utils.py | 309 from django.conf import settings 323 from django.conf import settings
|
/external/neven/ |
Android.mk | 115 $(LOCAL_PATH)/Embedded/common/conf \
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 447 if (wpa_s->conf->ctrl_interface == NULL) 450 if (ctrl_iface_parse(priv, wpa_s->conf->ctrl_interface) < 0) {
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
LocalizeDependenciesTask.groovy | 92 public void add(MavenDependencyCollectorTask task, ModuleVersionIdentifier id, Configuration conf) { 95 println("adding $key in $conf by $task")
|
/system/extras/perfprofd/tests/ |
perfprofd_test.cc | 57 #define CONFIGFILE "perfprofd.conf" 611 I: config file path set to /data/nativetest/perfprofd_test/perfprofd.conf 667 I: config file path set to /data/nativetest/perfprofd_test/perfprofd.conf
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_logging.py | 738 def apply_config(self, conf, **kwargs): 739 file = cStringIO.StringIO(textwrap.dedent(conf)) [all...] |