HomeSort by relevance Sort by last modified time
    Searched full:users (Results 51 - 75 of 5734) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/
crash_restore_browsertest.cc 142 const UserList& users = user_manager->GetLoggedInUsers(); local
143 ASSERT_EQ(3UL, users.size());
146 EXPECT_EQ(kUserId3, users[0]->email());
148 users[0]->username_hash());
149 EXPECT_EQ(kUserId2, users[1]->email());
151 users[1]->username_hash());
152 EXPECT_EQ(kUserId1, users[2]->email());
154 users[2]->username_hash());
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
advanced_tab_manipulation.applescript 11 save in "/Users/Foo/Documents/Google" as "only html"
14 save in "/Users/Foo/Documents/Google" as "complete html"
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab_10_publishing.html 3 <p>An app without users is just a piece of code. To get users, you need to distribute your application.
5 For those not familiar with the store, it provides several benefits to users and developers.</p>
7 <p>For users:</p>
18 <li> You can upload your app once and know that it will be distributed to all users.</li>
20 <li> Your app is more discoverable to users.</li>
21 <li> Tools help you manage bugs and reviews from users.</li>
50 <li> The detailed description of your application; this will entice users to download your app</li>
  /external/chromium_org/chromeos/network/
network_profile.h 16 TYPE_SHARED, // Shared by all users on the device.
17 TYPE_USER // Not visible to other users.
  /external/ppp/pppd/plugins/radius/etc/
realms 9 # users in realm @example.com are handled by separate servers
14 # the DEFAULT realm matches users that do not supply a realm
  /frameworks/base/docs/html/guide/topics/data/
index.jd 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
18 that users can restore their data when installing your application on a new device.</p>
  /frameworks/base/samples/training/network-usage/
README.txt 10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the feed
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/
crtfastmath.o 
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/mips-r2/
crtfastmath.o 
  /development/samples/browseable/BasicAccessibility/
_index.jd 9 users with visual or physical disabilities.</p>
  /development/samples/browseable/ImmersiveMode/
_index.jd 9 experience in your app, by letting users show or hide the status bar and
  /development/samples/browseable/StorageClient/
_index.jd 9 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} intent to let users
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 19 chromeos::UserVector users = chromeos::UserManager::Get()->GetUsers(); local
20 for (size_t i = 0; i < users.size(); ++i) {
21 if (users[i].email() == email) {
22 gfx::PNGCodec::EncodeBGRASkBitmap(users[i].image(), false, &user_image);
  /external/chromium_org/chrome/browser/managed_mode/
managed_users.h 11 #error "Managed users aren't enabled."
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.h 22 // the order of entries since numeric values are exposed to users.
24 // Incognito mode enabled. Users may open pages in both Incognito mode and
27 // Incognito mode disabled. Users may not open pages in Incognito mode.
30 // Incognito mode forced. Users may open pages *ONLY* in Incognito mode.
  /external/chromium_org/chrome/common/extensions/api/
music_manager_private.idl 11 // Returns an identifier stable across users and reboots.
  /external/chromium_org/remoting/host/installer/linux/debian/
rules 10 # Don't restart the service on package upgrade, as that will restart users'
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 2 Author: Marcus Boerger <helly@users.sourceforge.net>
  /external/compiler-rt/SDKs/
README.txt 4 This makes it easy for users to build a compiler which can target a number of
  /external/libusb/
AUTHORS 3 Copyright (C) 2008-2010 Nathan Hjelm <hjelmn@users.sourceforge.net>
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
QueueUsersListener.java 54 * The list of users waiting in the queue was updated.
57 * @param users the list of users waiting in the queue.
59 public void usersUpdated(WorkgroupQueue queue, Set<QueueUser> users);
  /frameworks/base/docs/downloads/
README 8 hosting service where they're accessible by users, such as
  /frameworks/base/docs/html/distribute/googleplay/quality/
index.jd 6 Android users expect high-quality apps, even more so if they've spent money on
7 them. At the same time, users enjoy and value apps that put a priority on
11 your app meets the basic quality expectations of users, across all of the form
33 A set recommendations for delivering the best possible experience to tablet users.
  /development/samples/TtsEngine/
_index.html 2 that users can install on their devices.</p>
22 a settings screen for users to set various engine parameters. This is
23 usually accessed by users from the system wide settings app. This must be
  /external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_chromeos.cc 20 chromeos::UserList users = chromeos::UserManager::Get()->GetLoggedInUsers(); local
22 for (chromeos::UserList::const_iterator it = users.begin();
23 it != users.end(); ++it) {

Completed in 297 milliseconds

1 23 4 5 6 7 8 91011>>