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

1 23 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tFP16_Q15_0.py 87 log.D(self.test_Nominal_Case.__doc__)
121 log.D(self.test_TypeMin.__doc__)
156 log.D(self.test_TypeMin_Overflow.__doc__)
186 log.D(self.test_TypeMax.__doc__)
221 log.D(self.test_TypeMax_Overflow.__doc__)
tINT32.py 86 print self.test_Nominal_Case.__doc__
120 print self.test_TypeMin.__doc__
155 print self.test_TypeMin_Overflow.__doc__
185 print self.test_TypeMax.__doc__
220 print self.test_TypeMax_Overflow.__doc__
tINT8_Max.py 86 print self.test_Nominal_Case.__doc__
120 print self.test_TypeMin.__doc__
155 print self.test_TypeMin_Overflow.__doc__
185 print self.test_TypeMax.__doc__
220 print self.test_TypeMax_Overflow.__doc__
tBoolean.py 78 log.D(self.testBooleanMaximum.__doc__)
103 log.D(self.testBooleanMinimum.__doc__)
129 print self.testBooleanNegative.__doc__
155 print self.testBooleanOverflow.__doc__
tSTRING_128.py 81 log.D(self.test_Digits_String_Case.__doc__)
112 log.D(self.test_Empty_String_Case.__doc__)
141 log.D(self.test_OverSize_String_Case.__doc__)
169 log.D(self.test_Full_Letters_String_Case.__doc__)
200 log.D(self.test_Nominal_String_Case.__doc__)
228 log.D(self.test_Punctuation_Empty_Parenthese_String_Case.__doc__)
257 log.D(self.test_Punctuation_Full_Parenthese_String_Case.__doc__)
286 log.D(self.test_SpaceChar_String_Case.__doc__)
  /external/python/cpython2/Demo/newmetaclasses/
Eiffel.py 47 if func.__doc__:
48 method.__doc__ = func.__doc__
69 self.__doc__ = func.__doc__
  /external/python/cpython3/Lib/
sched.py 45 Event.time.__doc__ = ('''Numeric type compatible with the return value of the
47 Event.priority.__doc__ = ('''Events scheduled for the same time will be executed
49 Event.action.__doc__ = ('''Executing the event means executing
51 Event.argument.__doc__ = ('''argument is a sequence holding the positional
53 Event.kwargs.__doc__ = ('''kwargs is a dictionary holding the keyword
cProfile.py 22 run.__doc__ = _pyprofile.run.__doc__
23 runctx.__doc__ = _pyprofile.runctx.__doc__
  /external/python/cpython3/Tools/demo/
eiffel.py 55 if func.__doc__:
56 method.__doc__ = func.__doc__
79 self.__doc__ = func.__doc__
  /external/python/cpython3/Tools/importbench/
importbench.py 93 benchmark_wo_bytecode.__doc__ = benchmark_wo_bytecode.__doc__.format(name)
127 writing_bytecode_benchmark.__doc__ = (
128 writing_bytecode_benchmark.__doc__.format(name))
157 using_bytecode_benchmark.__doc__ = (
158 using_bytecode_benchmark.__doc__.format(name))
182 if b.__doc__ == options.benchmark:
199 print(benchmark.__doc__, "[", end=' ')
208 new_results[benchmark.__doc__] = results
212 benchmark_name = benchmark.__doc__
    [all...]
  /build/make/tools/releasetools/
make_recovery_patch 34 args = common.ParseOptions(argv, __doc__)
make_recovery_patch.py 34 args = common.ParseOptions(argv, __doc__)
img_from_target_files 63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
img_from_target_files.py 63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
  /external/autotest/utils/
reverify_repair_failed.py 19 __doc__.strip())
  /external/python/cpython2/Demo/curses/
repeat.py 30 print __doc__
  /external/python/cpython3/Lib/concurrent/futures/
thread.py 117 submit.__doc__ = _base.Executor.submit.__doc__
145 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /external/python/futures/concurrent/futures/
thread.py 132 submit.__doc__ = _base.Executor.submit.__doc__
160 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /external/skia/tools/
add_codereview_message.py 55 option_parser = optparse.OptionParser(usage=__doc__)
  /external/skqp/tools/
add_codereview_message.py 55 option_parser = optparse.OptionParser(usage=__doc__)
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
experimental_test.py 58 "\n Sum of args.", _fn.__doc__)
  /external/blktrace/btt/
bno_plot.py 65 print >>sys.stderr, __doc__
70 print __doc__
  /external/python/cpython3/Lib/test/
test_module.py 22 # and __doc__ is None
31 self.assertEqual(foo.__doc__, ModuleType.__doc__)
53 self.assertEqual(foo.__doc__, None)
57 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None,
65 self.assertEqual(foo.__doc__, "foodoc")
67 {"__name__": "foo", "__doc__": "foodoc",
75 self.assertEqual(foo.__doc__, "foodoc\u1234")
77 {"__name__": "foo", "__doc__": "foodoc\u1234",
88 self.assertEqual(foo.__doc__, "foodoc"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
bases.py 36 if func.__doc__:
76 v["ModuleDocstring"] = cstring(unindent(self.__doc__))
87 if self.__doc__:
119 if self.__doc__:
163 if self.__doc__:
178 if self.__doc__:
180 v["Docstring"] = cstring(unindent(self.__doc__))
  /external/python/cpython2/Tools/framer/framer/
bases.py 36 if func.__doc__:
76 v["ModuleDocstring"] = cstring(unindent(self.__doc__))
87 if self.__doc__:
119 if self.__doc__:
163 if self.__doc__:
178 if self.__doc__:
180 v["Docstring"] = cstring(unindent(self.__doc__))

Completed in 167 milliseconds

1 23 4 5 6 7 8 91011>>