Home
last modified time | relevance | path

Searched refs:build_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dversion.h19 static int GetBuild() { return build_; } in GetBuild()
24 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
39 static int build_; variable
Dversion.cc21 int Version::build_ = V8_BUILD_NUMBER; member in v8::internal::Version
/external/boringssl/src/third_party/android-cmake/
DREADME.md40 Folowing the _ndk-build_ the _android-cmake_ supports **only two build targets**:
47 ## Difference from _ndk-build_
51 * `Release` builds without debug info (without `-g`) (because _ndk-build_ always creates a stripped…
57 The following features of _ndk-build_ are not supported by the _android-cmake_ yet:
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1171 * .gitignore: Exclude darwin_* generated source and build_* trees.