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

  /external/libchrome/ipc/
param_traits_macros.h 42 // range-checked by the IPC system to be in the range of minvalue..maxvalue
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \
47 type, (static_cast<int>(value) >= static_cast<int>(minvalue) && \
  /external/python/cpython2/Lib/lib-tk/
tkSimpleDialog.py 176 minvalue = None, maxvalue = None,
184 self.minvalue = minvalue
223 if self.minvalue is not None and result < self.minvalue:
227 "Please try again." % self.minvalue,
322 print askfloat("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100)
  /external/libvpx/libvpx/test/
dct_partial_test.cc 77 const int16_t minvalue = -maxvalue; local
89 input_block.Set(minvalue);
91 input_block.Set(&rnd, minvalue, maxvalue);
  /external/python/cpython3/Lib/tkinter/
simpledialog.py 259 minvalue = None, maxvalue = None,
266 self.minvalue = minvalue
302 if self.minvalue is not None and result < self.minvalue:
306 "Please try again." % self.minvalue,
414 print(askfloat("Spam", "Egg weight\n(in tons)", minvalue=1,
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py     [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py     [all...]
  /external/python/cpython3/Lib/
turtle.py 849 minvalue=minval, maxvalue=maxval)
    [all...]

Completed in 1329 milliseconds