HomeSort by relevance Sort by last modified time
    Searched refs:rely (Results 1 - 25 of 45) sorted by null

1 2

  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.
  /external/python/cpython2/Demo/tkinter/matt/
placer-simple.py 21 f.place(relx=0.0, rely=0.0)
28 f.button.place(relx=0.5, rely=0.0, anchor=NW)
packer-and-placer-together.py 30 f.button.place(relx=0.5, rely=0.0, anchor=NW)
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
54 y = m_y + (m_height - w_height) * rely
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
reporter.go 36 // Stringer is not helpful, so rely on more exact formatting.
  /external/curl/docs/cmdline-opts/
proto.d 38 Unknown protocols produce a warning. This allows scripts to safely rely on
  /external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
MathServiceImplTestabilityTest.cs 40 // This allows testing even those server-side implementations that rely on the contents of ServerCallContext.
  /external/u-boot/arch/mips/
config.mk 50 # crossformat linking we rely on the elf2ecoff tool for format conversion.
  /external/python/cpython3/Tools/msi/
get_externals.bat 78 echo.modules that rely on external libraries.
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 255 rely=1.0, y=0,
261 rely=1.0, y=0,
277 rely=1.0, y=0,
  /device/generic/uml/
uml.mk 121 # can rely on it being initially set by init.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1):
56 y = m_y + (m_height - w_height) * rely
  /external/python/cpython2/PCbuild/
get_externals.bat 94 echo.modules that rely on external libraries.
  /external/python/cpython2/Tools/webchecker/
tktools.py 33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1):
56 y = m_y + (m_height - w_height) * rely
  /external/python/cpython3/Lib/tkinter/
simpledialog.py 61 def _set_transient(self, master, relx=0.5, rely=0.3):
78 y = m_y + (m_height - w_height) * rely
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 202 /// Most users should rely on the default value provided by gRPC library.
219 /// Most users should rely on the default value provided by gRPC library.
238 /// Most users should rely on the default value provided by gRPC library.
256 /// Most users should rely on the default value provided by gRPC library.
276 /// Most users should rely on the default value provided by gRPC library.
ChannelCredentials.cs 43 // We rely on finalizer to clean up the native portion of ChannelCredentialsSafeHandle after the ChannelCredentials
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 277 This feature can be used to implement custom decoders that rely on the
311 This feature can be used to implement custom decoders that rely on the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 265 This feature can be used to implement custom decoders that rely on the
299 This feature can be used to implement custom decoders that rely on the
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
AsyncCallServerTest.cs 108 // and we rely on C core cancelling the call.
  /external/python/cpython2/Lib/json/
__init__.py 278 This feature can be used to implement custom decoders that rely on the
312 This feature can be used to implement custom decoders that rely on the
  /external/python/cpython3/PCbuild/
get_externals.bat 99 echo.modules that rely on external libraries.
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 332 f2.place_configure(y=-10, rely=1)
360 self.assertEqual(f2.place_info()['rely'], '0')
363 f2.place_configure(rely=0.5)
364 self.assertEqual(f2.place_info()['rely'], '0.5')
367 f2.place_configure(rely=1)
368 self.assertEqual(f2.place_info()['rely'], '1')
373 f2.place_configure(in_=f, rely='spam')
454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
463 self.assertEqual(info['rely'], '0.2')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_geometry_managers.py 332 f2.place_configure(y=-10, rely=1)
360 self.assertEqual(f2.place_info()['rely'], '0')
363 f2.place_configure(rely=0.5)
364 self.assertEqual(f2.place_info()['rely'], '0.5')
367 f2.place_configure(rely=1)
368 self.assertEqual(f2.place_info()['rely'], '1')
373 f2.place_configure(in_=f, rely='spam')
454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
463 self.assertEqual(info['rely'], '0.2')
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AsyncCallBase.cs 322 // treat this completion as the last read an rely on C core to handle the failed

Completed in 292 milliseconds

1 2