/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScrolledList.py | 17 listbox.configure(options)
|
aboutDialog.py | 17 self.configure(borderwidth=5)
|
configHelpSourceEdit.py | 20 self.configure(borderwidth=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 296 entry.configure(show=self.__show)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidNature.java | 55 * @see org.eclipse.core.resources.IProjectNature#configure() 59 public void configure() throws CoreException { method in class:AndroidNature
|
/system/keymaster/include/keymaster/ |
soft_keymaster_device.h | 183 static keymaster_error_t configure(const keymaster2_device_t* dev,
|
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 442 device->configure(when, &mConfig, 0); 612 device->configure(now, &mConfig, changes); 1057 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) { function in class:android::InputDevice 1394 void CursorScrollAccumulator::configure(InputDevice* device) { function in class:android::CursorScrollAccumulator 1433 void TouchButtonAccumulator::configure(InputDevice* device) { function in class:android::TouchButtonAccumulator 1729 void MultiTouchMotionAccumulator::configure(InputDevice* device, function in class:android::MultiTouchMotionAccumulator 1923 void InputMapper::configure(nsecs_t when, function in class:android::InputMapper 2202 void KeyboardInputMapper::configure(nsecs_t when, function in class:android::KeyboardInputMapper 2515 void CursorInputMapper::configure(nsecs_t when, function in class:android::CursorInputMapper 2898 void RotaryEncoderInputMapper::configure(nsecs_t when, function in class:android::RotaryEncoderInputMapper 3140 void TouchInputMapper::configure(nsecs_t when, function in class:android::TouchInputMapper 6897 void ExternalStylusInputMapper::configure(nsecs_t when, function in class:android::ExternalStylusInputMapper 7035 void JoystickInputMapper::configure(nsecs_t when, function in class:android::JoystickInputMapper [all...] |
/external/guice/extensions/persist/lib/ |
hibernate-entitymanager.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/ |
sisu-inject-bean-1.4.2.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/ |
sisu-inject-bean-1.4.2.jar | |
/external/pcre/dist2/ |
Makefile.am | 247 src/pcre2.h.generic: src/pcre2.h.in configure.ac 254 # doing a configure in a temporary directory. However, some trickery is needed, 256 # running configure in a new directory, it complains. For this reason, we move 263 src/config.h.generic: configure.ac 267 cd _generic && $(abs_top_srcdir)/configure || :
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/boot/ |
plexus-classworlds-2.5.1.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
org.eclipse.sisu.plexus-0.0.0.M5.jar | |
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/ |
jackson-dataformat-cbor-2.6.6.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/ |
plexus-classworlds-2.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/ |
org.eclipse.sisu.plexus-0.0.0.M5.jar | |
/cts/tests/tests/media/src/android/media/cts/ |
EncodeVirtualDisplayTest.java | 231 encoder.configure(encoderFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); 243 decoder.configure(decoderFormat, outputSurface.getSurface(), null, 0);
|
MediaCodecCapabilitiesTest.java | 504 codec.configure(format, null /* surface */, null /* crypto */, 568 codec.configure(format, null, null, flag);
|
MediaCodecClearKeyPlayer.java | 382 codec.configure( 388 codec.configure(
|
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
mingw-gcc-build.py | 232 source_files_ipf['gcc']['configure-params'] = ( 450 configure = os.path.join(module_dir, 'configure') 457 configure, 466 cmd += self.source_files.GetAdditionalParameters(module, 'configure')
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
resolver.py | 280 def __init__(self, filename='/etc/resolv.conf', configure=True): 285 only when I{configure} is true and the platform is POSIX. 287 @param configure: If True (the default), the resolver instance 291 @type configure: bool""" 294 if configure: 370 """Configure a NameServer registry entry.""" 380 """Configure a Domain registry entry.""" 385 """Configure a Search registry entry.""" 700 """Configure Edns.
|
/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/e2fsprogs/debian/attic/libs/ |
rules | 56 ../configure --enable-elf-shlibs --enable-dynamic-e2fsck \
|
/external/guice/core/src/com/google/inject/spi/ |
Elements.java | 129 public void configure(Binder binder) { method in class:Elements.ElementsAsModule 340 module.configure(binder); 508 // The call stack starts from current top module configure and ends at this method caller
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
Multibinder.java | 67 * protected void configure() { 247 * executing its configure() method only once. That makes it so that 289 public void configure(Binder binder) { method in class:Multibinder.RealMultibinder 516 @Override protected void configure() { method in class:Multibinder.PermitDuplicatesModule
|