HomeSort by relevance Sort by last modified time
    Searched refs:con (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /external/libselinux/include/selinux/
label.h 86 * @con: returns the appropriate context with which to label the object
93 * The result is returned in the memory pointed to by @con and must be freed
96 int selabel_lookup(struct selabel_handle *handle, security_context_t *con,
98 int selabel_lookup_raw(struct selabel_handle *handle, security_context_t *con,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_internal.h 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length);
40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size);
41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
  /external/libselinux/src/
canonicalize_context.c 12 int security_canonicalize_context(const security_context_t con,
36 strncpy(buf, con, size);
47 strncpy(buf, con, size);
label.c 109 int selabel_lookup(struct selabel_handle *rec, security_context_t *con,
118 *con = strdup(lr->ctx_raw);
119 return *con ? 0 : -1;
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_internal.h 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length);
40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size);
41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 56 return (DiscoverItems)SyncPacketSend.getReply(con, items);
71 PubSub result = (PubSub)SyncPacketSend.getReply(con, request);
92 PubSub result = (PubSub)SyncPacketSend.getReply(con, request);
121 PubSub result = (PubSub)SyncPacketSend.getReply(con, request);
140 PubSub result = (PubSub)SyncPacketSend.getReply(con, request);
162 PubSub result = (PubSub)SyncPacketSend.getReply(con, request);
183 con.sendPacket(packet);
225 con.sendPacket(packet);
247 SyncPacketSend.getReply(con, packet);
299 SyncPacketSend.getReply(con, packet);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerFactoryTest.java 43 URLConnection con = url.openConnection(); local
46 con.getContent();
56 con.getContent(new Class[] {});
63 con.setContentHandlerFactory(factory);
70 con.setContentHandlerFactory(null);
  /external/libsepol/src/
port_record.c 16 sepol_context_t *con; member in struct:sepol_port
216 tmp_port->con = NULL;
237 if (port->con &&
238 (sepol_context_clone(handle, port->con, &new_port->con) < 0))
257 sepol_context_free(port->con);
267 return port->con;
273 sepol_port_t * port, sepol_context_t * con)
278 if (sepol_context_clone(handle, con, &newcon) < 0) {
283 sepol_context_free(port->con);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MessageEventManager.java 49 private Connection con; field in class:MessageEventManager
57 * @param con a Connection to a XMPP server.
59 public MessageEventManager(Connection con) {
60 this.con = con;
225 con.addPacketListener(packetListener, packetFilter);
243 con.sendPacket(msg);
261 con.sendPacket(msg);
279 con.sendPacket(msg);
297 con.sendPacket(msg)
    [all...]
  /system/core/libpixelflinger/
raster.cpp 27 static void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y);
28 static void ggl_rasterPos2i(void* con, GGLint x, GGLint y);
29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
40 void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y)
42 GGL_CONTEXT(c, con);
48 void ggl_rasterPos2i(void* con, GGLint x, GGLint y)
50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y));
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
56 GGL_CONTEXT(c, con);
146 GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4]
    [all...]
