/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 2 * Wi-Fi Direct - P2P group operations 32 * struct p2p_group - Internal P2P module per-group data 49 struct p2p_group *group, **groups; in p2p_group_init() local 51 group = os_zalloc(sizeof(*group)); in p2p_group_init() 52 if (group == NULL) in p2p_group_init() 58 os_free(group); in p2p_group_init() 61 groups[p2p->num_groups++] = group; in p2p_group_init() 64 group->p2p = p2p; in p2p_group_init() 65 group->cfg = config; in p2p_group_init() 66 group->group_formation = 1; in p2p_group_init() [all …]
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 29 group: PIC 33 group: system_misc 36 group: system_debug 39 group: malloc_functions 42 group: std_mutex 51 group: ubsan 55 group: c_strings 65 group: c_string_formatting 71 group: int_functions 74 group: floating_point [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmSpirvVersion1p4Tests.cpp | 6 * Copyright (c) 2019 The Khronos Group Inc. 71 void addTestsForAmberFiles (tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 74 const std::string data_dir(group.data_dir); in addTestsForAmberFiles() 75 const std::string subdir(group.subdir); in addTestsForAmberFiles() 77 std::vector<Case> cases(group.cases); in addTestsForAmberFiles() 146 CaseGroup group(data_dir, "opcopylogical"); in createSpirvVersion1p4Group() local 147 group.add("different_matrix_layout","different matrix layout"); in createSpirvVersion1p4Group() 148 group.add("different_matrix_strides","different matrix strides"); in createSpirvVersion1p4Group() 149 group.add("nested_arrays_different_inner_stride","nested_arrays_different_inner_stride"); in createSpirvVersion1p4Group() 150 group.add("nested_arrays_different_outer_stride","nested_arrays_different_inner_stride"); in createSpirvVersion1p4Group() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_montgomery.c | 79 int ec_GFp_mont_group_init(EC_GROUP *group) { in ec_GFp_mont_group_init() argument 82 ok = ec_GFp_simple_group_init(group); in ec_GFp_mont_group_init() 83 group->mont = NULL; in ec_GFp_mont_group_init() 87 void ec_GFp_mont_group_finish(EC_GROUP *group) { in ec_GFp_mont_group_finish() argument 88 BN_MONT_CTX_free(group->mont); in ec_GFp_mont_group_finish() 89 group->mont = NULL; in ec_GFp_mont_group_finish() 90 ec_GFp_simple_group_finish(group); in ec_GFp_mont_group_finish() 93 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ec_GFp_mont_group_set_curve() argument 98 BN_MONT_CTX_free(group->mont); in ec_GFp_mont_group_set_curve() 99 group->mont = NULL; in ec_GFp_mont_group_set_curve() [all …]
|
D | simple.c | 91 int ec_GFp_simple_group_init(EC_GROUP *group) { in ec_GFp_simple_group_init() argument 92 BN_init(&group->field); in ec_GFp_simple_group_init() 93 group->a_is_minus3 = 0; in ec_GFp_simple_group_init() 97 void ec_GFp_simple_group_finish(EC_GROUP *group) { in ec_GFp_simple_group_finish() argument 98 BN_free(&group->field); in ec_GFp_simple_group_finish() 101 int ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ec_GFp_simple_group_set_curve() argument 126 // group->field in ec_GFp_simple_group_set_curve() 127 if (!BN_copy(&group->field, p)) { in ec_GFp_simple_group_set_curve() 130 BN_set_negative(&group->field, 0); in ec_GFp_simple_group_set_curve() 132 bn_set_minimal_width(&group->field); in ec_GFp_simple_group_set_curve() [all …]
|
D | ec.c | 304 static void ec_group_set0_generator(EC_GROUP *group, EC_POINT *generator) { in ec_group_set0_generator() argument 305 assert(group->generator == NULL); in ec_group_set0_generator() 306 assert(group == generator->group); in ec_group_set0_generator() 308 // Avoid a reference cycle. |group->generator| does not maintain an owning in ec_group_set0_generator() 309 // pointer to |group|. in ec_group_set0_generator() 310 group->generator = generator; in ec_group_set0_generator() 311 int is_zero = CRYPTO_refcount_dec_and_test_zero(&group->references); in ec_group_set0_generator() 341 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator() argument 343 if (group->curve_name != NID_undef || group->generator != NULL || in EC_GROUP_set_generator() 344 generator->group != group) { in EC_GROUP_set_generator() [all …]
|
/external/clang/include/clang/Driver/ |
D | Options.td | 56 // Meta-group for options which are only used for compilation, 58 def CompileOnly_Group : OptionGroup<"<CompileOnly group>">; 60 def Action_Group : OptionGroup<"<action group>">; 62 def I_Group : OptionGroup<"<I group>">, Group<CompileOnly_Group>; 63 def M_Group : OptionGroup<"<M group>">, Group<CompileOnly_Group>; 64 def T_Group : OptionGroup<"<T group>">; 65 def O_Group : OptionGroup<"<O group>">, Group<CompileOnly_Group>; 66 def R_Group : OptionGroup<"<R group>">, Group<CompileOnly_Group>; 67 def R_value_Group : OptionGroup<"<R (with value) group>">, Group<R_Group>; 68 def W_Group : OptionGroup<"<W group>">, Group<CompileOnly_Group>; [all …]
|
/external/mesa3d/src/mesa/sparc/ |
D | xform.S | 77 1: ld [%g1 + 0x00], %f0 ! LSU Group 79 ld [%g1 + 0x00], %f8 ! LSU Group 82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0 83 fmuls %f0, M1, %f2 ! FGM Group 84 fmuls %f0, M2, %f3 ! FGM Group 85 fmuls %f0, M3, %f4 ! FGM Group 86 fmuls %f8, M0, %f9 ! FGM Group f1 available 89 fmuls %f8, M1, %f10 ! FGM Group f2 available 92 fmuls %f8, M2, %f11 ! FGM Group f3 available 95 fmuls %f8, M3, %f12 ! FGM Group f4 available [all …]
|
D | sparc_clip.S | 98 1: ld [%i0 + 0x0c], %f3 ! LSU Group 99 ld [%i0 + 0x0c], %g5 ! LSU Group 100 ld [%i0 + 0x08], %g4 ! LSU Group 102 addcc %g5, %g5, %g5 ! IEU1 Group 103 addx %g0, 0x0, %g3 ! IEU1 Group 104 addcc %g4, %g4, %g4 ! IEU1 Group 105 addx %g3, %g3, %g3 ! IEU1 Group 106 subcc %g5, %g4, %g0 ! IEU1 Group 107 ld [%i0 + 0x04], %g4 ! LSU Group 108 addx %g3, %g3, %g3 ! IEU1 Group [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | monitoring_v3.projects.groups.html | 84 <p class="firstline">Creates a new group.</p> 87 <p class="firstline">Deletes an existing group.</p> 90 <p class="firstline">Gets a single group.</p> 99 <p class="firstline">Updates an existing group. You can change any group attributes except name.</p> 103 <pre>Creates a new group. 106 …name: string, The project in which to create the group. The format is "projects/{project_id_or_num… 110 …group has a filter that is matched against monitored resources and their associated metadata. If a… 111 …filter": "A String", # The filter used to determine which monitored resources belong to this group. 112 …"parentName": "A String", # The name of the group's parent, if it has one. The format is "projects… 113 … "displayName": "A String", # A user-assigned name for this group, used only for display purposes. [all …]
|
D | admin_directory_v1.groups.html | 84 <p class="firstline">Delete Group</p> 87 <p class="firstline">Retrieve Group</p> 90 <p class="firstline">Create Group</p> 99 <p class="firstline">Update Group. This method supports patch semantics.</p> 102 <p class="firstline">Update Group</p> 106 <pre>Delete Group 109 groupKey: string, Email or immutable ID of the group (required) 115 <pre>Retrieve Group 118 groupKey: string, Email or immutable ID of the group (required) 123 { # JSON template for Group resource in Directory API. [all …]
|
D | people_v1.contactGroups.html | 87 <p class="firstline">Create a new contact group owned by the authenticated user.</p> 90 <p class="firstline">Delete an existing contact group owned by the authenticated user by</p> 93 <p class="firstline">Get a specific contact group owned by the authenticated user by specifying</p> 102 <p class="firstline">Update the name of an existing contact group owned by the authenticated</p> 107 a list of contact group resource names. 111 maxMembers: integer, Specifies the maximum number of members to return for each group. 121 "responses": [ # The list of responses for each requested contact group resource. 122 { # The response for a specific contact group. 142 "contactGroup": { # A contact group. # The contact group. 145 # Group names set by the owner are the same as name. [all …]
|
/external/replicaisland/res/xml/ |
D | linear_level_tree.xml | 5 …<group><level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_… 10 </level></group> 12 …<group><level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_… 16 </level></group> 18 …<group><level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/… 23 </level></group> 25 …<group><level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/… 26 …<group><level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/… 30 </level></group> 32 …<!-- <group><level resource="@raw/level_1_4_island" title = "@string/level_1_4_island" time = "@s… [all …]
|
D | level_tree.xml | 5 <group> 11 </group> 13 <group> 21 </group> 23 <group> 29 </group> 31 <group> 37 </group> 40 <group> 42 </group> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | reqd-work-group-size.ll | 7 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4 8 %gep.group.size.x.bc = bitcast i8 addrspace(4)* %gep.group.size.x to i16 addrspace(4)* 9 %group.size.x = load i16, i16 addrspace(4)* %gep.group.size.x.bc, align 4 10 store i16 %group.size.x, i16 addrspace(1)* %out 18 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4 19 %gep.group.size.x.bc = bitcast i8 addrspace(4)* %gep.group.size.x to i16 addrspace(4)* 20 %group.size.x = load volatile i16, i16 addrspace(4)* %gep.group.size.x.bc, align 4 21 store i16 %group.size.x, i16 addrspace(1)* %out 29 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4 30 %gep.group.size.x.bc = bitcast i8 addrspace(4)* %gep.group.size.x to i16 addrspace(4)* [all …]
|
/external/u-boot/drivers/pinctrl/meson/ |
D | pinctrl-meson-g12a.c | 424 GROUP(emmc_nand_d0, 1), 425 GROUP(emmc_nand_d1, 1), 426 GROUP(emmc_nand_d2, 1), 427 GROUP(emmc_nand_d3, 1), 428 GROUP(emmc_nand_d4, 1), 429 GROUP(emmc_nand_d5, 1), 430 GROUP(emmc_nand_d6, 1), 431 GROUP(emmc_nand_d7, 1), 432 GROUP(emmc_clk, 1), 433 GROUP(emmc_cmd, 1), [all …]
|
D | pinctrl-meson-axg.c | 346 GROUP(emmc_nand_d0, 1), 347 GROUP(emmc_nand_d1, 1), 348 GROUP(emmc_nand_d2, 1), 349 GROUP(emmc_nand_d3, 1), 350 GROUP(emmc_nand_d4, 1), 351 GROUP(emmc_nand_d5, 1), 352 GROUP(emmc_nand_d6, 1), 353 GROUP(emmc_nand_d7, 1), 354 GROUP(emmc_clk, 1), 355 GROUP(emmc_cmd, 1), [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPreferenceGroupTest.java | 22 private TestPreferenceGroup group; field in ShadowPreferenceGroupTest 33 group = new TestPreferenceGroup(activity, attrs); in setUp() 34 shadow = shadowOf(group); in setUp() 51 assertThat(group.getPreferenceCount()).isEqualTo(0); in shouldAddPreferences() 54 assertThat(group.addPreference(pref1)).isTrue(); in shouldAddPreferences() 55 assertThat(group.getPreferenceCount()).isEqualTo(1); in shouldAddPreferences() 58 assertThat(group.addPreference(pref1)).isTrue(); in shouldAddPreferences() 59 assertThat(group.getPreferenceCount()).isEqualTo(1); in shouldAddPreferences() 62 assertThat(group.addPreference(pref2)).isTrue(); in shouldAddPreferences() 63 assertThat(group.getPreferenceCount()).isEqualTo(2); in shouldAddPreferences() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | flatten_decoration_test.cpp | 91 {"%group = OpDecorationGroup\n", ""}, 96 {"OpName %group \"group\"\n" 97 "%group = OpDecorationGroup\n", 103 {"OpDecorate %group Flat\n" 104 "OpDecorate %group NoPerspective\n" 105 "%group = OpDecorationGroup\n", 112 {"OpName %group \"group\"\n" 113 "OpDecorate %group Flat\n" 114 "OpDecorate %group NoPerspective\n" 115 "%group = OpDecorationGroup\n" [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | flatten_decoration_test.cpp | 91 {"%group = OpDecorationGroup\n", ""}, 96 {"OpName %group \"group\"\n" 97 "%group = OpDecorationGroup\n", 103 {"OpDecorate %group Flat\n" 104 "OpDecorate %group NoPerspective\n" 105 "%group = OpDecorationGroup\n", 112 {"OpName %group \"group\"\n" 113 "OpDecorate %group Flat\n" 114 "OpDecorate %group NoPerspective\n" 115 "%group = OpDecorationGroup\n" [all …]
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | flatten_decoration_test.cpp | 91 {"%group = OpDecorationGroup\n", ""}, 96 {"OpName %group \"group\"\n" 97 "%group = OpDecorationGroup\n", 103 {"OpDecorate %group Flat\n" 104 "OpDecorate %group NoPerspective\n" 105 "%group = OpDecorationGroup\n", 112 {"OpName %group \"group\"\n" 113 "OpDecorate %group Flat\n" 114 "OpDecorate %group NoPerspective\n" 115 "%group = OpDecorationGroup\n" [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | blknum.c | 18 * Return the group # of a block 27 * Return the first block (inclusive) in a group 29 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() argument 32 EXT2_GROUPS_TO_BLOCKS(fs->super, group); in ext2fs_group_first_block2() 36 * Return the last block (inclusive) in a group 38 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() argument 40 return (group == fs->group_desc_count - 1 ? in ext2fs_group_last_block2() 42 ext2fs_group_first_block2(fs, group) + in ext2fs_group_last_block2() 47 * Return the number of blocks in a group 49 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_group_blocks_count() argument [all …]
|
/external/tcpdump/tests/ |
D | hsrp_1.out | 1 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 2 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 3 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 4 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 5 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 6 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 7 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 8 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-unknown (3) 16: state=initial group=2 [|hsrp] 9 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 10 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 [all …]
|
/external/fmtlib/doc/bootstrap/ |
D | button-groups.less | 6 .btn-group, 7 .btn-group-vertical { 25 .btn-group { 27 .btn + .btn-group, 28 .btn-group + .btn, 29 .btn-group + .btn-group { 34 // Optional: Group multiple button groups together for a toolbar 39 .btn-group, 40 .input-group { 44 > .btn-group, [all …]
|
/external/toolchain-utils/deprecated/automation/server/ |
D | job_group_manager.py | 29 'job-group-(?P<id>\d+)') 35 for group in self.all_job_groups: 36 if group.id == group_id: 37 return group 45 def AddJobGroup(self, group): argument 47 group.id = self._id_producer.GetNextId() 49 self._logger.debug('Creating runtime environment for %r.', group) 52 cmd.RmTree(group.home_dir), cmd.MakeDir(group.home_dir))) 55 self.all_job_groups.append(group) 57 for job_ in group.jobs: [all …]
|