Searched refs:group (Results 251 - 275 of 949) sorted by relevance

<<11121314151617181920>>

/external/openssh/
H A Dsftp-common.c218 char *user, *group; local
231 group = group_from_gid(st->st_gid, 0);
234 group = gbuf;
247 glen = MAX(strlen(group), 8);
251 (u_int)st->st_nlink, ulen, user, glen, group,
255 (u_int)st->st_nlink, ulen, user, glen, group,
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp566 QButtonGroup* group = new QButtonGroup(panel); local
570 group->addButton(but, NavTurnAround);
574 group->addButton(but, NavFly);
576 group->button(mNavMode)->setChecked(true);
577 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setNavMode(int)));
585 QButtonGroup* group = new QButtonGroup(panel); local
588 group->addButton(but, RotationStable);
592 group->addButton(but, RotationStandard);
595 group->button(mRotationMode)->setChecked(true);
596 connect(group, SIGNA
604 QButtonGroup* group = new QButtonGroup(panel); local
[all...]
/external/lldb/examples/python/
H A Dcrashlog.py187 dwarf_uuid_str = match.group(1)
191 self.arch = match.group(2)
264 self.process_version = matched_pair.group(1)
265 self.process_compatability_version = matched_pair.group(2)
271 self.parent_process_name = parent_process_match.group(1)
272 self.parent_process_id = parent_process_match.group(2)
300 thread_idx = int(thread_state_match.group(1))
308 thread_idx = int(thread_match.group(1))
320 ident = frame_match.group(2)
324 thread.frames.append (CrashLog.Frame(int(frame_match.group(
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml38 let group name = var
81 begin group "triple";
87 begin group "layout";
102 group "int";
111 group "sext int";
119 group "zext int64";
127 group "int string";
137 group "max int64";
144 group "long int";
151 group "strin
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h670 dgrp_t group,
689 extern errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
808 extern blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group);
809 extern blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group);
810 extern int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group);
830 /* Block group descriptor accessor functions */
833 dgrp_t group);
834 extern blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group);
835 extern void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group,
837 extern blk64_t ext2fs_inode_bitmap_loc(ext2_filsys fs, dgrp_t group);
1700 ext2fs_group_first_block(ext2_filsys fs, dgrp_t group) argument
1708 ext2fs_group_last_block(ext2_filsys fs, dgrp_t group) argument
[all...]
/external/toybox/toys/pending/
H A Dtcpsvd.c26 -u USER[:GRP] Change to user/group after bind
192 struct group *grp = NULL;
193 char *user = NULL, *group = NULL; local
197 group = strchr(ug,':');
198 if (group) {
199 *group = '\0';
200 group++;
209 if (group) {
210 if (!(grp = getgrnam(group))) {
211 n = atolx_range(group,
[all...]
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py397 group = parser.add_option_group("Logging options") variable
398 group.add_option("-q", "--quiet", action="store_const", const=0,
400 group.add_option("-v", "--verbose", action="store_const", const=2,
403 group.add_option("--noisy", action="store_const", const=3,
406 group = parser.add_option_group("Review server options") variable
407 group.add_option("-s", "--server", action="store", dest="server",
412 group.add_option("-e", "--email", action="store", dest="email",
415 group.add_option("-H", "--host", action="store", dest="host",
418 group.add_option("--no_cookies", action="store_false",
422 group variable
438 group = parser.add_option_group("Patch options") variable
[all...]
H A Dfuse_gtest_files.py166 ProcessFile('include/' + m.group(1))
193 if 'include/' + m.group(1) == GTEST_SPI_H_SEED:
211 ProcessFile(m.group(1))
/external/google-breakpad/src/testing/scripts/
H A Dupload.py397 group = parser.add_option_group("Logging options") variable
398 group.add_option("-q", "--quiet", action="store_const", const=0,
400 group.add_option("-v", "--verbose", action="store_const", const=2,
403 group.add_option("--noisy", action="store_const", const=3,
406 group = parser.add_option_group("Review server options") variable
407 group.add_option("-s", "--server", action="store", dest="server",
412 group.add_option("-e", "--email", action="store", dest="email",
415 group.add_option("-H", "--host", action="store", dest="host",
418 group.add_option("--no_cookies", action="store_false",
422 group variable
438 group = parser.add_option_group("Patch options") variable
[all...]
/external/clang/docs/tools/
H A Ddump_ast_matchers.py40 name = m.group(1)
52 return m.group(0)
79 result_types += [m.group(2)]
80 comment = m.group(1)
288 result_types = [m.group(2)]
337 if m and m.group(1):
338 allowed_types += [m.group(1)]
/external/deqp/modules/gles31/functional/
H A Des31fUniformBlockTests.cpp49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); local
50 parentGroup->addChild(group);
55 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_310_ES,
77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) argument
79 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_vertex").c_str(), "", type, layoutFlags|DECLARE_VERTEX, numInstances));
80 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_fragment").c_str(), "", type, layoutFlags|DECLARE_FRAGMENT, numInstances));
83 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_both").c_str(), "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances));
H A Des31fUniformLocationTests.cpp748 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "basic", "Location specified with use, single shader stage");
750 addChild(group);
769 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
776 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "array", "Array location specified with use, single shader stage");
778 addChild(group);
798 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
805 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_array", "Array location specified with use, single shader stage");
807 addChild(group);
828 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
835 tcu::TestCaseGroup* const group
[all...]
/external/fio/profiles/
H A Dact.c98 .group = FIO_OPT_G_ACT,
108 .group = FIO_OPT_G_ACT,
118 .group = FIO_OPT_G_ACT,
128 .group = FIO_OPT_G_ACT,
138 .group = FIO_OPT_G_ACT,
148 .group = FIO_OPT_G_ACT,
157 .group = FIO_OPT_G_ACT,
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-event.c774 /* Check the name is good for event/group */
816 pev->group = NULL;
1119 /* Scan event and group name. */
1135 tev->group = strdup(fmt2_str);
1137 if (tev->group == NULL || tev->event == NULL) {
1141 pr_debug("Group:%s Event:%s probe:%c\n", tev->group, tev->event, pr);
1408 tev->group, tev->event,
1413 tev->group, tev->event,
1440 /* Convert event/group name */
1442 pev->group
1829 const char *event, *group; local
2131 const char *group, *event; local
[all...]
/external/toybox/lib/
H A Dxwrap.c472 struct group *xgetgrgid(gid_t gid)
474 struct group *group = getgrgid(gid); local
476 if (!group) perror_exit("gid %ld", (long)gid);
477 return group;
496 struct group *xgetgrnamid(char *group) argument
498 struct group *gr = getgrnam(group);
504 gid = estrtol(group,
[all...]
/external/boringssl/src/crypto/ecdsa/
H A Decdsa_test.cc183 ScopedEC_GROUP group(EC_GROUP_new_by_curve_name(nid));
184 if (!group) {
189 if (!order || !EC_GROUP_get_order(group.get(), order.get(), NULL)) {
201 if (!eckey || !EC_KEY_set_group(eckey.get(), group.get()) ||
208 if (!wrong_eckey || !EC_KEY_set_group(wrong_eckey.get(), group.get()) ||
/external/e2fsprogs/resize/
H A Donline.c197 /* The current method of adding one block group at a time to a
200 * in a single block group. For now we "fix" this issue by
202 * each block group is self-contained and contains its own
224 _("While trying to extend the last group"));
237 input.group = i;
251 printf("new group has %u blocks\n", input.blocks_count);
252 printf("new group will reserve %d blocks\n",
254 printf("new group has %d free blocks\n",
256 printf("new group has %d free inodes (%d blocks)\n",
259 printf("Adding group #
[all...]
/external/guava/guava-testlib/test/com/google/common/testing/
H A DEquivalenceTesterTest.java106 "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to "
107 + "TestObject{group=1, item=1} [group 1, item 1]");
135 "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to "
136 + "TestObject{group=1, item=3} [group 1, item 3]");
158 "TestObject{group=1, item=1} [group
193 final int group; field in class:EquivalenceTesterTest.TestObject
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dsample-parsing.c61 COMP(read.group.nr);
70 for (i = 0; i < s1->read.group.nr; i++)
71 MCOMP(read.group.values[i]);
193 sample.read.group.nr = 4;
194 sample.read.group.values = values;
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py453 # Otherwise if it is a group, yield or traverse depending on what
814 group = OptionGroup(parser, "Input Options")
815 group.add_option("", "--source-root", dest="source_root", metavar="PATH",
818 group.add_option("", "--llvmbuild-source-root",
823 group.add_option("", "--build-root", dest="build_root", metavar="PATH",
826 parser.add_option_group(group)
828 group = OptionGroup(parser, "Output Options")
829 group.add_option("", "--print-tree", dest="print_tree",
832 group.add_option("", "--write-llvmbuild", dest="write_llvmbuild",
835 group
861 group = OptionGroup(parser, "Configuration Options") variable
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp492 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); member in class:deqp::gles2::Functional::tcu
511 addChild(group);
518 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_0", "Shader shares a subexpression with an unrelated variable.",
541 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_1", "Shader shares a subexpression with an unrelated variable.",
571 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_2", "Shader shares a subexpression with an unrelated variable.",
600 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_3", "Shader shares a subexpression with an unrelated variable.",
642 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.",
683 group->addChild(new BasicInvarianceTest(m_context, "loop_0", "Invariant value set using a loop",
714 group->addChild(new BasicInvarianceTest(m_context, "loop_1", "Invariant value set using a loop",
745 group
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp494 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); member in class:deqp::gles3::Functional::tcu
513 addChild(group);
520 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_0", "Shader shares a subexpression with an unrelated variable.",
543 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_1", "Shader shares a subexpression with an unrelated variable.",
573 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_2", "Shader shares a subexpression with an unrelated variable.",
602 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_3", "Shader shares a subexpression with an unrelated variable.",
644 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.",
685 group->addChild(new BasicInvarianceTest(m_context, "loop_0", "Invariant value set using a loop",
716 group->addChild(new BasicInvarianceTest(m_context, "loop_1", "Invariant value set using a loop",
747 group
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterNameReader.java77 // reading the group information records
81 char group[] = new char[count];
83 group[i] = m_byteBuffer_.getChar();
90 data.setGroup(group, groupstring);
131 * Size of the group information block in number of char
144 * Size of an algorithmic name information group
/external/libnl/lib/netfilter/
H A Dqueue_obj.c39 nl_dump(p, "group=%u ", queue->queue_group);
100 void nfnl_queue_set_group(struct nfnl_queue *queue, uint16_t group) argument
102 queue->queue_group = group;
188 __ADD(QUEUE_ATTR_GROUP, group)
/external/libnl/src/
H A Dnf-queue.c48 uint16_t group; local
52 group = nfnl_queue_msg_get_group(msg);
57 nfnl_queue_msg_set_group(lost_msg, group);
101 printf("Usage: nf-queue family group [ copy_mode ] "
104 printf("group: the --queue-num arg that you gave to iptables\n");

Completed in 1260 milliseconds

<<11121314151617181920>>