/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 187 # testing values with empty string set through configure 188 self.combo.configure(values=[1, '', 2]) 490 self.scale.configure(from_=2, to=5) 491 self.scale.configure(from_=0, to=-2) 492 self.scale.configure(to=10) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 17 self.configure(borderwidth=5)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 187 # testing values with empty string set through configure 188 self.combo.configure(values=[1, '', 2]) 490 self.scale.configure(from_=2, to=5) 491 self.scale.configure(from_=0, to=-2) 492 self.scale.configure(to=10) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 17 self.configure(borderwidth=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 187 # testing values with empty string set through configure 188 self.combo.configure(values=[1, '', 2]) 490 self.scale.configure(from_=2, to=5) 491 self.scale.configure(from_=0, to=-2) 492 self.scale.configure(to=10) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 296 ssv.configure(new CommonSourceViewerConfig(
|
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/ |
bcprov-jdk15on-1.56.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/ |
bcprov-jdk15on-1.50.jar | |
/cts/tests/tests/media/src/android/media/cts/ |
ImageReaderDecoderTest.java | 472 // Configure decoder. 476 decoder.configure(mediaFormat, mReaderSurface, null /* crypto */, 0 /* flags */); 479 decoder.configure(mediaFormat, null /* surface */, null /* crypto */, 0 /* flags */); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
config.py | 179 # configure the root first
473 """Configure an object with a user-supplied factory."""
494 Configure logging using a dictionary-like object to describe the
498 def configure(self):
member in class:DictConfigurator 524 raise ValueError('Unable to configure handler '
531 raise ValueError('Unable to configure logger '
538 raise ValueError('Unable to configure root '
553 raise ValueError('Unable to configure '
561 raise ValueError('Unable to configure '
574 raise ValueError('Unable to configure handler ' [all...] |
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
ShowEnvironment.bat | 58 @echo NOTE: Please configure your build to use the following TOOL_CHAIN_TAG
|
/external/curl/packages/vms/ |
compare_curl_source.com | 268 $ if ref_fname .eqs. "configure." then ref_skip = 1
|
setup_gnv_curl_build.com | 8 $! the configure script and the build. 31 $! Move to where the Configure script is. 34 $! Get the path to where the Configure script is. 286 $! Verify can break things in bash, especially in Configure scripts.
|
/external/curl/projects/ |
checksrc.bat | 90 :configure label
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/ |
convert.jar | |
/external/googletest/googlemock/ |
README.md | 90 You can also easily configure Google Mock to work with another testing 132 configure it now. 208 have to configure it to use the `gmock_config` propety sheet. For that: 308 the instructions above to configure Google Mock. 311 ${GMOCK_DIR}/configure # try --help for more info 320 against Google Test as well. There is no need to configure Google Test
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
MapBinder.java | 75 * protected void configure() { 302 * Guice into executing its configure() method only once. That makes it so 377 @Override public void configure(Binder binder) { method in class:MapBinder.RealMapBinder 632 @Override public void configure(Binder binder) { method in class:MapBinder.RealMapBinder.MultimapBinder [all...] |
/external/libpng/projects/owatcom/ |
pngconfig.mak | 3 # configure libpng; a default configuration will be built.
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
llvm-config.in.in | 173 LLVM. Typically called from 'configure' scripts. Examples:
195 --host-target Target triple used to configure LLVM.
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
StubProvider.java | 497 case "configure": 498 configure(arg, extras); method 630 private void configure(String arg, Bundle extras) { method in class:StubProvider 631 Log.d(TAG, "Configure " + arg); 680 Log.e(TAG, "Attempt to configure non-existent root: " + rootId); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
config.py | 179 # configure the root first 479 """Configure an object with a user-supplied factory.""" 500 Configure logging using a dictionary-like object to describe the 504 def configure(self): member in class:DictConfigurator 530 raise ValueError('Unable to configure handler ' 537 raise ValueError('Unable to configure logger ' 544 raise ValueError('Unable to configure root ' 559 raise ValueError('Unable to configure ' 567 raise ValueError('Unable to configure ' 584 raise ValueError('Unable to configure handler [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
config.py | 179 # configure the root first 479 """Configure an object with a user-supplied factory.""" 500 Configure logging using a dictionary-like object to describe the 504 def configure(self): member in class:DictConfigurator 530 raise ValueError('Unable to configure handler ' 537 raise ValueError('Unable to configure logger ' 544 raise ValueError('Unable to configure root ' 559 raise ValueError('Unable to configure ' 567 raise ValueError('Unable to configure ' 584 raise ValueError('Unable to configure handler [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/ |
svgpan.go | 20 * You can configure the behavior of the pan/zoom/drag with the variables
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 199 These flags configure the behavior of vet:
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 355 func (pv *propVirtual) configure(suffix int) error { func
|