HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 501 - 525 of 1421) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
macosxSupport.py 102 root.configure(menu=menubar)
textView.py 17 self.configure(borderwidth=5)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
macosxSupport.py 102 root.configure(menu=menubar)
textView.py 17 self.configure(borderwidth=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
macosxSupport.py 102 root.configure(menu=menubar)
textView.py 17 self.configure(borderwidth=5)
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 4 $! We do not use the configure script, since we do not have /bin/sh
187 $ write sys$output "Generate `bfdver.h' from 'version.h' and `configure.in'."
196 vfile := CREATE_BUFFER("vfile", "configure.in");
268 /* config.in. Generated automatically from configure.in by autoheader. */
  /frameworks/native/services/inputflinger/
InputReader.h 607 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
728 void configure(InputDevice* device);
759 void configure(InputDevice* device);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupMenuTest.java 282 * Inner helper class to configure an instance of {@link PopupMenu} for the specific test.
338 private void configure() { method in class:PopupMenuTest.Builder
371 configure(); method
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 149 if (providerInfo.configure != null) {
151 configureIntent.setComponent(providerInfo.configure);
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 256 logging.info('- Configure first AP & connect')
257 self.context.configure(hostap_config.HostapConfig(
278 logging.info('- Configure second AP')
279 self.context.configure(hostap_config.HostapConfig(
  /external/bison/doc/
Makefile.am 60 # Depend on configure to get version number changes.
61 common_dep = $(top_srcdir)/configure $(srcdir)/common.x
151 # configure, because the former is way faster than the latter.
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
  /external/gmock/test/
Android.mk 81 # The remaining tests aren't executed by the configure/make/make check sequence.
  /external/guice/core/src/com/google/inject/internal/
InjectorShell.java 292 public void configure(Binder binder) { method in class:InjectorShell.RootModule
306 public void configure(Binder binder) { method in class:InjectorShell.InheritedScannersModule
ProviderMethodsModule.java 48 * binding annotations on the provider method to configure the binding.
122 public synchronized void configure(Binder binder) { method in class:ProviderMethodsModule
124 providerMethod.configure(binder);
  /external/icu/icu4c/source/config/
dist.mk 84 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
  /external/libvpx/
generate_config.sh 67 # We don't properly persist the config options specificed on the configure
121 ./configure $2 > /dev/null
194 ./configure --target=generic-gnu > /dev/null
  /external/pcre/dist/
makevp.bat 32 :: sh configure
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 125 [self configure];
136 [self configure];
156 [self configure];
161 - (void)configure {
  /external/libvpx/libvpx/build/make/
Makefile 44 # Run configure for the user with the current toolchain.
48 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
49 ../src/configure $(CONFIGURE_ARGS); \
420 DIST-SRCS-yes += configure
421 DIST-SRCS-yes += build/make/configure.sh
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 351 // Configure ListPopupWindow without showing it
352 popupBuilder.configure();
354 // Get the anchor view and configure it with ListPopupWindow's drag-to-open listener
358 // And also configure it to show the popup window on click
394 * Inner helper class to configure an instance of <code>ListPopupWindow</code> for the
439 private void configure() { method in class:ListPopupWindowTest.Builder
495 // And configure Mockito to call our original listener with onItemClick.
511 configure(); method

Completed in 1106 milliseconds

<<21222324252627282930>>