HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 126 - 150 of 1831) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.h 71 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
93 virtual bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
105 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
  /libcore/ojluni/src/main/java/java/util/logging/
SocketHandler.java 88 // Private method to configure a SocketHandler from LogManager
91 private void configure() { method in class:SocketHandler
124 configure(); method
152 configure(); method
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 35 protected void configure() {
51 protected void configure() {
70 protected void configure() {
88 protected void configure() {
99 protected void configure() {
113 protected void configure() {
131 protected void configure() {
147 protected void configure() {
232 protected void configure() {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYRegionFormatter.java 46 Configurator.configure(ctx, this, xmlCfgId);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
SimplePieChartActivity.java 86 sf1.configure(getApplicationContext(), R.xml.pie_segment_formatter1);
91 sf2.configure(getApplicationContext(), R.xml.pie_segment_formatter2);
96 sf3.configure(getApplicationContext(), R.xml.pie_segment_formatter3);
101 sf4.configure(getApplicationContext(), R.xml.pie_segment_formatter4);
  /external/autotest/client/deps/dejagnu/
dejagnu.py 12 utils.configure('--prefix=%s/dejagnu' % topdir)
  /external/autotest/client/deps/libnet/
libnet.py 15 utils.configure ('--prefix=%s/libnet' % topdir)
  /external/autotest/client/deps/pgpool/
pgpool.py 18 utils.configure('--prefix=%s/pgpool --with-pgsql=%s/deps/pgsql/pgsql' \
  /external/autotest/client/deps/pgsql/
pgsql.py 14 utils.configure('--without-readline --without-zlib --enable-debug --prefix=%s/pgsql' % topdir)
  /external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/
network_WiFi_ConnectionIdentifier.py 64 # Configure two APs which will be automatically assigned different
67 self.context.configure(router_conf)
68 self.context.configure(router_conf, multi_interface=True)
83 self.context.configure(router_conf)
84 self.context.configure(router_conf, multi_interface=True)
  /external/autotest/server/site_tests/network_WiFi_Reassociate/
network_WiFi_Reassociate.py 17 self.context.configure(ap_config)
  /external/curl/
androidconfigure 6 # Some of the include paths below assume that this is an arm 32bit configure
95 ./configure "${CONFIGURE_ARGS[@]}"
97 # Apply local changes to the default configure output.
98 patch -p1 --no-backup-if-mismatch < local-configure.patch
  /external/guice/core/test/com/google/inject/
BoundInstanceInjectionTest.java 40 protected void configure() {
59 protected void configure() {
78 protected void configure() {
93 protected void configure() {
  /external/guice/core/test/com/google/inject/example/
JndiProviderClient.java 34 protected void configure() {
  /external/guice/examples/src/example/xml/
Main.java 34 protected void configure() {
  /external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java 35 protected final void configure() { method in class:PersistModule
  /external/guice/extensions/persist/test/com/google/inject/persist/
EdslTest.java 19 protected void configure() {
  /external/iproute2/testsuite/
Makefile 27 .PHONY: compile listtests alltests configure $(TESTS)
29 configure:
30 echo "Entering iproute2" && cd iproute2 && $(MAKE) configure && cd ..;
32 compile: configure
  /external/ltp/include/mk/
gitignore.mk 44 ./configure --prefix=/dev/null
  /external/ltp/tools/pounder21/build_scripts/
lame 55 ./configure
84 ./configure --enable-nasm
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_style.py 18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertIsInstance(style.configure('TButton'), dict)
35 style.configure('TButton', background='yellow')
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_style.py 18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertIsInstance(style.configure('TButton'), dict)
35 style.configure('TButton', background='yellow')
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 22 # We must configure so build a list of configure options
58 msg 0 " $src_dir/configure" $config_options
59 $src_dir/configure $config_options || \
62 msg 0 Module $module already configured, ignoring configure options.
  /external/testng/src/test/java/test/guice/
GuiceParentModule.java 18 protected void configure() { method in class:GuiceParentModule
  /frameworks/av/media/libstagefright/filters/
IntrinsicBlurFilter.h 29 virtual status_t configure(const sp<AMessage> &msg);

Completed in 622 milliseconds

1 2 3 4 56 7 8 91011>>