HomeSort by relevance Sort by last modified time
    Searched full:novalue (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
InclusiveCriterion.py 66 if self.noValue in valueList:
69 self.__currentValues.add(self.noValue)
72 if self.noValue in self.__currentValues:
73 self.__currentValues.remove(self.noValue)
77 and currentValue != self.noValue:
92 self.__currentValues.append(self.noValue)
Criterion.py 49 def noValue(self):
ExclusiveCriterion.py 51 if currentValue in self._allowedValues or currentValue == self.noValue:
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 128 fields.get("noValue", false);
134 fields.get("noValue", (byte) 0);
140 fields.get("noValue", (char) 0);
146 fields.get("noValue", 0.0);
152 fields.get("noValue", 0.0f);
158 fields.get("noValue", (long) 0);
164 fields.get("noValue", 0);
170 fields.get("noValue", new Object());
176 fields.get("noValue", (short) 0);
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
annos.py 24 class NoValue(Enum):
30 class NodeAnno(NoValue):
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
anno.py 27 class NoValue(Enum):
33 class Basic(NoValue):
  /external/ImageMagick/MagickCore/
geometry.h 27 #undef NoValue
28 NoValue = 0x0000,
geometry.c 118 flags=NoValue;
609 return(flags != NoValue ? MagickTrue : MagickFalse);
754 flags=NoValue;
869 flags=NoValue;
977 return(NoValue);
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
operand.go 21 novalue // operand represents no value (result of a function call w/o result)
33 novalue: "no value",
75 // novalue <expr> ( <mode> )
122 case invalid, novalue, builtin, typexpr:
20 novalue \/\/ operand represents no value (result of a function call w\/o result) const
builtins.go 197 x.mode = novalue
349 x.mode = novalue
478 x.mode = novalue
502 x.mode = novalue
610 x.mode = novalue
typexpr.go 230 case novalue:
247 case novalue:
356 case novalue:
  /prebuilts/go/linux-x86/src/go/types/
operand.go 21 novalue // operand represents no value (result of a function call w/o result)
33 novalue: "no value",
75 // novalue <expr> ( <mode> )
122 case invalid, novalue, builtin, typexpr:
20 novalue \/\/ operand represents no value (result of a function call w\/o result) const
builtins.go 197 x.mode = novalue
349 x.mode = novalue
478 x.mode = novalue
502 x.mode = novalue
610 x.mode = novalue
typexpr.go 230 case novalue:
247 case novalue:
356 case novalue:
  /external/v8/src/
splay-tree-inl.h 26 root_ = new(allocator_) Node(key, Config::NoValue());
38 Node* node = new(allocator_) Node(key, Config::NoValue());
213 Node dummy_node(Config::kNoKey, Config::NoValue());
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 76 newCriterion.currentValue = newCriterion.noValue
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 145 and not x == criterion.noValue]:
169 criterion.noValue)))
  /external/autotest/client/common_lib/
global_config_unittest.py 191 val = self.conf.get_config_value("SECTION_A", "novalue", str, "default")
  /external/curl/tests/data/
test31 50 Set-Cookie: novalue; domain=reallysilly
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)
  /external/python/cpython2/Lib/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 72 "[NoValue]\n"
88 E.append(r'NoValue')
102 eq(cf.get('NoValue', 'option-without-value'), None)

Completed in 711 milliseconds

1 2 3