/external/libexif/ |
D | ChangeLog | 283 * Added exif.h to the source tarball so users can generate full 321 2009-09-23 Jan Patera <patera@users.sourceforge.net> 345 2009-08-12 Lutz Mueller <lutz@users.sourceforge.com> 370 2009-03-21 Lutz Mueller <lutz@users.sourceforge.net> 386 2009-03-16 Lutz Mueller <lutz@users.sourceforge.net> 487 2008-10-20 Jan Patera <patera@users.sourceforge.net> 492 2008-10-04 Jan Patera <patera@users.sourceforge.net> 497 2008-10-08 Aric Blumer <aricblumer@users.sourceforge.net> 502 2008-10-04 Jan Patera <patera@users.sourceforge.net> 509 2008-10-04 Louis Strous <louis_strous@users.sourceforge.net> [all …]
|
/external/toybox/toys/other/ |
D | lsmod.c | 27 *refcnt = strtok(NULL, " "), *users = strtok(NULL, " "); in lsmod_main() local 29 if(users) { in lsmod_main() 30 int len = strlen(users)-1; in lsmod_main() 31 if (users[len] == ',' || users[len] == '-') users[len] = 0; in lsmod_main() 32 xprintf("%-19s %8s %s %s\n", name, size, refcnt, users); in lsmod_main()
|
D | uptime.c | 30 int users = 0; in uptime_main() local 39 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main() 53 printf(" %d user%s, ", users, (users!=1) ? "s" : ""); in uptime_main()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/ |
D | users.py | 11 from google.appengine.api import users 33 user = users.get_current_user() 35 return self.redirect(users.create_login_url(self.request.url)) 62 user = users.get_current_user() 64 return self.redirect(users.create_login_url(self.request.url)) 65 elif not users.is_current_user_admin():
|
/external/selinux/policycoreutils/scripts/ |
D | chcat | 41 def verify_users(users): argument 42 for u in users: 48 def chcat_user_add(newcat, users): argument 53 verify_users(users) 54 for u in users: 127 def chcat_user_remove(newcat, users): argument 132 verify_users(users) 133 for u in users: 211 def chcat_user_replace(newcat, users): argument 216 verify_users(users) [all …]
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingusers.rst | 8 integrate with Google user accounts. With the Users service, your users can 18 from google.appengine.api import users 23 user = users.get_current_user() 29 self.redirect(users.create_login_url(self.request.uri)) 46 When your application is running on App Engine, users will be directed to the 58 user = users.get_current_user() 73 self.redirect(users.create_login_url(self.request.uri)) 75 …ut the Users API, see the `Users reference <http://code.google.com/appengine/docs/python/users/>`_. 80 Our application can now greet visiting users by name. Let's add a feature that 81 will let users greet each other.
|
D | devenvironment.rst | 20 `the Python web site <http://www.python.org/>`_. Mac OS X 10.5 Leopard users 32 Windows and Mac users can run Google App Engine Launcher and simply click the 35 For Windows users: The Windows installer puts these commands in the command 38 For Mac users: You can put these commands in the command path by selecting
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/community/ |
D | mailing-list.txt | 6 `paste-users@googlegroups.org <http://groups.google.com/group/paste-users>`_: 7 …ps.google.com/group/paste-users/topics>`_ `old posts are in their own archive <http://pythonpaste.…
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_appengine_users_test.py | 5 from webapp2_extras import users 17 @users.login_required 21 @users.login_required 27 @users.admin_required 31 @users.admin_required
|
/external/jetty/src/config/etc/ |
D | jdbcRealm.properties | 3 # implemtation of the UserRealm interface. This allows Jetty users authentication 7 # | users | | user_roles | | roles | 23 # create table users 49 # mysql> insert into users values (1, 'admin', 'password'); 62 usertable = users
|
/external/libpcap/ |
D | README.macosx | 1 As with other systems using BPF, Mac OS X allows users with read access 2 to the BPF devices to capture packets with libpcap and allows users with 7 changed to give users other than root permission to read or write those 12 devices to give users other than root permission to read or write those 28 devices to rw-rw----, so that all users in the "admin" group - i.e., all 29 users with "Allow user to administer this computer" turned on - have 62 devices, rather than giving all administrative users permission to 66 give the administrative users permission to read but not write the BPF 73 traffic, non-root users who cannot open the BPF devices for writing will
|
/external/llvm/unittests/IR/ |
D | UseTest.cpp | 52 for (User *U : X.users()) { in TEST() 62 for (User *U : X.users()) { in TEST() 97 for (User *U : X.users()) { in TEST() 105 for (User *U : X.users()) { in TEST()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
/external/llvm/docs/ |
D | Packaging.rst | 16 LLVM's API changes with each release, so users are likely to want, for example, 24 However, such a build is currently incompatible with users who build without 26 in user code. We recommend allowing users to install both optimized and debug 38 should turn it back on to let users debug their programs. 51 while running ``make`` to re-enable it. This will allow users to build with
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | users.txt | 1 By Default on a SELinux Targeted Policy system, all users login using the unconfined_t user. 3 SELinux has a very powerful concept called confined users. You can setup individual users on your …
|
D | login.txt | 1 By Default on a SELinux Targeted Policy system, all users login using the unconfined_t user. 4 But SELinux has a very powerful concept called confined users. You can setup individual users on y…
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 933 genhomedircon_user_entry_t *users; in write_gen_home_dir_context() local 936 users = get_users(s, &errors); in write_gen_home_dir_context() 937 if (!users && errors) { in write_gen_home_dir_context() 941 for (; users; pop_user_entry(&users)) { in write_gen_home_dir_context() 943 users->name, in write_gen_home_dir_context() 944 users->sename, users->home, in write_gen_home_dir_context() 945 users->prefix, users->level)) in write_gen_home_dir_context() 947 if (write_user_context(s, out, user_context_tpl, users->name, in write_gen_home_dir_context() 948 users->sename, users->prefix)) in write_gen_home_dir_context() 954 for (; users; pop_user_entry(&users)) { in write_gen_home_dir_context()
|
/external/iproute2/ip/ |
D | ipmaddr.c | 67 int users; member 100 sscanf(buf, "%d%s%d%d%s", &m.index, m.name, &m.users, &st, in read_dev_mcast() 151 sscanf(buf, "%08x%d", (__u32*)&m.addr.data, &m.users); in read_igmp() 175 sscanf(buf, "%d%s%s%d", &m.index, m.name, hexa, &m.users); in read_igmp6() 224 if (list->users != 1) in print_maddr() 225 fprintf(fp, " users %d", list->users); in print_maddr()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/appengine/ |
D | users.rst | 1 .. _api.webapp2_extras.appengine.users: 5 .. module:: webapp2_extras.appengine.users
|
/external/fio/ |
D | diskutil.h | 70 unsigned long users; member 79 du->users += val; in disk_util_mod() 85 slave->users += val; in disk_util_mod()
|
/external/libxml2/bakefile/ |
D | Readme.txt | 16 …1.0 HOWTO compile LIBXML2 using makefiles <-- for users who want to build the library using *c… 17 …1.1 HOWTO compile LIBXML2 using an IDE <-- for users who want to build the library using an… 18 … 1.2 HOWTO regenerate makefiles for LIBXML2 <-- for libxml2 mantainers/developers/advanced users 50 frm@users.sourceforge.net with the word "libxml2" in the subject. 91 Francesco Montorsi <frm@users.sourceforge.net>
|
/external/clang/cmake/modules/ |
D | ClangConfig.cmake | 1 # This file allows users to call find_package(Clang) and pick up our targets. 7 # Provide all our library targets to users.
|
/external/lldb/test/pexpect-2.4/examples/ |
D | uptime.py | 34 duration, users, av1, av5, av15 = p.match.groups() variable 56 print '%s, %s, %s, %s, %s, %s, %s' % (days, hours, mins, users, av1, av5, av15)
|
/external/eigen/unsupported/doc/ |
D | Overview.dox | 7 These modules are contributions from various users. They are provided "as is", without any support. 19 The unsupported modules are contributions from various users. They are
|
/external/ppp/pppd/plugins/radius/etc/ |
D | realms | 9 # users in realm @example.com are handled by separate servers 14 # the DEFAULT realm matches users that do not supply a realm
|