/external/dropbear/_MTN/ |
options | 1 database "/Users/matt/.monotone/dropbear.db" 3 keydir "/Users/matt/.monotone/keys"
|
/frameworks/base/packages/Keyguard/scripts/ |
copy_profile_icons.sh | 3 for user in `adb $* shell ls /data/system/users | grep -v xml` 6 adb shell mkdir /data/user/${user}/users 7 for photo in `adb $* shell ls /data/system/users | grep -v xml` 10 adb shell mkdir /data/user/${user}/users/${photo} 11 adb pull /data/system/users/${photo}/photo.png 12 adb push photo.png /data/user/${user}/users/${photo}
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.eap_user_sqlite | 1 CREATE TABLE users( 13 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1);
|
/external/chromium_org/chromeos/test/data/network/ |
user.onc | 4 "Host": "users host", 8 "Password": "users password"
|
/external/chromium_org/components/user_prefs/ |
README | 4 preferences associated with users can look them up by 8 components that need to register preferences associated with users.
|
/external/chromium_org/components/policy/core/common/ |
policy_types.h | 16 // MACHINE policies apply to any users of the current machine. 20 // The level of a policy determines its enforceability and whether users can 23 // RECOMMENDED policies can be overridden by users. They are meant as a 24 // default value configured by admins, that users can customize. 27 // MANDATORY policies must be enforced and users can't circumvent them.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
warning_dev.html | 2 This API is experimental. It is only available to Chrome users on the
|
warning_beta.html | 2 This API is in beta. It is only available to Chrome users on the
|
/external/libexif/ |
AUTHORS | 2 Jan Patera <patera@users.sourceforge.net>
|
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/smack/src/com/kenai/jbosh/ |
package.html | 5 Users of the client portion of the API should start by reading
|
/frameworks/base/docs/html/training/ |
building-multimedia.jd | 9 create rich multimedia apps that behave the way users expect.</p
|
building-userinfo.jd | 8 you can do this is by identifying users, providing
|
/external/chromium/chrome/browser/policy/ |
policy_path_parser.h | 27 // (example : "C:\Users\Administrator\Documents") 29 // (example : "C:\Users\Administrator\AppData\Local") 31 // (example : "C:\Users\Administrator\AppData\Roaming") 33 // (example : "C:\Users\Administrator") 35 // (example : "C:\Users\All Users\AppData") 42 // ${users} - The folder where users profiles are stored 43 // (example : "/Users") 45 // (example : "/Users/johndoe/Documents" [all...] |
/external/chromium_org/chrome/browser/local_discovery/ |
cloud_print_account_manager.cc | 17 const char kCloudPrintKeyUsers[] = "request.users"; 59 const base::ListValue* users = NULL; local 63 !value->GetList(kCloudPrintKeyUsers, &users) || 70 for (size_t i = 0; i < users->GetSize(); i++) { 72 if (!users->GetString(i, &user)) { 73 // If we can't read a user from the list, send the users we do recognize
|
/external/eigen/unsupported/doc/ |
Overview.dox | 7 These modules are contributions from various users. They are provided "as is", without any support. 16 The unsupported modules are contributions from various users. They are
|
/external/javassist/src/main/javassist/bytecode/ |
package.html | 6 It allows the users to read and modify a constant pool entry, a single 9 <p>The users of this package must know the specifications of
|
/frameworks/base/docs/html/distribute/ |
open.jd | 5 distribute your Android apps to users in any way you want, using any 8 emailing them directly users, you are never locked into any 18 your apps to users.</p> 34 alt="Screenshot showing the graphical user interface users see when you send them an app" 37 <strong>Figure 1.</strong> Users can simply click <strong>Install</strong> when you send them 42 <p>The easiest and quickest way to release your application is to send it to users through 44 and send it to a user. When users open your email message on their Android-powered device, 46 button in the email message (see figure 1). Users can install your application by touching the 50 shown in Figure 1 appears only if users have configured their device to allow 55 only a few trusted users, but it provides few protections from piracy and unauthorize [all...] |
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_box_controller_unittest.mm | 37 app_list::AppListViewDelegate::Users users(2); 38 users[0].name = ASCIIToUTF16("user1"); 39 users[1].name = ASCIIToUTF16("user2"); 40 users[1].email = ASCIIToUTF16("user2@chromium.org"); 41 users[1].active = true; 42 appListDelegate_.SetUsers(users); 162 app_list::AppListViewDelegate::Users(1)); 185 const app_list::AppListViewDelegate::Users& users [all...] |
/development/samples/browseable/BasicImmersiveMode/ |
_index.jd | 9 experience in your app, by letting users show or hide the status bar and
|
/external/chromium_org/third_party/libxml/src/ |
AUTHORS | 2 Bjorn Reese <breese@users.sourceforge.net>
|
/external/chromium_org/tools/cr/cr/auto/user/ |
__init__.py | 5 """A package to hold the modules loaded from the users home directory.""
|
/external/libsepol/src/ |
user_internal.h | 5 #include <sepol/users.h>
|
/external/llvm/include/llvm/ |
CMakeLists.txt | 5 # Visual Studio users.
|
/external/nist-sip/java/gov/nist/core/net/ |
package.html | 3 wraps the java.net. Socket classes and allows users low level monitoring
|