HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 76 - 100 of 566) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DH.java 17 public void configure(ConfigurableProvider provider) method in class:DH.Mappings
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
34 style.configure('TButton', background='yellow')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
34 style.configure('TButton', background='yellow')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidExportNature.java 42 * @see org.eclipse.core.resources.IProjectNature#configure()
46 public void configure() throws CoreException { method in class:AndroidExportNature
  /external/bison/build-aux/
missing 38 if test -f configure.ac; then
39 configure_ac=configure.ac
41 configure_ac=configure.in
77 autoconf touch file 'configure'
154 touch configure
  /external/chromium_org/third_party/opus/src/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
155 touch configure
  /external/grub/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
154 touch configure
  /external/libcap-ng/libcap-ng-0.7/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
155 touch configure
  /external/libffi/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
154 touch configure
  /external/llvm/autoconf/
AutoRegen.sh 23 outfile=configure
24 configfile=configure.ac
46 echo "### commit any configure script that was generated with warnings"
53 echo "Regenerating configure with autoconf $want_autoconf_version_clean"
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
154 touch configure
  /external/openfst/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
155 touch configure
  /external/pixman/
missing 39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
155 touch configure
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.h 61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.h 62 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
77 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.h 61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 122 proxyConfig.configure(server, httpProxyClient, request);
167 proxyConfig.configure(server, httpProxyClient, request);
198 proxyConfig.configure(server, client, request);
230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request);
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
253 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
259 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
265 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
271 abstract void configure(MockWebServer proxy, HttpClient client, HttpRequest request) method in class:AbstractProxyTest.ProxyConfig
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Twofish.java 110 public void configure(ConfigurableProvider provider) method in class:Twofish.Mappings
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 13 # These are used for cross-compiling and for saving the configure script
39 config.status: configure
41 # Add here commands to configure the package.
42 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
  /external/expat/
import_expat.sh 24 rm configure
25 rm configure.in
  /external/harfbuzz/
autogen.sh 83 echo "I am going to run ./configure with no arguments - if you wish "
111 echo Running $srcdir/configure "$@"
112 $srcdir/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 \
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 50 void configure(int nChannels, int sampleRate);
AudioShelvingFilter.h 57 void configure(int nChannels, int sampleRate);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 33 void configure(const sp<AMessage> &format);

Completed in 1440 milliseconds

1 2 34 5 6 7 8 91011>>