Searched defs:location (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_u32.h38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_u32.h38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_u32.h38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
/bionic/tools/versioner/src/
H A DDeclarationDatabase.cpp206 Location location = { local
219 if (auto declaration_it = symbol_it->second.declarations.find(location);
225 location.filename.c_str(), location.start.line, location.start.column);
231 declaration.location = location;
236 symbol_it->second.declarations.insert(std::make_pair(location, declaration));
H A DDeclarationDatabase.h126 Location location; member in struct:Declaration
135 return location < rhs.location;
147 fprintf(out, "@ %s:%u:%u", StripPrefix(location.filename, base_path).str().c_str(),
148 location.start.line, location.start.column);
H A DPreprocessor.cpp310 // The end location will point to the semicolon, which we don't want to read, so skip it.
426 const Location& location = decl_it.first; local
436 guards[location.filename][location] = macro_guard;
H A Dversioner.cpp100 const HeaderLocationInformation& location) {
102 collectHeaders(location.header_path, location.ignored_directories);
105 if (is_dir(location.header_path)) {
106 dependencies.emplace_back(location.header_path);
109 if (!location.dependency_dir.empty()) {
140 collect_children(location.dependency_dir + "/common");
141 collect_children(location.dependency_dir + "/" + to_string(arch));
187 const HeaderLocationInformation& location) {
192 auto vfs = createCommonVFS(location
99 collectRequirements(const Arch& arch, const HeaderLocationInformation& location) argument
186 compileHeaders(const std::set<CompilationType>& types, const HeaderLocationInformation& location) argument
603 HeaderLocationInformation location; local
[all...]
/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h198 __le64 location; member in struct:r5l_payload_data_parity
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/raid/
H A Dmd_p.h198 __le64 location; member in struct:r5l_payload_data_parity
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/raid/
H A Dmd_p.h198 __le64 location; member in struct:r5l_payload_data_parity
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs_tree.h157 struct btrfs_disk_key location; member in struct:btrfs_free_space_header
246 struct btrfs_disk_key location; member in struct:btrfs_dir_item
H A Dethtool.h315 __u32 location; member in struct:ethtool_rx_flow_spec
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dbtrfs_tree.h157 struct btrfs_disk_key location; member in struct:btrfs_free_space_header
246 struct btrfs_disk_key location; member in struct:btrfs_dir_item
H A Dethtool.h315 __u32 location; member in struct:ethtool_rx_flow_spec
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dbtrfs_tree.h157 struct btrfs_disk_key location; member in struct:btrfs_free_space_header
246 struct btrfs_disk_key location; member in struct:btrfs_dir_item
H A Dethtool.h315 __u32 location; member in struct:ethtool_rx_flow_spec

Completed in 9706 milliseconds