| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-string-to-double.cpp | 86 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() argument 104 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() argument 160 static inline bool AdvanceToNonspace(Iterator* current, Iterato argument 243 Iterator current = start; IsHexFloatString() local 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_utils.c | 280 HuffmanTablesSegment *current, *next; in VP8LHuffmanTablesDeallocate() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsOp.cpp | 119 SkOpSegment* current = span->segment(); in bridgeOp() local 327 SkOpContour* current = contourList; OpDebug() local [all...] |
| /third_party/skia/tests/ |
| H A D | GrTextBlobTest.cpp | 293 std::unique_ptr<Node, GrSubRunAllocator::Destroyer> current = nullptr; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-array.hh | 118 uint32_t current = 0; in hash() local 419 uint32_t current = 0; in hash() local 427 uint32_t current = 0; in hash() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | normlzr.cpp | 256 UChar32 Normalizer::current() { in current() function in Normalizer
|
| H A D | rbbi_cache.cpp | 134 int32_t current; in populateDictionary() local 227 int32_t RuleBasedBreakIterator::BreakCache::current() { in current() function in RuleBasedBreakIterator::BreakCache [all...] |
| H A D | uchriter.cpp | 144 UCharCharacterIterator::current() const { in current() function in UCharCharacterIterator
|
| H A D | ustr_titlecase_brkiter.cpp | 110 int32_t WholeStringBreakIterator::current() const { return 0; } in current() function in WholeStringBreakIterator
|
| /third_party/vixl/src/ |
| H A D | pool-manager-impl.h | 83 PoolObject<T>& current = *iter; in Emit() local 269 const PoolObject<T>& current = objects_[i]; MustEmit() local 323 PoolObject<T>& current = objects_[i]; RecalculateCheckpoint() local 398 PoolObject<T>& current = *iter; Insert() local 413 PoolObject<T>& current = *iter; RemoveAndDelete() local [all...] |
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | tokenizer.h | 397 inline const Tokenizer::Token& Tokenizer::current() { return current_; } current() function in google::protobuf::io::Tokenizer [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | CodedInputStream.php | 43 private $current; variable 62 $this->current = $start; variable 81 public function current() function [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | default_value_objectwriter.h | 269 Node* current() { return current_; } in current() function in google::protobuf::util::converter::DefaultValueObjectWriter
|
| H A D | protostream_objectsource_test.cc | 581 Cyclic* current = cyclic.mutable_m_cyclic(); in TEST_P() local
|
| /third_party/skia/modules/skunicode/src/ |
| H A D | SkUnicode_client.cpp | 242 const char* current = utf8; variable
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_find.c | 375 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule_in_ast() argument
|
| /third_party/skia/bench/ |
| H A D | PDFBench.cpp | 268 SkColor current = bitmap.getColor(0, y); variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | op_classes.c | 440 static int wpas_sta_secondary_channel_offset(struct wpa_bss *bss, u8 *current, in wpas_sta_secondary_channel_offset() argument 462 u8 op, current, chan; in wpas_supp_op_class_ie() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | crystalhd.c | 249 OpaqueList *current = node->next; in opaque_list_pop() local
|
| H A D | svq1dec.c | 317 static void svq1_skip_block(uint8_t *current, uint8_t *previous, in svq1_skip_block() argument 334 svq1_motion_inter_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_motion_inter_block() argument 377 svq1_motion_inter_4v_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_motion_inter_4v_block() argument 454 svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_decode_delta_block() argument 626 uint8_t *current; svq1_decode_frame() local [all...] |
| H A D | notchlc.c | 89 unsigned char current; in lz4_decompress() local 117 uint8_t current; in lz4_decompress() local
|
| /third_party/elfio/elfio/ |
| H A D | elfio_symbols.hpp | 509 Elf_Xword current = 0; in generic_arrange_local_symbols() local
|
| /third_party/gn/src/base/files/ |
| H A D | file_path.cc | 224 FilePath current = *this; in GetComponents() local [all...] |
| /third_party/glfw/src/ |
| H A D | monitor.c | 228 const GLFWvidmode* current; in _glfwChooseVideoMode() local [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseables.cpp | 180 void HandleRepeatArg(const char*& arg, const char*& prev, const char* current) in HandleRepeatArg() argument
|