Searched refs:group (Results 1 – 25 of 43) sorted by relevance
12
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 181 year=int(match.group(1)), month=int(match.group(2)), 182 day=int(match.group(3)), hour=int(match.group(4)), 183 minute=int(match.group(5)), second=int(match.group(6)))
|
D | gtest_filter_unittest.py | 195 test_case = match.group(1) 199 test = match.group(1)
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 118 echo "$$app needs to be owned by group $(inst_group) and setgid;"; \
|
D | README | 73 http://savannah.gnu.org/bugs/?group=make 82 http://savannah.gnu.org/support/?group=make 86 http://savannah.gnu.org/patch/?group=make 100 http://savannah.gnu.org/cvs/?group=make
|
D | Makefile.ami | 102 group = sys 194 if chgrp $(group) $@.new && chmod g+s $@.new; then \
|
D | SMakefile | 107 # Install make setgid to this group so it can read /dev/kmem. 108 group = sys
|
D | Makefile.in | 1002 echo "$$app needs to be owned by group $(inst_group) and setgid;"; \
|
D | README.DOS | 313 reported first on the comp.os.msdos.djgpp news group (if you cannot 316 group). For other bugs, please follow the procedure explained in
|
D | NEWS | 150 http://savannah.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=103 232 http://savannah.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=102
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 8 /* @group Heading Levels */ 86 /* @group Link Styling */ 247 /* @group Code Colorization */ 339 /* @group Member Descriptions */ 379 /* @group Member Details */ 513 /* @group Directory (tree) */
|
/ndk/ |
D | README.TXT | 34 http://groups.google.com/group/android-ndk
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 244 to a group of targets that match a pattern. 510 @group 515 @end group 562 @group 587 @end group 725 @group 730 @end group 752 @group 755 @end group 767 @group [all …]
|
D | fdl.texi | 418 @group 426 @end group 433 @group 437 @end group
|
/ndk/docs/Getting_Started/html/ |
D | doxygen.css | 7 /* @group Heading Levels */ 106 /* @group Link Styling */ 321 /* @group Code Colorization */ 420 /* @group Member Descriptions */ 482 /* @group Member Details */
|
/ndk/docs/Programmers_Guide/html/ |
D | doxygen.css | 7 /* @group Heading Levels */ 106 /* @group Link Styling */ 321 /* @group Code Colorization */ 420 /* @group Member Descriptions */ 482 /* @group Member Details */
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 292 % take effect in \write's, yet the group defined by the \vbox ends 353 }% end of group with \indexdummies 398 \endgroup % End of the group started in \parsearg. 483 % actual body; @end closes the group after calling \Efoo. \envdef also 489 % are not treated as enviroments; they don't open a group. (The 671 % @group ... @end group forces ... to be all on one page, by enclosing 679 % Another complication is that the group might be very large. This can 683 % threshold for doing this is if the group is more than \vfilllimit 689 \envdef\group{% 692 \errmessage{@group invalid in context where filling is enabled}% [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 61 make just to test it, make it setgid to kmem or whatever group /dev/kmem
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 632 std::string::size_type group = 0; // current group number in lcast_put_unsigned() local 640 ++group; in lcast_put_unsigned() 641 if(group < grouping_size) in lcast_put_unsigned() 643 char const grp_size = grouping[group]; in lcast_put_unsigned()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | he.po | 1192 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" 1193 msgstr "%s access: user %lu (real %lu), group %lu (real %lu)\n"
|
D | hr.po | 1210 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" 1211 msgstr "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
D | make.pot | 1137 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
D | be.po | 1155 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
D | ko.po | 1194 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
D | ja.po | 1206 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
D | zh_CN.po | 1160 msgid "%s: user %lu (real %lu), group %lu (real %lu)\n"
|
12