HomeSort by relevance Sort by last modified time
    Searched refs:__doc__ (Results 176 - 200 of 686) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 41 description=sys.modules[__name__].__doc__)
  /external/skqp/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 41 description=sys.modules[__name__].__doc__)
  /external/tensorflow/tensorflow/python/ops/
spectral_ops.py 138 _rfft.__doc__ = fft_fn.__doc__
157 _irfft.__doc__ = ifft_fn.__doc__
  /external/tensorflow/tensorflow/python/util/
all_util.py 55 for m in _reference_pattern.finditer(doc_module.__doc__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/gdb/linux-x86/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /tools/repohooks/tools/
google-java-format.py 40 parser = argparse.ArgumentParser(description=__doc__)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
main.py 37 if __doc__:
38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
write.py 37 if __doc__:
38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.py 75 if __doc__:
77 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
main.py 37 if __doc__:
38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
write.py 37 if __doc__:
38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
tFunction_Sync.py 88 log.D(self.test_01_getAutoSync_Case.__doc__)
131 log.D(self.test_02_setAutoSync_Case.__doc__)
206 log.D(self.test_03_Manual_Sync_Case.__doc__)
  /external/python/cpython3/Lib/test/
test_contextlib.py 176 self.assertEqual(baz.__doc__, "Whee!")
181 self.assertEqual(baz.__doc__, "Whee!")
197 cm_docstring = closing.__doc__
199 self.assertEqual(obj.__doc__, cm_docstring)
314 cm_docstring = mycontext.__doc__
316 self.assertEqual(obj.__doc__, cm_docstring)
474 cm_docstring = ExitStack.__doc__
476 self.assertEqual(obj.__doc__, cm_docstring)
509 self.assertIsNone(wrapper.__doc__, _exit.__doc__)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
rjsmin.py 64 if __doc__:
66 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable

Completed in 976 milliseconds

1 2 3 4 5 6 78 91011>>