| /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
| D | main.c | 44 struct engine { struct 63 static int engine_init_display(struct engine* engine) { in engine_init_display() 131 static void engine_draw_frame(struct engine* engine) { in engine_draw_frame() 148 static void engine_term_display(struct engine* engine) { in engine_term_display() 169 struct engine* engine = (struct engine*)app->userData; in engine_handle_input() local 183 struct engine* engine = (struct engine*)app->userData; in engine_handle_cmd() local 232 struct engine engine; in android_main() local
|
| /external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
| D | AndroidEngineFactory.java | 35 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 44 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 52 public void dispose(SSLEngine engine) { in dispose() 64 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 73 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 81 public void dispose(SSLEngine engine) { in dispose() 87 public void dispose(SSLEngine engine) {} in dispose() 97 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
|
| /external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
| D | AndroidEngineFactory.java | 33 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 42 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 50 public void dispose(SSLEngine engine) { in dispose() 62 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 71 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 79 public void dispose(SSLEngine engine) { in dispose() 85 public void dispose(SSLEngine engine) {} in dispose() 95 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
|
| /external/boringssl/src/crypto/engine/ |
| D | engine.c | 35 ENGINE *engine = OPENSSL_malloc(sizeof(ENGINE)); in ENGINE_new() local 44 int ENGINE_free(ENGINE *engine) { in ENGINE_free() 66 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method, in ENGINE_set_RSA_method() 72 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) { in ENGINE_get_RSA_method() 76 int ENGINE_set_ECDSA_method(ENGINE *engine, const ECDSA_METHOD *method, in ENGINE_set_ECDSA_method() 82 ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine) { in ENGINE_get_ECDSA_method()
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | Conscrypt.java | 484 public static boolean isConscrypt(SSLEngine engine) { in isConscrypt() 488 private static AbstractConscryptEngine toConscrypt(SSLEngine engine) { in toConscrypt() 502 public static void setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) { in setBufferAllocator() 536 public static void setHostname(SSLEngine engine, String hostname) { in setHostname() 545 public static String getHostname(SSLEngine engine) { in getHostname() 552 public static int maxSealOverhead(SSLEngine engine) { in maxSealOverhead() 559 public static void setHandshakeListener(SSLEngine engine, HandshakeListener handshakeListener) { in setHandshakeListener() 573 public static void setChannelIdEnabled(SSLEngine engine, boolean enabled) { in setChannelIdEnabled() 587 public static byte[] getChannelId(SSLEngine engine) throws SSLException { in getChannelId() 604 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey() [all …]
|
| D | PSKKeyManager.java | 128 String chooseServerKeyIdentityHint(SSLEngine engine); in chooseServerKeyIdentityHint() 150 String chooseClientKeyIdentity(String identityHint, SSLEngine engine); in chooseClientKeyIdentity() 174 SecretKey getKey(String identityHint, String identity, SSLEngine engine); in getKey()
|
| D | DuckTypedPSKKeyManager.java | 84 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 106 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 128 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | Conscrypt.java | 494 public static boolean isConscrypt(SSLEngine engine) { in isConscrypt() 498 private static AbstractConscryptEngine toConscrypt(SSLEngine engine) { in toConscrypt() 512 public static void setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) { in setBufferAllocator() 546 public static void setHostname(SSLEngine engine, String hostname) { in setHostname() 555 public static String getHostname(SSLEngine engine) { in getHostname() 562 public static int maxSealOverhead(SSLEngine engine) { in maxSealOverhead() 569 public static void setHandshakeListener(SSLEngine engine, HandshakeListener handshakeListener) { in setHandshakeListener() 583 public static void setChannelIdEnabled(SSLEngine engine, boolean enabled) { in setChannelIdEnabled() 597 public static byte[] getChannelId(SSLEngine engine) throws SSLException { in getChannelId() 614 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey() [all …]
|
| D | PSKKeyManager.java | 130 String chooseServerKeyIdentityHint(SSLEngine engine); in chooseServerKeyIdentityHint() 152 String chooseClientKeyIdentity(String identityHint, SSLEngine engine); in chooseClientKeyIdentity() 176 SecretKey getKey(String identityHint, String identity, SSLEngine engine); in getKey()
|
| D | DuckTypedPSKKeyManager.java | 85 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 107 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 129 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey()
|
| /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
| D | DuckTypedPSKKeyManagerTest.java | 188 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 196 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 219 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 227 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 235 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey() 252 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 260 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 270 public SecretKeySpec getKey(String identityHint, String identity, SSLEngine engine) { in getKey() 287 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 295 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() [all …]
|
| /external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
| D | DuckTypedPSKKeyManagerTest.java | 184 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 192 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 215 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 223 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 231 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey() 248 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 256 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() 266 public SecretKeySpec getKey(String identityHint, String identity, SSLEngine engine) { in getKey() 283 public String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 291 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity() [all …]
|
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_psengine_unittest.cpp | 12 float DoOperator1(CPDF_PSEngine* engine, float v1, PDF_PSOP op) { in DoOperator1() 21 float DoOperator2(CPDF_PSEngine* engine, float v1, float v2, PDF_PSOP op) { in DoOperator2() 84 CPDF_PSEngine engine; in TEST() local 97 CPDF_PSEngine engine; in TEST() local 119 CPDF_PSEngine engine; in TEST() local 144 CPDF_PSEngine engine; in TEST() local 169 CPDF_PSEngine engine; in TEST() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | test_utils.cc | 36 std::minstd_rand0* engine) { in PopulateWithRandomFloatingPointData() 48 std::minstd_rand0* engine) { in PopulateWithRandomFullRangeFloatingPointData() 130 void PopulateWithNoDuplicateData(Literal* literal, std::minstd_rand0* engine) { in PopulateWithNoDuplicateData() 140 void PopulateWithNoDuplicateData(Literal* literal, std::minstd_rand0* engine) { in PopulateWithNoDuplicateData() 147 void PopulateWithFloatingPointData(Literal* literal, std::minstd_rand0* engine, in PopulateWithFloatingPointData() 162 void PopulateWithComplexData(Literal* result, std::minstd_rand0* engine, in PopulateWithComplexData() 189 std::minstd_rand0* engine, in PopulateWithFloatingPointData() 206 std::minstd_rand0* engine, in PopulateWithFloatingPointData() 239 void PopulateWithRandomIntegralData(Literal* literal, std::minstd_rand0* engine, in PopulateWithRandomIntegralData() 265 std::minstd_rand0* engine, in MakeFakeLiteralInternal() [all …]
|
| /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
| D | OpenJdkEngineFactory.java | 88 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 97 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 119 SSLEngine engine = initEngine(clientContext.createSSLEngine(), cipher, true); in newClientEngine() local 129 SSLEngine engine = initEngine(serverContext.createSSLEngine(), cipher, false); in newServerEngine() local 173 public void dispose(SSLEngine engine) { in dispose() 197 public void dispose(SSLEngine engine) { in dispose() 212 public void dispose(SSLEngine engine) { in dispose() 260 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
|
| /external/deqp-deps/amber/src/ |
| D | executor_test.cc | 202 auto engine = MakeUnique<EngineStub>(); in MakeAndInitializeEngine() local 207 EngineStub* ToStub(Engine* engine) { in ToStub() 225 auto engine = MakeAndInitializeEngine(script->GetRequiredFeatures(), in TEST_F() local 254 auto engine = MakeAndInitializeEngine(script->GetRequiredFeatures(), in TEST_F() local 283 auto engine = MakeAndInitializeEngine(script->GetRequiredFeatures(), in TEST_F() local 309 auto engine = MakeAndInitializeEngine(script->GetRequiredFeatures(), in TEST_F() local 343 auto engine = MakeAndInitializeEngine(script->GetRequiredFeatures(), in TEST_F() local 374 auto engine = MakeEngine(); in TEST_F() local 393 auto engine = MakeEngine(); in TEST_F() local 413 auto engine = MakeEngine(); in TEST_F() local [all …]
|
| /external/tensorflow/tensorflow/core/util/ |
| D | mkl_types.h | 28 #define CPU_STREAM(engine) stream(engine) argument 29 #define DATA_WITH_ENGINE(data, engine) data, engine argument 32 #define GET_CHECK_REORDER_MEM_ARGS(md, tensor, net, net_args, engine) \ argument 34 #define GET_CHECK_REORDER_TO_OP_MEM_ARGS(md, tensor, net, net_args, engine) \ argument 60 #define MEMORY_CONSTRUCTOR(mem_desc, engine, data) \ argument 62 #define MEMORY_CONSTRUCTOR_PD(mem_desc, engine, data) \ argument 64 #define MEMORY_CONSTRUCTOR_USING_MEM_PD(dims, type, fm, engine, data) \ argument 66 #define MEMORY_CONSTRUCTOR_USING_MD(md, engine, data) memory(md, engine, data) argument 69 #define MEMORY_CONSTRUCTOR_WITHOUT_DATA(mem_desc, engine) \ argument 76 #define MEMORY_PD_CONSTRUCTOR(dims, type, fm, engine) \ argument [all …]
|
| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | TestInterpretedLexing.java | 86 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); in testSimpleAltCharTest() local 101 Interpreter engine = new Interpreter(g, new ANTLRStringStream("abc")); // should ignore the x in testSingleRuleRef() local 112 Interpreter engine = new Interpreter(g, new ANTLRStringStream("12x")); // should ignore the x in testSimpleLoop() local 125 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); in testMultAltLoop() local 153 Interpreter engine = new Interpreter(g, input); in testSimpleLoops() local
|
| /external/webrtc/webrtc/libjingle/xmpp/ |
| D | moduleimpl.cc | 30 XmppModuleImpl::RegisterEngine(XmppEngine* engine) in RegisterEngine() 42 XmppModuleImpl::engine() { in engine() function in buzz::XmppModuleImpl
|
| /external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
| D | Java8PlatformUtil.java | 55 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in setSSLParameters() 64 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in getSSLParameters() 113 static SSLEngine wrapEngine(ConscryptEngine engine) { in wrapEngine() 117 static SSLEngine unwrapEngine(SSLEngine engine) { in unwrapEngine()
|
| /external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/ |
| D | Java8PlatformUtil.java | 56 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in setSSLParameters() 65 SSLParameters params, SSLParametersImpl impl, ConscryptEngine engine) { in getSSLParameters() 114 static SSLEngine wrapEngine(ConscryptEngine engine) { in wrapEngine() 118 static SSLEngine unwrapEngine(SSLEngine engine) { in unwrapEngine()
|
| /external/conscrypt/publicapi/src/main/java/android/net/ssl/ |
| D | SSLEngines.java | 35 public static boolean isSupportedEngine(@NonNull SSLEngine engine) { in isSupportedEngine() 54 public static void setUseSessionTickets(@NonNull SSLEngine engine, boolean useSessionTickets) { in setUseSessionTickets()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
| D | RFC3394WrapEngine.java | 25 private BlockCipher engine; field in RFC3394WrapEngine 39 public RFC3394WrapEngine(BlockCipher engine) in RFC3394WrapEngine() 50 public RFC3394WrapEngine(BlockCipher engine, boolean useReverseDirection) in RFC3394WrapEngine()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| D | RFC3394WrapEngine.java | 23 private BlockCipher engine; field in RFC3394WrapEngine 37 public RFC3394WrapEngine(BlockCipher engine) in RFC3394WrapEngine() 48 public RFC3394WrapEngine(BlockCipher engine, boolean useReverseDirection) in RFC3394WrapEngine()
|
| /external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
| D | PSKKeyManagerProxy.java | 50 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) { in getKey() 58 protected String chooseServerKeyIdentityHint(SSLEngine engine) { in chooseServerKeyIdentityHint() 66 protected String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { in chooseClientKeyIdentity()
|