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

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 557 char *sid = NULL; local
563 sid = getID(id, resname, sid);
565 sid = getID(id, NULL, sid);
570 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
592 return sid;
625 char *sid = NULL; local
633 sid = printContainer(res, trans_unit, NULL, NULL, id, status)
661 char *sid = NULL; local
692 char* sid = NULL; local
729 char* sid = NULL; local
778 char* sid = NULL; local
807 char* sid = NULL; local
930 char* sid = NULL; local
    [all...]
  /external/libvncserver/libvncclient/
h264.c 46 static int sid = 0; variable
184 sid = 0;
301 DebugLog(("%s: frame_id=%d va_surface_id[%d]=0x%x field_order_count=%d\n", __FUNCTION__, frame_id, sid, va_surface_id[sid], field_order_count));
303 va_picture_h264.picture_id = va_surface_id[sid];
310 if (va_pic_param_buf_id[sid] == VA_INVALID_ID) {
311 va_status = vaCreateBuffer(va_dpy, va_context_id, VAPictureParameterBufferType, sizeof(VAPictureParameterBufferH264), 1, NULL, &va_pic_param_buf_id[sid]);
314 CHECK_SURF(va_surface_id[sid]);
317 va_status = vaMapBuffer(va_dpy, va_pic_param_buf_id[sid], (void **)&pic_param_buf);
333 va_status = vaUnmapBuffer(va_dpy, va_pic_param_buf_id[sid]);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
CachedSyntheticPasswordTests.java 63 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); local
75 assertNotEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
83 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); local
88 assertNotEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
124 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); local
130 assertEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
LockSettingsServiceTests.java 73 final long sid = 1234; local
75 initializeStorageWithCredential(PRIMARY_USER_ID, "password", CREDENTIAL_TYPE_PASSWORD, sid);
84 assertVerifyCredentials(PRIMARY_USER_ID, "password", CREDENTIAL_TYPE_PASSWORD, sid);
134 // Change primary password and verify that profile SID remains
203 final long sid = 1234; local
204 initializeStorageWithCredential(userId, oldCredential, oldType, sid);
206 assertVerifyCredentials(userId, newCredential, newType, sid);
209 private void assertVerifyCredentials(int userId, String credential, int type, long sid)
216 if (sid != -1) assertEquals(sid, mGateKeeperService.getSecureUserId(userId))
    [all...]
  /external/selinux/libselinux/src/
avc_sidtab.h 3 * of security context structures indexed by SID value.
31 const char * ctx, security_id_t * sid) hidden;
selinuxswig_ruby.i 15 /* return a sid along with the result */
16 %typemap(argout) (security_id_t * sid) {
  /external/valgrind/include/vki/
vki-xen-xsm.h 34 /* IN/OUT: sid to convert to/from string */
35 vki_uint32_t sid; member in struct:vki_xen_flask_sid_context
  /external/webrtc/webrtc/p2p/base/
portallocator.cc 32 const std::string& sid,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 40 * Resolves the unknown MCC with SID and Timezone information.
42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) {
45 // check if SID exists in arbitrary_mcc_sid_match table.
47 // be used by a specific operator, other operators having the same SID are
48 // not using it currently, if that SID is in this table, we don't need to
52 ArbitraryMccSidMatch.SID + "=" + sid, null, null);
74 // Then check if SID exists in mcc_sid_conflict table.
78 MccSidConflicts.SID_CONFLICT + "=" + sid + " and (((" +
88 Rlog.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3)
    [all...]
  /external/selinux/libsepol/src/
services.c 1039 ERR(NULL, "unrecognized SID %d", oldsid);
1045 ERR(NULL, "unrecognized SID %d", newsid);
1051 ERR(NULL, "unrecognized SID %d", tasksid);
1092 ERR(NULL, "unrecognized SID %d", oldsid);
1098 ERR(NULL, "unrecognized SID %d", newsid);
1104 ERR(NULL, "unrecognized SID %d", tasksid);
1141 ERR(NULL, "unrecognized SID %d", ssid);
1147 ERR(NULL, "unrecognized SID %d", tsid);
1177 ERR(NULL, "unrecognized SID %d", ssid);
1183 ERR(NULL, "unrecognized SID %d", tsid)
2167 sepol_security_id_t *mysids, *mysids2, sid; local
    [all...]
  /bionic/libc/include/bits/
termios_inlines.h 107 pid_t sid; local
108 return (ioctl(fd, TIOCGSID, &sid) == -1) ? -1 : sid;
  /external/selinux/libsepol/include/sepol/policydb/
