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

<<21222324252627282930>>

  /external/python/cpython3/Lib/idlelib/
tree.py 173 self.canvas.configure(scrollregion=(0, 0, x1, y1))
256 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
258 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
  /external/bcc/tools/
inject.py 47 def configure(cls, mode, probability): member in class:Probe
347 Probe.configure(self.args.mode, self.args.probability)
  /external/curl/tests/
testcurl.pl 42 # --configure=[options] Configure options
53 # --noconfigure Don't run configure
116 elsif ($ARGV[0] =~ /--configure=(.*)/) {
182 # Windows builds still default to configure-style builds with curl_config.h.
282 $infixed=0; # so that "additional args to configure" works properly first time...
308 print "please enter your additional arguments to configure\n";
475 unlink "configure";
526 if (-f "configure") {
527 logit "configure created (at least it exists)"
    [all...]
  /external/fdlibm/
makefile.in 146 -$(RM) configure
  /external/googletest/googletest/docs/
Pkgconfig.md 54 In your `configure.ac`:
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 478 protected void configure() { method in class:OSGiTestActivator.TestModule
500 protected void configure() { method in class:OSGiTestActivator.InterceptorModule
  /external/icu/icu4c/source/config/
dist.mk 98 @(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/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 55 %configure --libdir=/%{_lib}
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_extensions.py 130 lscale.scale.configure(from_=-5, to=5)
141 lscale.scale.configure(from_=0, to=10)
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 72 t = widget.configure(name)
90 widget.configure({name: value})
232 self.assertEqual(sorted(keys), sorted(widget.configure()))
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_extensions.py 126 lscale.scale.configure(from_=-5, to=5)
137 lscale.scale.configure(from_=0, to=10)
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 68 t = widget.configure(name)
86 widget.configure({name: value})
214 self.assertEqual(sorted(keys), sorted(widget.configure()))
  /external/syzkaller/vendor/google.golang.org/api/transport/http/
dial.go 17 // google.golang.org/api/option package to configure API clients.
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 3 1. Follow the regular TF compilation instructions. During configure step, if you want MPI support, answer yes to this question:
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 92 status_t configure(
98 status_t configure(
348 // configure parameter
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 208 // configure() call to throw an unhelpful exception.
217 // Create a MediaCodec for the desired codec, then configure it as an encoder with
220 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
413 encoder.configure(outputFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
425 decoder.configure(inputFormat, outputSurface.getSurface(), null, 0);
630 decoder.configure(format, surface.getSurface(), null, 0);
    [all...]
ExtractDecodeEditEncodeMuxTest.java 310 // configure() call to throw an unhelpful exception.
361 // Create a MediaCodec for the desired codec, then configure it as an encoder with
380 // Create a MediaCodec for the desired codec, then configure it as an encoder with
603 decoder.configure(inputFormat, surface, null, 0);
624 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
639 decoder.configure(inputFormat, null, null, 0);
653 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);
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 148 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 148 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 148 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 151 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 151 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 151 videoCodec.configure(trackFormat, surface, null, 0);
  /external/adhd/cras/src/tests/
apm_list_unittest.cc 155 ext_dsp_module_value->configure(ext_dsp_module_value,

Completed in 967 milliseconds

<<21222324252627282930>>