Home
last modified time | relevance | path

Searched defs:blueprint (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardBlueprintRepositoryTest.kt63 val blueprint by collectLastValue(underTest.blueprint) in testApplyBlueprint_DefaultLayout() constant
72 val blueprint by collectLastValue(underTest.blueprint) in testApplyBlueprint_SplitShadeLayout() constant
81 val blueprint by collectLastValue(underTest.blueprint) in testRefreshBlueprint() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardBlueprintRepository.kt59 val blueprint: MutableStateFlow<KeyguardBlueprint> = MutableStateFlow(blueprintIdMap[DEFAULT]!!) in <lambda>() constant
70 val blueprint = blueprintIdMap[blueprintId] in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardBlueprintViewBinder.kt51 (prevBlueprint, blueprint) -> in <lambda>() method
101 val blueprint = viewModel.blueprint.value in <lambda>() constant
/aosp_15_r20/external/cronet/components/cronet/gn2bp/
H A Dgen_android_bp.py782 def create_proto_modules(blueprint, gn, target): argument
908 def create_gcc_preprocess_modules(blueprint, target): argument
1535 def create_action_foreach_modules(blueprint, gn, target, is_test_target): argument
1583 blueprint, argument
1668 def create_action_module(blueprint, gn, target, genrule_type, is_test_target): argument
1749 def create_modules_from_target(blueprint, gn, gn_target_name, argument
2108 def create_package_module(blueprint): argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/composable/blueprint/
DCommunalBlueprintModule.java20 …ystemui.keyguard.ui.composable.blueprint.ComposableLockscreenSceneBlueprint blueprint(@org.jetbrai… in blueprint() argument
DDefaultBlueprintModule.java14 …ystemui.keyguard.ui.composable.blueprint.ComposableLockscreenSceneBlueprint blueprint(@org.jetbrai… in blueprint() argument
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgen_android_bp.py1031 def create_rust_cxx_module(blueprint, target): argument
1070 def create_proto_modules(blueprint, gn, target): argument
1194 def create_gcc_preprocess_modules(blueprint, target): argument
1774 def create_action_foreach_modules(blueprint, gn, target, is_test_target): argument
1812 def create_action_module_internal(gn, target, type, is_test_target, blueprint, arch=None): argument
1888 def create_action_module(blueprint, gn, target, genrule_type, is_test_target): argument
1957 def create_modules_from_target(blueprint, gn, gn_target_name, parent_gn_type, is_test_target): argument
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
H A DLockscreenContent.kt79 val blueprint = blueprintByBlueprintId[blueprintId] ?: return in Content() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardBlueprintViewModel.kt45 val blueprint = keyguardBlueprintInteractor.blueprint constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBlueprintViewModel
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DJsonMetaSchema.java391 public static Builder builder(String iri, JsonMetaSchema blueprint) { in builder()
403 public static Builder builder(JsonMetaSchema blueprint) { in builder()
/aosp_15_r20/external/googleapis/google/cloud/config/v1/
H A Dconfig.proto398 oneof blueprint { oneof
931 oneof blueprint { oneof
1490 oneof blueprint { oneof
/aosp_15_r20/build/blueprint/
H A Ddoc.go68 package blueprint package
H A Dglob_test.go15 package blueprint package
H A Dsource_file_provider.go1 package blueprint package
H A Dmangle.go15 package blueprint package
H A Dninja_writer_test.go15 package blueprint package
H A Dsplice_modules_test.go15 package blueprint package
H A Dlevenshtein_test.go15 package blueprint package
H A Dlevenshtein.go15 package blueprint package
H A Dninja_strings_test.go15 package blueprint package
H A Dglob.go15 package blueprint package
H A Dvisit_test.go15 package blueprint package
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
H A DDefaultBlueprintModule.kt25 @Binds @IntoSet fun blueprint(blueprint: DefaultBlueprint): ComposableLockscreenSceneBlueprint method
H A DCommunalBlueprint.kt61 @Binds @IntoSet fun blueprint(blueprint: CommunalBlueprint): ComposableLockscreenSceneBlueprint method
/aosp_15_r20/build/soong/cc/
H A Dbuilder.go174 darwinStripPool = func() blueprint.Pool { func
184 darwinLipo = func() blueprint.Rule { func

1234