Home
last modified time | relevance | path

Searched refs:previous_type (Results 1 – 25 of 81) sorted by relevance

1234

/dports/misc/gnome-mime-data/gnome-mime-data-2.18.0/
H A Dcheck-mime.pl46 my $previous_type = "";
137 $previous_type = $type if $type;
143 if (lc $type le lc $previous_type)
145 complain "$type is after $previous_type";
154 $previous_type = $type if $type;
281 $previous_type = "";
315 $previous_type = $type if $type;
321 if (lc $type le lc $previous_type)
323 complain "$type is after $previous_type in gnome-vfs.mime";
341 $previous_type = $type if $type;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dsuffix_array.h125 SLType previous_type = LType; in BuildSLPartition() local
143 if (previous_type == SType) in BuildSLPartition()
148 previous_type = LType; // For next round. in BuildSLPartition()
151 previous_type = SType; // For next round. in BuildSLPartition()
157 *sl_partition_it = previous_type; in BuildSLPartition()
169 SLType previous_type = SType; in FindLmsSuffixes() local
171 if (sl_partition[i] == SType && previous_type == LType) in FindLmsSuffixes()
173 previous_type = sl_partition[i]; in FindLmsSuffixes()
396 SLType previous_type = SType; in SuffixSort() local
398 if (sl_partition[i] == SType && previous_type == LType) { in SuffixSort()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dsuffix_array.h125 SLType previous_type = LType; in BuildSLPartition() local
143 if (previous_type == SType) in BuildSLPartition()
148 previous_type = LType; // For next round. in BuildSLPartition()
151 previous_type = SType; // For next round. in BuildSLPartition()
157 *sl_partition_it = previous_type; in BuildSLPartition()
169 SLType previous_type = SType; in FindLmsSuffixes() local
171 if (sl_partition[i] == SType && previous_type == LType) in FindLmsSuffixes()
173 previous_type = sl_partition[i]; in FindLmsSuffixes()
396 SLType previous_type = SType; in SuffixSort() local
398 if (sl_partition[i] == SType && previous_type == LType) { in SuffixSort()
[all …]
/dports/textproc/py-tinycss2/tinycss2-1.1.1/tinycss2/
H A Dserializer.py106 previous_type = None
110 if (previous_type, serialization_type) in bad_pairs:
112 elif previous_type == '\\' and not (
119 previous_type = serialization_type
/dports/devel/efl/efl-1.25.1/src/static_libs/triangulator/
H A Dtriangulator_stroker.c461 Efl_Gfx_Path_Command previous_type; in triangulator_stroker_process() local
481 previous_type = EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO; in triangulator_stroker_process()
488 if (previous_type != EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO) in triangulator_stroker_process()
504 previous_type = EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO; in triangulator_stroker_process()
511 if (previous_type != EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO) in triangulator_stroker_process()
514 previous_type = EFL_GFX_PATH_COMMAND_TYPE_LINE_TO; in triangulator_stroker_process()
529 if (previous_type != EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO) in triangulator_stroker_process()
533 previous_type = EFL_GFX_PATH_COMMAND_TYPE_CUBIC_TO; in triangulator_stroker_process()
542 if (previous_type != EFL_GFX_PATH_COMMAND_TYPE_MOVE_TO) in triangulator_stroker_process()
/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A Dunicode_bidi.c1349 : previous_type; in unicode_bidi_w()
1362 previous_type=types[iter.i]; in unicode_bidi_w()
1364 switch (previous_type) { in unicode_bidi_w()
1368 strong_type=previous_type; in unicode_bidi_w()
1412 types[prev.i]=previous_type; in unicode_bidi_w()
1416 previous_type=this_type; in unicode_bidi_w()
1429 previous_type=types[iter.i]; in unicode_bidi_w()
1448 previous_type=types[iter.i]; in unicode_bidi_w()
1486 previous_type=seq->sos; in unicode_bidi_w()
1493 previous_type=types[iter.i]; in unicode_bidi_w()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dgtp_parser.c192 uint8_t previous_type; in gtp_processInfoElements() local
202 previous_type = (uint8_t) *start; in gtp_processInfoElements()
212 if(previous_type > type) in gtp_processInfoElements()
263 if ((previous_type == type) && (msg->info_elements[type].msg_id == msg->msg_id)) in gtp_processInfoElements()
278 previous_type = type; in gtp_processInfoElements()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/tools/
H A Dxvc_dump.cpp218 auto previous_type = 0; in parse_file_annex_b() local
243 …show_nalu(previous_type, pos - previous_pos - previous_marker_size, previous_pos, calc_frame_check… in parse_file_annex_b()
250previous_type = s_codec_type == codec_type_e::avc ? (next_bytes >> 24) & 0x1f : (next_bytes… in parse_file_annex_b()
258 …show_nalu(previous_type, in.getFilePointer() - previous_pos - previous_marker_size, previous_pos, … in parse_file_annex_b()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/gtp/
H A Dgtp_parser.cc140 uint8_t previous_type = (uint8_t)*start; in gtp_processInfoElements() local
147 if (previous_type > type) in gtp_processInfoElements()
195 if ((previous_type == type) && (msg->info_elements[type].msg_id == msg->msg_id)) in gtp_processInfoElements()
208 previous_type = type; in gtp_processInfoElements()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/
H A Dutil.cmake7 get_property(previous_type GLOBAL PROPERTY SFT_TARGETPRINTER_CURRENT_TYPE)
8 if(NOT "${type}" STREQUAL "${previous_type}")
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_code_syntax.c298 Elm_Code_Token_Type previous_type; in elm_code_syntax_parse_line() local
305 previous_type = _previous_line_continue_type(line); in elm_code_syntax_parse_line()
306 if (previous_type == ELM_CODE_TOKEN_TYPE_COMMENT) in elm_code_syntax_parse_line()
324 else if (previous_type == ELM_CODE_TOKEN_TYPE_PREPROCESSOR) in elm_code_syntax_parse_line()
/dports/www/firefox/firefox-99.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py62 def ensure_version_type_is_not_already_defined(previous_type, candidate_type): argument
63 if previous_type is not None:
65 str(version), previous_type, candidate_type
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py62 def ensure_version_type_is_not_already_defined(previous_type, candidate_type): argument
63 if previous_type is not None:
65 str(version), previous_type, candidate_type
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py62 def ensure_version_type_is_not_already_defined(previous_type, candidate_type): argument
63 if previous_type is not None:
65 str(version), previous_type, candidate_type
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/graph/
H A Dpage_node_impl.cc257 auto previous_type = opened_type_; in SetOpenerFrameNodeAndOpenedType() local
266 observer->OnOpenerFrameNodeChanged(this, previous_opener, previous_type); in SetOpenerFrameNodeAndOpenedType()
275 auto previous_type = opened_type_; in ClearOpenerFrameNodeAndOpenedType() local
282 observer->OnOpenerFrameNodeChanged(this, previous_opener, previous_type); in ClearOpenerFrameNodeAndOpenedType()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dwd_fdc.cpp1494 cur_live.previous_type = live_info::PT_NONE; in live_start()
1991 cur_live.previous_type = live_info::PT_NONE; in live_run()
1996 cur_live.previous_type = live_info::PT_NONE; in live_run()
2001 cur_live.previous_type = live_info::PT_NONE; in live_run()
2006 cur_live.previous_type = live_info::PT_NONE; in live_run()
2010 cur_live.previous_type = live_info::PT_NONE; in live_run()
2015 cur_live.previous_type = live_info::PT_NONE; in live_run()
2018 cur_live.previous_type = live_info::PT_NONE; in live_run()
2028 cur_live.previous_type = live_info::PT_NONE; in live_run()
2031 cur_live.previous_type = live_info::PT_NONE; in live_run()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dwd_fdc.cpp1494 cur_live.previous_type = live_info::PT_NONE; in live_start()
1991 cur_live.previous_type = live_info::PT_NONE; in live_run()
1996 cur_live.previous_type = live_info::PT_NONE; in live_run()
2001 cur_live.previous_type = live_info::PT_NONE; in live_run()
2006 cur_live.previous_type = live_info::PT_NONE; in live_run()
2010 cur_live.previous_type = live_info::PT_NONE; in live_run()
2015 cur_live.previous_type = live_info::PT_NONE; in live_run()
2018 cur_live.previous_type = live_info::PT_NONE; in live_run()
2028 cur_live.previous_type = live_info::PT_NONE; in live_run()
2031 cur_live.previous_type = live_info::PT_NONE; in live_run()
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drkrbackendprotocol_shared.cpp120 ROutput::ROutputType previous_type = ROutput::NoOutput; in popOutputCapture() local
126 if (highlighted && (output->type != previous_type)) { in popOutputCapture()
139 previous_type = output->type; in popOutputCapture()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/mozilla-version/mozilla_version/
H A Dgecko.py91 def ensure_version_type_is_not_already_defined(previous_type, candidate_type): argument
92 if previous_type is not None:
94 str(version), previous_type, candidate_type
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/mozilla-version/mozilla_version/
H A Dgecko.py91 def ensure_version_type_is_not_already_defined(previous_type, candidate_type): argument
92 if previous_type is not None:
94 str(version), previous_type, candidate_type
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/editor/
H A Dgdscript_highlighter.cpp68 Type previous_type = NONE; in _get_line_syntax_highlighting() local
319 previous_type = current_type; in _get_line_syntax_highlighting()
323 if (previous_type == REGION) { in _get_line_syntax_highlighting()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/editor/
H A Dgdscript_highlighter.cpp68 Type previous_type = NONE; in _get_line_syntax_highlighting() local
319 previous_type = current_type; in _get_line_syntax_highlighting()
323 if (previous_type == REGION) { in _get_line_syntax_highlighting()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_paint/
H A Dpaintbox.h71 ToolType previous_type; variable
146 …void on_pick_button_toggled(bool checked){if(checked) {previous_type = active; active = COLOR_PICK… in on_pick_button_toggled()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_paint/
H A Dpaintbox.h68 ToolType previous_type; variable
143 …void on_pick_button_toggled(bool checked){if(checked) {previous_type = active; active = COLOR_PICK… in on_pick_button_toggled()
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Dprinter.py395 previous_type = type(entries[0]) if entries else None
402 entry_type is not previous_type):
404 previous_type = entry_type

1234