/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | elfutils.cc | 49 const void** section_start, in FindElfClassSection() argument 55 assert(section_start); in FindElfClassSection() 64 *section_start = NULL; in FindElfClassSection() 82 *section_start = elf_base + section->sh_offset; in FindElfClassSection() 132 const void** section_start, in FindElfSection() argument 135 assert(section_start); in FindElfSection() 138 *section_start = NULL; in FindElfSection() 150 section_start, section_size); in FindElfSection() 151 return *section_start != NULL; in FindElfSection() 154 section_start, section_size); in FindElfSection() [all …]
|
H A D | elfutils.h | 121 // and sets |*section_start| to point to the start of the section data, 126 const void** section_start,
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme/src/ |
D | distributed_slice.rs | 134 section_start: StaticPtr<T::Element>, field 170 section_start: *const T, in private_new() 177 section_start: StaticPtr { ptr: section_start }, in private_new() 190 section_start: *const [T; 0], in private_new() 197 section_start: StaticPtr { 198 ptr: section_start as *const T, 261 let start = self.section_start.ptr; in static_slice()
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/ |
D | generate_api.py | 51 self.section_start = None # first line number of current %section 182 self.section_start = self.lineno 197 assert self.conditional_start is None or self.conditional_start < self.section_start, \ 200 self.section_start = None 219 assert self.section_start is None or self.section_start < self.conditional_start, \ 247 assert self.section_start is None or self.section_start < self.conditional_start, \
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/ |
D | linker.rs | 8 pub fn section_start(ident: &Ident) -> String { in section_start() function 24 pub fn section_start(ident: &Ident) -> String { in section_start() function 43 pub fn section_start(ident: &Ident) -> String { in section_start() function 59 pub fn section_start(ident: &Ident) -> String { in section_start() function 75 pub fn section_start(ident: &Ident) -> String { in section_start() function
|
D | declaration.rs | 79 let linux_section_start = linker::linux::section_start(&ident); in expand() 86 let macho_section_start = linker::macho::section_start(&ident); in expand() 93 let windows_section_start = linker::windows::section_start(&ident); in expand() 100 let illumos_section_start = linker::illumos::section_start(&ident); in expand() 107 let freebsd_section_start = linker::freebsd::section_start(&ident); in expand()
|
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | section_parser.cc | 158 size_t section_start = 0; in SplitSections() local 176 section_start = line_count; in SplitSections() 186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections() 188 section_start = line_count; in SplitSections() 205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/utils/ |
H A D | test_lava_log.py | 120 assert "section_start" in parsed_lines[0] 123 assert "section_start" in parsed_lines[2] 126 assert "section_start" in parsed_lines[4] 129 assert "section_start" in parsed_lines[6] 198 "Split section_start at target level": (
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/ |
H A D | run-shader-db.sh | 14 section_start shader-db-${driver} "Running shader-db for $driver" 23 section_start shader-db-nouveau-${chipset} "Running shader-db for nouveau - ${chipset}" 33 section_start shader-db-r300-${chipset} "Running shader-db for r300 - ${chipset}"
|
H A D | setup-test-env.sh | 54 function section_start { function 102 export -f section_start
|
H A D | run-pytest.sh | 12 section_start pytest_setup "Setting up pytest environment"
|
H A D | cuttlefish-runner.sh | 4 section_start cuttlefish_setup "cuttlefish: setup"
|
H A D | deqp-runner.sh | 4 section_start test_setup "deqp: preparing test setup"
|
/aosp_15_r20/external/cronet/build/toolchain/ios/ |
H A D | swiftc.py | 319 section_start, nesting_level = imports_section 321 imports_section = (section_start, nesting_level + 1) 324 imports_section = (section_start, nesting_level - 1) 329 for index in range(section_start, section_end):
|
/aosp_15_r20/external/angle/build/toolchain/apple/ |
H A D | swiftc.py | 319 section_start, nesting_level = imports_section 321 imports_section = (section_start, nesting_level + 1) 324 imports_section = (section_start, nesting_level - 1) 329 for index in range(section_start, section_end):
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/test/ |
H A D | gitlab-ci.yml | 11 - section_start ldd_section "Checking ldd on driver build" 143 - section_start variables "Variables passed through:" 174 - section_start artifacts_download "Downloading artifacts from s3"
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | fmap-test.c | 230 const unsigned int section_start = FMAP_SECTION_RW_SECTION_A_START; in test_fmap_read_area() local 235 assert_memory_equal(flash_buffer + section_start, buffer, section_size); in test_fmap_read_area()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | pe_image.cc | 300 PVOID section_start = RVAToAddr(section->VirtualAddress); in EnumSections() local 303 if (!callback(*this, section, section_start, size, cookie)) in EnumSections()
|
H A D | pe_image_unittest.cc | 36 PVOID section_start, in SectionsCallback() argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
H A D | gitlab-ci.yml | 35 section_start weston "weston: prepare"
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/lava/ |
H A D | lava-submit.sh | 28 section_start variables "Variables passed through:"
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/ |
H A D | lava_build.sh | 366 section_start kdl "Prepare a venv for kdl"
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 38 section_start ccache_before "ccache stats before build"
|