| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Pair.java | 12 * A pair of objects: first and second. 14 * @param <F> first object type 18 public final F first; field in Pair 21 protected Pair(F first, S second) { in Pair() argument 22 this.first = first; in Pair() 28 * @param first must be non-null 32 public static <F, S> Pair<F, S> of(F first, S second) { in of() argument 33 if (first == null || second == null) { in of() 36 return new Pair<F, S>(first, secon in of() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Pair.java | 13 * A pair of objects: first and second. 15 * @param <F> first object type 20 public final F first; field in Pair 23 protected Pair(F first, S second) { in Pair() argument 24 this.first = first; in Pair() 30 * @param first must be non-null 34 public static <F, S> Pair<F, S> of(F first, S second) { in of() argument 35 if (first == null || second == null) { in of() 38 return new Pair<F, S>(first, secon in of() [all...] |
| /third_party/python/Doc/includes/ |
| H A D | custom4.c | 7 PyObject *first; /* first name */ member 15 Py_VISIT(self->first); in Custom_traverse() 23 Py_CLEAR(self->first); in Custom_clear() 42 self->first = PyUnicode_FromString(""); in Custom_new() 43 if (self->first == NULL) { in Custom_new() 60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() 61 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local 64 &first, &last, in Custom_init() 68 if (first) { in Custom_init() [all...] |
| H A D | custom2.c | 7 PyObject *first; /* first name */ member 15 Py_XDECREF(self->first); in Custom_dealloc() 26 self->first = PyUnicode_FromString(""); in Custom_new() 27 if (self->first == NULL) { in Custom_new() 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() 45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local 48 &first, &last, in Custom_init() 52 if (first) { in Custom_init() 53 tmp = self->first; in Custom_init() [all...] |
| H A D | custom3.c | 7 PyObject *first; /* first name */ member 15 Py_XDECREF(self->first); in Custom_dealloc() 26 self->first = PyUnicode_FromString(""); in Custom_new() 27 if (self->first == NULL) { in Custom_new() 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() 45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local 48 &first, &last, in Custom_init() 52 if (first) { in Custom_init() 53 tmp = self->first; in Custom_init() [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | siphash.c | 114 * @first: first u64 117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() argument 120 v3 ^= first; in siphash_1u64() 123 v0 ^= first; in siphash_1u64() 130 * @first: first u64 134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 137 v3 ^= first; in siphash_2u64() 140 v0 ^= first; in siphash_2u64() 156 siphash_3u64(const u64 first, const u64 second, const u64 third, const siphash_key_t *key) siphash_3u64() argument 184 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) siphash_4u64() argument 208 siphash_1u32(const u32 first, const siphash_key_t *key) siphash_1u32() argument 216 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument 317 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 331 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 349 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 370 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument 459 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 475 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 495 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 520 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | siphash.c | 113 * @first: first u64 116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() argument 119 v3 ^= first; in siphash_1u64() 122 v0 ^= first; in siphash_1u64() 129 * @first: first u64 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 136 v3 ^= first; in siphash_2u64() 139 v0 ^= first; in siphash_2u64() 155 siphash_3u64(const u64 first, const u64 second, const u64 third, const siphash_key_t *key) siphash_3u64() argument 183 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) siphash_4u64() argument 207 siphash_1u32(const u32 first, const siphash_key_t *key) siphash_1u32() argument 215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument 316 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 330 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument 458 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 474 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| H A D | LocalizedNumberRangeFormatter.java | 29 * @param first 30 * The first number in the range, usually to the left in LTR locales. 37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() argument 38 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange() 40 return formatImpl(dq1, dq2, first == second); in formatRange() 47 * @param first 48 * The first number in the range, usually to the left in LTR locales. 55 public FormattedNumberRange formatRange(double first, double second) { in formatRange() argument 56 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange() 60 return formatImpl(dq1, dq2, first in formatRange() 76 formatRange(Number first, Number second) formatRange() argument 85 formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBeforeRounding) formatImpl() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | LocalizedNumberRangeFormatter.java | 30 * @param first 31 * The first number in the range, usually to the left in LTR locales. 37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() argument 38 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange() 40 return formatImpl(dq1, dq2, first == second); in formatRange() 47 * @param first 48 * The first number in the range, usually to the left in LTR locales. 54 public FormattedNumberRange formatRange(double first, double second) { in formatRange() argument 55 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange() 59 return formatImpl(dq1, dq2, first in formatRange() 74 formatRange(Number first, Number second) formatRange() argument 83 formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBeforeRounding) formatImpl() argument [all...] |
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| H A D | EqualityTester.cs | 45 public static void AssertEquality<T>(T first, T second) where T : IEquatable<T> 47 Assert.IsTrue(first.Equals(second)); 48 Assert.IsTrue(first.Equals((object) second)); 49 Assert.AreEqual(first.GetHashCode(), second.GetHashCode()); 52 public static void AssertInequality<T>(T first, T second) where T : IEquatable<T> 54 Assert.IsFalse(first.Equals(second)); 55 Assert.IsFalse(first.Equals((object) second)); 58 if (first != null && second != null) 60 Assert.AreNotEqual(first.GetHashCode(), second.GetHashCode());
|
| /third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
| H A D | stripInternal-when-prepend-is-completely-internal.js | 17 //// [/src/first/first_PART1.ts]
20 //// [/src/first/first_part2.ts]
24 //// [/src/first/first_part3.ts]
29 //// [/src/first/tsconfig.json]
30 {"compilerOptions":{"composite":true,"declaration":true,"declarationMap":true,"skipDefaultLibCheck":true,"sourceMap":true,"outFile":"./bin/first-output.js"},"files":["/src/first/first_PART1.ts"]}
76 {"compilerOptions":{"composite":true,"declaration":true,"declarationMap":false,"stripInternal":true,"sourceMap":true,"outFile":"./thirdjs/output/third-output.js"},"references":[{"path":"../first","prepend":true}],"files":["/src/third/third_part1.ts"]}
83 * src/first/tsconfig.json
86 [[90m12:00:11 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bi [all...] |
| /base/telephony/core_service/frameworks/native/src/ |
| H A D | operator_config_types.cpp | 58 if (!parcel.WriteString16(valueIt->first)) { in MarshallingU16StringMap() 76 if (!parcel.WriteString(valueIt->first)) { in MarshallingStringMap() 94 if (!parcel.WriteString(valueIt->first)) { in MarshallingBoolMap() 112 if (!parcel.WriteString(valueIt->first)) { in MarshallingIntMap() 130 if (!parcel.WriteString(valueIt->first)) { in MarshallingLongMap() 148 if (!parcel.WriteString(valueIt->first)) { in MarshallingStringArrayMap() 166 if (!parcel.WriteString(valueIt->first)) { in MarshallingIntArrayMap() 184 if (!parcel.WriteString(valueIt->first)) { in MarshallingLongArrayMap() 242 std::u16string first = parcel.ReadString16(); in ReadFromU16StringMap() local 244 configValue.emplace(std::pair<std::u16string, std::u16string>(first, secon in ReadFromU16StringMap() 259 std::string first = parcel.ReadString(); ReadFromStringMap() local 276 std::string first = parcel.ReadString(); ReadFromIntMap() local 293 std::string first = parcel.ReadString(); ReadFromBoolMap() local 309 std::string first = parcel.ReadString(); ReadFromLongMap() local 325 std::string first = parcel.ReadString(); ReadFromStringArrayMap() local 342 std::string first = parcel.ReadString(); ReadFromIntArrayMap() local 359 std::string first = parcel.ReadString(); ReadFromLongArrayMap() local [all...] |
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned() 39 first &= last; in bitfill_aligned() 40 *dst = comp(pat, *dst, first); in bitfill_aligned() 45 if (first!= ~0UL) { in bitfill_aligned() 46 *dst = comp(pat, *dst, first); in bitfill_aligned() 84 unsigned long first, last; in bitfill_unaligned() local 89 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 95 first &= last; in bitfill_unaligned() 96 *dst = comp(pat, *dst, first); in bitfill_unaligned() 139 unsigned long first, last; bitfill_aligned_rev() local 195 unsigned long first, last; bitfill_unaligned_rev() local [all...] |
| H A D | syscopyarea.c | 31 unsigned long first, last; in bitcpy() local 35 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitcpy() 43 first &= last; in bitcpy() 44 *dst = comp(*src, *dst, first); in bitcpy() 48 if (first != ~0UL) { in bitcpy() 49 *dst = comp(*src, *dst, first); in bitcpy() 86 first &= last; in bitcpy() 89 *dst = comp(*src << left, *dst, first); in bitcpy() 92 *dst = comp(*src >> right, *dst, first); in bitcpy() 98 first); in bitcpy() 174 unsigned long first, last; bitcpy_rev() local [all...] |
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned() 39 first &= last; in bitfill_aligned() 40 *dst = comp(pat, *dst, first); in bitfill_aligned() 45 if (first!= ~0UL) { in bitfill_aligned() 46 *dst = comp(pat, *dst, first); in bitfill_aligned() 74 unsigned long first, last; in bitfill_unaligned() local 79 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 85 first &= last; in bitfill_unaligned() 86 *dst = comp(pat, *dst, first); in bitfill_unaligned() 129 unsigned long first, last; bitfill_aligned_rev() local 185 unsigned long first, last; bitfill_unaligned_rev() local [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | EqualityTester.cs | 45 public static void AssertEquality<T>(T first, T second) where T : IEquatable<T> 47 Assert.IsTrue(first.Equals(second)); 48 Assert.IsTrue(first.Equals((object) second)); 49 Assert.AreEqual(first.GetHashCode(), second.GetHashCode()); 52 public static void AssertInequality<T>(T first, T second, bool checkHashcode = true) where T : IEquatable<T> 54 Assert.IsFalse(first.Equals(second)); 55 Assert.IsFalse(first.Equals((object) second)); 59 if (checkHashcode && first != null && second != null) 61 Assert.AreNotEqual(first.GetHashCode(), second.GetHashCode());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | CFGDiff.h | 94 Pair.first->printAsOperand(OS, false); in printMap() 168 return !N.first->ignoreChild(BB, N.second, false); in operator ()() 182 auto InsertVec = N.first->getAddedChildren(N.second, false); in child_begin() 185 make_range<ExistingChildIterator>({succ_begin(N.second), N.first}, in child_begin() 186 {succ_end(N.second), N.first}), in child_begin() 190 {InsertVec.begin(), N.first}, {InsertVec.end(), N.first}); in child_begin() 197 auto InsertVec = N.first->getAddedChildren(N.second, false); in child_end() 200 make_range<ExistingChildIterator>({succ_end(N.second), N.first}, in child_end() 201 {succ_end(N.second), N.first}), in child_end() [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | FilteredNormalizer2.java | 73 StringBuilder first, CharSequence second) { in normalizeSecondAndAppend() 74 return normalizeSecondAndAppend(first, second, true); in normalizeSecondAndAppend() 81 public StringBuilder append(StringBuilder first, CharSequence second) { in append() argument 82 return normalizeSecondAndAppend(first, second, false); in append() 257 private StringBuilder normalizeSecondAndAppend(StringBuilder first, CharSequence second, in normalizeSecondAndAppend() argument 259 if(first==second) { in normalizeSecondAndAppend() 262 if(first.length()==0) { in normalizeSecondAndAppend() 264 return normalize(second, first); in normalizeSecondAndAppend() 266 return first.append(second); in normalizeSecondAndAppend() 269 // merge the in-filter suffix of the first strin in normalizeSecondAndAppend() 72 normalizeSecondAndAppend( StringBuilder first, CharSequence second) normalizeSecondAndAppend() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | FilteredNormalizer2.java | 70 StringBuilder first, CharSequence second) { in normalizeSecondAndAppend() 71 return normalizeSecondAndAppend(first, second, true); in normalizeSecondAndAppend() 77 public StringBuilder append(StringBuilder first, CharSequence second) { in append() argument 78 return normalizeSecondAndAppend(first, second, false); in append() 243 private StringBuilder normalizeSecondAndAppend(StringBuilder first, CharSequence second, in normalizeSecondAndAppend() argument 245 if(first==second) { in normalizeSecondAndAppend() 248 if(first.length()==0) { in normalizeSecondAndAppend() 250 return normalize(second, first); in normalizeSecondAndAppend() 252 return first.append(second); in normalizeSecondAndAppend() 255 // merge the in-filter suffix of the first strin in normalizeSecondAndAppend() 69 normalizeSecondAndAppend( StringBuilder first, CharSequence second) normalizeSecondAndAppend() argument [all...] |
| /third_party/jerryscript/jerry-core/lit/ |
| H A D | lit-magic-strings.c | 212 lit_utf8_size_t first = lit_get_magic_string_size_block_start (string_size); in lit_is_utf8_string_magic() local 215 while (first < last) in lit_is_utf8_string_magic() 217 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_magic() 230 first = middle + 1; in lit_is_utf8_string_magic() 244 lit_is_utf8_string_pair_magic (const lit_utf8_byte_t *string1_p, /**< first utf-8 string */ in lit_is_utf8_string_pair_magic() 245 lit_utf8_size_t string1_size, /**< first string size in bytes */ in lit_is_utf8_string_pair_magic() 257 lit_utf8_size_t first = lit_get_magic_string_size_block_start (total_string_size); in lit_is_utf8_string_pair_magic() local 260 while (first < last) in lit_is_utf8_string_pair_magic() 262 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_pair_magic() 282 first in lit_is_utf8_string_pair_magic() 307 lit_magic_string_ex_id_t first = 0; lit_is_ex_utf8_string_magic() local 367 lit_magic_string_ex_id_t first = 0; lit_is_ex_utf8_string_pair_magic() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_split_tmp.h | 29 unsigned first, incr; in FUNC() local 44 first = vsplit->draw->pt.vertices_per_patch; in FUNC() 47 draw_pt_split_prim(prim, &first, &incr); in FUNC() 49 count = draw_pt_trim_count(count, first, incr); in FUNC() 50 if (count < first) in FUNC() 58 assert(max_count_simple >= first + incr && in FUNC() 59 max_count_loop >= first + incr && in FUNC() 60 max_count_fan >= first + incr); in FUNC() 67 const unsigned rollback = first - incr; in FUNC() 77 * remaining = count - seg_start = first in FUNC() [all...] |
| /third_party/python/Lib/encodings/ |
| H A D | utf_8_sig.py | 5 first three bytes. 7 * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these 29 self.first = 1 32 if self.first: 33 self.first = 0 41 self.first = 1 44 return self.first 47 self.first = state 52 self.first = 1 55 if self.first [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-ir-priv.h | 362 {return abigail::hashing::combine_hashes(p.first, p.second);} in operator ()() 429 // On the stack, we will thus first have the pair (T_L, T_R) 489 // potential canonical type twice: The first time with canonical 538 /// @param first the first sub-type that has been compared. Its 544 /// @param r the result of comparing @p first and @p second. This 546 /// @p first and @p second. 549 cache_type_comparison_result(T& first, T& second, bool r) in cache_type_comparison_result() 554 (!is_recursive_type(&first) in cache_type_comparison_result() 556 && !is_type(&first) in cache_type_comparison_result() [all...] |
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| H A D | csum_partial_copy.c | 128 unsigned long first; in csum_partial_cfu_dest_aligned() local 133 if (__get_word(ldq_u, first,src)) in csum_partial_cfu_dest_aligned() 141 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 144 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 146 word |= first; in csum_partial_cfu_dest_aligned() 147 first = second; in csum_partial_cfu_dest_aligned() 161 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 162 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 163 word |= first; in csum_partial_cfu_dest_aligned() 242 unsigned long first; in csum_partial_cfu_unaligned() local [all...] |
| /kernel/linux/linux-6.6/arch/alpha/lib/ |
| H A D | csum_partial_copy.c | 129 unsigned long first; in csum_partial_cfu_dest_aligned() local 134 if (__get_word(ldq_u, first,src)) in csum_partial_cfu_dest_aligned() 142 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 147 word |= first; in csum_partial_cfu_dest_aligned() 148 first = second; in csum_partial_cfu_dest_aligned() 162 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 164 word |= first; in csum_partial_cfu_dest_aligned() 243 unsigned long first; in csum_partial_cfu_unaligned() local [all...] |