Searched refs:location (Results 1 – 12 of 12) sorted by relevance
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.h | 126 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);
|
D | DeclarationDatabase.cpp | 126 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()
|
D | Preprocessor.cpp | 426 const Location& location = decl_it.first; in preprocessHeaders() local 436 guards[location.filename][location] = macro_guard; in preprocessHeaders()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_u32.h | 38 struct xt_u32_location_element location[XT_U32_MAXSIZE + 1]; member
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 334 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/ |
D | ld.config.format.md | 14 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/ |
D | btrfs_tree.h | 155 struct btrfs_disk_key location; member 244 struct btrfs_disk_key location; member
|
D | ethtool.h | 315 __u32 location; member
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_p.h | 190 __le64 location; member
|
/bionic/tests/libs/ |
D | Android.bp | 83 // Library used by dlext tests - different name non-default location
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 268 it is not present in that exact location on the device. 291 libraries as the location may change from device to device.
|
/bionic/libc/ |
D | Android.bp | 1322 cmd: "$(location fs_config_generator.py) aidarray $(in) > $(out)",
|