Home
last modified time | relevance | path

Searched refs:unknown_bool (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dchrome_command_line_pref_store_unittest.cc24 const char unknown_bool[] = "unknown_switch"; variable
94 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
99 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); in TEST()
109 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
114 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dchrome_command_line_pref_store_unittest.cc24 const char unknown_bool[] = "unknown_switch"; variable
94 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
99 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); in TEST()
109 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
114 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); in TEST()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockvisibilityparameter.c11 BITCODE_B unknown_bool; // DXF 91, history_compression, history_required or is_visible? in api_process() local
42 CHK_ENTITY_TYPE (_obj, BLOCKVISIBILITYPARAMETER, unknown_bool, B); in api_process()
H A Ddynapi_test.c42513 BITCODE_B unknown_bool; in test_BLOCKVISIBILITYPARAMETER() local
42514 …y_value (blockvisibilityparameter, "BLOCKVISIBILITYPARAMETER", "unknown_bool", &unknown_bool, NULL) in test_BLOCKVISIBILITYPARAMETER()
42515 && unknown_bool == blockvisibilityparameter->unknown_bool) in test_BLOCKVISIBILITYPARAMETER()
42518 …nown_bool [B] " FORMAT_B " != " FORMAT_B "", blockvisibilityparameter->unknown_bool, unknown_bool); in test_BLOCKVISIBILITYPARAMETER()
42519 unknown_bool++; in test_BLOCKVISIBILITYPARAMETER()
42520 …_set_value (blockvisibilityparameter, "BLOCKVISIBILITYPARAMETER", "unknown_bool", &unknown_bool, 0) in test_BLOCKVISIBILITYPARAMETER()
42521 && unknown_bool == blockvisibilityparameter->unknown_bool) in test_BLOCKVISIBILITYPARAMETER()
42524 …ool [B] set+1 " FORMAT_B " != " FORMAT_B "", blockvisibilityparameter->unknown_bool, unknown_bool); in test_BLOCKVISIBILITYPARAMETER()
42525 blockvisibilityparameter->unknown_bool--; in test_BLOCKVISIBILITYPARAMETER()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7146 BITCODE_B unknown_bool; // DXF 91, history_compression, history_required or is_visible? member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec8743 FIELD_B (unknown_bool, 91); // history_compression, history_required or is_visible?
H A Ddynapi.c7092 …n_bool", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_BLOCKVISIBILITYPARAMETER, unknown_bool),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-17284 'unknown_bool'
H A Ddynapi.texi8425 @item unknown_bool
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8782unknown_bool = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_unknown_bool_get, _LibreDWG.… variable in Dwg_Object_BLOCKVISIBILITYPARAMETER
H A Dswig_python.c259194 if (arg1) (arg1)->unknown_bool = arg2; in _wrap_Dwg_Object_BLOCKVISIBILITYPARAMETER_unknown_bool_set()
259217 result = (BITCODE_B) ((arg1)->unknown_bool); in _wrap_Dwg_Object_BLOCKVISIBILITYPARAMETER_unknown_bool_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c316500 if (arg1) (arg1)->unknown_bool = arg2; in XS()
316530 result = (BITCODE_B) ((arg1)->unknown_bool); in XS()