Home
last modified time | relevance | path

Searched defs:first (Results 1001 – 1025 of 8926) sorted by relevance

1...<<41424344454647484950>>...358

/aosp_15_r20/cts/tests/tests/slice/src/android/slice/cts/
H A DSliceSpecTest.java34 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/
Dactions.cpp39 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/
DTimeUtils.java35 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/
Dtypes.h297 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/
Dtypes.h297 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 Dintrusive_map.h148 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/
Dtypes.h297 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/
Dtypes.h297 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 DStepNormalizerBounds.java46 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 Dcfxjse_formcalc_context.cpp1177 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 Doneof.proto16 int32 first = 5; field
28 int32 first = 5; field
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DPair.java24 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/
Dis_sorted.hpp25 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 DEfficientCollectionsChecker.java61 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 Dida_get_patchpoints.py28 first = 0 variable
40 first = 1 variable
/aosp_15_r20/external/llvm/test/MC/AsmParser/
H A Dmacro-qualifier-diagnostics.s37 .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/
Dis_sorted.hpp26 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 DDTMAxisTraverser.java59 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/
Dfile_parser.cpp40 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 DListWithScreenOfNoSelectablesTest.java60 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 DOnePointCrossover.java70 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 Dlinux_list.h290 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/
Dtypes.h950 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 Dlinux_list.h286 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/
Dtypes.h950 bool first = true; variable
1030 bool first = true; variable
1135 bool first = true; variable
1242 bool first = true; variable

1...<<41424344454647484950>>...358