Searched refs:current_section (Results 1 – 11 of 11) sorted by relevance
34 current_section: Optional[GitlabSection] = None variable in LogFollower43 section_is_created = bool(self.current_section)45 self.current_section and self.current_section.has_started55 self.current_section.type56 if self.current_section71 if not self.current_section:75 self.current_section.type, self.fallback_timeout78 if self.current_section.delta_time() > timeout_duration:85 if self.current_section and not self.current_section.has_finished:86 self._buffer.append(self.current_section.end())[all …]
199 int current_section; member207 const ASSSection *section = &ass_sections[ctx->current_section]; in realloc_section_array()249 const ASSSection *section = &ass_sections[ctx->current_section]; in ass_split_section()250 int *number = &ctx->field_number[ctx->current_section]; in ass_split_section()251 int *order = ctx->field_order[ctx->current_section]; in ass_split_section()256 ctx->current_section = -1; in ass_split_section()268 ctx->current_section = i; in ass_split_section()269 section = &ass_sections[ctx->current_section]; in ass_split_section()270 number = &ctx->field_number[ctx->current_section]; in ass_split_section()271 order = ctx->field_order[ctx->current_section]; in ass_split_section()[all …]
381 } current_section = kNoSection; in ReadCrashConfigFile() local390 current_section = kConfigSection; in ReadCrashConfigFile()393 current_section = kCrashKeysSection; in ReadCrashConfigFile()396 current_section = kNoSection; in ReadCrashConfigFile()400 if (current_section == kNoSection) in ReadCrashConfigFile()414 if (current_section == kConfigSection) { in ReadCrashConfigFile()446 } else if (current_section == kCrashKeysSection) { in ReadCrashConfigFile()
344 self.current_section = 'header'347 self.current_section = None372 self.current_section = m.group('section')383 self.current_section)
396 if log_follower.current_section.type in (427 with LogFollower(current_section=gl) as lf:
34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() argument75 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection()80 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection()85 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection()90 if (current_section == kLayoutFunctionDeclarations) in InstructionLayoutSection()
190 static const char *current_section; variable699 if (s == current_section) in emit_section()701 if (current_section && (!strcmp(s, current_section))) in emit_section()705 current_section = s; in emit_section()
1291 current_section = Section(Constant(True))1292 sections.append(current_section)1301 current_section = new_section1310 current_section.AddRule(Rule(rule_match.group(1), path, value))
362 current_section="${current_component#component_}: $1"364 current_section="$1"373 echo "* $current_section "627 text="$current_section: $failed_command -> $last_failure_status"