Home
last modified time | relevance | path

Searched refs:types1 (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/tests/
Dtest-expander-roles.c34 const char *types1[] = { "role_check_1_1_t", "role_check_1_2_t" }; in test_expander_role_mapping() local
36 test_role_type_set(&role_expanded, "role_check_1", NULL, types1, 2, 0); in test_expander_role_mapping()
/external/clang/test/PCH/
Dchain-remap-types.m1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h
/external/proguard/src/proguard/preverify/
DCodePreverifier.java591 private boolean equalVerificationTypes(VerificationType[] types1, in equalVerificationTypes() argument
596 (types1.length < length || in equalVerificationTypes()
604 if (!types1[index].equals(types2[index])) in equalVerificationTypes()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp481 …static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; in multipleNestedArraysStructs() local
484 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1)); in multipleNestedArraysStructs()
488 …UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + … in multipleNestedArraysStructs()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp435 …static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; in multipleNestedArraysStructs() local
438 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1)); in multipleNestedArraysStructs()
442 …UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + … in multipleNestedArraysStructs()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp501 …static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; in multipleNestedArraysStructs() local
504 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1)); in multipleNestedArraysStructs()
508 …UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + … in multipleNestedArraysStructs()