Home
last modified time | relevance | path

Searched refs:GetComponents (Results 1 – 25 of 47) sorted by relevance

12

/external/libchrome/components/policy/core/common/
Dschema_map.cc26 const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const { in GetComponents() function in policy::SchemaMap
32 const ComponentMap* map = GetComponents(ns.domain); in GetSchema()
Dschema_map.h37 const ComponentMap* GetComponents(PolicyDomain domain) const;
Dschema_registry_unittest.cc187 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)); in TEST()
190 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size()); in TEST()
Dschema_map_unittest.cc74 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_CHROME)); in TEST_F()
75 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_EXTENSIONS)); in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_add_constant_composite_test.cpp99 ->GetComponents()[0] in TEST()
104 ->GetComponents()[1] in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.h297 virtual const std::vector<const Constant*>& GetComponents() const { in GetComponents() function
302 for (const Constant* c : GetComponents()) { in IsZero()
463 for (const auto& c : composite->GetComponents()) { in operator()
491 composite1->GetComponents() == composite2->GetComponents(); in operator()
Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
Dfolding_rules.cpp167 for (const auto* comp : vec_constant->GetComponents()) { in GetWordsFromNumericScalarOrVectorConstant()
241 for (auto& comp : c->AsVectorConstant()->GetComponents()) { in NegateVectorConstant()
312 for (auto& comp : vector_const->GetComponents()) { in ReciprocalFDiv()
492 for (auto& comp : vec_const->GetComponents()) in HasZero()
619 input1_comp = input1_vector->GetComponents()[i]; in PerformOperation()
628 input2_comp = input2_vector->GetComponents()[i]; in PerformOperation()
1926 static_cast<uint32_t>(vector_const->GetComponents().size()); in RedundantSelect()
1929 vector_const->GetComponents()[i]; in RedundantSelect()
1967 vc->GetComponents(); in getFloatConstantKind()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h297 virtual const std::vector<const Constant*>& GetComponents() const { in GetComponents() function
302 for (const Constant* c : GetComponents()) { in IsZero()
463 for (const auto& c : composite->GetComponents()) { in operator()
491 composite1->GetComponents() == composite2->GetComponents(); in operator()
Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h297 virtual const std::vector<const Constant*>& GetComponents() const { in GetComponents() function
302 for (const Constant* c : GetComponents()) { in IsZero()
463 for (const auto& c : composite->GetComponents()) { in operator()
491 composite1->GetComponents() == composite2->GetComponents(); in operator()
Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h32 uint32_t GetComponents() const { return m_nSrcComponents; } in GetComponents() function
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc31 path.GetComponents(&component_vector); in ResolvePath()
53 target.GetComponents(&target_components); in ResolvePath()
Dfile_path.cc221 void FilePath::GetComponents(std::vector<StringType>* components) const { in GetComponents() function in base::FilePath
264 GetComponents(&parent_components); in AppendRelativePath()
265 child.GetComponents(&child_components); in AppendRelativePath()
571 GetComponents(&components); in ReferencesParent()
Dfile_path.h218 void GetComponents(std::vector<FilePath::StringType>* components) const;
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp162 c_components = constant->AsVectorConstant()->GetComponents(); in IsApplicable()
163 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
164 s_components = step_val->AsVectorConstant()->GetComponents(); in IsApplicable()
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp133 for (auto component : constant->AsVectorConstant()->GetComponents()) { in FindOrCreateToggledIntegerConstant()
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp184 for (auto component : constant->AsVectorConstant()->GetComponents()) { in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp162 c_components = constant->AsVectorConstant()->GetComponents(); in IsApplicable()
163 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
164 s_components = step_val->AsVectorConstant()->GetComponents(); in IsApplicable()
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp133 for (auto component : constant->AsVectorConstant()->GetComponents()) { in FindOrCreateToggledIntegerConstant()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp161 c_components = constant->AsVectorConstant()->GetComponents(); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
163 s_components = step_val->AsVectorConstant()->GetComponents(); in IsApplicable()
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp133 for (auto component : constant->AsVectorConstant()->GetComponents()) { in FindOrCreateToggledIntegerConstant()
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp181 for (auto component : constant->AsVectorConstant()->GetComponents()) { in Apply()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp347 GetComponents(StringRef Path, path::Style S = path::Style::native) { in GetComponents() function
352 EXPECT_THAT(GetComponents("/foo"), testing::ElementsAre("/", "foo")); in TEST()
353 EXPECT_THAT(GetComponents("/"), testing::ElementsAre("/")); in TEST()
354 EXPECT_THAT(GetComponents("//"), testing::ElementsAre("/")); in TEST()
355 EXPECT_THAT(GetComponents("///"), testing::ElementsAre("/")); in TEST()
356 EXPECT_THAT(GetComponents("c/d/e/foo.txt"), in TEST()
358 EXPECT_THAT(GetComponents(".c/.d/../."), in TEST()
360 EXPECT_THAT(GetComponents("/c/d/e/foo.txt"), in TEST()
362 EXPECT_THAT(GetComponents("/.c/.d/../."), in TEST()
364 EXPECT_THAT(GetComponents("c:\\c\\e\\foo.txt", path::Style::windows), in TEST()
[all …]

12