HomeSort by relevance Sort by last modified time
    Searched refs:engine (Results 26 - 50 of 305) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 49 CString -> QSVP is created from QString or const char* and no JSC engine has been associated yet.
51 CNumber -> QSVP is created from int, uint, double... and no JSC engine has been bind yet. Current
53 CBool -> QSVP is created from bool and no JSC engine has been associated yet. Current value is kept
55 CNull -> QSVP is null, but a JSC engine hasn't been associated yet.
56 CUndefined -> QSVP is undefined, but a JSC engine hasn't been associated yet.
57 JSValue -> QSVP is associated with engine, but there is no information about real type, the state
59 JSPrimitive -> QSVP is associated with engine, and it is sure that it isn't a JavaScript object.
60 JSObject -> QSVP is associated with engine, and it is sure that it is a JavaScript object.
86 inline QScriptValuePrivate(const QScriptEnginePrivate* engine, bool value);
87 inline QScriptValuePrivate(const QScriptEnginePrivate* engine, int value)
1164 QScriptEnginePrivate* QScriptValuePrivate::engine() const function in class:QScriptValuePrivate
    [all...]
qscriptvalueiterator_p.h 55 inline QScriptEnginePrivate* engine() const;
67 m_names = engine()->objectGetOwnPropertyNames(*m_object);
121 engine()->setException(exception);
122 return new QScriptValuePrivate(engine(), value);
131 engine()->setException(exception);
140 engine()->setException(exception);
166 inline QScriptEnginePrivate* QScriptValueIteratorPrivate::engine() const function in class:QScriptValueIteratorPrivate
169 return m_object->engine();
qscriptvalue.h 73 QScriptValue(QScriptEngine* engine, bool value);
74 QScriptValue(QScriptEngine* engine, int value);
75 QScriptValue(QScriptEngine* engine, uint value);
76 QScriptValue(QScriptEngine* engine, qsreal value);
77 QScriptValue(QScriptEngine* engine, const QString& value);
78 QScriptValue(QScriptEngine* engine, const char* value);
79 QScriptValue(QScriptEngine* engine, SpecialValue value);
103 QScriptEngine* engine() const;
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 375 struct engine { struct
383 static void engine_draw_frame(struct engine* engine) {
384 if (engine->app->window == NULL) {
390 if (ANativeWindow_lock(engine->app->window, &buffer, NULL) < 0) {
395 stats_startFrame(&engine->stats);
405 ANativeWindow_unlockAndPost(engine->app->window);
407 stats_endFrame(&engine->stats);
410 static int engine_term_display(struct engine* engine) {
415 struct engine* engine = (struct engine*)app->userData; local
430 struct engine* engine = (struct engine*)app->userData; local
450 struct engine engine; local
    [all...]
  /external/svox/pico/lib/
picoextapi.h 89 /* Returns version information of the current Pico engine. */
143 pico_Engine engine,
151 pico_Engine engine
155 pico_Engine engine
picoextapi.c 185 pico_Engine engine,
194 if (!picoctrl_isValidEngineHandle((picoctrl_Engine) engine)) {
199 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine);
207 pico_Engine engine
211 status = picoctrl_getLastScheduledPU((picoctrl_Engine) engine);
216 pico_Engine engine
220 status = picoctrl_getLastProducedItemType((picoctrl_Engine) engine);
picoapi.h 44 A SVOX Pico 'engine' provides the functions needed to perform actual
45 synthesis. Currently there can be only one engine instance at a time
47 at the engine level take a 'pico_Engine' handle as the first
97 if the error happened on the SVOX Pico engine level).
139 /* Handle types (opaque) for Pico system, resource, engine ************/
220 engine instances are existing. No API function may be called after
272 parallel to a running engine doing TTS synthesis), but with the
286 Unloads a resource file from the Pico system. If no engine uses the
325 resources from the mappings will be used with that engine. */
344 /* Engine creation and deletion functions *****************************
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 453 XmppEngineImpl::EnterExit::EnterExit(XmppEngineImpl* engine)
454 : engine_(engine),
455 state_(engine->state_),
456 error_(engine->error_code_) {
457 engine->engine_entered_ += 1;
461 XmppEngineImpl* engine = engine_; local
463 engine->engine_entered_ -= 1;
465 bool closing = (engine->state_ != state_ &&
466 engine->state_ == STATE_CLOSED);
467 bool flushing = closing || (engine->engine_entered_ == 0)
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h 29 static bool engine(EGLint engine);
  /external/icu4c/samples/layout/
GnomeFontMap.cpp 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
GnomeFontMap.h 27 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
gnomeglue.cpp 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
18 # Configure OpenSSL to load the PKCS#11 engine and openCryptoki module
28 # use OpenSSL PKCS#11 engine for this network
29 engine=1
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
18 # Configure OpenSSL to load the PKCS#11 engine and openCryptoki module
28 # use OpenSSL PKCS#11 engine for this network
29 engine=1
  /external/openssl/crypto/dh/
dh_lib.c 64 #include <openssl/engine.h>
86 * to deal with which ENGINE it comes from. */
91 if (dh->engine)
93 ENGINE_finish(dh->engine);
94 dh->engine = NULL;
107 DH *DH_new_method(ENGINE *engine)
120 if (engine)
122 if (!ENGINE_init(engine))
128 ret->engine = engine
    [all...]
  /external/openssl/crypto/dsa/
dsa_lib.c 67 #include <openssl/engine.h>
97 * to deal with which ENGINE it comes from. */
102 if (dsa->engine)
104 ENGINE_finish(dsa->engine);
105 dsa->engine = NULL;
113 DSA *DSA_new_method(ENGINE *engine)
125 if (engine)
127 if (!ENGINE_init(engine))
133 ret->engine = engine
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 144 SSLEngine engine = getEngine(); local
146 engine.setWantClientAuth(true);
147 engine.setNeedClientAuth(false);
149 engine.getNeedClientAuth());
151 engine.getWantClientAuth());
152 engine.setWantClientAuth(true);
153 engine.setNeedClientAuth(true);
155 engine.getNeedClientAuth());
157 engine.getWantClientAuth());
165 SSLEngine engine = getEngine() local
185 SSLEngine engine = getEngine(); local
202 SSLEngine engine = getEngine(); local
247 SSLEngine engine = getEngine(); local
293 SSLEngine engine = getEngine(); local
311 SSLEngine engine = getEngine(); local
357 SSLEngine engine = getEngine(); local
385 SSLEngine engine = getEngine(); local
399 SSLEngine engine = getEngine(); local
415 SSLEngine engine = getEngine(); local
443 SSLEngine engine = getEngine(); local
464 SSLEngine engine = getEngine(); local
    [all...]
  /external/openssl/crypto/conf/
