Home
last modified time | relevance | path

Searched refs:First (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h64 template <typename T, typename First, typename... Rest>
65 struct HasType<T, First, Rest...>
66 : std::integral_constant<bool, HasType<T, First>::value ||
77 template <typename First, typename... Rest>
78 struct IsSubset<First, Rest...>
79 : std::integral_constant<bool, IsSubset<First>::value &&
90 template <typename From, typename First, typename... Rest>
91 struct ConstructibleCount<From, First, Rest...>
93 IsConstructible<First, From>::value +
239 template <typename First, typename... Rest>
[all …]
Dfind_replace.h33 template <typename Find, typename First, typename... Rest>
34 struct ContainsType<Find, First, Rest...>
35 : std::conditional<IsSameBaseType<Find, First>::value, std::true_type,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dhash.h408 template <typename First, typename Second>
409 struct hash<pair<First, Second> > {
410 inline size_t operator()(const pair<First, Second>& key) const {
411 size_t first_hash = hash<First>()(key.first);
421 inline bool operator()(const pair<First, Second>& a,
422 const pair<First, Second>& b) const {
/frameworks/base/core/res/res/raw/
Dfallback_categories.csv2 # First column is package name, second column is raw ApplicationInfo.CATEGORY value
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal129 * First valid tag id for android-defined tags.
134 * First valid tag id for vendor extension tags.
/frameworks/base/core/tests/benchmarks/
DREADME15 # First make sure art has permissions to dalvik-cache, otherwise it will run slower with interprete…
/frameworks/compile/slang/
Dslang_rs_pragma_handler.cpp254 bool First = true; in ListKeywords() local
256 if (First) in ListKeywords()
257 First = false; in ListKeywords()
DREADME.rst64 First::
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/
DREADME.md71 First switch to the desired platform with rbenv or RVM.
101 * First, we determine the prefix: a Protocol Buffers version "3.0.0-alpha-2"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dstl_hash.m416 # First try unordered_map, but not on gcc's before 4.2 -- I've
Dacx_pthread.m473 # First of all, check if the user has set any of the PTHREAD_LIBS,
267 # First, make sure the CFLAGS we added are actually accepted by our
/frameworks/base/media/lib/remotedisplay/
DREADME.txt2 First, com.android.media.remotedisplay.jar is a shared java library
/frameworks/base/core/proto/android/bluetooth/
Denums.proto51 // First item is the default value, other values follow Bluetooth spec definition
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBArrayTests.m289 //% // First
322 //% // First
622 // First
655 // First
955 // First
988 // First
1288 // First
1321 // First
1621 // First
1654 // First
[all …]
/frameworks/base/media/lib/signer/
DREADME.txt2 First, com.android.mediadrm.signer.jar is a shared java library
/frameworks/native/cmds/dumpstate/
DREADME.md47 First create `/data/nativetest64`:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt38 First, install the Protocol Buffers compiler (protoc).
/frameworks/native/opengl/tests/angeles/
DREADME.txt26 First version of this OpenGL ES port was submitted to the Khronos
/frameworks/rs/script_api/include/
Drs_quaternion.rsh70 * q0: First quaternion.
266 * q0: First input quaternion.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dconfigure.ac109 # First check the zlib header version.
DCHANGES.txt1314 * First public release.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
DREADME.md33 First, obtain the Protocol Compiler. The easiest way is to download
/frameworks/base/core/proto/android/service/
Dprocstats.proto102 // Distribution of number of pages available by order size. First entry in array is
/frameworks/base/packages/SystemUI/docs/
Ddagger.md93 First tag the constructor with `@Inject`. Also tag it with `@Singleton` if only one
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md244 - There are two ways. First you can check against the version of Android.

12