Home
last modified time | relevance | path

Searched refs:optionKey (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp376 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument
381 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color()
388 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument
391 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api()
398 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument
401 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type()
408 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument
409 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int()
416 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument
417 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_bool()
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp372 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument
377 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color()
384 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument
387 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api()
394 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument
397 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type()
404 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument
405 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int()
412 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument
413 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_bool()
/external/python/cpython2/Lib/plat-mac/Carbon/
DEvents.py48 optionKey = 1 << optionKeyBit variable
/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m41 if( GetCurrentKeyModifiers() & optionKey )
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m41 if( GetCurrentKeyModifiers() & optionKey )