Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 25 of 1345) sorted by relevance

12345678910>>...54

/dports/emulators/mess/mame-mame0226/src/emu/
H A Demuopts.h373 bool ror() const { return bool_value(OPTION_ROR); } in ror()
374 bool rol() const { return bool_value(OPTION_ROL); } in rol()
377 bool flipx() const { return bool_value(OPTION_FLIPX); } in flipx()
378 bool flipy() const { return bool_value(OPTION_FLIPY); } in flipy()
408 bool mouse() const { return bool_value(OPTION_MOUSE); } in mouse()
432 bool log() const { return bool_value(OPTION_LOG); } in log()
433 bool debug() const { return bool_value(OPTION_DEBUG); } in debug()
435 bool oslog() const { return bool_value(OPTION_OSLOG); } in oslog()
441 bool drc() const { return bool_value(OPTION_DRC); } in drc()
446 bool cheat() const { return bool_value(OPTION_CHEAT); } in cheat()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Demuopts.h373 bool ror() const { return bool_value(OPTION_ROR); } in ror()
374 bool rol() const { return bool_value(OPTION_ROL); } in rol()
377 bool flipx() const { return bool_value(OPTION_FLIPX); } in flipx()
378 bool flipy() const { return bool_value(OPTION_FLIPY); } in flipy()
408 bool mouse() const { return bool_value(OPTION_MOUSE); } in mouse()
432 bool log() const { return bool_value(OPTION_LOG); } in log()
433 bool debug() const { return bool_value(OPTION_DEBUG); } in debug()
435 bool oslog() const { return bool_value(OPTION_OSLOG); } in oslog()
441 bool drc() const { return bool_value(OPTION_DRC); } in drc()
446 bool cheat() const { return bool_value(OPTION_CHEAT); } in cheat()
[all …]
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dconfig.c193 bool_value = false; in config_load_default()
238 bool_value = true; in config_load_default()
244 bool_value = true; in config_load_default()
246 bool_value = true; in config_load_default()
248 bool_value = true; in config_load_default()
252 bool_value = true; in config_load_default()
257 bool_value = true; in config_load_default()
268 bool_value = true; in config_load_default()
282 bool_value = true; in config_load_default()
285 bool_value = true; in config_load_default()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp118 glw::GLboolean bool_value = GL_TRUE; in iterate() local
120 gl.getBooleanv(pname, &bool_value); in iterate()
123 if ((int_value != 0 && bool_value == GL_FALSE) || (int_value == 0 && bool_value != GL_FALSE)) in iterate()
151 glw::GLboolean bool_value = GL_TRUE; in iterate() local
170 bool_value = GL_TRUE; in iterate()
211 bool_value = GL_FALSE; in iterate()
232 bool_value = GL_FALSE; in iterate()
522 glw::GLboolean bool_value = GL_TRUE; in iterate() local
529 if (bool_value != GL_FALSE) in iterate()
568 if (bool_value != GL_TRUE) in iterate()
[all …]
/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DVariant.hh64 bool_value = v; in Variant()
87 bool_value = rhs.bool_value; in Variant()
120 bool_value = lid.bool_value; in operator =()
162 return bool_value == lid.bool_value; in operator ==()
197 bool bool_value; member
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dmoptions.h106 bool skip_warnings() const { return bool_value(OPTION_SKIP_WARNINGS); } in skip_warnings()
107 bool remember_last() const { return bool_value(OPTION_REMEMBER_LAST); } in remember_last()
108 bool enlarge_snaps() const { return bool_value(OPTION_ENLARGE_SNAPS); } in enlarge_snaps()
109 bool forced_4x3_snapshot() const { return bool_value(OPTION_FORCED4X3); } in forced_4x3_snapshot()
110 bool use_background_image() const { return bool_value(OPTION_USE_BACKGROUND); } in use_background_image()
111 bool skip_bios_menu() const { return bool_value(OPTION_SKIP_BIOS_MENU); } in skip_bios_menu()
112 bool skip_parts_menu() const { return bool_value(OPTION_SKIP_PARTS_MENU); } in skip_parts_menu()
116 bool info_audit() const { return bool_value(OPTION_INFO_AUTO_AUDIT); } in info_audit()
117 bool hide_romless() const { return bool_value(OPTION_HIDE_ROMLESS); } in hide_romless()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dmoptions.h106 bool skip_warnings() const { return bool_value(OPTION_SKIP_WARNINGS); } in skip_warnings()
107 bool remember_last() const { return bool_value(OPTION_REMEMBER_LAST); } in remember_last()
108 bool enlarge_snaps() const { return bool_value(OPTION_ENLARGE_SNAPS); } in enlarge_snaps()
109 bool forced_4x3_snapshot() const { return bool_value(OPTION_FORCED4X3); } in forced_4x3_snapshot()
110 bool use_background_image() const { return bool_value(OPTION_USE_BACKGROUND); } in use_background_image()
111 bool skip_bios_menu() const { return bool_value(OPTION_SKIP_BIOS_MENU); } in skip_bios_menu()
112 bool skip_parts_menu() const { return bool_value(OPTION_SKIP_PARTS_MENU); } in skip_parts_menu()
116 bool info_audit() const { return bool_value(OPTION_INFO_AUTO_AUDIT); } in info_audit()
117 bool hide_romless() const { return bool_value(OPTION_HIDE_ROMLESS); } in hide_romless()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/tab_ranker/
H A Dtab_features_unittest.cc37 .bool_value(), in TEST()
39 EXPECT_EQ(features.at(TabManager_TabMetrics::kHasFormEntryName).bool_value(), in TEST()
41 EXPECT_EQ(features.at(TabManager_TabMetrics::kIsPinnedName).bool_value(), 1); in TEST()
60 .bool_value(), in TEST()
63 .bool_value(), in TEST()
77 features.at(TabManager_TabMetrics::kWasRecentlyAudibleName).bool_value(), in TEST()
80 features.at(TabManager_TabMetrics::kWindowIsActiveName).bool_value(), 1); in TEST()
90 EXPECT_EQ(features.at("IsActive").bool_value(), 1); in TEST()
/dports/emulators/mess/mame-mame0226/src/osd/modules/lib/
H A Dosdobj_common.h122 bool window() const { return bool_value(OSDOPTION_WINDOW); } in window()
123 bool maximize() const { return bool_value(OSDOPTION_MAXIMIZE); } in maximize()
124 bool wait_vsync() const { return bool_value(OSDOPTION_WAITVSYNC); } in wait_vsync()
125 bool sync_refresh() const { return bool_value(OSDOPTION_SYNCREFRESH); } in sync_refresh()
138 bool switch_res() const { return bool_value(OSDOPTION_SWITCHRES); } in switch_res()
141 bool filter() const { return bool_value(OSDOPTION_FILTER); } in filter()
146 bool gl_no_texture_rect() const { return bool_value(OSDOPTION_GL_NOTEXTURERECT); } in gl_no_texture_rect()
147 bool gl_vbo() const { return bool_value(OSDOPTION_GL_VBO); } in gl_vbo()
148 bool gl_pbo() const { return bool_value(OSDOPTION_GL_PBO); } in gl_pbo()
149 bool gl_glsl() const { return bool_value(OSDOPTION_GL_GLSL); } in gl_glsl()
[all …]
/dports/emulators/mame/mame-mame0226/src/osd/modules/lib/
H A Dosdobj_common.h122 bool window() const { return bool_value(OSDOPTION_WINDOW); } in window()
123 bool maximize() const { return bool_value(OSDOPTION_MAXIMIZE); } in maximize()
124 bool wait_vsync() const { return bool_value(OSDOPTION_WAITVSYNC); } in wait_vsync()
125 bool sync_refresh() const { return bool_value(OSDOPTION_SYNCREFRESH); } in sync_refresh()
138 bool switch_res() const { return bool_value(OSDOPTION_SWITCHRES); } in switch_res()
141 bool filter() const { return bool_value(OSDOPTION_FILTER); } in filter()
146 bool gl_no_texture_rect() const { return bool_value(OSDOPTION_GL_NOTEXTURERECT); } in gl_no_texture_rect()
147 bool gl_vbo() const { return bool_value(OSDOPTION_GL_VBO); } in gl_vbo()
148 bool gl_pbo() const { return bool_value(OSDOPTION_GL_PBO); } in gl_pbo()
149 bool gl_glsl() const { return bool_value(OSDOPTION_GL_GLSL); } in gl_glsl()
[all …]
/dports/emulators/mess/mame-mame0226/src/osd/sdl/
H A Dosdsdl.h82 bool video_fps() const { return bool_value(SDLOPTION_SDLVIDEOFPS); } in video_fps()
85 bool centerh() const { return bool_value(SDLOPTION_CENTERH); } in centerh()
86 bool centerv() const { return bool_value(SDLOPTION_CENTERV); } in centerv()
91 bool use_all_heads() const { return bool_value(SDLOPTION_USEALLHEADS); } in use_all_heads()
95 bool keymap() const { return bool_value(SDLOPTION_KEYMAP); } in keymap()
100 bool sixaxis() const { return bool_value(SDLOPTION_SIXAXIS); } in sixaxis()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/types/
H A Dvariadic.h82 static Variadic Boolean(bool bool_value) { in Boolean()
85 variadic.bool_value = bool_value; in Boolean()
113 return bool_value == other.bool_value;
128 bool bool_value; member
/dports/emulators/mame/mame-mame0226/src/osd/sdl/
H A Dosdsdl.h82 bool video_fps() const { return bool_value(SDLOPTION_SDLVIDEOFPS); } in video_fps()
85 bool centerh() const { return bool_value(SDLOPTION_CENTERH); } in centerh()
86 bool centerv() const { return bool_value(SDLOPTION_CENTERV); } in centerv()
91 bool use_all_heads() const { return bool_value(SDLOPTION_USEALLHEADS); } in use_all_heads()
95 bool keymap() const { return bool_value(SDLOPTION_KEYMAP); } in keymap()
100 bool sixaxis() const { return bool_value(SDLOPTION_SIXAXIS); } in sixaxis()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/types/
H A Dvariadic.h82 static Variadic Boolean(bool bool_value) { in Boolean()
85 variadic.bool_value = bool_value; in Boolean()
113 return bool_value == other.bool_value;
128 bool bool_value; member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dqry_dat.cpp46 bool_value = b; in field_value()
161 if (bool_value) in get_asString()
220 return bool_value; in get_asBool()
261 if (bool_value) in get_asChar()
316 return (short)bool_value; in get_asShort()
391 return (int)bool_value; in get_asInt()
428 return (unsigned int)bool_value; in get_asUInt()
465 return (float)bool_value; in get_asFloat()
502 return (double)bool_value; in get_asDouble()
539 return (int64_t)bool_value; in get_asInt64()
[all …]
/dports/devel/csmith/csmith-2.3.0/src/
H A DEnumerator.h65 EnumObject(int bound, bool is_bool, bool bool_value) in EnumObject() argument
69 bool_value_(bool_value), in EnumObject()
79 bool bool_value() { return bool_value_; } in bool_value() function
204 bool bool_value = false; in add_bool_elem() local
207 bool_value = false; in add_bool_elem()
211 bool_value = true; in add_bool_elem()
219 objs_[name] = new EnumObject(bound, true, bool_value); in add_bool_elem()
234 return obj->bool_value(); in get_elem()
/dports/emulators/mess/mame-mame0226/src/osd/windows/
H A Dwinmain.h138 bool menu() const { return bool_value(WINOPTION_MENU); } in menu()
143 bool d3d_hlsl_enable() const { return bool_value(WINOPTION_HLSL_ENABLE); } in d3d_hlsl_enable()
144 bool d3d_hlsl_oversampling() const { return bool_value(WINOPTION_HLSL_OVERSAMPLING); } in d3d_hlsl_oversampling()
180 bool screen_yiq_enable() const { return bool_value(WINOPTION_YIQ_ENABLE); } in screen_yiq_enable()
221 bool screen_lut_enable() const { return bool_value(WINOPTION_LUT_ENABLE); } in screen_lut_enable()
223 bool ui_lut_enable() const { return bool_value(WINOPTION_UI_LUT_ENABLE); } in ui_lut_enable()
226 bool triple_buffer() const { return bool_value(WINOPTION_TRIPLEBUFFER); } in triple_buffer()
232 bool global_inputs() const { return bool_value(WINOPTION_GLOBAL_INPUTS); } in global_inputs()
233 bool dual_lightgun() const { return bool_value(WINOPTION_DUAL_LIGHTGUN); } in dual_lightgun()
/dports/emulators/mame/mame-mame0226/src/osd/windows/
H A Dwinmain.h138 bool menu() const { return bool_value(WINOPTION_MENU); } in menu()
143 bool d3d_hlsl_enable() const { return bool_value(WINOPTION_HLSL_ENABLE); } in d3d_hlsl_enable()
144 bool d3d_hlsl_oversampling() const { return bool_value(WINOPTION_HLSL_OVERSAMPLING); } in d3d_hlsl_oversampling()
180 bool screen_yiq_enable() const { return bool_value(WINOPTION_YIQ_ENABLE); } in screen_yiq_enable()
221 bool screen_lut_enable() const { return bool_value(WINOPTION_LUT_ENABLE); } in screen_lut_enable()
223 bool ui_lut_enable() const { return bool_value(WINOPTION_UI_LUT_ENABLE); } in ui_lut_enable()
226 bool triple_buffer() const { return bool_value(WINOPTION_TRIPLEBUFFER); } in triple_buffer()
232 bool global_inputs() const { return bool_value(WINOPTION_GLOBAL_INPUTS); } in global_inputs()
233 bool dual_lightgun() const { return bool_value(WINOPTION_DUAL_LIGHTGUN); } in dual_lightgun()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dmtsm.h40 struct bool_value : public int_value { struct
41 bool_value();
42 ~bool_value();
43 void diff(FILE *, const char *, bool_value);
91 bool_value bool_values[LAST_BOOL];
/dports/lang/php80/php-8.0.15/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt19 foreach($valid_bool as $key => $bool_value) {
21 var_export( $bool_value );
23 var_export( $bool_value, FALSE);
25 var_dump( var_export( $bool_value, TRUE) );
/dports/lang/php81/php-8.1.1/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt19 foreach($valid_bool as $key => $bool_value) {
21 var_export( $bool_value );
23 var_export( $bool_value, FALSE);
25 var_dump( var_export( $bool_value, TRUE) );
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt19 foreach($valid_bool as $key => $bool_value) {
21 var_export( $bool_value );
23 var_export( $bool_value, FALSE);
25 var_dump( var_export( $bool_value, TRUE) );
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt19 foreach($valid_bool as $key => $bool_value) {
21 var_export( $bool_value );
23 var_export( $bool_value, FALSE);
25 var_dump( var_export( $bool_value, TRUE) );
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dtui_widget_checkbox.c50 if ( w->bool_value ) in draw_checkbox()
88 w->bool_value = !w->bool_value; in event_checkbox()
90 RedrawWidgetAndPushEvent( w, ktuidlg_event_select, w->bool_value ? 1 : 0, 0, NULL ); in event_checkbox()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dtui_widget_checkbox.c50 if ( w->bool_value ) in draw_checkbox()
88 w->bool_value = !w->bool_value; in event_checkbox()
90 RedrawWidgetAndPushEvent( w, ktuidlg_event_select, w->bool_value ? 1 : 0, 0, NULL ); in event_checkbox()

12345678910>>...54