/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxSessionManager.java | 47 static class SessionKey { 103 public SessionKey getSessionKey(String callingUid, Class learnerClass, String name) { 104 SessionKey key = new SessionKey(); 109 public IBinder getSessionBinder(Class learnerClass, SessionKey key) { 147 SessionKey skey = new SessionKey(); 155 public boolean saveSession(SessionKey key) {
|
BordeauxService.java | 127 BordeauxSessionManager.SessionKey key =
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fwpmtypes.h | 57 GUID sessionKey; 75 GUID sessionKey; 162 GUID sessionKey; 342 GUID sessionKey; 373 GUID sessionKey; 400 GUID sessionKey; 558 GUID sessionKey;
|
subauth.h | 222 USER_SESSION_KEY SessionKey;
|
ntsecapi.h | [all...] |
/external/libxml2/result/ |
att8 | 2 <ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/" ino:sessionid="556" ino:sessionkey="1590469677"><xql:query>/bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]</xql:query><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processing</ino:messageline></ino:message><xql:result><bsk:DocPart xmlns:bsk="http://www.heitec.net/sara4/tamino/basket" docId="20040308152601345236" docPartNo="1" ino:id="15290"><bsk:File name="4898WPZEO2M65" size="75195"> </bsk:File></bsk:DocPart></xql:result><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processed</ino:messageline></ino:message></ino:response>
|
att8.sax | 3 SAX.startElement(ino:response, xmlns:ino='http://namespaces.softwareag.com/tamino/response2', xmlns:xql='http://metalab.unc.edu/xql/', ino:sessionid='556', ino:sessionkey='1590469677')
|
att8.sax2 | 3 SAX.startElementNs(response, ino, 'http://namespaces.softwareag.com/tamino/response2', 2, xmlns:ino='http://namespaces.softwareag.com/tamino/response2', xmlns:xql='http://metalab.unc.edu/xql/', 2, 0, ino:sessionid='556"...', 3, ino:sessionkey='1590...', 10)
|
/external/libxml2/result/noent/ |
att8 | 2 <ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/" ino:sessionid="556" ino:sessionkey="1590469677"><xql:query>/bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]</xql:query><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processing</ino:messageline></ino:message><xql:result><bsk:DocPart xmlns:bsk="http://www.heitec.net/sara4/tamino/basket" docId="20040308152601345236" docPartNo="1" ino:id="15290"><bsk:File name="4898WPZEO2M65" size="75195"> </bsk:File></bsk:DocPart></xql:result><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processed</ino:messageline></ino:message></ino:response>
|
/frameworks/base/services/core/java/com/android/server/audio/ |
RecordingActivityMonitor.java | 149 final Integer sessionKey = new Integer(session); 150 if (mRecordConfigs.containsKey(sessionKey)) { 154 if (updatedConfig.equals(mRecordConfigs.get(sessionKey))) { 158 mRecordConfigs.remove(sessionKey); 159 mRecordConfigs.put(sessionKey, updatedConfig); 163 mRecordConfigs.put(sessionKey,
|
/external/libxml2/test/ |
att8 | 1 <?xml version="1.0" encoding="ISO-8859-1"?><ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/" ino:sessionid="556" ino:sessionkey="1590469677"><xql:query>/bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]</xql:query><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processing</ino:messageline></ino:message><xql:result><bsk:DocPart docId="20040308152601345236" docPartNo="1" ino:id="15290" xmlns:bsk="http://www.heitec.net/sara4/tamino/basket"><bsk:File name="4898WPZEO2M65" size="75195"> </bsk:File></bsk:DocPart></xql:result><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processed</ino:messageline></ino:message></ino:response>
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
common.go | 209 Get(sessionKey string) (session *ClientSessionState, ok bool) 212 Put(sessionKey string, cs *ClientSessionState) 608 sessionKey string 628 // Put adds the provided (sessionKey, cs) pair to the cache. 629 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) { 633 if elem, ok := c.m[sessionKey]; ok { 641 entry := &lruSessionCacheEntry{sessionKey, cs} 642 c.m[sessionKey] = c.q.PushFront(entry) 648 delete(c.m, entry.sessionKey) 649 entry.sessionKey = sessionKe [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
common.go | 209 Get(sessionKey string) (session *ClientSessionState, ok bool) 212 Put(sessionKey string, cs *ClientSessionState) 608 sessionKey string 628 // Put adds the provided (sessionKey, cs) pair to the cache. 629 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) { 633 if elem, ok := c.m[sessionKey]; ok { 641 entry := &lruSessionCacheEntry{sessionKey, cs} 642 c.m[sessionKey] = c.q.PushFront(entry) 648 delete(c.m, entry.sessionKey) 649 entry.sessionKey = sessionKe [all...] |
/external/boringssl/src/ssl/test/runner/ |
common.go | 232 Get(sessionKey string) (session *ClientSessionState, ok bool) 235 Put(sessionKey string, cs *ClientSessionState) [all...] |
/external/libmicrohttpd/src/microhttpd/ |
digestauth.c | 88 * result in 'sessionkey'. 96 * @param sessionkey pointer to buffer of HASH_MD5_HEX_LEN+1 bytes 105 char *sessionkey) 127 cvthex (ha1, sizeof (ha1), sessionkey);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndiswan.h | 187 UCHAR SessionKey[8];
|
/external/tpm2/ |
Session.c | 369 // a sessionKey. 372 // sessionKey = KDFa(hash, (authValue || seed), "ATH", nonceTPM, 382 // Get hash size, which is also the length of sessionKey 390 session->sessionKey.t.size = hashSize; 393 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL); [all...] |
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 144 unsigned char sessionKey[KEY_SIZE]; 255 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS, [all...] |
/system/tpm/trunks/ |
hmac_authorization_delegate.cc | 228 // SessionKey is set to the empty string for unsalted and
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 114 public static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey"; 325 String sessionkey = intent.getStringExtra(EXTRA_SESSION_KEY); local 326 notifyAuthKeyInput(sessionkey); [all...] |
/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/ |
jobb-24.4.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/ |
jobb-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/ |
jobb-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/ |
jobb-25.0.0.jar | |