Searched refs:current_section (Results 1 - 11 of 11) sorted by relevance
/third_party/json/docs/mkdocs/scripts/ |
H A D | check_structure.py | 58 current_section = None # the name of the current section 77 report('whitespace/line_length', f'{file}:{lineno+1} ({current_section})', f'line is too long ({len(line)} vs. 160 chars)') 81 current_section = line.strip('<!-- NOLINT') 82 current_section = current_section.strip(' -->') 83 existing_sections.append(current_section) 88 if current_section in documented_overloads and last_overload != 0: 89 if len(documented_overloads[current_section]) > 0 and len(documented_overloads[current_section]) != last_overload: 91 undocumented = [x for x in expected if x not in documented_overloads[current_section]] [all...] |
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_follower.py | 34 current_section: Optional[GitlabSection] = None 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: 80 f"Gitlab Section {self.current_section} ha [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ass_split.c | 207 int current_section; member 215 const ASSSection *section = &ass_sections[ctx->current_section]; in realloc_section_array() 257 const ASSSection *section = &ass_sections[ctx->current_section]; in ass_split_section() 258 int *number = &ctx->field_number[ctx->current_section]; in ass_split_section() 259 int *order = ctx->field_order[ctx->current_section]; in ass_split_section() 264 ctx->current_section = -1; in ass_split_section() 276 ctx->current_section = i; in ass_split_section() 277 section = &ass_sections[ctx->current_section]; in ass_split_section() 278 number = &ctx->field_number[ctx->current_section]; in ass_split_section() 279 order = ctx->field_order[ctx->current_section]; in ass_split_section() [all...] |
/third_party/mbedtls/scripts/ |
H A D | config.py | 399 self.current_section = 'header' 402 self.current_section = None 427 self.current_section = m.group('section') 438 self.current_section)
|
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 396 if log_follower.current_section.type in ( 427 with LogFollower(current_section=gl) as lf:
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 190 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/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() 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() 33 InstructionLayoutSection( ModuleLayoutSection current_section, SpvOp op) InstructionLayoutSection() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection() 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() 33 InstructionLayoutSection( ModuleLayoutSection current_section, SpvOp op) InstructionLayoutSection() argument
|
/third_party/node/tools/ |
H A D | test.py | 1298 current_section = Section(Constant(True)) 1299 sections.append(current_section) 1308 current_section = new_section 1317 current_section.AddRule(Rule(rule_match.group(1), path, value))
|
/third_party/spirv-tools/source/val/ |
H A D | validation_state.cpp | 35 ModuleLayoutSection current_section, spv::Op op) { in InstructionLayoutSection() 76 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection() 81 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection() 86 if (current_section == kLayoutTypes) return kLayoutTypes; in InstructionLayoutSection() 91 if (current_section == kLayoutFunctionDeclarations) in InstructionLayoutSection() 34 InstructionLayoutSection( ModuleLayoutSection current_section, spv::Op op) InstructionLayoutSection() argument
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 393 current_section="${current_component#component_}: $1" 395 current_section="$1" 404 echo "* $current_section " 677 text="$current_section: $failed_command -> $last_failure_status"
|
Completed in 23 milliseconds