HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 451 - 475 of 1259) sorted by null

<<11121314151617181920>>

  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 81 protected void configure() {
139 protected void configure() {
274 protected void configure() {
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 215 g->configure(InputType::kLines, OutputType::kTriangleStrip, 6, 5);
281 g->configure(InputType::kLines, OutputType::kTriangleStrip, 7, 2);
374 g->configure(InputType::kLines, OutputType::kTriangleStrip, 4, proc.isTriangles() ? 3 : 2);
  /external/skqp/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 215 g->configure(InputType::kLines, OutputType::kTriangleStrip, 6, 5);
281 g->configure(InputType::kLines, OutputType::kTriangleStrip, 7, 2);
374 g->configure(InputType::kLines, OutputType::kTriangleStrip, 4, proc.isTriangles() ? 3 : 2);
  /frameworks/av/media/codec2/hidl/1.0/utils/
ClientBlockHelper.cpp 164 bool configure(const sp<IGraphicBufferProducer>& igbp, function in class:android::hardware::media::c2::V1_0::utils::OutputBufferQueue::Impl
339 bool OutputBufferQueue::configure(const sp<IGraphicBufferProducer>& igbp, function in class:android::hardware::media::c2::V1_0::utils::OutputBufferQueue
342 return mImpl && mImpl->configure(igbp, generation, bqId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 280 seriesFormat.configure(getApplicationContext(),
297 noiseSeriesFormat.configure(getApplicationContext(),
313 seriesFormat.configure(getApplicationContext(),
323 passSeriesFormat.configure(getApplicationContext(),
HifiUltrasoundTestActivity.java 239 seriesFormat.configure(getApplicationContext(),
256 noiseSeriesFormat.configure(getApplicationContext(),
272 seriesFormat.configure(getApplicationContext(),
282 passSeriesFormat.configure(getApplicationContext(),
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
CollectionAppWidgetTest.java 126 // Configure the app widget provider behavior
128 CollectionAppWidgetProvider.configure(providerCountDownLatch, null, null);
148 // Configure the app widget service behavior
230 CollectionAppWidgetProvider.configure(updateLatch, null, null);
267 CollectionAppWidgetProvider.configure(updateLatch, null, null);
383 CollectionAppWidgetProvider.configure(updateLatch, () -> mListView.getChildCount() > 0,
  /external/adhd/cras/src/server/
input_data.c 61 data->ext.configure = input_data_configure;
  /external/autotest/client/site_tests/platform_PrinterPpds/
configurator.py 16 the system. This is performed by the method configure(). To restore the
17 system to the state before a configure() call, the method restore() must
162 def configure(self, set_cups_logging_level): member in class:Configurator
182 Restore the system state before configure(). It is safe to run
183 this method, even if configure() failed or has not been called.
  /external/autotest/client/tests/ltp/
ltp.py 49 utils.configure('--prefix=%s' % ltpbin_dir)
  /external/autotest/server/site_tests/network_WiFi_GTK/
network_WiFi_GTK.py 46 self.context.configure(ap_config)
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 88 self.context.configure(ap_config)
  /external/autotest/server/site_tests/network_WiFi_PTK/
network_WiFi_PTK.py 42 self.context.configure(ap_config)
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
network_WiFi_RoamSuspendEndToEnd.py 19 The test is run in two phases. First, where we configure the first AP and
21 and configure a second AP, tear down the first and trigger client side test.
28 """Configure an AP with the given parameters.
37 self.context.configure(ap_config, multi_interface=True)
70 # Configure first AP with channel 5 and mode G and default ssid.
79 # Configure second AP with channel 149, mode N and same ssid as before.
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/digest/
SHA1.java 110 public void configure(ConfigurableProvider provider) method in class:SHA1.Mappings
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
ARC4.java 113 public void configure(ConfigurableProvider provider) method in class:ARC4.Mappings
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferTextureBufferRange.hpp 81 * Configure transform feedback to capture the value of outValue and
203 void configure(void);
  /external/flatbuffers/
conanfile.py 39 """Create CMake instance and execute configure step
45 cmake.configure()
49 """Configure, build and install FlatBuffers using CMake.
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
HelloWorldServerTls.java 68 return GrpcSslContexts.configure(sslClientContextBuilder,
  /external/guice/core/test/com/google/inject/spi/
InjectorSpiTest.java 22 protected void configure() {
  /external/guice/extensions/dagger-adapter/test/com/google/inject/daggeradapter/
DaggerAdapterTest.java 118 public void configure(Binder binder) { method in class:DaggerAdapterTest.MultibindingGuiceModule
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
InternalServletModule.java 83 protected void configure() { method in class:InternalServletModule
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
EdslTest.java 40 protected void configure() {
  /external/icu/icu4c/source/tools/genren/
Makefile 58 ( cd $(ICUDIR) ; CPPFLAGS="-DU_DISABLE_RENAMING=1 -DUCONFIG_ENABLE_PLUGINS" $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
  /external/jemalloc_new/include/jemalloc/internal/
bit_util.h 11 # error JEMALLOC_INTERNAL_FFS{,L,LL} should have been defined by configure

Completed in 3549 milliseconds

<<11121314151617181920>>