Home
last modified time | relevance | path

Searched refs:precompiled (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DREADME.md13 contains precompiled version of `protoc.exe` and a copy of well known `.proto`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.proto128 // URL, or have them precompiled into a binary to avoid any
/frameworks/base/core/java/android/view/
DLayoutInflater.java1208 final View precompiled = tryInflatePrecompiled(layout, context.getResources(), in parseInclude() local
1210 if (precompiled == null) { in parseInclude()