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

1 2 3 4

  /external/chromium_org/tools/findit/common/
http_client.py 31 raise NotImplemented()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 52 return NotImplemented
68 return NotImplemented
88 return NotImplemented
103 return NotImplemented
118 return NotImplemented
133 return NotImplemented
152 return NotImplemented
162 return NotImplemented
167 return NotImplemented
172 return NotImplemented
    [all...]
types.py 78 NotImplementedType = type(NotImplemented)
fractions.py 307 return NotImplemented
320 return NotImplemented
335 so the boilerplate should return NotImplemented from
368 return NotImplemented
381 return NotImplemented
544 return NotImplemented
552 NotImplemented. `op` should be one of the six standard
570 return NotImplemented
sets.py 123 # NotImplemented instead of True or False. Then the other comparand
125 # also returned NotImplemented then it would fall back to object address
128 # *also* implements __cmp__: if, e.g., __eq__ returns NotImplemented,
175 # NotImplemented instead of raising TypeError (albeit that *why* it
184 return NotImplemented
202 return NotImplemented
225 return NotImplemented
253 return NotImplemented
decimal.py 866 if other is NotImplemented:
874 if other is NotImplemented:
882 if other is NotImplemented:
891 if other is NotImplemented:
900 if other is NotImplemented:
909 if other is NotImplemented:
    [all...]
abc.py 162 if ok is not NotImplemented:
collections.py 592 return NotImplemented
611 return NotImplemented
630 return NotImplemented
650 return NotImplemented
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 52 return NotImplemented
68 return NotImplemented
88 return NotImplemented
103 return NotImplemented
118 return NotImplemented
133 return NotImplemented
152 return NotImplemented
162 return NotImplemented
167 return NotImplemented
172 return NotImplemented
    [all...]
types.py 78 NotImplementedType = type(NotImplemented)
fractions.py 307 return NotImplemented
320 return NotImplemented
335 so the boilerplate should return NotImplemented from
368 return NotImplemented
381 return NotImplemented
544 return NotImplemented
552 NotImplemented. `op` should be one of the six standard
570 return NotImplemented
sets.py 123 # NotImplemented instead of True or False. Then the other comparand
125 # also returned NotImplemented then it would fall back to object address
128 # *also* implements __cmp__: if, e.g., __eq__ returns NotImplemented,
175 # NotImplemented instead of raising TypeError (albeit that *why* it
184 return NotImplemented
202 return NotImplemented
225 return NotImplemented
253 return NotImplemented
decimal.py 866 if other is NotImplemented:
874 if other is NotImplemented:
882 if other is NotImplemented:
891 if other is NotImplemented:
900 if other is NotImplemented:
909 if other is NotImplemented:
    [all...]
abc.py 162 if ok is not NotImplemented:
collections.py 592 return NotImplemented
611 return NotImplemented
630 return NotImplemented
650 return NotImplemented
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binop.py 95 return NotImplemented
108 return NotImplemented
119 return NotImplemented
129 return NotImplemented
141 return NotImplemented
153 return NotImplemented
162 return NotImplemented
176 return NotImplemented
185 return NotImplemented
204 return NotImplemented
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binop.py 95 return NotImplemented
108 return NotImplemented
119 return NotImplemented
129 return NotImplemented
141 return NotImplemented
153 return NotImplemented
162 return NotImplemented
176 return NotImplemented
185 return NotImplemented
204 return NotImplemented
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 46 return NotImplemented
63 only calls func on the non-NotImplemented items of the list,
65 Otherwise returns NotImplemented."""
68 items = [item for item in lst if item is not NotImplemented]
69 return func(items) if items else NotImplemented
86 lst = [item for item in lst if item is not NotImplemented]
88 return NotImplemented
110 if mergeLogic is NotImplemented:
112 value = mergeLogic(getattr(table, key, NotImplemented) for table in lst)
113 if value is not NotImplemented
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
DefaultTable.py 46 return NotImplemented
_n_a_m_e.py 132 return NotImplemented
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 308 void NotImplemented(const gin::Arguments& args);
557 .SetMethod("dumpDatabaseCallbacks", &TestRunnerBindings::NotImplemented)
558 .SetMethod("setIconDatabaseEnabled", &TestRunnerBindings::NotImplemented)
559 .SetMethod("setScrollbarPolicy", &TestRunnerBindings::NotImplemented)
561 &TestRunnerBindings::NotImplemented)
563 &TestRunnerBindings::NotImplemented)
564 .SetMethod("clearBackForwardList", &TestRunnerBindings::NotImplemented)
565 .SetMethod("keepWebHistory", &TestRunnerBindings::NotImplemented)
567 &TestRunnerBindings::NotImplemented)
568 .SetMethod("setCallCloseOnWebViews", &TestRunnerBindings::NotImplemented)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMatrix.h 274 SetStatus(NotImplemented);
281 SetStatus(NotImplemented);
GdiPlusBrush.h 72 SetStatus(NotImplemented);
87 SetStatus(NotImplemented);
93 SetStatus(NotImplemented);
GdiPlusPen.h 482 SetStatus(NotImplemented);
489 SetStatus(NotImplemented);
  /external/chromium_org/chrome/common/extensions/docs/server2/
servlet.py 169 raise NotImplemented()

Completed in 718 milliseconds

1 2 3 4