HomeSort by relevance Sort by last modified time
    Searched refs:types1 (Results 1 - 8 of 8) sorted by null

  /external/libsepol/tests/
test-expander-roles.c 34 char *types1[] = { "role_check_1_1_t", "role_check_1_2_t" }; local
36 test_role_type_set(&role_expanded, "role_check_1", NULL, types1, 2, 0);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 147 const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
149 registrar_->ConfigureDataTypes(types1, ModelTypeSet()).Equals(types1));
158 EXPECT_TRUE(types1.Equals(registrar_->GetLastConfiguredTypes()));
162 EXPECT_TRUE(registrar_->ConfigureDataTypes(types2, types1).Equals(types2));
  /art/test/046-reflect/src/
Main.java 596 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); local
600 Type type1 = types1.get(0);
652 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); local
656 Type type1 = types1.get(0);
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 493 const ModelTypeSet types1(THEMES), types2(TYPED_URLS), types3(THEMES);
495 scheduler()->ScheduleLocalNudge(types1, FROM_HERE);
520 ModelTypeSet types1(THEMES), types2(TYPED_URLS), types3;
526 delay_map[types1.First().Get()] = delay;
528 scheduler()->ScheduleLocalNudge(types1, FROM_HERE);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 481 static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; local
484 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1));
488 UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + nameSuffix).c_str());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 435 static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; local
438 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1));
442 UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + nameSuffix).c_str());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 501 static const glu::DataType types1[] = { glu::TYPE_FLOAT_VEC4, glu::TYPE_INT_VEC4, glu::TYPE_BOOL }; local
504 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types0) == DE_LENGTH_OF_ARRAY(types1));
508 UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + nameSuffix).c_str());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1410 milliseconds