/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 87 ctx->pst[0].callback = callback; in lejp_construct() 88 ctx->pst[0].paths = paths; in lejp_construct() 89 ctx->pst[0].count_paths = count_paths; in lejp_construct() 90 ctx->pst[0].user = NULL; in lejp_construct() 91 ctx->pst[0].ppos = 0; in lejp_construct() 93 ctx->pst[0].callback(ctx, LEJPCB_CONSTRUCTED); in lejp_construct() 110 if (ctx && ctx->pst[0].callback) in lejp_destruct() 111 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_destruct() 140 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_change_callback() 141 ctx->pst[0].callback = callback; in lejp_change_callback() [all …]
|
D | lecp.c | 63 ctx->pst[0].cb = cb; in lecp_construct() 64 ctx->pst[0].paths = paths; in lecp_construct() 65 ctx->pst[0].count_paths = count_paths; in lecp_construct() 70 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_construct() 77 if (ctx->pst[0].cb) in lecp_destruct() 78 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_destruct() 84 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_change_callback() 85 ctx->pst[0].cb = cb; in lecp_change_callback() 86 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_change_callback() 131 n < ctx->pst[ctx->pst_sp].count_paths; n++) { in lecp_check_path_match() [all …]
|
D | lws-struct-lejp.c | 169 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb() 174 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb() 183 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb() 198 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb() 236 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb() 257 (((char *)ctx->pst[ctx->pst_sp - 1].user) + pmap->ofs); in lws_struct_default_lejp_cb() 263 ctx->pst[ctx->pst_sp].user = lwsac_use_zero(&args->ac, in lws_struct_default_lejp_cb() 265 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb() 276 ((char *)ctx->pst[ctx->pst_sp].user + in lws_struct_default_lejp_cb() 282 *((void **)owner) = ctx->pst[ctx->pst_sp].user; in lws_struct_default_lejp_cb() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | CalendarHandler.java | 74 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 78 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects() 176 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 180 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | CalendarHandler.java | 73 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 77 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects() 175 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 179 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
|
/third_party/libwebsockets/lib/cose/ |
D | cose_validate.c | 458 cps->sub, ctx->pst[ctx->pst_sp].ppos, cps->sp); in cb_cose_sig() 529 if (ctx->pst[ctx->pst_sp].ppos == 4 || in cb_cose_sig() 530 ctx->pst[ctx->pst_sp].ppos == 6) { in cb_cose_sig() 545 if (ctx->pst[ctx->pst_sp].ppos != 2) in cb_cose_sig() 582 if (ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_sig() 644 if (ctx->pst[ctx->pst_sp].ppos >= 4) { in cb_cose_sig()
|
D | cose_key.c | 317 ctx->pst[ctx->pst_sp].ppos); in cb_cose_key() 326 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 341 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 357 __func__, ctx->sp, ctx->pst[ctx->sp].ppos); in cb_cose_key() 417 (ctx->pst[ctx->sp].ppos != 3 || in cb_cose_key() 424 (ctx->pst[ctx->sp].ppos != 5 || in cb_cose_key()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 397 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local 398 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries() 427 TimeZone.setDefault(pst); in TestBoundaries() 438 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
|
D | TimeZoneRegressionTest.java | 814 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local 815 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604() 816 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604() 817 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604() 826 cal.setTimeZone(pst); in Test4173604()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.cpp | 280 TimeZone* pst = TimeZone::createTimeZone("PST"); in TestBoundaries() local 281 Calendar* tempcal = Calendar::createInstance(pst, status); in TestBoundaries() 301 TimeZone::setDefault(*pst); in TestBoundaries() 315 …verifyDST(tempcal->getTime(status),pst, true, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR… in TestBoundaries()
|
D | tzregts.cpp | 1104 LocalPointer<TimeZone> pst(new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API() local 1126 if(pst->hasSameRules(*cst)) { in TestJDK12API() 1131 int32_t offset1 = pst->getOffset(1, in TestJDK12API() 1144 pst->getOffset(1, in TestJDK12API()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 394 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local 395 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries() 424 TimeZone.setDefault(pst); in TestBoundaries() 435 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
|
D | TimeZoneRegressionTest.java | 811 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local 812 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604() 813 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604() 814 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604() 823 cal.setTimeZone(pst); in Test4173604()
|
/third_party/libwebsockets/test-apps/ |
D | test-lejp.c | 83 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
|
D | test-lecp.c | 67 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lejp.h | 228 struct _lejp_parsing_stack pst[LEJP_MAX_PARSING_STACK_DEPTH]; member
|
D | lws-lecp.h | 256 struct _lecp_parsing_stack pst[LECP_MAX_PARSING_STACK_DEPTH]; member
|
/third_party/ffmpeg/libavformat/ |
D | avformat.c | 40 void ff_free_stream(AVStream **pst) in ff_free_stream() argument 42 AVStream *st = *pst; in ff_free_stream() 73 av_freep(pst); in ff_free_stream()
|
D | mpegts.c | 1924 AVStream *pst = pes->stream->streams[p->stream_index[i]]; in mpegts_push_data() local 1925 if (pst->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) in mpegts_push_data() 1926 st = pst; in mpegts_push_data()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jose.c | 182 args->jwk_jctx.pst[args->jwk_jctx.pst_sp]. in lws_jws_jose_cb()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 8675 pst
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 18806 "pst",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 19267 "pst",
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-canarywharf.hdr | 724 …��������~vpoonllkifffedc`\[[ZZYY[]^df_XXV���muVse�e_�y������̿������ĺ�������pst�z�mqtawnuz��ۦ�߱nn…
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 14287 �?$FN<��L��2��r~�ƨ{}���w�Q*����pst�s�^�ut����1z��$`%X��z"��}J)�lK�(�&�if���f��^�?���,�D…
|