HomeSort by relevance Sort by last modified time
    Searched defs:NUM_TYPES (Results 1 - 14 of 14) sorted by null

  /frameworks/support/content/src/main/java/androidx/contentpager/content/
InMemoryCursor.java 45 private static final int NUM_TYPES = 5;
102 mTypedColumnIndex = new int[NUM_TYPES][numColumns];
103 mColumnTypeCount = new int[NUM_TYPES];
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CertStoreHelper.java 53 private static final int NUM_TYPES = 2;
54 private final static Map<String,String> classMap = new HashMap<>(NUM_TYPES);
64 = Cache.newSoftMemoryCache(NUM_TYPES);
  /external/webp/src/dec/
common_dec.h 48 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 33 #define NUM_TYPES static_cast<int>(GpuObjectType::TypeCount)
44 static std::array<TypeStats, NUM_TYPES> gObjectStats;
92 for (int type = 0; type < NUM_TYPES; type++) {
112 for (int type = 0; type < NUM_TYPES; type++) {
  /system/media/camera/include/system/
camera_metadata.h 65 NUM_TYPES
118 extern const size_t camera_metadata_type_size[NUM_TYPES];
124 extern const char* camera_metadata_type_names[NUM_TYPES];
  /frameworks/rs/script_api/
Specification.cpp 51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
65 for (int i = 0; i < NUM_TYPES; i++) {
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 44 public static final int NUM_TYPES = 11;
253 for (int i = 0; i < NUM_TYPES; ++i) {
284 for (; i < NUM_TYPES; ++i) {
622 if (typ < 0 || typ > NUM_TYPES) {
CheckAPI.java 96 private static final int NUM_TYPES = 11;
167 for (int i = 0; i < NUM_TYPES; ++i) {
259 for (; i < NUM_TYPES; ++i) {
501 if (typ < 0 || typ > NUM_TYPES) {
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp     [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 97 #define NUM_TYPES 8
100 static const int ColorFuncs[2][NUM_TYPES] = {
123 static const int VertexFuncs[3][NUM_TYPES] = {
156 static const int IndexFuncs[NUM_TYPES] = {
167 static const int NormalFuncs[NUM_TYPES] = {
179 static int SecondaryColorFuncs[NUM_TYPES];
180 static int FogCoordFuncs[NUM_TYPES];
590 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 493 public static final int NUM_TYPES = 6;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 417 milliseconds