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

<<21222324252627282930>>

  /external/protobuf/util/
tests.sh 31 ./configure
46 ./configure
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 125 [self configure];
136 [self configure];
156 [self configure];
161 - (void)configure {
  /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
VtsHalSensorManagerV1_0TargetTest.cpp 235 ASSERT_OK(chan->configure(handle, RateLevel::FAST, [&](auto token, auto res) {
241 ASSERT_OK(chan->configure(handle, RateLevel::STOP, [](auto token, auto res) {
253 << "configure token and sensor handle don't match.";
  /external/openssh/contrib/suse/
openssh.spec 100 - Added flag to configure daemon with TCP Wrappers support
136 %configure --prefix=/usr \
146 %configure --mandir=/usr/X11R6/man \
  /frameworks/base/media/java/android/media/
MediaCodec.java 215 state. First, you need to configure it via {@link #configure configure(&hellip;)}, which brings
272 want to process data asynchronously. Then, {@linkplain #configure configure} the codec using the
297 Codec-specific data can also be included in the format passed to {@link #configure configure} in
440 asynchronously by setting a callback before calling {@link #configure configure}. Asynchronous
486 codec.configure(format, &hellip;)
1860 public void configure( method in class:MediaCodec
1864 configure(format, surface, crypto, null, flags); method
1890 public void configure( method in class:MediaCodec
1893 configure(format, surface, null, method
1897 private void configure( method in class:MediaCodec
    [all...]
  /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); \
421 DIST-SRCS-yes += configure
422 DIST-SRCS-yes += build/make/configure.sh
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 361 // Configure ListPopupWindow without showing it
362 popupBuilder.configure();
364 // Get the anchor view and configure it with ListPopupWindow's drag-to-open listener
368 // And also configure it to show the popup window on click
404 * Inner helper class to configure an instance of <code>ListPopupWindow</code> for the
449 private void configure() { method in class:ListPopupWindowTest.Builder
505 // And configure Mockito to call our original listener with onItemClick.
521 configure(); method
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java 289 int token = mChannel.configure(s, rateLevel);
290 assertTrue("configure direct mChannel failed", token > 0);
295 mChannel.configure(s, SensorDirectChannel.RATE_STOP);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupMenuTest.java 307 * Inner helper class to configure an instance of {@link PopupMenu} for the specific test.
363 private void configure() { method in class:PopupMenuTest.Builder
396 configure(); method
  /external/fdlibm/
makefile.in 146 -$(RM) configure
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 425 @Override @SuppressWarnings("unchecked") protected void configure() { method in class:OSGiTestActivator.TestModule
447 @Override protected void configure() { method in class:OSGiTestActivator.InterceptorModule
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 55 %configure --libdir=/%{_lib}
  /external/ltp/
runalltests.sh 139 # you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run correctly.
152 # you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run correctly.
248 ./configure && make all install)
  /frameworks/av/media/libstagefright/include/
MediaCodec.h 92 status_t configure(
98 status_t configure(
339 // configure parameter
  /hardware/intel/common/libva/va/
Android.mk 87 $(GEN): $(LOCAL_PATH)/va_version.h.in $(LOCAL_PATH)/../build/gen_version.sh $(LOCAL_PATH)/../configure.ac
  /hardware/libhardware/modules/sensors/dynamic_sensor/
Android.mk 40 # 2. Use as a standalone sensor HAL and configure multihal to combine it with sensor hal that
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 77 * Configure stream with a size and encoder mode.
87 public synchronized void configure( method in class:CameraRecordingStream
353 throw new IllegalStateException("Configure with unrecognized format.");
366 throw new IllegalStateException("Configure with unrecognized format.");
410 * the MediaCodec configure() call to throw an exception.
417 Log.i(TAG, "configure video encoding format: " + format);
419 // Create/configure a MediaCodec encoder.
426 mEncoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 118 lscale.scale.configure(from_=-5, to=5)
129 lscale.scale.configure(from_=0, to=10)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 118 lscale.scale.configure(from_=-5, to=5)
129 lscale.scale.configure(from_=0, to=10)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 118 lscale.scale.configure(from_=-5, to=5)
129 lscale.scale.configure(from_=0, to=10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 118 lscale.scale.configure(from_=-5, to=5)
129 lscale.scale.configure(from_=0, to=10)
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 207 // configure() call to throw an unhelpful exception.
216 // Create a MediaCodec for the desired codec, then configure it as an encoder with
219 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
412 encoder.configure(outputFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
421 decoder.configure(inputFormat, outputSurface.getSurface(), null, 0);
620 decoder.configure(format, surface.getSurface(), null, 0);
    [all...]
ExtractDecodeEditEncodeMuxTest.java 308 // configure() call to throw an unhelpful exception.
359 // Create a MediaCodec for the desired codec, then configure it as an encoder with
378 // Create a MediaCodec for the desired codec, then configure it as an encoder with
601 decoder.configure(inputFormat, surface, null, 0);
622 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
637 decoder.configure(inputFormat, null, null, 0);
651 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
    [all...]
ResourceManagerTestActivityBase.java 167 Log.d(TAG, "Configure codec " + format);
168 codec.configure(format, null, null, 0);

Completed in 1587 milliseconds

<<21222324252627282930>>