Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dtest.rs318 ($outer_scope:ident => $outer_spawn:ident,
324 $outer_scope(|scope| {
393 ($outer_scope:ident => $outer_spawn:ident,
399 $outer_scope(|outer_scope| {
401 spawn_push!(outer_scope.$outer_spawn, vec, 0);
404 spawn_push!(outer_scope.$outer_spawn, vec, 1);
406 spawn_push!(outer_scope.$outer_spawn, vec, 2);
409 spawn_push!(outer_scope.$outer_spawn, vec, 3);
/aosp_15_r20/external/cronet/base/
H A Dfeature_list_unittest.cc200 test::ScopedFeatureList outer_scope; in TEST_F() local
201 outer_scope.InitWithEmptyFeatureAndFieldTrialLists(); in TEST_F()
421 test::ScopedFeatureList outer_scope; in TEST_F() local
422 outer_scope.InitWithEmptyFeatureAndFieldTrialLists(); in TEST_F()
901 base::test::ScopedFeatureList outer_scope; in TEST() local
902 outer_scope.InitWithEmptyFeatureAndFieldTrialLists(); in TEST()
925 base::test::ScopedFeatureList outer_scope; in TEST() local
926 outer_scope.InitWithEmptyFeatureAndFieldTrialLists(); in TEST()
951 base::test::ScopedFeatureList outer_scope; in TEST() local
952 outer_scope.InitWithEmptyFeatureAndFieldTrialLists(); in TEST()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.h15 outer_scope, /* Outer program scope */ enumerator
H A Dsfn_liverangeevaluator.cpp141 m_scopes.push_back(std::make_unique<ProgramScope>(nullptr, outer_scope, 0, 0, 0)); in LiveRangeInstrVisitor()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc6134 std::string outer_scope; in BuildEnumValue() local
6136 outer_scope = file_->package(); in BuildEnumValue()
6138 outer_scope = parent->containing_type()->full_name(); in BuildEnumValue()
6141 if (outer_scope.empty()) { in BuildEnumValue()
6142 outer_scope = "the global scope"; in BuildEnumValue()
6144 outer_scope = "\"" + outer_scope + "\""; in BuildEnumValue()
6151 result->name() + "\" must be unique within " + outer_scope + in BuildEnumValue()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6128 std::string outer_scope; in BuildEnumValue() local
6130 outer_scope = file_->package(); in BuildEnumValue()
6132 outer_scope = parent->containing_type()->full_name(); in BuildEnumValue()
6135 if (outer_scope.empty()) { in BuildEnumValue()
6136 outer_scope = "the global scope"; in BuildEnumValue()
6138 outer_scope = "\"" + outer_scope + "\""; in BuildEnumValue()
6145 result->name() + "\" must be unique within " + outer_scope + in BuildEnumValue()