| /third_party/curl/tests/server/ |
| H A D | getpart.c | 308 getpart(char **outbuf, size_t *outlen, const char *main, const char *sub, FILE *stream) getpart() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | utvideodec.c | 242 uint32_t sub = 0x80 >> (8 - (bits + 1)), add; in decode_plane() local
|
| H A D | mss12.c | 208 int layer = 0, sub; in decode_pixel_in_context() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_guided.c | 50 int sub; member [all...] |
| H A D | vf_subtitles.c | 463 AVSubtitle sub = {0}; in init_subtitles() local
|
| /third_party/alsa-lib/src/seq/ |
| H A D | seq_hw.c | 221 static int snd_seq_hw_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_get_port_subscription() argument 231 static int snd_seq_hw_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_subscribe_port() argument 241 static int snd_seq_hw_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_unsubscribe_port() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | NFRule.java | 1126 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound, int nonNumericalExecutedRuleMask) matchToDelimiter() argument
|
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | pflow.c | 93 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) in subsetFontRuns() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | NFRule.java | 1127 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound, int nonNumericalExecutedRuleMask) matchToDelimiter() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
| H A D | minimal-http-client-multi.c | 359 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local
|
| /third_party/libwebsockets/lib/roles/mqtt/ |
| H A D | mqtt.c | 277 const char *sub = topic; in lws_mqtt_validate_topic() local 459 lws_mqtt_is_topic_matched(const char* sub, const char* pub) lws_mqtt_is_topic_matched() argument 2120 lws_mqtt_client_send_subcribe(struct lws *wsi, lws_mqtt_subscribe_param_t *sub) lws_mqtt_client_send_subcribe() argument [all...] |
| /third_party/libwebsockets/lib/system/metrics/ |
| H A D | metrics.c | 782 lws_metrics_format(lws_metric_pub_t *pub, lws_metric_bucket_t **sub, char *buf, size_t len) in lws_metrics_format() argument
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
| H A D | minimal-secure-streams.c | 524 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local
|
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| H A D | phonenumbermatcher_test.cc | 154 string sub = text.substr(index); in AssertEqualRange() local 319 string sub = text.substr(index); in EnsureTermination() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_variable.c | 61 struct rc_pair_sub_instruction * sub; in rc_variable_change_dst() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_perfcounter.c | 520 unsigned base_gid, sub; in r600_get_perfcounter_info() local
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | pflow.c | 91 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) in subsetFontRuns() argument
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsQuad.cpp | 306 SkDQuad sub = subDivide(t1, t2); in subDivide() local
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffobjs.c | 192 CFF_SubFont sub = font->subfonts[i - 1]; in FT_LOCAL_DEF() local 255 CFF_SubFont sub = font->subfonts[i - 1]; in FT_LOCAL_DEF() local 331 CFF_SubFont sub = font->subfonts[i - 1]; in FT_LOCAL_DEF() local 787 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 38 sub = 0, enumerator [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_context.py | 349 def sub(num): function
|
| /third_party/python/Objects/ |
| H A D | bytes_methods.c | 513 const char *sub; in Py_LOCAL_INLINE() local 659 const char *sub; _Py_bytes_count() local 728 const char *sub; tailmatch() local [all...] |
| /third_party/protobuf/php/tests/ |
| H A D | GeneratedClassTest.php | 705 $sub = new Sub(); variable 735 $sub = new NoNamespaceMessage\NestedMessage(); variable
|
| /third_party/python/Lib/distutils/ |
| H A D | msvc9compiler.py | 162 def sub(self, s): function
|
| /third_party/skia/gm/ |
| H A D | image.cpp | 456 auto sub = img->makeSubset({100, 100, 200, 200}); in DEF_SIMPLE_GM_CAN_FAIL() local
|