Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDeclarationDatabase.h126 Location location; member
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);
DDeclarationDatabase.cpp126 Location location = { in VisitDecl() local
196 if (auto declaration_it = symbol_it->second.declarations.find(location); in VisitDecl()
202 location.filename.c_str(), location.start.line, location.start.column); in VisitDecl()
208 declaration.location = location; in VisitDecl()
213 symbol_it->second.declarations.insert(std::make_pair(location, declaration)); in VisitDecl()
DPreprocessor.cpp426 const Location& location = decl_it.first; in preprocessHeaders() local
436 guards[location.filename][location] = macro_guard; in preprocessHeaders()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_u32.h38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member
/bionic/libc/kernel/tools/
Dcpp.py334 if self._token.location.line != line:
338 if self._token.location.column != col:
434 print "%d:%d: %s" % (tok.location.line, tok.location.column, msg)
1009 self.lineno = self.tokens[0].location.line
1457 while i < len(tokens) and tokens[i].location in extent:
1471 line = tokens[i].location.line
1472 while i < len(tokens) and tokens[i].location.line == line:
1493 "extent=[%s]" % (t.location.line, t.spelling, t.kind,
1504 raise BadExpectedToken("### BAD TOKEN at %s" % (t.location))
1510 (tokens[i].location))
[all …]
/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. Binraies ran from this location will use namespaces
/bionic/libc/kernel/uapi/linux/
Dbtrfs_tree.h155 struct btrfs_disk_key location; member
244 struct btrfs_disk_key location; member
Dethtool.h315 __u32 location; member
/bionic/libc/kernel/uapi/linux/raid/
Dmd_p.h190 __le64 location; member
/bionic/tests/libs/
DAndroid.bp83 // Library used by dlext tests - different name non-default location
/bionic/
Dandroid-changes-for-ndk-developers.md268 it is not present in that exact location on the device.
291 libraries as the location may change from device to device.
/bionic/libc/
DAndroid.bp1322 cmd: "$(location fs_config_generator.py) aidarray $(in) > $(out)",