/aosp_15_r20/cts/tests/tests/slice/src/android/slice/cts/ |
H A D | SliceSpecTest.java | 34 SliceSpec first = new SliceSpec("first", 1); in testDifferentTypes() local 46 SliceSpec first = new SliceSpec("namespace", 2); in testRenderDifference() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/ |
D | actions.cpp | 39 char const *first = "{43}", *last = first + std::strlen(first); in main() local 46 char const *first = "{44}", *last = first + std::strlen(first); in main() local
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/ |
D | TimeUtils.java | 35 public static Instant latest(Instant first, Instant second) { in latest() 40 public static Instant earliest(Instant first, Instant second) { in earliest()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/audio/2.0/[email protected]_genc++_headers/gen/android/hardware/audio/2.0/ |
D | types.h | 297 bool first = true; variable 368 bool first = true; variable 587 bool first = true; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/audio/2.0/[email protected]_genc++_headers/gen/android/hardware/audio/2.0/ |
D | types.h | 297 bool first = true; variable 368 bool first = true; variable 587 bool first = true; variable
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/ |
H A D | intrusive_map.h | 148 IntrusiveMap(Iterator first, Iterator last, Functors&&... functors) in IntrusiveMap() 239 void insert(Iterator first, Iterator last) { in insert() 255 iterator erase(iterator first, iterator last) { in erase()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/audio/2.0/[email protected]_genc++_headers/gen/android/hardware/audio/2.0/ |
D | types.h | 297 bool first = true; variable 368 bool first = true; variable 587 bool first = true; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/audio/2.0/[email protected]_genc++_headers/gen/android/hardware/audio/2.0/ |
D | types.h | 297 bool first = true; variable 368 bool first = true; variable 587 bool first = true; variable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | StepNormalizerBounds.java | 46 private final boolean first; field in StepNormalizerBounds 60 StepNormalizerBounds(final boolean first, final boolean last) { in StepNormalizerBounds()
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_formcalc_context.cpp | 1177 const ByteString first = ValueToUTF8String(pIsolate, firstValue); in SimpleValueCompare() local 1182 const float first = ValueToFloat(pIsolate, firstValue); in SimpleValueCompare() local 1187 const bool first = fxv8::ReentrantToBooleanHelper(pIsolate, firstValue); in SimpleValueCompare() local 4375 float first = ValueToFloat(info.GetIsolate(), argFirst); in logical_or_operator() local 4396 float first = ValueToFloat(info.GetIsolate(), argFirst); in logical_and_operator() local 4430 double first = ValueToDouble(info.GetIsolate(), argFirst); in equality_operator() local 4464 double first = ValueToDouble(info.GetIsolate(), argFirst); in notequality_operator() local 4526 double first = ValueToDouble(info.GetIsolate(), argFirst); in less_operator() local 4555 double first = ValueToDouble(info.GetIsolate(), argFirst); in lessequal_operator() local 4583 double first = ValueToDouble(info.GetIsolate(), argFirst); in greater_operator() local [all …]
|
/aosp_15_r20/external/nanopb-c/tests/oneof/ |
H A D | oneof.proto | 16 int32 first = 5; field 28 int32 first = 5; field
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Pair.java | 24 public final A first; field in Pair 27 public Pair(A first, B second) { in Pair()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | is_sorted.hpp | 25 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() 39 bool is_sorted_and_unique(ForwardIt first, ForwardIt last, Pred pred) in is_sorted_and_unique()
|
/aosp_15_r20/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientCollectionsChecker.java | 61 final Type first = types.get(0); in matchNewClass() local 72 final Type first = types.get(0); in matchNewClass() local
|
/aosp_15_r20/external/AFLplusplus/utils/afl_untracer/ |
H A D | ida_get_patchpoints.py | 28 first = 0 variable 40 first = 1 variable
|
/aosp_15_r20/external/llvm/test/MC/AsmParser/ |
H A D | macro-qualifier-diagnostics.s | 37 .macro missing_second_required_argument first=0 second:req argument 46 .macro second_third_required first=0 second:req third:req argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | is_sorted.hpp | 26 bool is_sorted (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted() 40 bool is_sorted_and_unique (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted_and_unique()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
H A D | DTMAxisTraverser.java | 59 public int first(int context) in first() method in DTMAxisTraverser 78 public int first(int context, int extendedTypeID) in first() method in DTMAxisTraverser
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/ |
D | file_parser.cpp | 40 void echo(iterator_t first, iterator_t const& last) in echo() 61 iterator_t first(argv[1]); in main() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListWithScreenOfNoSelectablesTest.java | 60 View first = mListView.getChildAt(0); in testGoFromSelectedViewExistsToNoSelectedViewExists() local 85 View first = mListView.getChildAt(0); in testGoFromNoSelectionToSelectionExists() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
H A D | OnePointCrossover.java | 70 public ChromosomePair crossover(Chromosome first, Chromosome second) { in crossover() 85 …private ChromosomePair crossover(AbstractListChromosome<T> first, AbstractListChromosome<T> second… in crossover()
|
/aosp_15_r20/external/libnfnetlink/include/ |
H A D | linux_list.h | 290 struct list_head *first = list->next; in __list_splice() local 514 struct hlist_node *first; member 589 struct hlist_node *first = h->first; in hlist_add_head() local 620 struct hlist_node *first = h->first; in hlist_add_head_rcu() local
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/automotive/sv/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/sv/1.0/ |
D | types.h | 950 bool first = true; variable 1030 bool first = true; variable 1135 bool first = true; variable 1242 bool first = true; variable
|
/aosp_15_r20/external/iptables/libiptc/ |
H A D | linux_list.h | 286 struct list_head *first = list->next; in __list_splice() local 510 struct hlist_node *first; member 585 struct hlist_node *first = h->first; in hlist_add_head() local 616 struct hlist_node *first = h->first; in hlist_add_head_rcu() local
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/automotive/sv/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/sv/1.0/ |
D | types.h | 950 bool first = true; variable 1030 bool first = true; variable 1135 bool first = true; variable 1242 bool first = true; variable
|