conf_mall.c 67 #include <openssl/engine.h>
  /external/openssl/crypto/evp/
c_all.c 63 #include <openssl/engine.h>
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMScheme.java 56 private final NTLMEngine engine; field in class:NTLMScheme
61 public NTLMScheme(final NTLMEngine engine) {
63 if (engine == null) {
64 throw new IllegalArgumentException("NTLM engine may not be null");
66 this.engine = engine;
119 response = this.engine.generateType1Msg(
124 response = this.engine.generateType3Msg(
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 33 private AsymmetricBlockCipher engine; field in class:PKCS1Encoding
45 this.engine = cipher;
68 return engine;
90 engine.init(forEncryption, param);
98 int baseBlockSize = engine.getInputBlockSize();
112 int baseBlockSize = engine.getOutputBlockSize();
151 byte[] block = new byte[engine.getInputBlockSize()];
184 return engine.processBlock(block, 0, block.length);
196 byte[] block = engine.processBlock(in, inOff, inLen);
210 if (useStrictLength && block.length != engine.getOutputBlockSize()
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java 23 private BlockCipher engine; field in class:RFC3394WrapEngine
31 public RFC3394WrapEngine(BlockCipher engine)
33 this.engine = engine;
64 return engine.getAlgorithmName();
90 engine.init(true, param);
98 engine.processBlock(buf, 0, buf, 0);
143 engine.init(false, param);
164 engine.processBlock(buf, 0, buf, 0);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyPairGenerator.java 75 RSAKeyPairGenerator engine; field in class:JDKKeyPairGenerator.RSA
81 engine = new RSAKeyPairGenerator();
84 engine.init(param);
94 engine.init(param);
112 engine.init(param);
117 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
132 DHBasicKeyPairGenerator engine = new DHBasicKeyPairGenerator(); field in class:JDKKeyPairGenerator.DH
164 engine.init(param);
191 engine.init(param);
196 AsymmetricCipherKeyPair pair = engine.generateKeyPair()
209 DSAKeyPairGenerator engine = new DSAKeyPairGenerator(); field in class:JDKKeyPairGenerator.DSA
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 95 QDeclarativeEngine engine; local
96 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/basic.qml"));
138 QDeclarativeEngine engine; local
139 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/elements.qml"));
160 QDeclarativeEngine engine; local
161 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/basic.qml"));
235 QDeclarativeEngine engine; local
236 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/javaScript.qml"));
249 QDeclarativeEngine engine; local
250 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/loadError.qml"))
272 QDeclarativeEngine engine; local
286 QDeclarativeEngine engine; local
312 QDeclarativeEngine engine; local
342 QDeclarativeEngine engine; local
353 QDeclarativeEngine engine; local
367 QDeclarativeEngine engine; local
381 QDeclarativeEngine engine; local
392 QDeclarativeEngine engine; local
416 QDeclarativeEngine engine; local
441 QDeclarativeEngine engine; local
455 QDeclarativeEngine engine; local
498 QDeclarativeEngine engine; local
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 257 * Callback from TTS engine.
358 android_tts_engine_t *engine = (*get_TtsEngine)(); local
359 if (engine) {
361 engine->funcs->init(engine, __ttsSynthDoneCB, engConfigString);
364 pSynthData->mEngine = engine;
379 LOGE("Engine not initialized");
413 android_tts_engine_t *engine = pSynthData->mEngine; local
414 if (!engine) {
422 int result = engine->funcs->isLanguageAvailable(engine, langNativeString
443 android_tts_engine_t *engine = pSynthData->mEngine; local
472 android_tts_engine_t *engine = pSynthData->mEngine; local
502 android_tts_engine_t *engine = pSynthData->mEngine; local
532 android_tts_engine_t *engine = pSynthData->mEngine; local
561 android_tts_engine_t *engine = pSynthData->mEngine; local
606 android_tts_engine_t *engine = pSynthData->mEngine; local
    [all...]

Completed in 197 milliseconds

12 3 4 5 6 7 8 91011>>