Searched refs:con (Results 1 - 25 of 150) sorted by relevance

123456

/external/libsepol/include/sepol/
H A Dcontext_record.h13 extern const char *sepol_context_get_user(const sepol_context_t * con);
16 sepol_context_t * con, const char *user);
19 extern const char *sepol_context_get_role(const sepol_context_t * con);
22 sepol_context_t * con, const char *role);
25 extern const char *sepol_context_get_type(const sepol_context_t * con);
28 sepol_context_t * con, const char *type);
31 extern const char *sepol_context_get_mls(const sepol_context_t * con);
34 sepol_context_t * con, const char *mls_range);
41 const sepol_context_t * con,
44 extern void sepol_context_free(sepol_context_t * con);
[all...]
/external/libselinux/src/
H A Dfreecon.c6 void freecon(char * con) argument
8 free(con);
H A Denabled.c17 char * con; local
28 if (getcon(&con) == 0) {
29 if (!strcmp(con, "kernel"))
31 freecon(con);
54 if (getcon(&con) == 0) {
55 if (!strcmp(con, "kernel"))
57 freecon(con);
H A Dcheck_context.c12 int security_check_context(const char * con) argument
27 ret = write(fd, con, strlen(con) + 1);
H A Dget_initial_context.c14 int security_get_initial_context(const char * name, char ** con) argument
43 *con = strdup(buf);
44 if (!(*con)) {
/external/qemu/distrib/libselinux/src/
H A Dfreecon.c6 void freecon(char * con) argument
8 free(con);
H A Denabled.c17 char * con; local
28 if (getcon(&con) == 0) {
29 if (!strcmp(con, "kernel"))
31 freecon(con);
54 if (getcon(&con) == 0) {
55 if (!strcmp(con, "kernel"))
57 freecon(con);
H A Dcheck_context.c12 int security_check_context(const char * con) argument
27 ret = write(fd, con, strlen(con) + 1);
/external/oprofile/libpopt/
H A Dpopt.c41 static void prtcon(const char *msg, poptContext con) argument
45 con, con->os,
46 (con->os->nextCharArg ? con->os->nextCharArg : ""),
47 (con->os->nextArg ? con->os->nextArg : ""),
48 con->os->next,
49 (con->os->argv && con
54 poptSetExecPath(poptContext con, const char * path, int allowAbsolute) argument
64 invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
92 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
120 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
173 poptContext con = malloc(sizeof(*con)); local
228 poptResetContext(poptContext con) argument
264 handleExec( poptContext con, const char * longName, char shortName) argument
324 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
379 execCommand(poptContext con) argument
544 findNextArg( poptContext con, unsigned argx, int delete_arg) argument
583 expandNextArg( poptContext con, const char * s) argument
632 poptStripArg( poptContext con, int which) argument
706 poptGetNextOpt(poptContext con) argument
1018 poptGetOptArg(poptContext con) argument
1030 poptGetArg(poptContext con) argument
1038 poptPeekArg(poptContext con) argument
1047 poptGetArgs(poptContext con) argument
1062 poptFreeContext(poptContext con) argument
1106 poptAddAlias(poptContext con, struct poptAlias alias, int flags) argument
1125 poptAddItem(poptContext con, poptItem newItem, int flags) argument
1170 poptBadOption(poptContext con, int flags) argument
1210 poptStuffArgs(poptContext con, const char ** argv) argument
1233 poptGetInvocationName(poptContext con) argument
1239 poptStrippedArgv(poptContext con, int argc, char ** argv) argument
[all...]
H A Dpopt.h215 * @param con context
221 typedef void (*poptCallbackType) (poptContext con,
248 * @param con context
251 void poptResetContext(/*@null@*/poptContext con)
252 /*@modifies con @*/;
256 * @param con context
259 int poptGetNextOpt(/*@null@*/poptContext con)
261 /*@modifies con, fileSystem, internalState @*/;
265 * @param con context
269 const char * poptGetOptArg(/*@null@*/poptContext con)
[all...]
H A Dpoptconfig.c14 static void configLine(poptContext con, char * line) argument
15 /*@modifies con @*/
23 if (con->appName == NULL)
25 nameLength = strlen(con->appName);
30 if (strncmp(line, con->appName, nameLength)) return;
89 (void) poptAddItem(con, item, 0);
91 (void) poptAddItem(con, item, 1);
96 int poptReadConfigFile(poptContext con, const char * fn) argument
139 configLine(con, dst);
163 int poptReadDefaultConfig(poptContext con, /* argument
[all...]
/external/libsepol/src/
H A Dcontext_record.c25 const char *sepol_context_get_user(const sepol_context_t * con) argument
28 return con->user;
34 sepol_context_t * con, const char *user)
44 free(con->user);
45 con->user = tmp_user;
52 const char *sepol_context_get_role(const sepol_context_t * con)
55 return con->role;
61 sepol_context_t * con, const char *role)
70 free(con->role);
71 con
133 sepol_context_t *con = local
[all...]
/external/libselinux/include/selinux/
H A Dselinux.h20 extern void freecon(char * con);
23 extern void freeconary(char ** con);
27 /* Get current context, and set *con to refer to it.
29 extern int getcon(char ** con);
31 /* Set the current security context to con.
39 extern int setcon(const char * con);
42 set *con to refer to it. Caller must free via freecon. */
43 extern int getpidcon(pid_t pid, char ** con);
45 /* Get previous context (prior to last exec), and set *con to refer to it.
47 extern int getprevcon(char ** con);
[all...]
H A Dlabel.h87 * @con: returns the appropriate context with which to label the object
94 * The result is returned in the memory pointed to by @con and must be freed
97 int selabel_lookup(struct selabel_handle *handle, char **con,
99 int selabel_lookup_raw(struct selabel_handle *handle, char **con,
104 int selabel_lookup_best_match(struct selabel_handle *rec, char **con,
/external/qemu/distrib/libselinux/include/selinux/
H A Dselinux.h20 extern void freecon(char * con);
23 extern void freeconary(char ** con);
27 /* Get current context, and set *con to refer to it.
29 extern int getcon(char ** con);
31 /* Set the current security context to con.
39 extern int setcon(const char * con);
42 set *con to refer to it. Caller must free via freecon. */
43 extern int getpidcon(pid_t pid, char ** con);
45 /* Get previous context (prior to last exec), and set *con to refer to it.
47 extern int getprevcon(char ** con);
[all...]
/external/javassist/src/main/javassist/
H A DURLClassPath.java78 URLConnection con = openClassfile0(classname);
79 if (con != null)
80 return con.getInputStream();
103 URLConnection con = openClassfile0(classname);
104 InputStream is = con.getInputStream();
107 return con.getURL();
134 URLConnection con = fetchClass0(host, port,
136 int size = con.getContentLength();
137 InputStream s = con.getInputStream();
174 URLConnection con
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Devent_analyzing_sample.py35 con = sqlite3.connect("/dev/shm/perf.db") variable
36 con.isolation_level = None
45 con.execute("""
52 con.execute("""
94 con.execute("insert into gen_events values(?, ?, ?, ?)",
99 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
108 con.close()
123 count = con.execute("select count(*) from gen_events")
132 commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
139 symbolq = con
[all...]
/external/oprofile/
H A Dpopt.h215 * @param con context
221 typedef void (*poptCallbackType) (poptContext con,
248 * @param con context
251 void poptResetContext(/*@null@*/poptContext con)
252 /*@modifies con @*/;
256 * @param con context
259 int poptGetNextOpt(/*@null@*/poptContext con)
261 /*@modifies con, fileSystem, internalState @*/;
265 * @param con context
269 const char * poptGetOptArg(/*@null@*/poptContext con)
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java39 HttpsURLConnection con = new MyHttpsURLConnection(new URL(
42 con.getPeerPrincipal();
49 HttpsURLConnection con = new MyHttpsURLConnection(null);
50 if (con.getLocalPrincipal() != null) {
64 HttpsURLConnection con = new MyHttpsURLConnection(null);
66 con.setHostnameVerifier(null);
80 HttpsURLConnection con = new MyHttpsURLConnection(null);
81 SSLSocketFactory sf = con.getSSLSocketFactory();
96 HttpsURLConnection con = new MyHttpsURLConnection(null);
98 con
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.c34 static void dispatch_data(DBusConnection *con) argument
36 while (dbus_connection_get_dispatch_status(con) ==
38 dbus_connection_dispatch(con);
54 DBusConnection *con = eloop_ctx; local
55 dispatch_data(con);
62 dbus_connection_ref(priv->con);
74 dispatch_data(priv->con);
78 dbus_connection_unref(priv->con);
201 if (sig != SIGPOLL || !priv->con)
204 if (dbus_connection_get_dispatch_status(priv->con) !
[all...]
H A Ddbus_common_i.h17 DBusConnection *con; member in struct:wpas_dbus_priv
/external/smack/src/org/jivesoftware/smackx/search/
H A DUserSearchManager.java38 * Connection con = new XMPPConnection("jabber.org");
39 * con.login("john", "doe");
40 * UserSearchManager search = new UserSearchManager(con, "users.jabber.org");
52 private Connection con; field in class:UserSearchManager
58 * @param con the Connection to use.
60 public UserSearchManager(Connection con) { argument
61 this.con = con;
73 return userSearch.getSearchForm(con, searchService);
86 return userSearch.sendSearchForm(con, searchFor
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DRosterExchangeManager.java51 private Connection con; field in class:RosterExchangeManager
59 * @param con a Connection which is used to send and receive messages.
61 public RosterExchangeManager(Connection con) { argument
62 this.con = con;
107 con.sendPacket(msg);
125 con.sendPacket(msg);
146 con.sendPacket(msg);
175 con.addPacketListener(packetListener, packetFilter);
179 if (con !
[all...]
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/default
23 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc
27 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_incomplete
31 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign
35 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F
39 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction
43 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign
47 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr
51 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/cop
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionNamespaceSupport.java77 Constructor con = null;
80 con = cl.getConstructor(m_sig);
88 con = cons[i];
93 // System.out.println("constructor " + con);
94 if (con != null)
95 handler = (ExtensionHandler)con.newInstance(m_args);

Completed in 467 milliseconds

123456