Searched defs:minvalue (Results 1 – 6 of 6) sorted by relevance
| /external/libchrome/ipc/ |
| D | param_traits_macros.h | 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
|
| /external/cronet/ipc/ |
| D | param_traits_macros.h | 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
|
| /external/libvpx/test/ |
| D | dct_partial_test.cc | 77 const int16_t minvalue = -maxvalue; in RunTest() local
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | tkSimpleDialog.py | 176 minvalue = None, maxvalue = None, argument
|
| /external/python/cpython3/Lib/tkinter/ |
| D | simpledialog.py | 274 minvalue = None, maxvalue = None, argument
|
| /external/leveldb/db/ |
| D | db_impl.cc | 90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()
|