/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
PBEPKCS12.java | 115 public void configure(ConfigurableProvider provider) method in class:PBEPKCS12.Mappings
|
/external/curl/packages/vms/ |
generate_config_vms_h_curl.com | 8 $! For GNV based builds, the configure script is run and that produces 9 $! a [curl_]config.h file. Configure scripts on VMS generally do not 206 $! Now the DCL builds usually say xxx-HP-VMS and configure scripts 225 $! NTLM_WB_ENABLED requires fork() but configure does not know this 226 $! We have to disble this in th configure command line. 227 $! config_h.com finds that configure defaults to it being enabled so 235 $! configure and will incorrectly disable these options. The config_h.com 324 $! configure defaults to USE_*, a real configure on VMS chooses different.
|
/external/guice/core/src/com/google/inject/util/ |
Modules.java | 61 public void configure(Binder binder) {} method in class:Modules.EmptyModule 125 public void configure(Binder binder) { method in class:Modules.CombinedModule 175 public void configure() { method in class:Modules.OverrideModule 352 @Override protected void configure() {
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
EnsureJpaCanTakeObjectsInPropertiesTest.java | 51 protected void configure() { method in class:EnsureJpaCanTakeObjectsInPropertiesTest.DBModule
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ServletScopesTest.java | 65 protected void configure() { 73 protected void configure() { 125 protected void configure() { 137 protected void configure() {
|
/external/jetty/src/java/org/eclipse/jetty/xml/ |
XmlConfiguration.java | 63 * Configure Objects from XML. This class reads an XML file conforming to the configure.dtd DTD and uses it to configure and object by calling set, put or other 122 parser.redirectEntity("configure.dtd",config76); 130 parser.redirectEntity("http://jetty.mortbay.org/configure.dtd",config76); 131 parser.redirectEntity("http://jetty.eclipse.org/configure.dtd",config76); 132 parser.redirectEntity("http://www.eclipse.org/jetty/configure.dtd",config76); 134 parser.redirectEntity("-//Mort Bay Consulting//DTD Configure//EN",config76); 135 parser.redirectEntity("-//Jetty//Configure//EN",config76); 163 * The String should start with a "<Configure ....>" element 279 public Object configure(Object obj) throws Exception method in class:XmlConfiguration 294 public Object configure() throws Exception method in class:XmlConfiguration 325 public Object configure(Object obj) throws Exception method in class:XmlConfiguration.JettyXmlConfiguration 334 configure(obj,_root,0); method 339 public Object configure() throws Exception method in class:XmlConfiguration.JettyXmlConfiguration 355 configure(obj,_root,0); method 379 public void configure(Object obj, XmlParser.Node cfg, int i) throws Exception method in class:XmlConfiguration.JettyXmlConfiguration 675 configure(obj,node,0); method 683 configure(obj,node,0); method 747 configure(n,node,argi); method 827 configure(n,node,argi); method 847 configure(obj,node,0); method 972 configure(prop,node,0); method [all...] |
/external/libcxx/test/libcxx/ndk/test/ |
config.py | 16 def configure(self): member in class:Configuration 29 # Configure libc++ library paths.
|
/external/llvm/ |
Makefile | 126 $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \ 153 # Specify options to pass to configure script when we're 171 $(Echo) Eliminating files constructed by configure 194 # autoconf/configure.ac. 226 $(Echo) '*****' configure with --enable-optimized. 253 ./configure --prefix="$(LLVM_TOP)/install" \
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 58 void AudioEqualizer::configure(int nChannels, int sampleRate) { function in class:android::AudioEqualizer 59 ALOGV("AudioEqualizer::configure(nChannels=%d, sampleRate=%d)", nChannels, 61 mpLowShelf->configure(nChannels, sampleRate); 63 mpPeakingFilters[i].configure(nChannels, sampleRate); 65 mpHighShelf->configure(nChannels, sampleRate);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
AudioTrackDecoder.java | 71 mediaCodec.configure(format, null, null, 0);
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_mdpcomp.h | 154 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 290 /* configure's overlay pipes for the frame */ 291 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 332 /* configure's overlay pipes for the frame */ 333 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 366 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 55 mModeOn = configure(ctx, list, fbZorder); 59 // Configure 60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 73 ALOGE("%s: No pipes available to configure framebuffer", 159 mModeOn = configure(ctx, list, fbZorder); 163 // Configure 164 bool FBUpdateHighRes::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateHighRes 177 ALOGE("%s: No pipes available to configure framebuffer", 184 ALOGE("%s: No pipes available to configure framebuffer",
|
/hardware/qcom/display/msm8994/libhdmi/ |
hdmi.h | 56 int configure();
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_mdpcomp.h | 147 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 299 /* configure's overlay pipes for the frame */ 300 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 342 /* configure's overlay pipes for the frame */ 343 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 377 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
|
/ndk/sources/host-tools/make-3.81/ |
build-make.sh | 93 run $TMP_SRCDIR/configure $CONFIGURE_FLAGS --build=$ABI_CONFIGURE_BUILD 94 fail_panic "Failed to configure the make-$GNUMAKE_VERSION build!"
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ac3/ |
AudioTrackWrapper.java | 127 mAudioTrack.configure(format, true);
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
AbstractInjectorGrapherTest.java | 125 @Override protected void configure() { 147 @Override protected void configure() { 171 @Override protected void configure() {
|
/external/clang/include/clang/Sema/ |
Lookup.h | 145 configure(); 167 configure(); 509 configure(); 515 configure(); 646 void configure(); 673 unsigned IDNS; // set by configure()
|
/external/bison/djgpp/ |
config.bat | 2 Rem Configure Bison for DJGPP.
144 Rem Create an arguments file for the configure script.
166 redir -e /dev/null update %XSRC%/configure.org ./configure
167 test -f ./configure
168 if errorlevel 1 update %XSRC%/configure ./configure
173 test -f ./configure.org
174 if errorlevel 1 update configure configure.org [all...] |
/toolchain/binutils/binutils-2.25/ |
Makefile.def | 54 // gmp's configure will complain if given anything 161 depend=configure; }; 163 depend=configure; }; 165 depend=configure; }; 167 depend=configure; }; 169 depend=configure; }; 171 depend=configure; 174 depend=configure; 177 depend=configure; 180 depend=configure; }; [all...] |
/external/e2fsprogs/debian/ |
rules | 15 # These are used for cross-compiling and for saving the configure script 103 CFGSTDSTAMP ?= ${STAMPSDIR}/configure-std-stamp 104 CFGBFSTAMP ?= ${STAMPSDIR}/configure-bf-stamp 105 CFGSTATICSTAMP ?= ${STAMPSDIR}/configure-static-stamp 188 # we can't use those flags at configure time 250 # Make sure we don't try to rebuild the configure scripts 251 find . -name configure | xargs touch 256 ${topdir}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \ 260 ${topdir}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \ 269 ${topdir}/configure ${MIPS_NOPIC_CONF_FLAGS} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
build-mingw64-toolchain.sh | 528 run $SRC_DIR/$PKGNAME/configure "$@" 529 fail_panic "Can't configure $PKGNAME !!" 554 run $SRC_DIR/$PKGNAME/configure "$@" 555 fail_panic "Can't configure $PKGNAME !!" 601 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG 602 fail_panic "Can't configure mingw-64-tools" 625 run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \ 627 fail_panic "Can't configure mingw-64-headers" 656 run $SRC_DIR/$PKGNAME/configure "$@" 657 fail_panic "Can't configure $PKGNAME !! [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
configure.com | 1 $! configure.com 3 $! files for a VMS system. We do not use the configure script, since we 76 /* config.h. Generated by configure.com. */
|
/external/curl/ |
buildconf | 81 # Ensure that buildconf runs from the subdirectory where configure.ac lives 83 if test ! -f configure.ac || 95 # configure script. Unpatched version 2.68 is simply unusable, we should 117 echo " Unpatched version generates broken configure script." 120 echo " Unpatched version generates unusable configure script." 282 # Remove files generated on previous buildconf/configure run. 306 configure \ 439 rm -f configure
|
/external/google-breakpad/android/ |
run-checks.sh | 99 system (using autotools/configure). This requires that you define 248 run2 "$PROGDIR/../configure" --prefix="$TMPHOST" $CONFIGURE_FLAGS && 351 echo "Building full Android binaries with configure/make" 358 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \ 382 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \ 392 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \
|