/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | CollectionUtils.java | 64 java.util.function.Predicate<? super T> predicate) { in filter() 79 java.util.function.Predicate<? super T> predicate) { in filter() 103 @Nullable Predicate<? super T> predicate) { in addIf() 258 java.util.function.Predicate<T> predicate) { in any() 267 java.util.function.Predicate<T> predicate) { in any() 276 java.util.function.Predicate<T> predicate) { in find() 290 java.util.function.Predicate<T> predicate) { in find() 320 public static @NonNull <T> List<T> add(@Nullable List<T> cur, T val) { in add() 332 public static @NonNull <T> List<T> add(@Nullable List<T> cur, int index, T val) { in add() 344 public static @NonNull <T> Set<T> addAll(@Nullable Set<T> cur, @Nullable Collection<T> val) { in addAll() [all …]
|
H A D | ArrayUtils.java | 553 public static @NonNull int[] appendInt(@Nullable int[] cur, int val, in appendInt() 577 public static @NonNull int[] appendInt(@Nullable int[] cur, int val) { in appendInt() 584 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) { in removeInt() 607 public static @Nullable String[] removeString(@Nullable String[] cur, String val) { in removeString() 631 public static @NonNull long[] appendLong(@Nullable long[] cur, long val, in appendLong() 654 boolean val) { in appendBooleanDuplicatesAllowed() 669 public static @NonNull long[] appendLong(@Nullable long[] cur, long val) { in appendLong() 676 public static @Nullable long[] removeLong(@Nullable long[] cur, long val) { in removeLong() 711 public static @NonNull <T> ArraySet<T> add(@Nullable ArraySet<T> cur, T val) { in add() 723 @Nullable Collection<T> val) { in addAll() [all …]
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | ArrayUtils.java | 432 public static int[] appendInt(@Nullable int[] cur, int val, in appendInt() 456 public static int[] appendInt(@Nullable int[] cur, int val) { in appendInt() 464 public static int[] removeInt(@Nullable int[] cur, int val) { in removeInt() 488 public static String[] removeString(@Nullable String[] cur, String val) { in removeString() 513 public static long[] appendLong(@Nullable long[] cur, long val, in appendLong() 537 public static long[] appendLong(@Nullable long[] cur, long val) { in appendLong() 545 public static long[] removeLong(@Nullable long[] cur, long val) { in removeLong() 587 public static <T> ArraySet<T> add(@Nullable ArraySet<T> arraySet, T val) { in add() 601 @Nullable Collection<T> val) { in addAll() 614 public static <T> ArraySet<T> remove(@Nullable ArraySet<T> cur, T val) { in remove() [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | ksnoop.c | 98 struct value *val) in type_to_value() 136 struct value *val, int lvl) in member_to_value() 255 static int predicate_to_value(char *predicate, struct value *val) in predicate_to_value() 307 char *membername, char *predicate, struct value *val) in trace_to_value() 441 static char *value_to_str(struct btf *btf, struct value *val, char *str) in value_to_str() 576 char *predicate = NULL; in parse_trace() local 717 struct value *val = &trace->traces[i]; in trace_handler() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | javaslang-2.0.3.jar | ... Pattern0 {
final synthetic java.util.function.Predicate val$predicate
void <init> (java. ... |
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 435 static bool IsConstantOne(Value *val) { in IsConstantOne() 1441 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() 1444 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() 1447 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1451 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1455 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() 1460 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() 1465 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1481 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 516 static bool IsConstantOne(Value *val) { in IsConstantOne() 1363 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() 1366 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() 1369 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1373 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1377 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1382 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1387 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1401 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 3453 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
D | pass_container.hpp | 279 typename traits::container_value<Attr>::type val = in dispatch_container() local 329 > predicate; in dispatch_attribute() typedef 346 >::type predicate; in operator ()() typedef
|
D | alternative_function.hpp | 85 val; in call_optional_or_variant() local 105 val; in call_variant() local 166 >::type predicate; in operator ()() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/ |
D | kwd.hpp | 343 typename traits::container_value<Attribute>::type val = in parse_impl() local 372 >::type predicate; in parse() typedef 395 >::type predicate; in parse() typedef 505 typename traits::container_value<Attribute>::type val = in parse_impl() local 534 >::type predicate; in parse() typedef 554 >::type predicate; in parse() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_cond.cc | 134 Status GetSwitchValue(const Node& switch_node, OutputTensor* val) { in GetSwitchValue() 388 Conditional::Conditional(OutputTensor predicate, FunctionalizeCond* parent, in Conditional() 402 OutputTensor predicate; in AddSwitch() local 974 const OutputTensor& predicate) { in AddIfNode() 1139 OutputTensor predicate; in StateAlongEdge() local 1265 OutputTensor val; in RemoveRedundantSwitch() local 1543 auto predicate = merge_to_predicate_.find(merge); in FunctionalizeInternal() local
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_pm4.c | 256 ac_pm4_cmd_end(struct ac_pm4_state *state, bool predicate) in ac_pm4_cmd_end() 280 ac_pm4_set_reg_custom(struct ac_pm4_state *state, unsigned reg, uint32_t val, in ac_pm4_set_reg_custom() 336 ac_pm4_set_privileged_reg(struct ac_pm4_state *state, unsigned reg, uint32_t val) in ac_pm4_set_privileged_reg() 348 void ac_pm4_set_reg(struct ac_pm4_state *state, unsigned reg, uint32_t val) in ac_pm4_set_reg() 384 ac_pm4_set_reg_idx3(struct ac_pm4_state *state, unsigned reg, uint32_t val) in ac_pm4_set_reg_idx3()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 764 static bool IsConstantOne(Value *val) { in IsConstantOne() 1613 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() 1616 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() 1619 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1625 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1631 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() 1636 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() 1641 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() 1655 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() 3997 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libbackup/libbackup/android_common/javac/ |
D | libbackup.jar | ... .BackupKeyPredicate {
final synthetic java.util.Collection val$collection
void <init> (java.util ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/ |
D | actions.hpp | 116 typename result_t::return_t val = hit.value(); in parse() local 122 ActionT const& predicate() const { return actor; } in predicate() function in boost::spirit::action
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | eg_debug.c | 83 uint32_t val = (value & field->mask) >> in eg_dump_reg() local 131 const char *predicate = PKT3_PREDICATE(ib[0]) ? "(predicate)" : ""; in ac_parse_packet3() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | parser.rs | 439 let val = external_parser.parse_ref(self.cmd, None, raw_val)?; in get_matches_with() localVariable 902 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable 907 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable 1103 let val = value_parser.parse_ref(self.cmd, Some(arg), &raw_val)?; in push_arg_values() localVariable 1361 let val = RawOsStr::new(val); in add_env() localVariable 1384 let predicate = str_to_bool(val.to_str_lossy()); in add_env() localVariable
|
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/ |
H A D | VideoEncoderRoiTest.java | 166 private int clamp(int val, int min, int max) { in clamp() 282 Predicate<Double> predicate = bdRate -> bdRate <= EXPECTED_BD_RATE; in testValidConfig() local
|
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobStore.java | 1228 private static String intern(@Nullable String val) { in intern() 1305 String val; in restoreJobFromXml() local 1393 String val = parser.getAttributeValue(null, "period"); in restoreJobFromXml() local 1558 String val; in buildConstraintsFromXml() local 1676 String val = parser.getAttributeValue(null, "initial-backoff"); in maybeBuildBackoffPolicyFromXml() local 1889 private void removeAll(Predicate<JobStatus> predicate) { in removeAll()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/ |
D | systemfeatures-metadata-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__tools__systemfeatures__linux_glibc_common__systemfeatures-gen- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/ |
D | PluginAnnotationProcessor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/ |
D | cached-property-annotation-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__tools__codegen__linux_glibc_common__codegen-version- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/safeparcel-processor/safeparcel-annotation-processor/linux_glibc_common/withres/ |
D | safeparcel-annotation-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/prebuilts/misc/common/droiddriver/ |
HD | droiddriver-1.0.0-BETA1.jar | ... static final io.appium.droiddriver.finders.Predicate VISIBLE
public abstract java.lang.String getText ( ... |
HD | droiddriver-0.9.jar | ... .finders.Attribute val$attribute
final synthetic Object val$expected
void <init> (com.google ... |