Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dtest.rs320 let mut current_section = String::from(""); in run() localVariable
323 while let Some(mut test_case) = parse_test_case(&mut current_section, lines) { in run()
324 let result = match f(&current_section, &mut test_case) { in run()
396 current_section: &mut String, in parse_test_case()
438 current_section.truncate(0); in parse_test_case()
439 current_section.push_str(line); in parse_test_case()
440 let _ = current_section.pop(); in parse_test_case()
441 let _ = current_section.remove(0); in parse_test_case()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp134 llvm::Optional<Record::Kind> current_section; in CreateSections() local
139 if (!current_section) in CreateSections()
145 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
161 if (next_section == current_section) in CreateSections()
167 current_section = next_section; in CreateSections()
/external/autotest/client/bin/
Dfsinfo.py45 current_section = ''
49 current_section = '[defaults]'
51 current_section = '[fs_types]'
52 elif current_section == '[defaults]':
56 elif current_section == '[fs_types]':
/external/oss-fuzz/projects/tremor/
Ddecode_fuzzer.cc71 int current_section = 0; in LLVMFuzzerTestOneInput() local
75 read_result = ov_read(&vf, pcm, sizeof(pcm), &current_section); in LLVMFuzzerTestOneInput()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py695 current_section = None
735 current_section = match_section.group(1)
736 match_band = re.match('Band (\d+)', current_section)
754 if (current_section == 'Supported interface modes' and
761 if current_section == 'Supported commands' and pending_phy_name:
767 if (current_section is not None and
768 current_section.startswith('VHT Capabilities') and
/external/e2fsprogs/lib/support/
Dprofile.c159 struct profile_node *current_section; member
737 &iter, &state->current_section); in parse_line()
741 &state->current_section); in parse_line()
752 state->current_section->final = 1; in parse_line()
767 state->current_section->final = 1; in parse_line()
768 state->current_section = state->current_section->parent; in parse_line()
824 retval = profile_add_node(state->current_section, in parse_line()
825 tag, 0, &state->current_section); in parse_line()
829 state->current_section->final = 1; in parse_line()
836 profile_add_node(state->current_section, tag, value, &node); in parse_line()
/external/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/deqp-deps/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()