HomeSort by relevance Sort by last modified time
    Searched refs:NotDefined (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_print.py 13 NotDefined = object()
48 sep=NotDefined, end=NotDefined, file=NotDefined):
55 fn = dispatch[(sep is not NotDefined,
56 end is not NotDefined,
57 file is not NotDefined)]
65 def x(expected, args, sep=NotDefined, end=NotDefined):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_print.py 13 NotDefined = object()
48 sep=NotDefined, end=NotDefined, file=NotDefined):
55 fn = dispatch[(sep is not NotDefined,
56 end is not NotDefined,
57 file is not NotDefined)]
65 def x(expected, args, sep=NotDefined, end=NotDefined):
  /external/clang/test/SemaCXX/
warn-unused-private-field.cpp 34 friend class NotDefined;

Completed in 73 milliseconds