Home
last modified time | relevance | path

Searched refs:newvalue (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/test/
H A Dtest__osx_support.py79 newvalue = 'clang -pthreads'
80 _osx_support._save_modified_value(config_vars, cv, newvalue)
94 newvalue = 'clang -pthreads'
95 _osx_support._save_modified_value(config_vars, cv, newvalue)
104 newvalue = 'gcc-test -pthreads'
105 _osx_support._save_modified_value(config_vars, cv, newvalue)
H A Dtest_xmlrpc.py219 (newvalue,) = result
220 self.assertEqual(newvalue, sample)
221 self.assertIs(type(newvalue), bytes)
225 (newvalue,) = result
226 self.assertEqual(newvalue, sample)
227 self.assertIs(type(newvalue), xmlrpclib.Binary)
247 (newvalue,) = result
248 self.assertEqual(newvalue, value)
249 self.assertIs(type(newvalue), type(value))
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog0580 newvalue=`grep -c "syslogtst: info to console test." /var/log/messages`
82 if [ "x$(( $newvalue - $oldvalue ))" != "x1" ]; then
H A Dsyslog0290 newvalue=`grep -c "syslogtst: mail $level test" $MAILLOG`
91 diff=$(( $newvalue - $oldvalue ))
H A Dsyslog08101 newvalue=`grep -c "syslogtst: $facility info test." /var/log/messages`
102 diff=$(( $newvalue - $oldvalue ))
/third_party/python/Lib/
H A D_osx_support.py143 def _save_modified_value(_config_vars, cv, newvalue):
147 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
149 _config_vars[cv] = newvalue
H A Dpdb.py402 newvalue = self._getval_except(expr)
406 if newvalue is not oldvalue and newvalue != oldvalue:
407 displaying[expr] = newvalue
409 (expr, newvalue, oldvalue))
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c1022 char *newvalue; in option_set_value() local
1026 newvalue = get_valid_value_string(opt, value); in option_set_value()
1027 if (!newvalue) in option_set_value()
1033 if (startswith(newvalue, "From") && (fromopt = find_option(&newvalue[4])) && in option_set_value()
1039 free(newvalue); in option_set_value()
1041 val->value = newvalue; in option_set_value()
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h301 GLint newvalue = testcolor[j][i] + blockerrlin[j][i] / nrcolor[j]; in fancybasecolorsearch() local
302 if (newvalue <= 0) in fancybasecolorsearch()
304 else if (newvalue >= 255) in fancybasecolorsearch()
306 else testcolor[j][i] = newvalue; in fancybasecolorsearch()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddatefmt.h824 * @param newvalue new value
831 UBool newvalue,
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h824 * @param newvalue new value
831 UBool newvalue,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddatefmt.h824 * @param newvalue new value
831 UBool newvalue,
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c200 int32_t newvalue; in TestNumberFormat() local
773 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
774 newvalue=2; in TestNumberFormat()
775 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
783 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
784 newvalue=8; in TestNumberFormat()
785 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
793 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
794 newvalue=2; in TestNumberFormat()
795 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
[all...]
/third_party/python/Modules/
H A Ditertoolsmodule.c261 PyObject *newvalue, *newkey, *oldvalue; in groupby_step() local
263 newvalue = PyIter_Next(gbo->it); in groupby_step()
264 if (newvalue == NULL) in groupby_step()
268 newkey = newvalue; in groupby_step()
269 Py_INCREF(newvalue); in groupby_step()
271 newkey = PyObject_CallOneArg(gbo->keyfunc, newvalue); in groupby_step()
273 Py_DECREF(newvalue); in groupby_step()
279 gbo->currvalue = newvalue; in groupby_step()
/third_party/python/Lib/email/
H A D_header_value_parser.py1034 newvalue = value.lstrip()
1035 fws = WhiteSpaceTerminal(value[:len(value)-len(newvalue)], 'fws')
1036 return fws, newvalue
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c735 u32 newvalue; in resize_attribute() local
741 newvalue = le32_to_cpu(attr->value_length) + rawresize; in resize_attribute()
742 attr->value_length = cpu_to_le32(newvalue); in resize_attribute()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc4566 T newvalue = ReadRegister<T>(rt); in Simulator() local
4583 MemWrite<T>(address, newvalue); in Simulator()

Completed in 49 milliseconds