HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 176 - 200 of 3204) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
Multiset_CustomFieldSerializerBase.java 19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
RegularImmutableAsList_CustomFieldSerializer.java 20 import com.google.gwt.user.client.rpc.SerializationException;
21 import com.google.gwt.user.client.rpc.SerializationStreamReader;
22 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
SingletonImmutableBiMap_CustomFieldSerializer.java 21 import com.google.gwt.user.client.rpc.SerializationException;
22 import com.google.gwt.user.client.rpc.SerializationStreamReader;
23 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
SingletonImmutableTable_CustomFieldSerializer.java 17 import com.google.gwt.user.client.rpc.SerializationException;
18 import com.google.gwt.user.client.rpc.SerializationStreamReader;
19 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
SparseImmutableTable_CustomFieldSerializer.java 17 import com.google.gwt.user.client.rpc.SerializationException;
18 import com.google.gwt.user.client.rpc.SerializationStreamReader;
19 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
Table_CustomFieldSerializerBase.java 17 import com.google.gwt.user.client.rpc.SerializationException;
18 import com.google.gwt.user.client.rpc.SerializationStreamReader;
19 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
  /external/v8/src/compiler/
graph-trimmer.cc 34 Node* const user = edge.from(); local
35 if (!IsLive(user)) {
38 os << "DeadLink: " << *user << "(" << edge.index() << ") -> " << *live
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AppInfo.java 29 public AppInfo(ComponentName componentName, UserHandle user) {
30 if (componentName == null || user == null) throw new IllegalArgumentException();
32 mUser = user;
  /frameworks/support/room/compiler/src/test/data/daoWriter/input/
DeletionDao.java 24 void deleteUser(User user);
26 void deleteUsers(User user1, List<User> others);
28 void deleteArrayOfUsers(User[] users);
31 int deleteUserAndReturnCount(User user);
33 int deleteUserAndReturnCount(User user1, List<User> others);
35 int deleteUserAndReturnCount(User[] users)
    [all...]
  /external/autotest/cli/
atest_migrate_host 41 new_users = [user.login for user in new.get_users()]
51 for user in acl.users:
52 if user in new_users:
53 new_acl.add_users([user])
55 print 'Skipping absent user %s' % user
  /external/curl/docs/cmdline-opts/
digest.d 5 See-also: user proxy-digest anyauth
9 combination with the normal --user option to set user name and password.
negotiate.d 11 When using this option, you must also provide a fake --user option to activate
12 the authentication code properly. Sending a '-u :' is enough as the user name
13 and password from the --user option aren't actually used.
oauth2-bearer.d 7 is used in conjunction with the user name which can be specified as part of
8 the --url or --user options.
10 The Bearer Token and user name are formatted according to RFC 6750.
tlsuser.d 3 Help: TLS user name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
userquery.py 37 name The user name to match.
39 will be used on the user names.
48 level The criteria to match the user's default level.
50 the user's default level.
52 by the user's default level.
54 to the user's default level.
55 range_ The criteria to match the user's range.
57 of the user's range.
59 any of the user's range.
61 of the user's range
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
CheckBoxPanelDisplay.java 5 import com.google.gwt.user.client.ui.Composite;
6 import com.google.gwt.user.client.ui.FlexTable;
ITextBox.java 6 import com.google.gwt.user.client.ui.HasText;
7 import com.google.gwt.user.client.ui.TextBox;
TestSelectorDisplay.java 14 import com.google.gwt.user.client.ui.Composite;
15 import com.google.gwt.user.client.ui.HTML;
16 import com.google.gwt.user.client.ui.HasHTML;
17 import com.google.gwt.user.client.ui.HorizontalPanel;
18 import com.google.gwt.user.client.ui.HorizontalSplitPanel;
19 import com.google.gwt.user.client.ui.Label;
20 import com.google.gwt.user.client.ui.Panel;
21 import com.google.gwt.user.client.ui.VerticalPanel;
  /external/autotest/frontend/client/src/autotest/common/ui/
RealHyperlink.java 4 import com.google.gwt.user.client.DOM;
5 import com.google.gwt.user.client.ui.Widget;
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetClient.java 4 import com.google.gwt.user.client.Window;
5 import com.google.gwt.user.client.ui.RootPanel;
  /external/autotest/tko/
db_mysql.py 9 def connect(self, host, database, user, password, port):
12 'user': user,
  /external/selinux/mcstrans/share/examples/non-mls-color/
secolor.conf 11 user * = black green
  /external/skia/tools/lua/
trigger_ct_lua 27 def trigger_ct_run(user, password, description, script, skp_repo,
33 body = POST_DATA % (user, password, description, script_contents, skp_repo)
56 'the value of `git config user.email` is used.'))
64 # If the user provided their email address, use that. Otherwise obtain it
66 user = args.email
67 if not user:
68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
91 return (user, password, args.description, args.script, skp_repo,
96 user, password, description, script, skp_repo, aggregator = parse_args(
    [all...]
  /external/skqp/tools/lua/
trigger_ct_lua 27 def trigger_ct_run(user, password, description, script, skp_repo,
33 body = POST_DATA % (user, password, description, script_contents, skp_repo)
56 'the value of `git config user.email` is used.'))
64 # If the user provided their email address, use that. Otherwise obtain it
66 user = args.email
67 if not user:
68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
91 return (user, password, args.description, args.script, skp_repo,
96 user, password, description, script, skp_repo, aggregator = parse_args(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ast_build.h 64 __isl_keep isl_ast_build *build, void *user), void *user);
68 void *user), void *user);
72 __isl_keep isl_ast_build *build, void *user), void *user);
76 void *user), void *user);

Completed in 239 milliseconds

1 2 3 4 5 6 78 91011>>