HomeSort by relevance Sort by last modified time
    Searched refs:sid (Results 151 - 175 of 321) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 199 sp.sa_addr.pppoe.sid = conn->session;
269 sp.sa_addr.pppoe.sid = 0;
  /system/security/keystore/
auth_token_table.cpp 217 for (auto sid : sids) {
218 if (SatisfiesAuth(sid, auth_type)) return true;
  /external/selinux/libsepol/cil/src/
cil_verify.c 384 struct cil_sid *sid = node->data; local
385 if (sid->ordered == CIL_FALSE) {
386 cil_tree_log(node, CIL_ERR, "SID %s not in sidorder statement", sid->datum.name);
431 cil_log(CIL_ERR, "At least one initial sid must be defined in the policy\n");
436 struct cil_sid *sid = i->data; local
437 if (sid->context == NULL) {
438 struct cil_tree_node *node = sid->datum.nodes->head->data;
439 cil_tree_log(node, CIL_ERR, "No context assigned to SID %s declared",sid->datum.name)
    [all...]
cil_write_ast.c 489 struct cil_sid *sid = (struct cil_sid *)node->data; local
490 fprintf(cil_out, "(%s %s)\n", CIL_KEY_SID, sid->datum.name);
496 char *sid; local
500 sid = sidcon->sid_str;
513 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_SIDCONTEXT, sid, ctx_str);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 101 struct svga_winsys_surface *sid,
109 struct svga_winsys_surface *sid,
115 struct svga_winsys_surface *sid);
svga_resource_buffer_upload.c 203 SVGA_DBG(DEBUG_DMA, " --> got sid %p sz %d (buffer)\n",
216 SVGA_DBG(DEBUG_DMA, " ungrab sid %p sz %d\n",
263 swc->surface_relocation(swc, &invalidate_cmd->image.sid, NULL, sbuf->handle,
297 swc->surface_relocation(swc, &update_cmd->image.sid, NULL, sbuf->handle,
315 swc->surface_relocation(swc, &whole_update_cmd->body.image.sid, NULL,
383 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags);
476 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle);
702 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle);
svga_winsys.h 261 uint32 *sid,
474 * Returns the surface ID (sid). Surfaces are generic
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.cpp 424 /* reg::sid = stream_id */
425 src_reg sid(this, glsl_type::uint_type);
426 emit(MOV(dst_reg(sid), brw_imm_ud(stream_id)));
438 emit(SHL(dst_reg(mask), sid, shift_count));
    [all...]
  /external/selinux/libsepol/src/
kernel_to_cil.c 533 char *sid; local
544 i = isid->sid[0];
552 sid = strs_read_at_index(strs, i);
553 if (!sid) {
556 sepol_printf(out, "(sid %s)\n", sid);
562 sid = strs_read_at_index(strs, i);
563 if (!sid) {
569 prev = sid;
579 sepol_log_err("Error writing sid rules to CIL\n")
2483 const char *sid; local
    [all...]
kernel_to_conf.c 432 char *sid; local
442 i = isid->sid[0];
450 sid = strs_read_at_index(strs, i);
451 if (!sid) {
454 sepol_printf(out, "sid %s\n", sid);
460 sepol_log_err("Error writing sid rules to policy.conf\n");
2343 const char *sid; local
    [all...]
  /frameworks/av/drm/libmediadrm/tests/
DrmMetrics_test.cpp 245 for (const auto& sid : { hexSessionId1, hexSessionId2 }) {
248 EXPECT_TRUE(start_times.getLong(sid, &start_time));
249 EXPECT_TRUE(end_times.getLong(sid, &end_time));
  /external/freetype/src/cff/
cffload.c 657 FT_UInt sid )
660 if ( sid == 0xFFFFU )
664 if ( sid > 390 )
665 return cff_index_get_string( font, sid - 391 );
672 return (FT_String *)font->psnames->adobe_std_strings( sid );
961 /* Read the first glyph sid of the range. */
980 FT_ERROR(( "cff_charset_load: invalid SID range trimmed"
1826 FT_UInt sid = encoding->sids[j]; local
    [all...]
  /external/selinux/checkpolicy/
policy_scan.l 78 SID |
79 sid { return(SID); }
checkpolicy.c 124 static int print_sid(sepol_security_id_t sid,
133 rc = sepol_sid_to_context(sid, &scontext, &scontext_len);
135 printf("sid %d -> error %d\n", sid, rc);
137 printf("sid %d -> scontext %s\n", sid, scontext);
715 printf("source sid? ");
719 printf("target sid? ");
780 printf("\ninvalid sid\n");
787 printf("sid? ")
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 281 void AddSctpDataStream(int sid) override;
282 void RemoveSctpDataStream(int sid) override;
  /hardware/interfaces/broadcastradio/common/utils2x/
Utils.cpp 250 auto sid = val & 0xFFFF; // 16bit
253 expect(sid != 0u, "DAB SId != 0");
266 expect(val != 0u, "DRM SId != 0");
270 expect(val != 0u, "SXM SId != 0");
  /external/mesa3d/src/amd/common/
ac_binary.c 37 #include <sid.h>
  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 50 sid kernel
693 sid kernel gen_context(system_u:system_r:sys_foo_t, s0)
  /external/webrtc/webrtc/p2p/base/
portallocator.h 190 const std::string& sid,
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 751 u8 *sid; local
756 sid = os_memdup(data->session_id, data->id_len);
757 if (sid == NULL)
761 return sid;
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 75 const u8 *sid, size_t sid_len, u8 *ckn);
  /frameworks/rs/
rs.spec 489 param RsScript sid
497 param RsScript sid
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 534 union squashfs_inode_header id, sid; local
536 *sinodeb = &sid.base;
558 struct squashfs_reg_inode_header *sinodep = &sid.reg;
611 struct squashfs_lreg_inode_header *sinodep = &sid.lreg;
662 struct squashfs_dir_inode_header *sinodep = &sid.dir;
699 struct squashfs_ldir_inode_header *sinodep = &sid.ldir;
743 &sid.symlink;
780 struct squashfs_dev_inode_header *sinodep = &sid.dev;
813 struct squashfs_ipc_inode_header *sinodep = &sid.ipc;
    [all...]

Completed in 684 milliseconds

1 2 3 4 5 67 8 91011>>