HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 151 - 175 of 485) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 461 l.grid(row=row, column=0, sticky="nw")
464 l.grid(row=row, column=1, sticky="nw")
configDialog.py 311 labelTargetTitle.grid(row=0,column=0,columnspan=2,sticky=W)
312 self.listBindings.grid(row=1,column=0,sticky=NSEW)
313 scrollTargetY.grid(row=1,column=1,sticky=NS)
314 scrollTargetX.grid(row=2,column=0,sticky=EW)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
318 self.optMenuKeysBuiltin.grid(row=0, column=1, sticky=NSEW)
319 self.optMenuKeysCustom.grid(row=1, column=1, sticky=NSEW)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 461 l.grid(row=row, column=0, sticky="nw")
464 l.grid(row=row, column=1, sticky="nw")
configDialog.py 311 labelTargetTitle.grid(row=0,column=0,columnspan=2,sticky=W)
312 self.listBindings.grid(row=1,column=0,sticky=NSEW)
313 scrollTargetY.grid(row=1,column=1,sticky=NS)
314 scrollTargetX.grid(row=2,column=0,sticky=EW)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
318 self.optMenuKeysBuiltin.grid(row=0, column=1, sticky=NSEW)
319 self.optMenuKeysCustom.grid(row=1, column=1, sticky=NSEW)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 461 l.grid(row=row, column=0, sticky="nw")
464 l.grid(row=row, column=1, sticky="nw")
configDialog.py 311 labelTargetTitle.grid(row=0,column=0,columnspan=2,sticky=W)
312 self.listBindings.grid(row=1,column=0,sticky=NSEW)
313 scrollTargetY.grid(row=1,column=1,sticky=NS)
314 scrollTargetX.grid(row=2,column=0,sticky=EW)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
318 self.optMenuKeysBuiltin.grid(row=0, column=1, sticky=NSEW)
319 self.optMenuKeysCustom.grid(row=1, column=1, sticky=NSEW)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 461 l.grid(row=row, column=0, sticky="nw")
464 l.grid(row=row, column=1, sticky="nw")
configDialog.py 311 labelTargetTitle.grid(row=0,column=0,columnspan=2,sticky=W)
312 self.listBindings.grid(row=1,column=0,sticky=NSEW)
313 scrollTargetY.grid(row=1,column=1,sticky=NS)
314 scrollTargetX.grid(row=2,column=0,sticky=EW)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
318 self.optMenuKeysBuiltin.grid(row=0, column=1, sticky=NSEW)
319 self.optMenuKeysCustom.grid(row=1, column=1, sticky=NSEW)
    [all...]
  /system/keymaster/
ae.h 119 * AE_NOT_SUPPORTED - Usage mode unsupported (eg, incremental and/or sticky).
151 * AE_NOT_SUPPORTED - Usage mode unsupported (eg, incremental and/or sticky).
  /external/valgrind/VEX/pub/
libvex_guest_arm64.h 126 /* A 128-bit value which is used to represent the FPSR.QC (sticky
  /external/valgrind/solaris/
build_solaris_package 176 if [[ $publisher == *sticky* ]]; then
  /frameworks/av/include/media/stagefright/
MediaCodec.h 402 /* called to get the last codec error when the sticky flag is set.
  /frameworks/base/core/java/android/bluetooth/le/
ScanSettings.java 100 * For sticky mode, higher threshold of signal strength and sightings is required
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 99 // stopped, so return sticky.
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 306 // sticky - the sticky transform set in Surface (only used by the LEGACY
310 uint32_t transform, const sp<Fence>& fence, uint32_t sticky = 0)
313 transform(transform), stickyTransform(sticky), fence(fence),
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 145 // stopped, so return sticky.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 126 // Wi-Fi state is sticky, so just let the receiver update UI
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
TaskSchedulerService.java 168 // STICKY means the service will be automatically restarted will the last intent if it is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 200 #define __S_ISVTX 01000 /* Save swapped text after use (sticky). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 64 /* Save swapped text after use (sticky bit). This is pretty well obsolete. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 203 #define __S_ISVTX 01000 /* Save swapped text after use (sticky). */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 129 // determine bit 0, rounding, and sticky bit, and result bits z
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
bits_test.go 126 // determine bit 0, rounding, and sticky bit, and result bits z
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 126 // determine bit 0, rounding, and sticky bit, and result bits z
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 129 // determine bit 0, rounding, and sticky bit, and result bits z

Completed in 3167 milliseconds

1 2 3 4 5 67 8 91011>>