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

  /external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
annos.py 27 class NoValue(Enum):
33 class NodeAnno(NoValue):
  /external/tensorflow/tensorflow/python/autograph/pyct/
anno.py 36 class NoValue(enum.Enum):
42 class Basic(NoValue):
60 class Static(NoValue):
  /external/ImageMagick/MagickCore/
geometry.h 27 #undef NoValue
28 NoValue = 0x0000,
geometry.c 119 flags=NoValue;
626 return(flags != NoValue ? MagickTrue : MagickFalse);
771 flags=NoValue;
887 flags=NoValue;
1000 return(NoValue);
    [all...]
morphology.c 259 flags = NoValue;
    [all...]
composite.c 814 flags=NoValue;
979 flags=NoValue;
    [all...]
distort.c     [all...]
  /external/python/pyasn1/pyasn1/type/
useful.py 18 NoValue = univ.NoValue
19 noValue = univ.noValue
char.py 17 NoValue = univ.NoValue
18 noValue = univ.noValue
base.py 128 if value is not noValue:
153 class NoValue(object):
154 """Create a singleton instance of NoValue class.
156 The *NoValue* sentinel object represents an instance of ASN.1 schema
164 Any operation attempted on the *noValue* object will raise the
227 noValue = NoValue()
233 defaultValue = noValue
235 def __init__(self, value=noValue, **kwargs):
237 if value is noValue
    [all...]
univ.py 22 NoValue = base.NoValue
23 noValue = NoValue()
29 'NoValue', 'noValue']
99 def __init__(self, value=noValue, **kwargs):
437 defaultBinValue = defaultHexValue = noValue
439 def __init__(self, value=noValue, **kwargs):
440 if value is noValue
    [all...]
  /external/python/setuptools/setuptools/command/
sdist.py 87 class NoValue:
90 orig_val = getattr(os, 'link', NoValue)
98 if orig_val is not NoValue:
  /external/v8/src/
splay-tree-inl.h 28 root_ = new(allocator_) Node(key, Config::NoValue());
40 Node* node = new(allocator_) Node(key, Config::NoValue());
213 Node dummy_node(Config::kNoKey, Config::NoValue());
gdb-jit.cc     [all...]
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 213 if (flags == NoValue)
  /external/python/pyasn1/tests/type/
test_univ.py 31 assert univ.NoValue() is univ.NoValue(), 'NoValue is not a singleton'
35 repr(univ.noValue)
38 assert False, 'repr() on NoValue object fails'
42 assert isinstance(univ.noValue, univ.NoValue), 'isinstance() on NoValue() object fails'
45 assert False, 'isinstance() on NoValue object fails'
49 str(univ.noValue)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 674 using MagickCore::NoValue;
    [all...]
  /external/v8/src/regexp/
jsregexp.h 270 static const Entry NoValue() { return Value(); }
    [all...]
  /external/ImageMagick/coders/
ps.c 746 if (flags == NoValue)
    [all...]
pdf.c 661 if (flags == NoValue)
    [all...]

Completed in 1190 milliseconds