HomeSort by relevance Sort by last modified time
    Searched defs:con (Results 76 - 100 of 195) sorted by null

1 2 34 5 6 7 8

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 397 dbus_connection_send(iface->con, _signal, NULL);
456 dbus_connection_send(iface->con, _signal, NULL);
492 dbus_connection_send(iface->con, _signal, NULL);
535 dbus_connection_send(iface->con, _signal, NULL);
592 dbus_connection_send(iface->con, _signal, NULL);
617 if (!dbus_connection_register_object_path(iface->con,
626 switch (dbus_bus_request_name(iface->con, WPAS_DBUS_SERVICE,
665 DBusConnection * con; local
675 con = ctrl_iface->con;
709 DBusConnection *con; local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DeviceAdminServiceController.java 217 final DevicePolicyServiceConnection con = mConnections.valueAt(i); local
218 con.dump(prefix + " ", pw);
  /libcore/ojluni/src/main/java/java/sql/
DriverManager.java 569 Connection con = aDriver.driver.connect(url, info); local
570 if (con != null) {
573 return (con);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSP.java 223 HttpURLConnection con = (HttpURLConnection)url.openConnection(); local
224 con.setConnectTimeout(CONNECT_TIMEOUT);
225 con.setReadTimeout(CONNECT_TIMEOUT);
226 con.setDoOutput(true);
227 con.setDoInput(true);
228 con.setRequestMethod("POST");
229 con.setRequestProperty
231 con.setRequestProperty
233 out = con.getOutputStream();
238 con.getResponseCode() != HttpURLConnection.HTTP_OK)
    [all...]
  /system/netd/server/
IptablesRestoreControllerTest.cpp 48 IptablesRestoreController con; member in class:IptablesRestoreControllerTest
49 int mDefaultMaxRetries = con.MAX_RETRIES;
50 int mDefaultPollTimeoutMs = con.POLL_TIMEOUT_MS;
63 con.MAX_RETRIES = mDefaultMaxRetries;
64 con.POLL_TIMEOUT_MS = mDefaultPollTimeoutMs;
69 con.Init();
73 return con.getIpRestorePid(type);
112 int ret = con.execute(V4V6, Join(createCommands, "\n"), nullptr);
125 con.execute(V4V6, Join(deleteCommands, "\n"), nullptr);
152 con.MAX_RETRIES = maxRetries
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 718 struct connector con; local
724 memset(&con, 0, sizeof(struct connector));
734 con.crtc = -1;
736 &con.id,
737 con.mode_str) != 2 &&
739 &con.id,
740 &con.crtc,
741 con.mode_str) != 3)
770 connector_find_mode(dev->fd, &con, resources);
773 if (!con.mode)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 49 const void *dst, const void *con, void *res);
157 LLVMValueRef con; local
178 con = LLVMBuildLoad(builder, const_ptr, "const");
181 src1, NULL, dst, NULL, con, NULL, swizzle, 4);
202 const double *con,
240 term[0] = factor[0] * con[0]; /* R */
241 term[1] = factor[1] * con[1]; /* G */
242 term[2] = factor[2] * con[2]; /* B */
245 term[0] = factor[0] * con[3]; /* R */
246 term[1] = factor[1] * con[3]; /* G *
468 uint8_t *src, *src1, *dst, *con, *res, *ref; local
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 56 struct rbug_connection *con; member in struct:rbug_rbug
193 rbug_send_texture_list_reply(tr_rbug->con, serial, texs, i, NULL);
225 rbug_send_texture_info_reply(tr_rbug->con, serial,
277 rbug_send_texture_read_reply(tr_rbug->con, serial,
312 rbug_send_context_list_reply(tr_rbug->con, serial, ctxs, i, NULL);
348 rbug_send_context_info_reply(tr_rbug->con, serial,
541 rbug_send_shader_list_reply(tr_rbug->con, serial, shdrs, i, NULL);
585 rbug_send_shader_info_reply(tr_rbug->con, serial,
722 rbug_send_ping_reply(tr_rbug->con, serial, NULL);
774 rbug_send_error_reply(tr_rbug->con, serial, ret, NULL)
    [all...]
  /external/selinux/libselinux/src/
matchpathcon.c 81 static int add_array_elt(char *con)
102 con_array[con_array_used] = strdup(con);
431 int matchpathcon(const char *path, mode_t mode, char ** con)
448 selabel_lookup_raw(hnd, con, path, mode) :
449 selabel_lookup(hnd, con, path, mode);
452 int matchpathcon_index(const char *name, mode_t mode, char ** con)
454 int i = matchpathcon(name, mode, con);
459 return add_array_elt(*con);
492 char * con = NULL; local
507 rc = lgetfilecon_raw(path, &con);
    [all...]
avc.c 136 char * con; local
138 rc = security_get_initial_context_raw(name, &con);
141 rc = avc_context_to_sid_raw(con, sid);
143 freecon(con);
selinux_restorecon.c 401 char *con; /* matched context */ member in struct:file_spec
413 static int filespec_add(ino_t ino, const char *con, const char *file)
432 freecon(fl->con);
437 fl->con = strdup(con);
438 if (!fl->con)
443 if (strcmp(fl->con, con) == 0)
448 file, fl->file, fl->con);
464 fl->con = strdup(con)
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 344 static int my_getXcon_raw(pid_t pid, security_context_t * con, const char *val)
360 *con = NULL;
361 if (ptr) { /* return *con = NULL, when proc file is empty */
367 if (*ptr && !(*con = strdup(ptr)))
374 static int my_getpidexeccon_raw(pid_t pid, security_context_t * con)
376 return (my_getXcon_raw(pid, con, "exec"));
378 static int my_getpidfscreatecon_raw(pid_t pid, security_context_t * con)
380 return (my_getXcon_raw(pid, con, "fscreate"));
382 static int my_getpidkeycreatecon_raw(pid_t pid, security_context_t * con)
384 return (my_getXcon_raw(pid, con, "keycreate"))
390 security_context_t con = NULL, con_tmp; local
626 context_t con = NULL; local
    [all...]
  /external/selinux/sandbox/
seunshare.c 440 security_context_t con = NULL; local
459 if (fgetfilecon(fd_s, &con) == -1) {
515 if (fsetfilecon(fd_t, con) == -1) {
543 freecon(con); con = NULL;
572 context_t con; local
573 con = context_new(execcon);
574 const char *mcs = context_range_get(con);
611 context_free(con);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 242 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); local
247 if (dir == BluetoothShare.DIRECTION_OUTBOUND && con == null) {
248 con = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED;
250 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) {
251 con = BluetoothShare.USER_CONFIRMATION_PENDING;
253 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
  /external/apache-http/android/src/android/net/http/
RequestQueue.java 168 Connection con = mIdleCache.getConnection(host); local
169 if (con == null) {
171 con = Connection.getConnection(mContext, host, mProxyHost,
174 return con;
  /external/openssh/
ssh-keyscan.c 107 } con; typedef in typeref:struct:Connection
110 con *fdcon;
112 static void keyprint(con *c, struct sshkey *key);
192 keygrab_ssh1(con *c)
240 con *c;
265 keygrab_ssh2(con *c)
342 keyprint(con *c, struct sshkey *key)
468 con *c = &fdcon[s];
483 con *c = &fdcon[s];
564 con *c = &fdcon[s]
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 278 Context con = getActivity().createPackageContext("com.android.systemui", 0); local
279 int id = con.getResources().getIdentifier("config_show4GForLTE",
281 show4GForLTE = con.getResources().getBoolean(id);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 369 SQLiteConnection con = waitForConnection(sql, connectionFlags, cancellationSignal); local
372 mIdleConnectionHandler.connectionAcquired(con);
375 return con;
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 608 URLConnection con = arg0.openConnection(); local
609 con.setDoInput(true);
610 con.connect();
611 return con;
639 URLConnection con = arg0.openConnection(); local
640 con.setDoInput(true);
641 con.connect();
642 return con;
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 430 Connection con = meta.getConnection(); local
431 assertTrue(con.isClosed());
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 785 JSONObject con = new JSONObject(); local
787 con.put("ResponseCode", data.getResponseCode());
788 con.put("ResponseMessage", data.getResponseMessage());
791 return con;
793 con.put("ContentLength", data.getContentLength());
794 con.put("ContentEncoding", data.getContentEncoding());
795 con.put("ContentType", data.getContentType());
796 con.put("Date", data.getDate());
797 con.put("ReadTimeout", data.getReadTimeout());
798 con.put("HeaderFields", buildJsonMap(data.getHeaderFields()))
    [all...]
  /external/valgrind/VEX/priv/
host_x86_defs.c 824 X86Instr* X86Instr_SseConst ( UShort con, HReg dst ) {
827 i->Xin.SseConst.con = con;
3042 UShort con = i->Xin.SseConst.con; local
    [all...]
  /external/valgrind/coregrind/
m_translate.c 286 Long delta, con; local
313 # define GET_CONST(con) \
314 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
315 : (Long)(con->Ico.U64))
426 con = GET_CONST(e->Iex.Binop.arg2->Iex.Const.con);
429 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
431 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 208 Context con = super.getContext(); local
210 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
223 Context con = super.getContext(); local
224 File file = new File(con.getCacheDir(), fileName);
407 Context con = super.getContext(); local
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 243 Connection con = md.getConnection(); local
244 assertEquals(conn, con);
    [all...]

Completed in 1286 milliseconds

1 2 34 5 6 7 8