| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | JsonFormatter.cs | 77 /// The JSON representation of the first 160 characters of Unicode. 219 bool first = !assumeFirstFieldWritten; in WriteMessageFields() 230 if (!first) in WriteMessageFields() 239 first = false; in WriteMessageFields() 241 return !first; in WriteMessageFields() 459 // If it's the message form, we can extract the value first, which *will* be the (possibly boxed) native value, in WriteWellKnownTypeValue() 593 bool first = true; in WriteStruct() 603 if (!first) in WriteStruct() 610 first = false; in WriteStruct() 612 writer.Write(first in WriteStruct() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 34 const Operation& first, const Operation& second) const { in operator ()() 38 if (first.opcode != second.opcode) { in operator ()() 42 if (first.operands.size() != second.operands.size()) { in operator ()() 46 for (uint32_t i = 0; i < first.operands.size(); i++) { in operator ()() 47 if (!DataDescriptorEquals()(first.operands[i], second.operands[i])) { in operator ()() 311 auto equivalence_class = synonymous_.GetEquivalenceClass(*fact.first); in ComputeConversionDataSynonymFacts() 357 // Get the type of the object referred to by the first data descriptor in the in ComputeCompositeDataSynonymFacts() 461 return DataDescriptorHash()(&pair.first) ^ in ComputeClosureOfFacts() 467 bool operator()(const DataDescriptorPair& first, in ComputeClosureOfFacts() 469 return (DataDescriptorEquals()(&first in ComputeClosureOfFacts() 33 operator ()( const Operation& first, const Operation& second) const operator ()() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 34 const Operation& first, const Operation& second) const { in operator ()() 38 if (first.opcode != second.opcode) { in operator ()() 42 if (first.operands.size() != second.operands.size()) { in operator ()() 46 for (uint32_t i = 0; i < first.operands.size(); i++) { in operator ()() 47 if (!DataDescriptorEquals()(first.operands[i], second.operands[i])) { in operator ()() 311 auto equivalence_class = synonymous_.GetEquivalenceClass(*fact.first); in ComputeConversionDataSynonymFacts() 357 // Get the type of the object referred to by the first data descriptor in the in ComputeCompositeDataSynonymFacts() 461 return DataDescriptorHash()(&pair.first) ^ in ComputeClosureOfFacts() 467 bool operator()(const DataDescriptorPair& first, in ComputeClosureOfFacts() 469 return (DataDescriptorEquals()(&first in ComputeClosureOfFacts() 33 operator ()( const Operation& first, const Operation& second) const operator ()() argument [all...] |
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 34 const Operation& first, const Operation& second) const { in operator ()() 38 if (first.opcode != second.opcode) { in operator ()() 42 if (first.operands.size() != second.operands.size()) { in operator ()() 46 for (uint32_t i = 0; i < first.operands.size(); i++) { in operator ()() 47 if (!DataDescriptorEquals()(first.operands[i], second.operands[i])) { in operator ()() 312 auto equivalence_class = synonymous_.GetEquivalenceClass(*fact.first); in ComputeConversionDataSynonymFacts() 358 // Get the type of the object referred to by the first data descriptor in the in ComputeCompositeDataSynonymFacts() 462 return DataDescriptorHash()(&pair.first) ^ in ComputeClosureOfFacts() 468 bool operator()(const DataDescriptorPair& first, in ComputeClosureOfFacts() 470 return (DataDescriptorEquals()(&first in ComputeClosureOfFacts() 33 operator ()( const Operation& first, const Operation& second) const operator ()() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshalgo.c | 210 /* we now need to determine the initial `parent' stems; first */ in psh_hint_table_init() 934 PSH_Point first, start, end, before, after; in psh_glyph_compute_inflections() local 944 /* compute first segment in contour */ in psh_glyph_compute_inflections() 945 first = glyph->contours[n].start; in psh_glyph_compute_inflections() 947 start = end = first; in psh_glyph_compute_inflections() 951 if ( end == first ) in psh_glyph_compute_inflections() 967 if ( before == first ) in psh_glyph_compute_inflections() 979 first = start; in psh_glyph_compute_inflections() 986 /* first, extend current segment's end whenever possible */ in psh_glyph_compute_inflections() 994 if ( after == first ) in psh_glyph_compute_inflections() 1178 FT_UInt first = 0, next, n; psh_glyph_init() local 1297 PSH_Point first = glyph->contours[n].start; psh_glyph_compute_extrema() local 1565 FT_UInt first = 0; psh_glyph_find_strong_points() local 1928 PSH_Point first, next, point; psh_glyph_interpolate_other_points() local [all...] |
| /third_party/gn/src/base/containers/ |
| H A D | circular_deque.h | 42 // circular_deque(InputIterator first, InputIterator last); 52 // void assign(InputIterator first, InputIterator last); 96 // InputIterator first, InputIterator last); 101 // iterator erase(const_iterator first, const_iterator last); 427 circular_deque(InputIterator first, InputIterator last) { in circular_deque() argument 428 assign(first, last); in circular_deque() 495 assign(InputIterator first, InputIterator last) { in assign() argument 500 for (; first != last; ++first) in assign() 501 emplace_back(*first); in assign() 711 insert(const_iterator pos, InputIterator first, InputIterator last) insert() argument 780 erase(const_iterator first, const_iterator last) erase() argument [all...] |
| /third_party/protobuf/ruby/tests/ |
| H A D | repeated_field_test.rb | 32 assert_nil m.send(field_name).first 33 assert_equal [], m.send(field_name).first(0) 34 assert_equal [], m.send(field_name).first(1) 38 assert_equal -10, m.repeated_int32.first 39 assert_equal -1_000_000, m.repeated_int64.first 40 assert_equal 10, m.repeated_uint32.first 41 assert_equal 1_000_000, m.repeated_uint64.first 42 assert_equal true, m.repeated_bool.first 43 assert_equal -1.01, m.repeated_float.first.round(2) 44 assert_equal -1.0000000000001, m.repeated_double.first [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | find_by_first.h | 21 // Given a vector of pairs sorted by the first element of each pair, find 22 // the corresponding value given a key to be compared to the first element. 35 return SpanLessThan(left.first, right); in FindByFirst() 37 return (it != sorted_by_first.end() && SpanEquals(it->first, key)) in FindByFirst() 51 span<uint8_t> right) { return SpanLessThan(left.first, right); }); in FindByFirst() 52 return (it != sorted_by_first.end() && SpanEquals(it->first, key)) in FindByFirst()
|
| /third_party/musl/src/stdio/ |
| H A D | fgetwc.c | 24 int first = 1; in __fgetwc_unlocked_internal() local 28 if (!first) { in __fgetwc_unlocked_internal() 36 if (!first) { in __fgetwc_unlocked_internal() 42 first = 0; in __fgetwc_unlocked_internal()
|
| /third_party/ltp/testcases/kernel/syscalls/mlock/ |
| H A D | mlock03.c | 39 long first = -1, last = -1; in verify_mlock() local 56 first = (to - from) / KB; in verify_mlock() 72 tst_res(TINFO, "starting stack size is %ld", first); in verify_mlock() 74 if (last < first) in verify_mlock()
|
| /third_party/rust/crates/clap/tests/derive/ |
| H A D | basic.rs | 35 first: i32, in update_basic() 46 first: 42, in update_basic() 58 first: i32, in update_explicit_required() 69 first: 42, in update_explicit_required()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | typeofObjectInference.js | 4 function decorateA<O extends any>(fn: (first: {value: typeof val}) => O) { 9 function decorateB<O extends any>(fn: (first: typeof val) => O) { 14 function decorateC<O extends any>(fn: (first: {value: number}) => O) { 20 function decorateD<O extends any>(fn: (first: First) => O) {
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_policy.c | 199 struct cil_cat *first = NULL, *last = NULL, *cat; in cil_cats_to_policy() local 204 if (first == NULL) { in cil_cats_to_policy() 205 first = cat; in cil_cats_to_policy() 207 if (cat->value == first->value + 1) { in cil_cats_to_policy() 210 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy() 212 first = cat; in cil_cats_to_policy() 217 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy() 219 if (last->value >= first->value + 1) { in cil_cats_to_policy() 225 first = cat; in cil_cats_to_policy() 229 if (first) { in cil_cats_to_policy() 283 cil_cond_expr_to_policy(FILE *out, struct cil_list *expr, int first) cil_cond_expr_to_policy() argument 1082 int first = CIL_TRUE; cil_typeattributes_to_policy() local 1109 unsigned int i, first = 0, last = 0; cil_xperms_to_policy() local 1498 int first = CIL_TRUE; cil_role_types_to_policy() local 1530 int first = CIL_TRUE; cil_roleattributes_to_policy() local [all...] |
| /third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
| H A D | stw_wgl.c | 202 DWORD first, in wglUseFontBitmapsA() 206 return wglUseFontBitmapsW(hdc, first, count, listBase); in wglUseFontBitmapsA() 221 DWORD first, in wglUseFontBitmapsW() 243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW() 257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW() 280 DWORD first, in wglUseFontOutlinesA() 289 (void) first; in wglUseFontOutlinesA() 305 DWORD first, in wglUseFontOutlinesW() 314 (void) first; in wglUseFontOutlinesW() 200 wglUseFontBitmapsA( HDC hdc, DWORD first, DWORD count, DWORD listBase ) wglUseFontBitmapsA() argument 219 wglUseFontBitmapsW( HDC hdc, DWORD first, DWORD count, DWORD listBase ) wglUseFontBitmapsW() argument 278 wglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) wglUseFontOutlinesA() argument 303 wglUseFontOutlinesW( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) wglUseFontOutlinesW() argument
|
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| H A D | unicodetext.h | 131 UnicodeText(const const_iterator& first, const const_iterator& last); 144 UnicodeText& PointTo(const const_iterator& first, 165 UnicodeText& append(ForwardIterator first, const ForwardIterator last) { in append() argument 166 while (first != last) { push_back(*first++); } in append() 171 UnicodeText& append(const const_iterator& first, const const_iterator& last); 226 friend difference_type distance(const CI& first, const CI& last); 270 // Substring searching. Returns the beginning of the first 290 static string UTF8Substring(const const_iterator& first, 388 return r.first in UnicodeTextRangeIsEmpty() [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-use-machine.hh | 374 if (0) fprintf (stderr, "syllable %d..%d %s\n", (*ts).second.first, (*te).second.first, #syllable_type); \ 375 for (unsigned i = (*ts).second.first; i < (*te).second.first; ++i) \ 401 { unsigned index = (*it).first; if (index < n) it += n - index; else if (index > n) it -= index - n; } in operator =() 402 void operator = (const machine_index_t& o) { *this = (*o.it).first; } in operator =() 403 bool operator == (const machine_index_t& o) const { return (*it).first == (*o.it).first; } in operator ==() 437 for (unsigned i = p.first + 1; i < buffer->len; ++i) in find_syllables_use()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | avs.c | 76 int first, last; in avs_decode_frame() local 79 first = AV_RL16(buf); in avs_decode_frame() 80 last = first + AV_RL16(buf + 2); in avs_decode_frame() 81 if (first >= 256 || last > 256 || buf_end - buf < 4 + 4 + 3 * (last - first)) in avs_decode_frame() 84 for (i=first; i<last; i++, buf+=3) { in avs_decode_frame()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
| H A D | StandardPluralRanges.java | 93 StandardPlural first = StandardPlural.fromString(value.getString()); in put() 98 output.addPluralRange(first, second, result); in put() 144 private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange() argument 145 flatTriples[3 * numTriples] = first; in addPluralRange() 156 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() argument 158 if (first == flatTriples[3 * i] && second == flatTriples[3 * i + 1]) { in resolve()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 110 double first, in unumrf_formatDoubleRange() 121 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 123 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 129 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 142 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 108 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 127 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 111 double first, in unumrf_formatDoubleRange() 122 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 124 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 130 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 143 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 109 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 128 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | Precise_test.cpp | 35 DestroyCompiler(shaderOutputType.first); 45 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize() 46 mCompilerList[shaderOutputType.first] = nullptr; in Initialize() 63 InitializeCompiler(shaderOutputType.first); in InitializeCompiler() 98 EXPECT_TRUE(TestShaderCompile(shaderOutputType.first, shaderSource)); in TestShaderCompile() 101 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
|
| /third_party/skia/src/core/ |
| H A D | SkRecordPattern.h | 109 // - first, second, third, ... return the data stored by their respective matchers in the pattern. 129 // Starting from *end, walk through the SkRecord to find the first span matching this pattern. 142 template <typename T> T* first() { return fFirst.get(); } in first() function in SkRecords::Pattern 143 template <typename T> T* second() { return fRest.template first<T>(); } in second() 148 // If first isn't a Greedy, try to match at i once. 150 int matchFirst(T* first, SkRecord* record, int i) { in matchFirst() argument 152 if (record->mutate(i, *first)) { in matchFirst() 159 // If first is a Greedy, walk i until it doesn't match. 161 int matchFirst(Greedy<T>* first, SkRecord* record, int i) { in matchFirst() argument 163 if (!record->mutate(i, *first)) { in matchFirst() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 110 double first, in unumrf_formatDoubleRange() 119 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 121 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 127 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 138 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 108 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 125 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|