Lines Matching refs:not
33 meaning. If you need to add any comments that should not be interpreted by the
53 file. Without this, APIs that you have not explicitly exposed will still be
60 Version names that end with `_PRIVATE` or `_PLATFORM` will not be exposed in any
80 level. This is an arbitrarily high API level used to define APIs that have not
84 but **will not be included in the NDK**. `future` should generally not be used,
96 Note: The map file alone does not contain all the information needed to
107 known to the build system, see `out/soong/api_levels.json` (if not present, run
119 symbol is defined with only architecture-specific tags, it will not be present
120 for architectures that are not named.
122 Note: The architecture-specific tags should, in general, not be used. These are
138 should not be exposed in the stub library. Developers can still access them via
139 `dlsym`, but they will not be exposed in the stubs so it should at least be
142 The typical use for this tag is for exposing an API to the platform that is not
145 from access via `dlsym`, but this is not always possible.
172 This tag is not commonly needed and is only used to hide symbol versioning
175 Note: Like `introduced`, the map file does not tell the whole story. The