/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 2085 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); 2086 parent->addChild(group); 2111 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid() 1529 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local 1548 group = 1; in wpa_driver_ndis_event_auth() 1550 if (pairwise || group) { in wpa_driver_ndis_event_auth() 2787 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1158 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed 1330 * Sends signal to notify that a peer P2P Device is requesting group owner 1407 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument 1414 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client() 1417 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client() 1465 * wpas_dbus_signal_p2p_group_started - Signals P2P group has 1466 * started. Emitted when a group is successfully started 1471 * @persistent: 0 - non persistent group, 1 - persistent group 1472 * @ip: When group rol [all...] |
H A D | dbus_new_handlers_p2p.c | 70 * Convenience function to create and return an invalid persistent group error. 77 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown() 358 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add() 359 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add() 381 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add() 390 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add() 666 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation 737 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite() 738 * persistent group in wpas_dbus_handler_p2p_invite() 760 /* Get the SSID structure from the persistent group i in wpas_dbus_handler_p2p_invite() 1828 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 2101 void addChildVariants (deqp::gles2::TestCaseGroup* group) in addChildVariants() argument 2140 group->addChild(new CaseType(group->getContext(), config)); in addChildVariants()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.c | 650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid() 1541 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local 1560 group = 1; in wpa_driver_ndis_event_auth() 1562 if (pairwise || group) { in wpa_driver_ndis_event_auth() 2799 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1257 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed 1429 * Sends signal to notify that a peer P2P Device is requesting group owner 1506 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument 1513 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client() 1516 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client() 1564 * wpas_dbus_signal_p2p_group_started - Signals P2P group has 1565 * started. Emitted when a group is successfully started 1570 * @persistent: 0 - non persistent group, 1 - persistent group 1571 * @ip: When group rol [all...] |
H A D | dbus_new_handlers_p2p.c | 78 * Convenience function to create and return an invalid persistent group error. 85 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown() 399 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add() 400 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add() 422 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add() 432 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add() 714 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation 781 /* Capture the interface name for the group first */ in wpas_dbus_handler_p2p_invite() 788 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite() 789 * persistent group in wpas_dbus_handler_p2p_invite() 1881 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 1992 gid_t group = getgid();
in Fchown() local 1993 backParam = fchown(fileDescribe, owner, group);
in Fchown() 2011 gid_t group = getgid();
in Fchownat() local 2012 backParam = fchownat(fileDescribe, pathname, owner, group, flag);
in Fchownat()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 343 * successfully processed this group, even though we may decide not to use in add_provider_groups() 363 /* We have a match - so we will use this group */ in add_provider_groups() 567 /* See if group is allowed by security callback */ 568 int tls_group_allowed(SSL *s, uint16_t group, int op) in tls_group_allowed() argument 570 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed() 576 gtmp[0] = group >> 8; in tls_group_allowed() 577 gtmp[1] = group & 0xff; in tls_group_allowed() 593 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0 596 * For nmatch == -2, return the id of the group to use for 751 "group ' in gid_cb() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 2999 void initTests (tcu::TestCaseGroup* group, const SharedGroupParams groupParams) in initTests() argument 3068 tcu::TestContext& testCtx (group->getTestContext()); in initTests() 3172 group->addChild(formatGroup.release()); in initTests() 3178 group->addChild(layerGroup.release()); in initTests()
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 342 * successfully processed this group, even though we may decide not to use in add_provider_groups() 362 /* We have a match - so we will use this group */ in add_provider_groups() 566 /* See if group is allowed by security callback */ 567 int tls_group_allowed(SSL *s, uint16_t group, int op) in tls_group_allowed() argument 569 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed() 575 gtmp[0] = group >> 8; in tls_group_allowed() 576 gtmp[1] = group & 0xff; in tls_group_allowed() 592 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0 595 * For nmatch == -2, return the id of the group to use for 731 "group ' in gid_cb() [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 158 /// This is pushed on to the stack upon first seeing any kind of group, 160 /// upon leaving a group. 162 /// The old active flags when this group was opened. 164 /// If this group sets flags, then the new active flags are set to the 166 /// group. If the group doesn't set any flags, then this is simply 167 /// equivalent to whatever flags were set when the group was opened. 169 /// When this group is popped, the active flags should be restored to 221 /// Assert that the current stack frame is a group indicator and return 223 /// group wa 1595 fn group() { group() functions [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_id_test.cpp | 398 "OpGroupDecorate Decoration group <id> '1[%1]' is not " 399 "a decoration group."))); 426 "OpGroupMemberDecorate Decoration group <id> '1[%1]' " 427 "is not a decoration group.")));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 2978 void initTests (tcu::TestCaseGroup* group, const SharedGroupParams groupParams) in initTests() argument 3044 tcu::TestContext& testCtx (group->getTestContext()); in initTests() 3131 group->addChild(formatGroup.release()); in initTests() 3137 group->addChild(layerGroup.release()); in initTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 2138 u16 group; in wpas_dpp_rx_reconfig_announcement() local 2175 group = WPA_GET_LE16(fcgroup); in wpas_dpp_rx_reconfig_announcement() 2176 wpa_printf(MSG_DEBUG, "DPP: Enrollee finite cyclic group: %u", group); in wpas_dpp_rx_reconfig_announcement() 2181 auth = dpp_reconfig_init(wpa_s->dpp, wpa_s, conf, freq, group, in wpas_dpp_rx_reconfig_announcement()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 141 kt, 0, param_descr='group') 467 hash_alg = m.group(1)
|
/third_party/mesa3d/src/amd/registers/ |
H A D | regdb.py | 795 lambda m: replacements[int(m.group(1))],
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.cpp | 50 PRINT_PIN(group); in operator <<() 308 else if (pinstr == "group")
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 401 root_setting = m.group(1)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 401 root_setting = m.group(1)
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.h | 116 explicit IsolateThread(SourceGroup* group);
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.h | 848 // associated with an object, where the dependency group is a reason that could 867 // described by this map. The group is deoptimized whenever the following 897 static const char* DependencyGroupName(DependencyGroup group);
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | args.rs | 388 // HACK: Validation isn't ready yet for nested arg groups, so just don't populate the group in in gen_augment() 405 .group( in gen_augment()
|