Home
last modified time | relevance | path

Searched refs:modeName (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/lua/
Dxfer-counter.lua19 local modeName = xferMode:getTypeName()
21 if gXferModeTab[modeName] == nil then
22 gXferModeTab[modeName] = 1;
24 gXferModeTab[modeName] = gXferModeTab[modeName] + 1
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java124 private String modeName = null; field in BaseBlockCipher
296 modeName = Strings.toUpperCase(mode); in engineSetMode()
298 if (modeName.equals("ECB")) in engineSetMode()
303 else if (modeName.equals("CBC")) in engineSetMode()
309 else if (modeName.startsWith("OFB")) in engineSetMode()
312 if (modeName.length() != 3) in engineSetMode()
314 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode()
325 else if (modeName.startsWith("CFB")) in engineSetMode()
328 if (modeName.length() != 3) in engineSetMode()
330 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode()
[all …]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
Dlocation_info_mixin.js70 .map(function (modeName) { argument
71 return tokenizerProto.MODE[modeName];
/external/skia/gm/
Daaxfermodes.cpp194 const char* modeName = mode <= SkXfermode::kLastMode ? SkXfermode::ModeName(mode) in drawModeName() local
197 canvas->drawText(modeName, strlen(modeName), kLabelSpacing - kShapeSize / 4, in drawModeName()
/external/speex/include/speex/
Dspeex.h257 const char *modeName; member
/external/bouncycastle/patches/
Dbcprov.patch6949 - else if (modeName.startsWith("PGP"))
6951 - boolean inlineIV = modeName.equalsIgnoreCase("PGPCFBwithIV");
6957 - else if (modeName.equalsIgnoreCase("OpenPGPCFB"))
6963 - else if (modeName.startsWith("SIC"))
6974 + // else if (modeName.startsWith("PGP"))
6976 + // boolean inlineIV = modeName.equalsIgnoreCase("PGPCFBwithIV");
6982 + // else if (modeName.equalsIgnoreCase("OpenPGPCFB"))
6988 + // else if (modeName.startsWith("SIC"))
6999 else if (modeName.startsWith("CTR"))
7005 - else if (modeName.startsWith("GOFB"))
[all …]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
Dparse5.js1312 .map(function (modeName) {
1313 return tokenizerProto.MODE[modeName];