services.h 44 * Compute access vectors based on a SID pair for
113 * Compute a SID to use for labeling a new object in the
114 * class `tclass' based on a SID pair.
122 * Compute a SID to use when selecting a member of a
124 * a SID pair.
132 * Compute a SID to use for relabeling an object in the
133 * class `tclass' based on a SID pair.
142 * the context associated with `sid' into a dynamically
147 extern int sepol_sid_to_context(sepol_security_id_t sid, /* IN */
152 * Return a SID associated with the security context tha
    [all...]
  /external/toybox/toys/posix/
kill.c 92 int pid, sid; local
106 sid = getsid(pid = getpid());
117 if (pid == procpid || sid == procsid || procpid == 1) continue;
  /system/security/keystore/
auth_token_table.h 53 AUTH_TOKEN_WRONG_SID = -3, // Found a token with the right challenge, but wrong SID. This
134 bool SatisfiesAuth(uint64_t sid, HardwareAuthenticatorType auth_type) const {
135 return (sid == token_.userId || sid == token_.authenticatorId) &&
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 305 uint32 sid; member in struct:__anon29821
331 uint32 sid; member in struct:__anon29822
359 uint32 sid; member in struct:__anon29823
417 uint32 sid; member in struct:__anon29828
739 uint32 indexBufferSid; /* Valid index buffer sid. */
808 uint32 sid; member in struct:__anon29846
1112 uint32 sid; member in struct:__anon29872
1123 uint32 sid; member in struct:__anon29873
1131 uint32 sid; member in struct:__anon29874
1403 uint32 sid; member in struct:__anon29884
1598 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface
1616 uint32 sid; member in struct:SVGA3dCmdDestroyGBSurface
1628 uint32 sid; member in struct:SVGA3dCmdBindGBSurface
1637 uint32 sid; member in struct:SVGA3dCmdBindGBSurfaceWithPitch
1657 uint32 sid; member in struct:SVGA3dCmdCondBindGBSurface
1687 uint32 sid; member in struct:SVGA3dCmdUpdateGBSurface
1713 uint32 sid; member in struct:SVGA3dCmdReadbackGBSurface
1757 uint32 sid; member in struct:SVGA3dCmdInvalidateGBSurface
    [all...]
svga3d_dx.h 215 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXSetSingleConstantBuffer
319 SVGA3dSurfaceId sid; member in struct:SVGA3dVertexBuffer
338 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXSetIndexBuffer
532 SVGA3dSurfaceId sid; member in struct:SVGA3dSoTarget
672 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface_v2
692 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXUpdateSubResource
706 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXReadbackSubResource
719 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXInvalidateSubResource
793 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXBufferUpdate
850 SVGA3dSurfaceId sid; member in struct:__anon29914
864 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineShaderResourceView
909 SVGA3dSurfaceId sid; member in struct:__anon29919
923 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineRenderTargetView
952 SVGA3dSurfaceId sid; member in struct:__anon29920
971 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineDepthStencilView
1443 uint32 sid; member in struct:SVGA3dConstantBufferBinding
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.h 15 const u8 *mac2, const u8 *sid,
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 68 * @param sid CDMA System Id 0..32767
77 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat) {
78 this(nid, sid, bid, lon, lat, null, null);
84 * @param sid CDMA System Id 0..32767
95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, String alphal,
99 mSystemId = sid;
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 35 sid_t sid; member in struct:pppoe_addr
108 __be16 sid; member in struct:pppoe_hdr
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 44 sid_t sid; /* Session identifier */ member in struct:pppoe_addr
151 __be16 sid; member in struct:pppoe_hdr
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 259 const u8 *addr, u8 *sid, size_t *len)
277 os_memcpy(sid, session_id, need_len);
316 u8 *sid; local
331 sid = os_zalloc(sid_len);
334 if (!msk || !sid || !ckn || !cak)
343 if (ieee802_1x_auth_get_session_id(wpa_s, wpa_s->bssid, sid, &sid_len))
363 peer_addr, sid, sid_len,
379 os_free(sid);
  /frameworks/base/services/core/jni/
com_android_server_locksettings_SyntheticPasswordManager.cpp 43 jlong sid = handle->user_id; local
45 return sid;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 40 sid_t sid; /* Session identifier */ member in struct:pppoe_addr
135 __be16 sid; member in struct:pppoe_hdr
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 31 sid=99998,
36 self.sid = sid
84 'Sid' : dbus.types.UInt32(0),
260 'ActivationState', 'Sid', and 'Nid' properties accordingly.
268 sid = network.sid
278 sid = 0
284 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'Sid', sid)
    [all...]
  /system/core/gatekeeperd/
gatekeeperd.cpp 72 void store_sid(uint32_t uid, uint64_t sid) {
80 write(fd, &sid, sizeof(sid));
113 void maybe_store_sid(uint32_t uid, uint64_t sid) {
117 store_sid(uid, sid);
123 uint64_t sid; local
127 read(fd, &sid, sizeof(sid));
129 return sid;

Completed in 828 milliseconds

12 3 4 5 6 7 8 91011>>