Home
last modified time | relevance | path

Searched defs:count1 (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/toybox/toys/pending/
H A Dvi.c782 static int cur_left(int count0, int count1, char *unused) in cur_left()
795 static int cur_right(int count0, int count1, char *unused) in cur_right()
822 static int cur_up(int count0, int count1, char *unused) in cur_up()
833 static int cur_down(int count0, int count1, char *unused) in cur_down()
842 static int vi_H(int count0, int count1, char *unused) in vi_H()
848 static int vi_L(int count0, int count1, char *unused) in vi_L()
855 static int vi_M(int count0, int count1, char *unused) in vi_M()
876 static int vi_yy(char reg, int count0, int count1) in vi_yy()
890 static int vi_dd(char reg, int count0, int count1) in vi_dd()
903 static int vi_x(char reg, int count0, int count1) in vi_x()
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DProvisionListenerTest.java273 final Counter count1 = new Counter(); in testCachedInScopePreventsProvisionNotify() local
295 final Counter count1 = new Counter(); in testCombineAllBindListenerCalls() local
312 final Counter count1 = new Counter(); in testNotifyEarlyListenersIfFailBeforeProvision() local
343 final Counter count1 = new Counter(); in testNotifyLaterListenersIfFailAfterProvision() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstring_view.h420 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
426 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
439 constexpr int compare(size_type pos1, size_type count1, in compare()
446 constexpr int compare(size_type pos1, size_type count1, in compare()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstring_view.h418 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
424 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
437 constexpr int compare(size_type pos1, size_type count1, in compare()
444 constexpr int compare(size_type pos1, size_type count1, in compare()
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstring_view.h420 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
426 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
439 constexpr int compare(size_type pos1, size_type count1, in compare()
446 constexpr int compare(size_type pos1, size_type count1, in compare()
/aosp_15_r20/external/pytorch/c10/util/
H A Dstring_view.h226 constexpr int compare(size_type pos1, size_type count1, basic_string_view v) in compare()
233 size_type count1, in compare()
244 constexpr int compare(size_type pos1, size_type count1, const_pointer s) in compare()
251 size_type count1, in compare()
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/tests/
DChannelGroupTest.cpp124 int count1 = mChannelGroup.getChannelCount(); in TEST_F() local
135 int count1 = mChannelGroup.getChannelCount(); in TEST_F() local
149 int count1 = mChannelGroup.getChannelCount(); in TEST_F() local
/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshrec.c362 FT_UInt count1 = mask1->num_bits; in ps_mask_table_test_intersect() local
411 FT_UInt count1 = mask1->num_bits; in ps_mask_table_merge() local
971 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask() local
1017 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter() local
/aosp_15_r20/art/runtime/
H A Dbarrier_test.cc30 CheckWaitTask(Barrier* barrier, AtomicInteger* count1, AtomicInteger* count2) in CheckWaitTask()
71 AtomicInteger count1(0); in TEST_F() local
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/aosp/
H A DByteArrayTimSort.kt300 var count1 = 0 // Number of times in a row that first run won in mergeLo() variable
462 var count1 = 0 // Number of times in a row that first run won in mergeHi() variable
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp45 uint32 &count1, in OptimizeOrder()
280 uint32 &count1, in OptimizeOrder()
314 uint32 &count1, in OptimizeOrder()
H A Ddng_utils.cpp438 uint32 count1 = tile.H (); in HistogramArea() local
571 uint32 count1 = tile.W (); in Process() local
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
H A DTestWakeupClientServiceImplUnitTest.cpp280 int32_t count1 = 2; in TEST_F() local
308 int32_t count1 = 2; in TEST_F() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DHealthConnectManagerTest.java413 final int count1 = 10; in testInsertRecords_intervalWithSameClientId_overwrites() local
438 final int count1 = 10; in testInsertRecords_intervalNoClientIdsAndSameTime_overwrites() local
474 final int count1 = 10; in testInsertRecords_intervalDifferentClientIdsAndSameTime_doesNotOverwrite() local
/aosp_15_r20/external/freetype/src/otvalid/
H A Dotvcommn.c902 FT_UInt GlyphCount, Count, count1; in otv_u_x_y_Ox_sy() local
995 FT_UInt count1, count2; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c248 uint32_t count1 in Hacl_Bignum_Fsquare_fsquare_times_()
258 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times()
273 inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *output, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_inplace()
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/
H A DHacl_Curve25519.c207 Hacl_Bignum_Fsquare_fsquare_times_(uint64_t *input, uint128_t *tmp, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_()
216 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times()
231 inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *output, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_inplace()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/
H A DHacl_Curve25519.c207 Hacl_Bignum_Fsquare_fsquare_times_(uint64_t *input, uint128_t *tmp, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_()
216 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times()
231 inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *output, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_inplace()
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsintrp.c2746 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
2791 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
2837 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c248 uint32_t count1 in Hacl_Bignum_Fsquare_fsquare_times_()
258 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times()
273 inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *output, uint32_t count1) in Hacl_Bignum_Fsquare_fsquare_times_inplace()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc992 const int count1 = reflection1->MapSize(message1, map_field); in CompareMapFieldByMapReflection() local
1129 const int count1 = reflection1->FieldSize(message1, repeated_field); in CompareRepeatedRep() local
1714 MaximumMatcher::MaximumMatcher(int count1, int count2, in MaximumMatcher()
1796 const int count1 = in MatchRepeatedFieldIndices() local

12345678910>>...20