Searched refs:First (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 64 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 …]
|
D | find_replace.h | 33 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/ |
D | hash.h | 408 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/ |
D | fallback_categories.csv | 2 # First column is package name, second column is raw ApplicationInfo.CATEGORY value
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 129 * First valid tag id for android-defined tags. 134 * First valid tag id for vendor extension tags.
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 15 # First make sure art has permissions to dalvik-cache, otherwise it will run slower with interprete…
|
/frameworks/compile/slang/ |
D | slang_rs_pragma_handler.cpp | 254 bool First = true; in ListKeywords() local 256 if (First) in ListKeywords() 257 First = false; in ListKeywords()
|
D | README.rst | 64 First::
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | README.md | 71 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/ |
D | stl_hash.m4 | 16 # First try unordered_map, but not on gcc's before 4.2 -- I've
|
D | acx_pthread.m4 | 73 # 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/ |
D | README.txt | 2 First, com.android.media.remotedisplay.jar is a shared java library
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 51 // First item is the default value, other values follow Bluetooth spec definition
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBArrayTests.m | 289 //% // 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/ |
D | README.txt | 2 First, com.android.mediadrm.signer.jar is a shared java library
|
/frameworks/native/cmds/dumpstate/ |
D | README.md | 47 First create `/data/nativetest64`:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 38 First, install the Protocol Buffers compiler (protoc).
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 26 First version of this OpenGL ES port was submitted to the Khronos
|
/frameworks/rs/script_api/include/ |
D | rs_quaternion.rsh | 70 * q0: First quaternion. 266 * q0: First input quaternion.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | configure.ac | 109 # First check the zlib header version.
|
D | CHANGES.txt | 1314 * First public release.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | README.md | 33 First, obtain the Protocol Compiler. The easiest way is to download
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 102 // Distribution of number of pages available by order size. First entry in array is
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 93 First tag the constructor with `@Inject`. Also tag it with `@Singleton` if only one
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 244 - There are two ways. First you can check against the version of Android.
|
12