Home
last modified time | relevance | path

Searched refs:location (Results 1 – 17 of 17) sorted by relevance

/bionic/tools/versioner/src/
Dversioner.cpp99 const HeaderLocationInformation& location) { in collectRequirements() argument
101 collectHeaders(location.header_path, location.ignored_directories); in collectRequirements()
104 if (is_dir(location.header_path)) { in collectRequirements()
105 dependencies.emplace_back(location.header_path); in collectRequirements()
108 if (!location.dependency_dir.empty()) { in collectRequirements()
139 collect_children(location.dependency_dir + "/common"); in collectRequirements()
140 collect_children(location.dependency_dir + "/" + to_string(arch)); in collectRequirements()
186 const HeaderLocationInformation& location) { in compileHeaders() argument
191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); in compileHeaders()
202 requirements[type.arch] = collectRequirements(type.arch, location); in compileHeaders()
[all …]
DDeclarationDatabase.h125 Location location; member
135 return location < rhs.location;
150 fprintf(out, "@ %s:%u:%u", StripPrefix(location.filename, base_path).str().c_str(),
151 location.start.line, location.start.column);
DDeclarationDatabase.cpp203 Location location = { in VisitDeclaratorDecl() local
216 if (auto declaration_it = symbol_it->second.declarations.find(location); in VisitDeclaratorDecl()
223 location.filename.c_str(), location.start.line, location.start.column); in VisitDeclaratorDecl()
229 declaration.location = location; in VisitDeclaratorDecl()
235 symbol_it->second.declarations.insert(std::make_pair(location, declaration)); in VisitDeclaratorDecl()
DPreprocessor.cpp416 const Location& location = decl_it.first; in preprocessHeaders() local
426 guards[location.filename][location] = macro_guard; in preprocessHeaders()
/bionic/libdl/
DAndroid.bp219 cmd: "$(location :bionic-generate-version-script) arm $(in) $(out)",
227 cmd: "$(location :bionic-generate-version-script) arm64 $(in) $(out)",
235 cmd: "$(location :bionic-generate-version-script) x86 $(in) $(out)",
243 cmd: "$(location :bionic-generate-version-script) x86_64 $(in) $(out)",
/bionic/libc/kernel/tools/
Dcpp.py324 token_list.append((token.id, token.location.line,
325 token.location.column))
411 print "%d:%d: %s" % (tok.location.line, tok.location.column, msg)
989 self.lineno = self.tokens[0].location.line
1467 while i < len(tokens) and tokens[i].location in extent:
1481 line = tokens[i].location.line
1482 while i < len(tokens) and tokens[i].location.line == line:
1503 "extent=[%s]" % (t.location.line, t.spelling, t.kind,
1514 raise BadExpectedToken("### BAD TOKEN at %s" % (t.location))
1520 (tokens[i].location))
[all …]
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_u32.h38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member
/bionic/linker/
Dld.config.format.md14 This part of the document maps location of an executable to a section. Here is an example
28 # The following line maps section to a dir. Binaries ran from this location will use namespaces
/bionic/libc/
DAndroid.bp984 cmd: "$(location fs_config_generator.py) aidarray $(in) > $(out)",
1247 cmd: "$(location :bionic-gensyscalls) arm $(in) > $(out)",
1255 cmd: "$(location :bionic-gensyscalls) arm64 $(in) > $(out)",
1263 cmd: "$(location :bionic-gensyscalls) x86 $(in) > $(out)",
1271 cmd: "$(location :bionic-gensyscalls) x86_64 $(in) > $(out)",
1721 cmd: "$(location :bionic-generate-version-script) arm $(in) $(out)",
1729 cmd: "$(location :bionic-generate-version-script) arm64 $(in) $(out)",
1737 cmd: "$(location :bionic-generate-version-script) x86 $(in) $(out)",
1745 cmd: "$(location :bionic-generate-version-script) x86_64 $(in) $(out)",
1898 cmd: "$(location :bionic-generate-version-script) arm $(in) $(out)",
[all …]
/bionic/libc/kernel/uapi/linux/
Dbtrfs_tree.h162 struct btrfs_disk_key location; member
254 struct btrfs_disk_key location; member
Dethtool.h325 __u32 location; member
/bionic/libc/kernel/uapi/linux/raid/
Dmd_p.h199 __le64 location; member
/bionic/libm/
DAndroid.bp532 cmd: "$(location :bionic-generate-version-script) arm $(in) $(out)",
540 cmd: "$(location :bionic-generate-version-script) arm64 $(in) $(out)",
548 cmd: "$(location :bionic-generate-version-script) x86 $(in) $(out)",
556 cmd: "$(location :bionic-generate-version-script) x86_64 $(in) $(out)",
/bionic/
Dandroid-changes-for-ndk-developers.md298 it is not present in that exact location on the device.
321 libraries as the location may change from device to device.
/bionic/libc/malloc_debug/
DREADME.md149 The file location can be changed by setting the backtrace\_dump\_prefix
693 way you'll see the location of the leak directly without having to use
/bionic/tests/libs/
DAndroid.bp166 // Library used by dlext tests - different name non-default location
/bionic/docs/
Delf-tls.md333 The (static) linker frequently has more information about the location of a referenced TLS variable
609 * `TLS_SLOT_STACK_GUARD` is used for `-fstack-protector`. The location (word #5) was initially used