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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 145 def deepcopy(x, memo=None, _nil=[]):
155 y = memo.get(d, _nil)
156 if y is not _nil:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy.py 145 def deepcopy(x, memo=None, _nil=[]):
155 y = memo.get(d, _nil)
156 if y is not _nil:
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode.cc 184 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil,
hb-font.cc 227 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,
328 ffuncs->get.name = hb_font_get_##name##_nil; \
  /external/harfbuzz_ng/src/
hb-unicode.cc 184 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil,
hb-font.cc 227 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,
328 ffuncs->get.name = hb_font_get_##name##_nil; \

Completed in 7632 milliseconds