Home
last modified time | relevance | path

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

1234

/external/toybox/toys/pending/
Dvi.c745 static int cur_left(int count0, int count1, char *unused) in cur_left()
758 static int cur_right(int count0, int count1, char *unused) in cur_right()
785 static int cur_up(int count0, int count1, char *unused) in cur_up()
796 static int cur_down(int count0, int count1, char *unused) in cur_down()
805 static int vi_H(int count0, int count1, char *unused) in vi_H()
811 static int vi_L(int count0, int count1, char *unused) in vi_L()
818 static int vi_M(int count0, int count1, char *unused) in vi_M()
839 static int vi_yy(char reg, int count0, int count1) in vi_yy()
853 static int vi_dd(char reg, int count0, int count1) in vi_dd()
866 static int vi_x(char reg, int count0, int count1) in vi_x()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/
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()
/external/openscreen/third_party/abseil/src/absl/strings/
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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
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()
/external/guice/core/test/com/google/inject/
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
/external/cronet/base/strings/
Dstring_piece.h262 size_type count1, in compare()
267 size_type count1, in compare()
277 size_type count1, in compare()
282 size_type count1, in compare()
/external/cronet/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()
/external/webrtc/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()
/external/abseil-cpp/absl/strings/
Dstring_view.h423 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
429 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
446 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/angle/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()
/external/tensorflow/third_party/absl/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()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderECBlocksData.h14 uint8_t count1; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h115 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) rdtscEvent(pBucketMgr, bucket, count1, coun… argument
122 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) argument
163 INLINE void rdtscEvent(BucketManager* pBucketMgr, uint32_t bucketId, uint32_t count1, uint32_t coun… in rdtscEvent()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DDecompressionTest.java43 int count1 = 0, count2 = 0; in decompressTest() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DDecompressionTest.java46 int count1 = 0, count2 = 0; in decompressTest() local
/external/freetype/src/pshinter/
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
968 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask() local
1013 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter() local
/external/dng_sdk/source/
Ddng_pixel_buffer.cpp45 uint32 &count1, in OptimizeOrder()
280 uint32 &count1, in OptimizeOrder()
314 uint32 &count1, in OptimizeOrder()
Ddng_utils.cpp438 uint32 count1 = tile.H (); in HistogramArea() local
571 uint32 count1 = tile.W (); in Process() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DNullInputStreamTest.java171 final int count1 = input.read(bytes); in testReadByteArray() local
DNullReaderTest.java168 final int count1 = reader.read(chars); in testReadCharArray() local
/external/openscreen/util/
Dalarm_unittest.cc120 int count1 = 0; in TEST_F() local
/external/googletest/googlemock/test/
Dgmock_stress_test.cc131 int count1 = 0; in TestConcurrentCallsOnSameObject() local
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock_stress_test.cc122 int count1 = 0; in TestConcurrentCallsOnSameObject() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/
DIOUtilsContentEqualsInputStreamsBenchmark.java116 int count1; in contentEqualsPr118() local
/external/freetype/src/otvalid/
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

1234