HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 151 - 175 of 1605) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/realtime/
Makefile 62 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in
68 autoconf: configure
70 include/realtime_config.h.in: configure.ac $(wildcard m4/*.m4) aclocal.m4
73 configure: configure.ac aclocal.m4
  /external/guice/jdk8-tests/test/com/google/inject/jdk8/
Java8LanguageFeatureBindingTest.java 51 protected void configure() {
64 protected void configure() {}
79 protected void configure() {}
103 protected void configure() {
115 protected void configure() {
143 protected void configure() {
156 protected void configure() {
DefaultMethodInterceptionTest.java 81 protected void configure() {
97 protected void configure() {
125 protected void configure() {
160 protected void configure() {
193 protected void configure() {
210 protected void configure() {
  /external/clang/tools/scan-build-py/libear/
__init__.py 30 configure = do_configure(toolset)
31 configure.check_function_exists('execve', 'HAVE_EXECVE')
32 configure.check_function_exists('execv', 'HAVE_EXECV')
33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE')
34 configure.check_function_exists('execvp', 'HAVE_EXECVP')
35 configure.check_function_exists('execvP', 'HAVE_EXECVP2')
36 configure.check_function_exists('exect', 'HAVE_EXECT')
37 configure.check_function_exists('execl', 'HAVE_EXECL')
38 configure.check_function_exists('execlp', 'HAVE_EXECLP')
39 configure.check_function_exists('execle', 'HAVE_EXECLE'
    [all...]
  /external/guice/core/test/com/google/inject/
CircularDependencyTest.java 49 protected void configure() {
60 protected void configure() {}
71 protected void configure() {
92 protected void configure() {
206 @Override protected void configure() {}
221 @Override protected void configure() {
279 protected void configure() {
294 @Override protected void configure() {
311 @Override protected void configure() {
329 protected void configure() {
    [all...]
BinderTest.java 76 public void configure(Binder binder) {
94 public void configure() {
131 public void configure() {
151 @Override public void configure() {
166 @Override public void configure() {
181 @Override public void configure() {
198 @Override public void configure() {
223 @Override public void configure() {
253 protected void configure() {
269 protected void configure() {
296 @Override protected void configure() { method in class:BinderTest.ParentModule
302 @Override protected void configure() { method in class:BinderTest.FooModule
307 @Override protected void configure() { method in class:BinderTest.BarModule
316 @Override protected void configure() { method in class:BinderTest.ConstantModule
479 @Override protected void configure() { method in class:BinderTest.OuterCoreModule
486 @Override protected void configure() { method in class:BinderTest.InnerCoreModule
    [all...]
ParentInjectorTest.java 63 "bound at " + bindsA.getClass().getName() + ".configure(",
120 @Override protected void configure() {
125 @Override protected void configure() {
142 @Override protected void configure() {
149 @Override protected void configure() {
180 @Override protected void configure() {
222 @Override protected void configure() {
243 @Override protected void configure() {
271 @Override protected void configure() {
280 @Override protected void configure() {
    [all...]
ReflectionTest.java 39 protected void configure() {
53 protected void configure() {
69 protected void configure() {
BoundInstanceInjectionTest.java 40 protected void configure() {
59 protected void configure() {
78 protected void configure() {
93 protected void configure() {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 58 * Container object for Configure messages.
87 ConfigureHolder configure = (ConfigureHolder) msg.obj;
89 mTextureRenderer.configureSurfaces(configure.surfaces);
90 mCaptureCollector = checkNotNull(configure.collector);
91 configure.condition.open();
204 * Configure the GL renderer for the given set of output surfaces, and block until
208 * corresponding sizes to configure.
217 ConfigureHolder configure = new ConfigureHolder(condition, surfaces, collector); local
219 Message m = handler.obtainMessage(MSG_NEW_CONFIGURATION, /*arg1*/0, /*arg2*/0, configure);
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 46 configure(nChannels, sampleRate);
50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioPeakingFilter
53 mBiquad.configure(nChannels, sampleRate);
AudioShelvingFilter.cpp 53 configure(nChannels, sampleRate);
56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioShelvingFilter
59 mBiquad.configure(nChannels, sampleRate);
  /hardware/qcom/display/msm8084/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,
  /hardware/qcom/display/msm8226/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,
  /hardware/qcom/display/msm8909/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,
  /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/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)

Completed in 573 milliseconds

1 2 3 4 5 67 8 91011>>