| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | pluralranges.cpp | 42 StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status); variable 130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve() argument 111 addPluralRange( StandardPlural::Form first, StandardPlural::Form second, StandardPlural::Form result) addPluralRange() argument 115 U_ASSERT(fTriplesLen < fTriples.getCapacity()); fTriples[fTriplesLen] = {first, second, result}; fTriplesLen++; } void StandardPluralRanges::setCapacity(int32_t length, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (length > fTriples.getCapacity()) addPluralRange() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| H A D | ParamGenerator.h | 127 auto MakeParamGenerator(std::vector<BackendTestConfig>&& first, in MakeParamGenerator() argument 134 auto MakeParamGenerator(std::vector<BackendTestConfig>&& first, std::vector<Params>&&... params) { in MakeParamGenerator() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/utils/ |
| H A D | Debug.h | 59 bool first = true; in Write() local 73 bool first = true; in Write() local 98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Subresource.h | 67 T first; member
|
| /third_party/skia/third_party/externals/freetype/src/cache/ |
| H A D | ftcmru.c | 31 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local 75 FTC_MruNode first = *plist; in FTC_MruNode_Up() local 124 FTC_MruNode first = *plist; FTC_MruNode_Remove() local 206 FTC_MruNode first, node; FT_LOCAL_DEF() local 330 FTC_MruNode first, node, next; FTC_MruList_RemoveSelection() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-arabic-table.hh | 417 uint16_t first; member
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | transform.h | 110 void PutAll(T0&& first) { in PutAll() argument 115 void PutAll(T0&& first, Tn&&... remainder) { in PutAll() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | norm2allmodes.h | 77 normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | dynamic_message.h | 194 bool first = reflection->GetBool(*a, field_); in operator ()() local 199 int32 first = reflection->GetInt32(*a, field_); in operator ()() local 204 int64 first = reflection->GetInt64(*a, field_); in operator ()() local 209 uint32 first = reflection->GetUInt32(*a, field_); in operator ()() local 214 uint64 first = reflection->GetUInt64(*a, field_); in operator ()() local 219 std::string first = reflection->GetString(*a, field_); operator ()() local [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBJsonWire.php | 64 $first = true; variable 84 $first = false; variable 114 $first = true; variable 117 $first = false; variable
|
| /third_party/python/Doc/includes/ |
| H A D | custom3.c | 7 PyObject *first; /* first name */ member 45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local [all...] |
| H A D | custom2.c | 7 PyObject *first; /* first name */ member 45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | json_stream_parser_test.cc | 109 StringPiece first = json.substr(0, split); in RunTest() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | compressed_tuple.h | 253 explicit constexpr CompressedTuple(First&& first, Vs&&... base) in CompressedTuple() argument
|
| /third_party/skia/fuzz/ |
| H A D | Fuzz.h | 100 inline void Fuzz::next(Arg* first, Args... rest) { in next() argument
|
| /third_party/skia/include/effects/ |
| H A D | SkImageFilters.h | 294 static sk_sp<SkImageFilter> Merge(sk_sp<SkImageFilter> first, sk_sp<SkImageFilter> second, in Merge() argument
|
| /third_party/spirv-tools/source/util/ |
| H A D | string_utils.h | 83 inline std::string MakeString(InputIt first, InputIt last, in MakeString() argument
|
| /third_party/spirv-tools/test/fuzz/ |
| H A D | fuzzer_pass_add_opphi_synonyms_test.cpp | 26 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
| H A D | transformation_add_opphi_synonym_test.cpp | 25 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
| /third_party/spirv-tools/test/ |
| H A D | operand_capabilities_test.cpp | 41 bool first = true; in operator <<() local
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product_test.cpp | 46 bool first = true; in operator <<() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCombinationsIterator.hpp | 61 static deUint32 seriesProduct (deUint32 first, deUint32 last) in seriesProduct() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuEither.hpp | 155 Either<First, Second>::Either (const First& first) in Either() argument 203 Either<First, Second>& Either<First, Second>::operator= (const First& first) in operator =() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglColorClearTests.cpp | 57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const ColorClearGroupSpec* first, const ColorClearGroupSpec* last) in createColorClearGroups() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | system_utils.cpp | 113 std::string ConcatenatePath(std::string first, std::string second) in ConcatenatePath() argument
|