Home
last modified time | relevance | path

Searched defs:conflicts (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dzsh.rs459 let conflicts = arg_conflicts(p, o, p_global); localVariable
514 let conflicts = x.get_arg_conflicts_with(arg); localVariable
523 let conflicts = cmd.get_arg_conflicts_with(arg); localVariable
545 let conflicts = arg_conflicts(p, &f, p_global); localVariable
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dvalidator.rs28 let mut conflicts = Conflicts::new(); in validate() localVariable
182 let conflicts = conflicts.gather_conflicts(self.cmd, matcher, arg_id); in validate_conflicts() localVariable
239 let conflicts = conflict_ids in build_conflict_err() localVariable
534 let conflicts = conflicts.gather_conflicts(self.cmd, matcher, &a.id); in is_missing_required_ok() localVariable
617 let mut conflicts = Vec::new(); in gather_conflicts() localVariable
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrConflictFragment.java62 void setConflicts(List<ScheduledRecording> conflicts) { in setConflicts()
186 List<ScheduledRecording> conflicts = null; in onCreateView() local
243 List<ScheduledRecording> conflicts = null; in onCreateView() local
303 List<ScheduledRecording> conflicts = null; in onCreateView() local
DDvrUiHelper.java412 List<ScheduledRecording> conflicts = in startSchedulesActivityForTuneConflict() local
421 Context context, List<ScheduledRecording> conflicts) { in startSchedulesActivityForOneTimeRecordingConflict()
DDvrChannelRecordDurationOptionFragment.java97 List<ScheduledRecording> conflicts = in onTrackedGuidedActionClicked() local
DDvrScheduleFragment.java143 List<ScheduledRecording> conflicts = getDvrManager().getConflictingSchedules in onTrackedGuidedActionClicked() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DButtonChooser.java69 List<Integer> conflicts = new ArrayList<>(); in getButtonPlacement() local
80 @NonNull List<Integer> conflicts) { in placeButtonsInSlots()
101 @NonNull List<Integer> conflicts) { in placeConflictsInOpenSlots()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dvalidator.rs30 let conflicts = Conflicts::with_args(self.cmd, matcher); in validate() localVariable
103 let conflicts = conflicts.gather_conflicts(self.cmd, arg_id); in validate_conflicts() localVariable
163 let conflicts = conflict_ids in build_conflict_err() localVariable
485 let mut conflicts = Vec::new(); in gather_conflicts() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dvalidator.rs30 let conflicts = Conflicts::with_args(self.cmd, matcher); in validate() localVariable
103 let conflicts = conflicts.gather_conflicts(self.cmd, arg_id); in validate_conflicts() localVariable
163 let conflicts = conflict_ids in build_conflict_err() localVariable
485 let mut conflicts = Vec::new(); in gather_conflicts() localVariable
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_bank_conflicts.cpp617 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()]; in shader_conflict_weight_matrix() local
688 const weight_vector_type *conflicts) in have_any_conflicts()
721 const weight_vector_type &conflicts) in delta_conflicts()
829 const weight_vector_type *conflicts, in optimize_reg_permutation()
904 const weight_vector_type *conflicts = in opt_bank_conflicts() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp611 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()]; in shader_conflict_weight_matrix() local
683 const weight_vector_type *conflicts) in have_any_conflicts()
716 const weight_vector_type &conflicts) in delta_conflicts()
824 const weight_vector_type *conflicts, in optimize_reg_permutation()
899 const weight_vector_type *conflicts = in brw_fs_opt_bank_conflicts() local
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
DDvrScheduleManagerTest.java807 List<ConflictInfo> conflicts = DvrScheduleManager.getConflictingSchedulesInfo(schedules, 1); in testPartiallyConflictingSchedules() local
850 private void assertNotInList(ScheduledRecording schedule, List<ConflictInfo> conflicts) { in assertNotInList()
858 private void assertPartialConflict(ScheduledRecording schedule, List<ConflictInfo> conflicts) { in assertPartialConflict()
871 private void assertFullConflict(ScheduledRecording schedule, List<ConflictInfo> conflicts) { in assertFullConflict()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/
DDvrScheduleManager.java316 List<ConflictInfo> conflicts = getConflictingSchedulesInfo(inputId); in onSchedulesChanged() local
627 Map<Long, ConflictInfo> conflicts = mInputConflictInfoMap.get(input.getId()); in isConflicting() local
646 Map<Long, ConflictInfo> conflicts = mInputConflictInfoMap.get(input.getId()); in isPartiallyConflicting() local
847 Map<ScheduledRecording, ConflictInfo> conflicts = new HashMap<>(); in getConflictingSchedulesInfo() local
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java29 private Set<Feature<?>> conflicts; field in ConflictingRequirementsException
33 String message, Set<Feature<?>> conflicts, Object source) { in ConflictingRequirementsException()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java29 private Set<Feature<?>> conflicts; field in ConflictingRequirementsException
33 String message, Set<Feature<?>> conflicts, Object source) { in ConflictingRequirementsException()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/recorder/
DConflictChecker.java186 public void setCheckedConflictsForChannel(long mChannelId, List<ScheduledRecording> conflicts) { in setCheckedConflictsForChannel()
214 List<ScheduledRecording> conflicts = in onCheckConflict() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/autogen/
Dproperties.rs262 conflicts: Vec<Ident>, field
347 let mut conflicts = vec![]; in properties_ffi_members() localVariable
Dfeatures.rs683 conflicts: Vec<Ident>, field
772 let mut conflicts = vec![]; in features_ffi_members() localVariable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/c2/aidl/android.hardware.media.c2-V1-ndk-source/gen/include/aidl/android/hardware/media/c2/
DSettingResult.h55 std::vector<::aidl::android::hardware::media::c2::ParamFieldValues> conflicts; variable
/aosp_15_r20/development/samples/IntentPlayground/src/com/example/android/intentplayground/
H A DIntentFlags.java63 IntentFlag(String name, Set<IntentFlag> complements, Set<IntentFlag> conflicts, in IntentFlag()
/aosp_15_r20/external/mesa3d/src/util/
H A Dregister_allocate.c336 unsigned int conflicts = 0; in ra_set_finalize() local
361 int conflicts = 0; in ra_set_finalize() local
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/
Dinput_field.rs208 let mut conflicts = Error::accumulator(); in parse_nested() localVariable
/aosp_15_r20/external/libcups/cups/
H A Ddest-options.c392 cups_option_t **conflicts, /* O - Conflicting options */ in cupsCopyDestConflicts()
2580 cups_option_t **conflicts) /* O - Conflicting options */ in cups_test_constraints()
/aosp_15_r20/external/clang/utils/
H A Dmodfuzz.py16 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowAdapter.java121 int conflicts = 0; in getDescription() local

1234