/external/pdfium/fpdfsdk/src/javascript/ |
D | global.cpp | 234 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NUMBER, in UpdateGlobalPersistentVariables() 238 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables() 242 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_BOOLEAN, 0, in UpdateGlobalPersistentVariables() 246 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables() 250 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_STRING, 0, in UpdateGlobalPersistentVariables() 254 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables() 263 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_OBJECT, 0, in UpdateGlobalPersistentVariables() 266 pData->data.sKey.UTF8Decode().c_str(), pObj); in UpdateGlobalPersistentVariables() 270 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NULL, 0, false, in UpdateGlobalPersistentVariables() 274 pData->data.sKey.UTF8Decode().c_str()); in UpdateGlobalPersistentVariables() [all …]
|
D | JS_GlobalData.cpp | 29 pNewObjData->sKey = pOldObjData->sKey; in Copy() 36 pNewObjData->sKey = pOldObjData->sKey; in Copy() 43 pNewObjData->sKey = pOldObjData->sKey; in Copy() 50 pNewObjData->sKey = pOldObjData->sKey; in Copy() 57 pNewObjData->sKey = pOldObjData->sKey; in Copy() 134 if (pTemp->data.sKey[0] == *propname && pTemp->data.sKey == propname) in FindGlobalVariable() 162 pNewData->data.sKey = sPropName; in SetGlobalVariableNumber() 185 pNewData->data.sKey = sPropName; in SetGlobalVariableBoolean() 209 pNewData->data.sKey = sPropName; in SetGlobalVariableString() 234 pNewData->data.sKey = sPropName; in SetGlobalVariableObject() [all …]
|
D | JS_GlobalData.h | 42 CFX_ByteString sKey; variable
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyGeneratorTest.java | 409 SecretKey sKey; in testGenerateKey() local 415 sKey = kgs[i].generateKey(); in testGenerateKey() 416 assertEquals("Incorrect algorithm", sKey.getAlgorithm() in testGenerateKey() 419 sKey = kgs[i].generateKey(); in testGenerateKey() 420 assertEquals("Incorrect algorithm", sKey.getAlgorithm() in testGenerateKey() 423 sKey = kgs[i].generateKey(); in testGenerateKey() 424 assertEquals("Incorrect algorithm", sKey.getAlgorithm() in testGenerateKey() 427 sKey = kgs[i].generateKey(); in testGenerateKey() 428 assertEquals("Incorrect algorithm", sKey.getAlgorithm() in testGenerateKey()
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
D | SelectChannelConnector.java | 329 …Point newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey sKey) throws IOException in newEndPoint() argument 331 return SelectChannelConnector.this.newEndPoint(channel,selectSet,sKey); in newEndPoint()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3collections.c | 238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL) in antlr3HashFree() 240 ANTLR3_FREE(entry->keybase.key.sKey); in antlr3HashFree() 359 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0) in antlr3HashRemove() 371 ANTLR3_FREE(entry->keybase.key.sKey); in antlr3HashRemove() 373 entry->keybase.key.sKey = NULL; in antlr3HashRemove() 505 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0) in antlr3HashGet() 624 if (strcmp((const char*) key, (const char *)(*newPointer)->keybase.key.sKey) == 0) in antlr3HashPut() 652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */ in antlr3HashPut() 656 entry->keybase.key.sKey = key; /* Record the key value */ in antlr3HashPut()
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectorManager.java | 363 …(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey sKey) throws IOException; in newEndPoint() argument 840 …private SelectChannelEndPoint createEndPoint(SocketChannel channel, SelectionKey sKey) throws IOEx… in createEndPoint() argument 842 SelectChannelEndPoint endp = newEndPoint(channel,this,sKey); in createEndPoint()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3collections.h | 49 pANTLR3_UINT8 sKey; /**< Used if type is ANTLR3_HASH_TYPE_STR */ member
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl1Test.java | 578 KeyStore.SecretKeyEntry sKey = new KeyStore.SecretKeyEntry( in testEntry03() local 590 kss[i].setEntry(aliases[j], sKey, pPath); in testEntry03()
|
/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 1635 StackTreeNode sNegInf, sPosInf, sKey, *sLB, *sUB; in classify_address() local 1647 sKey.addr = ea; in classify_address() 1648 sKey.szB = szB; in classify_address() 1658 (UWord)&sKey ); in classify_address()
|