Home
last modified time | relevance | path

Searched refs:current_section (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_follower.py34 current_section: Optional[GitlabSection] = None variable in LogFollower
43 section_is_created = bool(self.current_section)
45 self.current_section and self.current_section.has_started
55 self.current_section.type
56 if self.current_section
71 if not self.current_section:
75 self.current_section.type, self.fallback_timeout
78 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 …]
/third_party/ffmpeg/libavcodec/
Dass_split.c199 int current_section; member
207 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 …]
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc381 } current_section = kNoSection; in ReadCrashConfigFile() local
390 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()
/third_party/mbedtls/scripts/
Dconfig.py344 self.current_section = 'header'
347 self.current_section = None
372 self.current_section = m.group('section')
383 self.current_section)
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py396 if log_follower.current_section.type in (
427 with LogFollower(current_section=gl) as lf:
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() argument
75 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() argument
75 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()
/third_party/spirv-tools/source/val/
Dvalidation_state.cpp34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() argument
75 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()
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c190 static const char *current_section; variable
699 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()
/third_party/node/tools/
Dtest.py1291 current_section = Section(Constant(True))
1292 sections.append(current_section)
1301 current_section = new_section
1310 current_section.AddRule(Rule(rule_match.group(1), path, value))
/third_party/mbedtls/tests/scripts/
Dall.sh362 current_section="${current_component#component_}: $1"
364 current_section="$1"
373 echo "* $current_section "
627 text="$current_section: $failed_command -> $last_failure_status"