clear.cpp 92 static void ggl_clear(void* con, GGLbitfield mask)
94 GGL_CONTEXT(c, con);
146 static void ggl_clearColorx(void* con,
149 GGL_CONTEXT(c, con);
157 static void ggl_clearDepthx(void* con, GGLclampx depth)
159 GGL_CONTEXT(c, con);
164 static void ggl_clearStencil(void* con, GGLint s)
166 GGL_CONTEXT(c, con);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 55 typedef void (*blend_test_ptr_t)(const void *src, const void *dst, const void *con, void *res);
191 LLVMValueRef con; local
196 con = LLVMBuildLoad(builder, const_ptr, "const");
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
208 LLVMValueRef con[4]; local
216 con[i] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, const_ptr, &index, 1, ""), "");
218 lp_build_name(con[i], "con.%c", "rgba"[i]);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res);
243 const double *con,
488 uint8_t *src, *dst, *con, *res, *ref; local
560 uint8_t *src, *dst, *con, *res, *ref; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 55 typedef void (*blend_test_ptr_t)(const void *src, const void *dst, const void *con, void *res);
191 LLVMValueRef con; local
196 con = LLVMBuildLoad(builder, const_ptr, "const");
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
208 LLVMValueRef con[4]; local
216 con[i] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, const_ptr, &index, 1, ""), "");
218 lp_build_name(con[i], "con.%c", "rgba"[i]);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res);
243 const double *con,
488 uint8_t *src, *dst, *con, *res, *ref; local
560 uint8_t *src, *dst, *con, *res, *ref; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java 62 * @param con the current Connection.
68 public Form getSearchForm(Connection con, String searchService) throws XMPPException {
73 PacketCollector collector = con.createPacketCollector(new PacketIDFilter(search.getPacketID()));
74 con.sendPacket(search);
92 * @param con the current Connection.
99 public ReportedData sendSearchForm(Connection con, Form searchForm, String searchService) throws XMPPException {
105 PacketCollector collector = con.createPacketCollector(new PacketIDFilter(search.getPacketID()));
107 con.sendPacket(search);
117 return sendSimpleSearchForm(con, searchForm, searchService);
127 * @param con the current Connection
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c 1959 SSL *con=NULL; local
2562 SSL *con; local
    [all...]
s_client.c 213 static void print_stuff(BIO *berr,SSL *con,int full);
562 SSL *con=NULL; local
    [all...]
  /external/openssl/apps/
s_server.c 1959 SSL *con=NULL; local
2562 SSL *con; local
    [all...]
s_client.c 213 static void print_stuff(BIO *berr,SSL *con,int full);
563 SSL *con=NULL; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 35 self.con = sqlite.connect(":memory:")
36 self.cur = self.con.cursor()
41 self.con.close()
89 orig_text_factory = self.con.text_factory
91 self.con.text_factory = str
94 self.con.text_factory = orig_text_factory
97 orig_text_factory = self.con.text_factory
100 self.con.text_factory = sqlite.OptimizedUnicode
106 self.con.text_factory = orig_text_factory
131 self.con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_DECLTYPES
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 35 self.con = sqlite.connect(":memory:")
36 self.cur = self.con.cursor()
41 self.con.close()
89 orig_text_factory = self.con.text_factory
91 self.con.text_factory = str
94 self.con.text_factory = orig_text_factory
97 orig_text_factory = self.con.text_factory
100 self.con.text_factory = sqlite.OptimizedUnicode
106 self.con.text_factory = orig_text_factory
131 self.con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_DECLTYPES
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 165 URLConnection con = url.openConnection(); local
166 con.connect();
167 int size = con.getContentLength();
168 InputStream s = con.getInputStream();
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 9 static inline char *context_str (context_t con _UNUSED_PARAMETER_)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 388 dbus_connection_send(iface->con, _signal, NULL);
455 dbus_connection_send(iface->con, _signal, NULL);
491 dbus_connection_send(iface->con, _signal, NULL);
535 dbus_connection_send(iface->con, _signal, NULL);
593 dbus_connection_send(iface->con, _signal, NULL);
618 if (!dbus_connection_register_object_path(iface->con,
628 switch (dbus_bus_request_name(iface->con, WPAS_DBUS_SERVICE,
666 DBusConnection * con; local
676 con = ctrl_iface->con;
709 DBusConnection *con; local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 369 if (ex->Iex.Const.con->tag == Ico_F64i) {
372 IRExpr_Const(ex->Iex.Const.con)));
2972 union { IRTemp tmp; IRConst* con; } u; member in union:__anon29346::__anon29348
3145 IRConst* con; local
3546 Int con = 0; local
3582 Int i, con, con2; local
4204 IRConst* con; local
    [all...]
  /external/libsepol/include/sepol/
iface_record.h 42 sepol_iface_t * iface, sepol_context_t * con);
47 sepol_iface_t * iface, sepol_context_t * con);

Completed in 2370 milliseconds

1 23 4 5 6 7 8 910