/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 196 wpa_printf(MSG_INFO, "PPS for certificate credential - fqdn=%s", fqdn); 203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS"); 223 wpa_printf(MSG_INFO, "Client certificate from EST does not match fingerprint from PPS MO"); 224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO"); 228 wpa_printf(MSG_INFO, "Client certificate from EST matches PPS MO"); 368 xml_node_t *pps, *node; local 371 pps = node_from_file(ctx->xml, pps_fname); 372 if (pps == NULL) { 377 node = get_child_node(ctx->xml, pps, 380 wpa_printf(MSG_INFO, "No SubscriptionUpdate/TrustRoot/CertURL found from PPS"); 395 xml_node_t *pps, *node; local 422 xml_node_t *pps, *node, *aaa; local 1770 xml_node_t *pps; local 1803 xml_node_t *pps, *node; local 2397 xml_node_t *pps, *node; local 2555 xml_node_t *pps; local [all...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
PpsMoParserTest.java | 21 import android.net.wifi.hotspot2.pps.Credential; 22 import android.net.wifi.hotspot2.pps.HomeSp; 38 * CTS tests for PPS MO (PerProviderSubscription Management Object) XML string parsing API. 121 * Parse and verify all supported fields under PPS MO tree.
|
/external/v4l2_codec2/vda/ |
h264_decoder.h | 48 // |pps| for it, |dpb| has to contain all the pictures in DPB for current 57 const H264PPS* pps, 64 // Submit one slice for the current frame, passing the current |pps| and 73 virtual bool SubmitSlice(const H264PPS* pps, 261 // Currently active SPS and PPS.
|
video_decode_accelerator.h | 147 // The H264 SPS and PPS configuration data. Not all clients populate these 149 // Each SPS and PPS is prefixed with the Annex B framing bytes: 0, 0, 0, 1. 151 std::vector<uint8_t> pps; member in struct:media::VideoDecodeAccelerator::Config
|
h264_decoder.cc | 719 const H264PPS* pps = parser_.GetPPS(curr_pps_id_); local 720 if (!pps) 723 curr_sps_id_ = pps->seq_parameter_set_id; 746 if (!accelerator_->SubmitFrameMetadata(sps, pps, dpb_, ref_pic_list_p0_, 1293 const H264PPS* pps = parser_.GetPPS(curr_pps_id_); local [all...] |
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/ |
ConfigParserTest.java | 23 import android.net.wifi.hotspot2.pps.Credential; 24 import android.net.wifi.hotspot2.pps.HomeSp;
|
PasspointConfigurationTest.java | 23 import android.net.wifi.hotspot2.pps.Credential; 24 import android.net.wifi.hotspot2.pps.HomeSp; 25 import android.net.wifi.hotspot2.pps.Policy; 26 import android.net.wifi.hotspot2.pps.UpdateParameter; 49 * Utility function for creating a {@link android.net.wifi.hotspot2.pps.HomeSP}. 51 * @return {@link android.net.wifi.hotspot2.pps.HomeSP} 62 * Utility function for creating a {@link android.net.wifi.hotspot2.pps.Credential}. 64 * @return {@link android.net.wifi.hotspot2.pps.Credential}
|
/external/strace/ |
ptp.c | 132 tprintf("{max_adj=%d, n_alarm=%d, n_ext_ts=%d, n_per_out=%d, pps=%d}", 134 caps.n_per_out, caps.pps);
|
rtnl_tc.c | 64 PRINT_FIELD_U(", ", st, pps); 130 PRINT_FIELD_U(", ", est, pps); 179 PRINT_FIELD_U(", ", est, pps);
|
/external/wpa_supplicant_8/src/ap/ |
wmm.c | 156 unsigned int pps, duration; local 182 /* pps = Ceiling((Mean Data Rate / 8) / Nominal MSDU Size) */ 183 pps = ((le_to_host32(tspec->mean_data_rate) / 8) + val - 1) / val; 185 pps); 205 medium_time = (u64) surplus * pps * duration / 0x2000;
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
PasspointConfigStoreDataTest.java | 23 import android.net.wifi.hotspot2.pps.Credential; 24 import android.net.wifi.hotspot2.pps.HomeSp; 25 import android.net.wifi.hotspot2.pps.Policy; 26 import android.net.wifi.hotspot2.pps.UpdateParameter;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_vp3_video_vp.c | 336 h->mb_adaptive_frame_field_flag = d->pps->sps->mb_adaptive_frame_field_flag; 337 h->direct_8x8_inference_flag = d->pps->sps->direct_8x8_inference_flag; 338 h->weighted_pred_flag = d->pps->weighted_pred_flag; 339 h->constrained_intra_pred_flag = d->pps->constrained_intra_pred_flag; 345 h->log2_max_frame_num_minus4 = d->pps->sps->log2_max_frame_num_minus4; 348 h->pic_order_cnt_type = d->pps->sps->pic_order_cnt_type; 349 h->pic_init_qp_minus26 = d->pps->pic_init_qp_minus26; 350 h->chroma_qp_index_offset = d->pps->chroma_qp_index_offset; 351 h->second_chroma_qp_index_offset = d->pps->second_chroma_qp_index_offset; 352 h->weighted_bipred_idc = d->pps->weighted_bipred_idc [all...] |
/external/iproute2/tc/ |
tc_util.c | 742 prefix, sprint_rate(re.bps, b1), re.pps); 749 prefix, sprint_rate(re.bps, b1), re.pps); 787 if (st.bps || st.pps || st.qlen || st.backlog) { 789 if (st.bps || st.pps) { 793 if (st.pps) 794 fprintf(fp, "%upps ", st.pps);
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/ |
PasspointConfiguration.java | 19 import android.net.wifi.hotspot2.pps.Credential; 20 import android.net.wifi.hotspot2.pps.HomeSp; 21 import android.net.wifi.hotspot2.pps.Policy; 22 import android.net.wifi.hotspot2.pps.UpdateParameter; 38 * PerProviderSubscription (PPS) Management Object (MO) tree. 40 * For more info, refer to Hotspot 2.0 PPS MO defined in section 9.1 of the Hotspot 2.0
|
/external/android-clat/ |
clatd_microbenchmark.c | 157 int pps = (int) (i / seconds); local 159 printf("%s: %d packets in %.2fs (%d pps, %.2f Mbps), ", name, i, seconds, pps, mbps);
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_m4v_config_parser.cpp | 791 uint8* pps = NULL; local 840 pps = sps + sps_length + 3; 852 pps = sps + sps_length; 853 pps_length = (uint16)(pps[1] << 8) | pps[0]; 854 pps += 2; 882 // now do PPS 885 Parser_EBSPtoRBSP(pps, &size); 886 psBits.data = pps; [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.c | 138 sql = sqlite3_mprintf("UPDATE sessions SET pps=%Q WHERE id=%Q AND " 146 debug_print(ctx, 1, "Failed to add session pps: %s", 1218 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp; local 1221 pps = xml_node_create_root(ctx->xml, NULL, NULL, NULL, 1223 if (pps == NULL) 1226 add_text_node(ctx, pps, "UpdateIdentifier", "1"); 1228 c = xml_node_create(ctx->xml, pps, NULL, "Credential1"); 1328 xml_node_t *pps, *tnds; local 1893 char *user, *realm, *pw, *pw_mm, *pps, *str; local [all...] |
/prebuilts/go/darwin-x86/test/ |
escape_struct_param1.go | 40 pps := &ps // ERROR "tSPPi &ps does not escape$" 41 pu := &U{ps, pps} // ERROR "tSPPi &U literal does not escape$" 48 pps := &ps // ERROR "tiSPP &ps does not escape$" 49 pu := &U{ps, pps} // ERROR "tiSPP &U literal does not escape$" 57 pps := &ps // ERROR "&ps escapes to heap$" 58 pu := &U{ps, pps} // ERROR "tSP &U literal does not escape$"
|
escape_struct_param2.go | 40 pps := &ps // ERROR "tSPPi &ps does not escape$" 41 pu := &U{ps, pps} // ERROR "tSPPi &U literal does not escape$" 48 pps := &ps // ERROR "tiSPP &ps does not escape$" 49 pu := &U{ps, pps} // ERROR "tiSPP &U literal does not escape$" 57 pps := &ps // ERROR "&ps escapes to heap$" 58 pu := &U{ps, pps} // ERROR "tSP &U literal does not escape$"
|
/prebuilts/go/linux-x86/test/ |
escape_struct_param1.go | 40 pps := &ps // ERROR "tSPPi &ps does not escape$" 41 pu := &U{ps, pps} // ERROR "tSPPi &U literal does not escape$" 48 pps := &ps // ERROR "tiSPP &ps does not escape$" 49 pu := &U{ps, pps} // ERROR "tiSPP &U literal does not escape$" 57 pps := &ps // ERROR "&ps escapes to heap$" 58 pu := &U{ps, pps} // ERROR "tSP &U literal does not escape$"
|
escape_struct_param2.go | 40 pps := &ps // ERROR "tSPPi &ps does not escape$" 41 pu := &U{ps, pps} // ERROR "tSPPi &U literal does not escape$" 48 pps := &ps // ERROR "tiSPP &ps does not escape$" 49 pu := &U{ps, pps} // ERROR "tiSPP &U literal does not escape$" 57 pps := &ps // ERROR "&ps escapes to heap$" 58 pu := &U{ps, pps} // ERROR "tSP &U literal does not escape$"
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv84_video_vp.c | 93 memcpy(¶m1.scaling_lists_4x4, desc->pps->ScalingList4x4, 95 memcpy(¶m1.scaling_lists_8x8, desc->pps->ScalingList8x8, 103 param1.mb_adaptive_frame_field_flag = desc->pps->sps->mb_adaptive_frame_field_flag; 119 param2.mb_adaptive_frame_field_flag = desc->pps->sps->mb_adaptive_frame_field_flag;
|
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/ |
HomeSpTest.java | 17 package android.net.wifi.hotspot2.pps; 33 * Unit tests for {@link android.net.wifi.hotspot2.pps.HomeSp}.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
PasspointProvider.java | 23 import android.net.wifi.hotspot2.pps.Credential; 24 import android.net.wifi.hotspot2.pps.Credential.SimCredential; 25 import android.net.wifi.hotspot2.pps.Credential.UserCredential; 26 import android.net.wifi.hotspot2.pps.HomeSp; 597 * {@link android.net.wifi.hotspot2.pps.Credential.UserCredential} from the given 601 * @return {@link android.net.wifi.hotspot2.pps.Credential.UserCredential} 642 * {@link android.net.wifi.hotspot2.pps.Credential.SimCredential} from the given 647 * @return {@link android.net.wifi.hotspot2.pps.Credential.SimCredential}
|
/external/mesa3d/src/gallium/include/pipe/ |
p_video_state.h | 325 struct pipe_h264_pps *pps; member in struct:pipe_h264_picture_desc 496 struct pipe_h265_pps *pps; member in struct:pipe_h265_picture_desc
|