/external/pdfium/fpdfsdk/src/javascript/ |
D | global.cpp | 298 …this->SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NUMBER, pData->data.dData, false, ""… in UpdateGlobalPersistentVariables() 300 pData->data.sKey.UTF8Decode().c_str(), pData->data.dData); in UpdateGlobalPersistentVariables() 303 …this->SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_BOOLEAN, 0, (bool)(pData->data.bData… in UpdateGlobalPersistentVariables() 305 pData->data.sKey.UTF8Decode().c_str(), (bool)(pData->data.bData == 1)); in UpdateGlobalPersistentVariables() 308 …this->SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_STRING, 0, false, pData->data.sData,… in UpdateGlobalPersistentVariables() 310 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables() 320 this->SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_OBJECT, 0, false, "", in UpdateGlobalPersistentVariables() 323 pData->data.sKey.UTF8Decode().c_str(), (JSObject)pObj); in UpdateGlobalPersistentVariables() 327 …this->SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NULL, 0, false, "", v8::Local<v8::Ob… in UpdateGlobalPersistentVariables() 329 pData->data.sKey.UTF8Decode().c_str()); in UpdateGlobalPersistentVariables() [all …]
|
D | JS_GlobalData.cpp | 37 pNewObjData->sKey = pOldObjData->sKey; in Copy() 46 pNewObjData->sKey = pOldObjData->sKey; in Copy() 55 pNewObjData->sKey = pOldObjData->sKey; in Copy() 64 pNewObjData->sKey = pOldObjData->sKey; in Copy() 72 pNewObjData->sKey = pOldObjData->sKey; in Copy() 150 if (pTemp->data.sKey[0] == *propname && pTemp->data.sKey == propname) in FindGlobalVariable() 190 pNewData->data.sKey = sPropName; in SetGlobalVariableNumber() 216 pNewData->data.sKey = sPropName; in SetGlobalVariableBoolean() 242 pNewData->data.sKey = sPropName; in SetGlobalVariableString() 268 pNewData->data.sKey = sPropName; in SetGlobalVariableObject() [all …]
|
/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/pdfium/fpdfsdk/include/javascript/ |
D | JS_GlobalData.h | 44 CFX_ByteString sKey; variable
|
/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/pdfium/fpdfsdk/src/ |
D | fpdf_flatten.cpp | 467 CFX_ByteString sKey; in FPDFPage_Flatten() local 468 CPDF_Object* pFirstObj = pAPDic->GetNextElement(pos, sKey); in FPDFPage_Flatten()
|
/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()
|