Home
last modified time | relevance | path

Searched defs:spp (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/test/cpp/util/
Dslice_test.cc63 Slice spp(kContent); in TEST_F() local
68 Slice spp(kContent, strlen(kContent)); in TEST_F() local
73 Slice spp(kContent, strlen(kContent), Slice::STATIC_SLICE); in TEST_F() local
80 Slice spp(x, strlen(x), [](void* p) { delete[] static_cast<char*>(p); }); in TEST_F() local
97 Slice spp(t->x, strlen(t->x), in TEST_F() local
115 Slice spp(s, Slice::STEAL_REF); in TEST_F() local
121 Slice spp(s, Slice::ADD_REF); in TEST_F() local
128 Slice spp(s, Slice::STEAL_REF); in TEST_F() local
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeAccessibility.ts6 protected static spp: number = 123; property in MyClass
21 protected static spp: number; property in MyGenericClass
/third_party/mesa3d/src/glx/
Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPushClientAttrib() local
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPopClientAttrib() local
Dindirect_glx.c52 __GLXattribute *sp, **spp; in __glFreeAttributeState() local
/third_party/boost/libs/asio/test/generic/
Dseq_packet_protocol.cpp53 typedef generic::seq_packet_protocol spp; in test() typedef
/third_party/boost/boost/geometry/srs/projections/proj/
Dlsat.hpp178 T lamt, sdsq, s, lamdp, phidp, sppsq, dd, sd, sl, fac, scl, sav, spp; in inv() local
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c329 NV_ENC_SEQUENCE_PARAM_PAYLOAD spp = { 0, }; in gst_nv_h264_enc_set_profile_and_level() local
Dgstnvh265enc.c359 NV_ENC_SEQUENCE_PARAM_PAYLOAD spp = { 0, }; in gst_nv_h265_enc_set_level_tier_and_profile() local
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/
Dgstteletextdec.c1004 GstTeletextFrame * frame, vbi_sliced ** spp, guint lofp, systems system) in gst_teletextdec_line_address()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dosu_client.c2565 int spp; in cmd_sub_rem() local
2724 int spp; in cmd_pol_upd() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dosu_client.c2565 int spp; in cmd_sub_rem() local
2724 int spp; in cmd_pol_upd() local
/third_party/ffmpeg/libavfilter/
Davf_showspectrum.c689 float spp = samples / (float)sz; in draw_legend() local