/external/chromium_org/third_party/libxslt/libxslt/ |
security.c | 106 * @sec: the security block to free 111 xsltFreeSecurityPrefs(xsltSecurityPrefsPtr sec) { 112 if (sec == NULL) 114 xmlFree(sec); 119 * @sec: the security block to update 128 xsltSetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option, 131 if (sec == NULL) 135 sec->readFile = func; return(0); 137 sec->createFile = func; return(0); 139 sec->createDir = func; return(0) [all...] |
security.h | 51 typedef int (*xsltSecurityCheck) (xsltSecurityPrefsPtr sec, 61 xsltFreeSecurityPrefs (xsltSecurityPrefsPtr sec); 63 xsltSetSecurityPrefs (xsltSecurityPrefsPtr sec, 67 xsltGetSecurityPrefs (xsltSecurityPrefsPtr sec, 71 xsltSetDefaultSecurityPrefs (xsltSecurityPrefsPtr sec); 76 xsltSetCtxtSecurityPrefs (xsltSecurityPrefsPtr sec, 80 xsltSecurityAllow (xsltSecurityPrefsPtr sec, 84 xsltSecurityForbid (xsltSecurityPrefsPtr sec, 91 xsltCheckWrite (xsltSecurityPrefsPtr sec, 95 xsltCheckRead (xsltSecurityPrefsPtr sec, [all...] |
/external/libxslt/libxslt/ |
security.c | 106 * @sec: the security block to free 111 xsltFreeSecurityPrefs(xsltSecurityPrefsPtr sec) { 112 if (sec == NULL) 114 xmlFree(sec); 119 * @sec: the security block to update 128 xsltSetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option, 131 if (sec == NULL) 135 sec->readFile = func; return(0); 137 sec->createFile = func; return(0); 139 sec->createDir = func; return(0) [all...] |
security.h | 51 typedef int (*xsltSecurityCheck) (xsltSecurityPrefsPtr sec, 61 xsltFreeSecurityPrefs (xsltSecurityPrefsPtr sec); 63 xsltSetSecurityPrefs (xsltSecurityPrefsPtr sec, 67 xsltGetSecurityPrefs (xsltSecurityPrefsPtr sec, 71 xsltSetDefaultSecurityPrefs (xsltSecurityPrefsPtr sec); 76 xsltSetCtxtSecurityPrefs (xsltSecurityPrefsPtr sec, 80 xsltSecurityAllow (xsltSecurityPrefsPtr sec, 84 xsltSecurityForbid (xsltSecurityPrefsPtr sec, 91 xsltCheckWrite (xsltSecurityPrefsPtr sec, 95 xsltCheckRead (xsltSecurityPrefsPtr sec, [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CSemaphore.h | 54 bool wait(int sec);
|
CSemaphore.cpp | 67 bool CSemaphore::wait(int sec) 71 if (sec < 0) 72 sec = LONG_MAX; 74 tm.tv_sec += sec;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
spray.x | 44 unsigned int sec;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.x | 44 unsigned int sec;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.x | 44 unsigned int sec;
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslsecur.c | 240 ssl_ResetSecurityInfo(&ss->sec, PR_TRUE); 931 ss->sec.blockSize = 1; 932 ss->sec.blockShift = 0; 935 status = sslBuffer_Grow(&ss->sec.writeBuf, 4096); 944 ss->sec.send = os->sec.send; 945 ss->sec.isServer = os->sec.isServer; 946 ss->sec.keyBits = os->sec.keyBits 1182 sslSecurityInfo *sec; local [all...] |
sslauth.c | 24 if (ss->opt.useSecurity && ss->sec.peerCert) { 25 return CERT_DupCertificate(ss->sec.peerCert); 45 if (!ss->opt.useSecurity || !ss->sec.peerCert) { 53 cert = CERT_DupCertificate(ss->sec.peerCert); 83 if (ss->sec.localCert) { 84 return CERT_DupCertificate(ss->sec.localCert); 86 if (ss->sec.ci.sid && ss->sec.ci.sid->localCert) { 87 return CERT_DupCertificate(ss->sec.ci.sid->localCert); 122 cipherName = ssl_cipherName[ss->sec.cipherType] [all...] |
sslgathr.c | 20 ** and is to be called multiple times until ss->sec.recordLen != 0. 76 PORT_Assert(ss->sec.hash != 0); 197 - ss->sec.hash->length; 226 if (gs->count & (ss->sec.blockSize - 1)) { 230 ss->sec.blockSize)); 245 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset, 256 macLen = ss->sec.hash->length; 258 PRUint32 sequenceNumber = ss->sec.rcvSequence++; 266 (*ss->sec.hash->begin)(ss->sec.hashcx) [all...] |
sslcon.c | 428 ssl2_CreateMAC(sslSecurityInfo *sec, SECItem *readKey, SECItem *writeKey, 439 sec->hash = HASH_GetHashObject(HASH_AlgMD5); 440 SECITEM_CopyItem(0, &sec->sendSecret, writeKey); 441 SECITEM_CopyItem(0, &sec->rcvSecret, readKey); 448 sec->hashcx = (*sec->hash->create)(); 449 if (sec->hashcx == NULL) 470 if (len > ss->sec.ci.sendBuf.space) { 471 rv = sslBuffer_Grow(&ss->sec.ci.sendBuf, len); 510 rv = (*ss->sec.send)(ss, msg, sizeof(msg), 0) [all...] |
/external/iproute2/examples/ |
cbqinit.eth1 | 21 # est 1sec 8sec means, that kernel will evaluate average rate 22 # on this class with period 1sec and time constant 8sec. 25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \ 35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \ 47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq [all...] |
/external/tcpdump/ |
print-timed.c | 51 long sec, usec; local 89 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec); 95 if (sec < 0 && usec != 0) { 96 sec++; 97 if (sec == 0) 101 printf("%ld.%06ld", sec, usec);
|
/frameworks/av/services/audioflinger/ |
AudioWatchdog.cpp | 67 time_t sec = newTs.tv_sec - mOldTs.tv_sec; local 70 --sec; 74 // cycleNs is same as sec*1e9 + nsec, but limited to about 4 seconds 76 if (sec > 0) { 77 if (sec < 4) { 78 cycleNs += sec * 1000000000; 83 mLogTs.tv_sec += sec;
|
/external/valgrind/main/coregrind/ |
m_transtab.c | 181 // sec->ec2tte[ tte2ec_ec[i] ][ tte2ec_ix[i] ] 648 Sector* sec = §ors[sno]; 649 XArray* /* of HostExtent */ host_extents = sec->host_extents; 669 if (sec->tt[tteNo].status == Deleted) 671 vg_assert(sec->tt[tteNo].status == InUse); 675 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode); 1217 Sector* sec; local 1299 Sector* sec; local 1820 Sector* sec; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
SDL_syscond.c | 126 int sec; local 135 sec = ms/1000; 136 ev = pth_event(PTH_EVENT_TIME, pth_timeout(sec,(ms-sec*1000)*1000));
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_common.h | 48 #define TIME_SET(time, sec, microsec) time = sec 80 #define TIME_SET(time, sec, microsec) \ 81 ((time).tv_sec = (sec)), ((time).tv_usec = (microsec))
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
StringUtils.java | 117 final long sec = time / 1000;
local 120 return String.format("%02d:%02d:%02d.%01d", hours, mins, sec, time);
136 final long sec = time / 1000;
local 137 return String.format("%02d:%02d:%02d", hours, mins, sec);
153 final long sec = time / 1000;
local 157 return String.format(context.getString(R.string.seconds), sec);
159 return String.format(context.getString(R.string.minute_and_seconds), sec);
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 16 void os_sleep(os_time_t sec, os_time_t usec) 18 if (sec) 19 Sleep(sec * 1000); 43 t->sec = (os_time_t) (tt / 1000000); 50 int os_mktime(int year, int month, int day, int hour, int min, int sec, 58 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || 59 sec > 60) 68 tm.tm_sec = sec; 98 tm->sec = tm2->tm_sec;
|
/art/test/048-server-socket/src/ |
Main.java | 25 private static void snooze(int sec) { 27 Thread.sleep(sec * 1000);
|
/bionic/libc/kernel/common/linux/ |
ktime.h | 30 s32 sec, nsec; member in struct:__anon427::__anon428 32 s32 nsec, sec;
|
/dalvik/tests/048-server-socket/src/ |
Main.java | 11 private static void snooze(int sec) { 13 Thread.sleep(sec * 1000);
|
/development/ndk/platforms/android-3/include/linux/ |
ktime.h | 23 s32 sec, nsec; member in struct:__anon1085::__anon1086 25 s32 nsec, sec;
|