/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_reader_inl_utils.h | 117 const int pos = br->bits_; in VP8GetBit() local 146 const int pos = br->bits_; in VP8GetSigned() local 169 const int pos = br->bits_; in VP8GetBitAlt() local
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 30 callback(void *cls, uint64_t pos, char *buf, size_t max) callback() argument
|
H A D | minimal_example_comet.c | 29 data_generator (void *cls, uint64_t pos, char *buf, size_t max) in data_generator() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_large.c | 44 unsigned int *pos = cls; in value_checker() local 69 unsigned int pos; in test_simple_large() local
|
/third_party/skia/tests/ |
H A D | ShaderImageFilterTest.cpp | 33 SkScalar pos[] = {0, SK_ScalarHalf, SK_Scalar1}; in test_unscaled() local 81 SkScalar pos[] = {0, SK_ScalarHalf, SK_Scalar1}; in test_scaled() local
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLFunction.cpp | 75 void DSLFunction::define(DSLBlock block, PositionInfo pos) { in define() argument 110 DSLExpression DSLFunction::call(SkTArray<DSLWrapper<DSLExpression>> args, PositionInfo pos) { in call() argument 119 DSLExpression DSLFunction::call(ExpressionArray args, PositionInfo pos) { in call() argument 24 init(DSLModifiers modifiers, const DSLType& returnType, skstd::string_view name, SkTArray<DSLParameter*> params, PositionInfo pos) init() argument [all...] |
H A D | DSLStatement.cpp | 48 DSLStatement::DSLStatement(DSLPossibleExpression expr, PositionInfo pos) in DSLStatement() argument 51 DSLStatement::DSLStatement(DSLPossibleStatement stmt, PositionInfo pos) { in DSLStatement() argument
|
H A D | DSLSymbols.cpp | 36 DSLPossibleExpression Symbol(skstd::string_view name, PositionInfo pos) { in Symbol() argument 48 void AddToSymbolTable(DSLVarBase& var, PositionInfo pos) { in AddToSymbolTable() argument
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strcmp.S | 36 #define pos x11 define
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-fallback-shape.cc | 97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape() local
|
/third_party/pulseaudio/src/modules/ |
H A D | module-position-event-sounds.c | 54 static int parse_pos(const char *pos, double *f) { in parse_pos() argument
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_sanitizer_test.cc | 184 auto* pos = Var("pos", ty.i32(), ast::StorageClass::kNone, array_index); in TEST_F() local 224 auto* pos = in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_sanitizer_test.cc | 202 auto* pos = Var("pos", ty.i32(), ast::StorageClass::kNone, array_index); in TEST_F() local 234 auto* pos = in TEST_F() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument 49 jumpByDelta(const uint8_t *pos) jumpByDelta() argument 70 const uint8_t *pos=pos_; current() local 81 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) branchNext() argument 151 nextImpl(const uint8_t *pos, int32_t inByte) nextImpl() argument [all...] |
H A D | bytestrieiterator.cpp | 106 const uint8_t *pos=pos_; in next() local 185 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) branchNext() argument [all...] |
H A D | ucharstrieiterator.cpp | 105 const UChar *pos=pos_; in next() local 186 branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) branchNext() argument [all...] |
H A D | util_props.cpp | 28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() argument 88 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, in parsePattern() argument 146 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) parseUnicodeIdentifier() argument 188 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) parseNumber() argument [all...] |
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 120 long long pos = 0, y; in hexedit_main() local [all...] |
H A D | modinfo.c | 44 char *buf = 0, *pos, *modinfo_tags[] = { in modinfo_file() local
|
H A D | xxd.c | 43 long long pos = 0; in do_xxd() local 123 long long pos; in do_xxd_reverse() local
|
/third_party/toybox/toys/posix/ |
H A D | wc.c | 76 int pos, done = 0, len2 = read(fd, toybuf+len, sizeof(toybuf)-len); in do_wc() local [all...] |
/third_party/python/Include/cpython/ |
H A D | modsupport.h | 56 int pos; /* number of positional-only arguments */ member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.h | 167 size_t pos = s.find(old); in FindSubstitutions() local
|
H A D | str_split.cc | 41 GenericFind(absl::string_view text, absl::string_view delimiter, size_t pos, FindPolicy find_policy) GenericFind() argument [all...] |
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | TwoPointConicalGradient.java | 14 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument 21 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm) TwoPointConicalGradient() argument 27 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument 34 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm) TwoPointConicalGradient() argument 40 nMakeTwoPointConical(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, int tilemode, long nativeLocalMatrix) nMakeTwoPointConical() argument
|