/external/regex-re2/re2/testing/ |
tester.h | 22 enum Engine { 39 static inline void operator++(Engine& e, int unused) { 40 e = static_cast<Engine>(e+1); 43 static inline Engine operator+(Engine e, int i) { 44 return static_cast<Engine>(static_cast<int>(e)+i); 66 // Runs a single search using the named engine type. 67 void RunSearch(Engine type, 72 void LogMatch(const char* prefix, Engine e, const StringPiece& text,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 10 engine = SearchEngine.get(root) 11 if not hasattr(engine, "_grepdialog"): 12 engine._grepdialog = GrepDialog(root, engine, flist) 13 dialog = engine._grepdialog 23 def __init__(self, root, engine, flist): 24 SearchDialogBase.__init__(self, root, engine) 59 prog = self.engine.getprog() 79 pat = self.engine.getpat()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 10 engine = SearchEngine.get(root) 11 if not hasattr(engine, "_grepdialog"): 12 engine._grepdialog = GrepDialog(root, engine, flist) 13 dialog = engine._grepdialog 23 def __init__(self, root, engine, flist): 24 SearchDialogBase.__init__(self, root, engine) 59 prog = self.engine.getprog() 79 pat = self.engine.getpat()
|
/frameworks/wilhelm/src/objects/ |
CEngine.c | 17 /** \file CEngine.c Engine class */ 22 /* This implementation supports at most one engine, identical for both OpenSL ES and OpenMAX AL */ 27 // incremented by slCreateEngine or xaCreateEngine, decremented by Object::Destroy on engine 44 SL_LOGE("Object::Destroy omitted for engine %p", theOneTrueEngine); 50 /** \brief Hook called by Object::Realize when an engine is realized */ 77 /** \brief Hook called by Object::Resume when an engine is resumed */ 85 /** \brief Hook called by Object::Destroy when an engine is destroyed */ 95 SL_LOGE("Object::Destroy(%p) for engine ignored; %u total active objects", 100 SL_LOGE("Object::Destroy(%p) for engine ignored; active object ID %u at %p", 106 // If engine was created but not realized, there will be no sync thread ye [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/chromium_org/third_party/libjingle/source/talk/xmpp/ |
chatroommodule_unittest.cc | 36 #include "engine/util_unittest.h" 111 //! data delivered form the engine to application code. 180 // Configure the engine 181 scoped_ptr<XmppEngine> engine(XmppEngine::Create()); 182 XmppTestHandler handler(engine.get()); 188 chatroom->RegisterEngine(engine.get()); 191 engine->SetOutputHandler(&handler); 192 engine->AddStanzaHandler(&handler); 193 engine->SetSessionHandler(&handler); 196 engine->SetUser(Jid("david@my-server")) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
enginetest.c | 1 /* crypto/engine/enginetest.c */ 66 printf("No ENGINE support\n"); 72 #include <openssl/engine.h> 77 ENGINE *h; 82 printf("listing available engine types\n"); 85 printf("engine %i, id = \"%s\", name = \"%s\"\n", 97 ENGINE *block[512]; 100 ENGINE *ptr; 103 ENGINE *new_h1 = NULL; 104 ENGINE *new_h2 = NULL [all...] |
tb_pkmeth.c | 65 void ENGINE_unregister_pkey_meths(ENGINE *e) 75 int ENGINE_register_pkey_meths(ENGINE *e) 91 ENGINE *e; 97 int ENGINE_set_default_pkey_meths(ENGINE *e) 114 ENGINE *ENGINE_get_pkey_meth_engine(int nid) 119 /* Obtains a pkey_meth implementation from an ENGINE functional reference */ 120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) 133 /* Gets the pkey_meth callback from an ENGINE structure */ 134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) 139 /* Sets the pkey_meth callback in an ENGINE structure * [all...] |
/external/openssl/crypto/engine/ |
enginetest.c | 1 /* crypto/engine/enginetest.c */ 66 printf("No ENGINE support\n"); 72 #include <openssl/engine.h> 77 ENGINE *h; 82 printf("listing available engine types\n"); 85 printf("engine %i, id = \"%s\", name = \"%s\"\n", 97 ENGINE *block[512]; 100 ENGINE *ptr; 103 ENGINE *new_h1 = NULL; 104 ENGINE *new_h2 = NULL [all...] |
tb_pkmeth.c | 65 void ENGINE_unregister_pkey_meths(ENGINE *e) 75 int ENGINE_register_pkey_meths(ENGINE *e) 91 ENGINE *e; 97 int ENGINE_set_default_pkey_meths(ENGINE *e) 114 ENGINE *ENGINE_get_pkey_meth_engine(int nid) 119 /* Obtains a pkey_meth implementation from an ENGINE functional reference */ 120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) 133 /* Gets the pkey_meth callback from an ENGINE structure */ 134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) 139 /* Sets the pkey_meth callback in an ENGINE structure * [all...] |
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 374 struct engine { struct 382 static void engine_draw_frame(struct engine* engine) { 383 if (engine->app->window == NULL) { 389 if (ANativeWindow_lock(engine->app->window, &buffer, NULL) < 0) { 394 stats_startFrame(&engine->stats); 404 ANativeWindow_unlockAndPost(engine->app->window); 406 stats_endFrame(&engine->stats); 409 static void engine_term_display(struct engine* engine) { 414 struct engine* engine = (struct engine*)app->userData; local 429 struct engine* engine = (struct engine*)app->userData; local 449 struct engine engine; local [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
search_engine_manager_handler.h | 51 // Removes the search engine at the given index. Called from WebUI. 54 // Sets the search engine at the given index to be default. Called from WebUI. 57 // Starts an edit session for the search engine at the given index. If the 58 // index is -1, starts editing a new search engine instead of an existing one. 62 // Validates the given search engine values, and reports the results back 74 // Returns a dictionary to pass to WebUI representing the given search engine.
|
/libcore/crypto/src/test/java/org/conscrypt/ |
MacTest.java | 36 OpenSSLEngine engine = OpenSSLEngine.getInstance(NativeCryptoTest.TEST_ENGINE_ID); local 42 SecretKey key1 = engine.getSecretKeyById(secret, "HmacSHA256"); 43 SecretKey key1dupe = engine.getSecretKeyById(secret, "HmacSHA256"); 45 /* Non-ENGINE-based SecretKey */ 48 /* The one that is ENGINE-based can't be equal to a non-ENGINE one. */
|
/libcore/luni/src/main/java/javax/net/ssl/ |
X509ExtendedKeyManager.java | 44 * @param engine 46 * no engine is predefined. 51 Principal[] issuers, SSLEngine engine) { 64 * @param engine 66 * no engine is predefined. 71 SSLEngine engine) {
|
/external/svox/pico/lib/ |
picoapi.c | 109 sys->engine = NULL; 172 /* close engine(s) */ 173 picoctrl_disposeEngine(sys->common->mm, sys->rm, &sys->engine); 496 /* *** Engine creation and deletion functions *********************************/ 499 * pico_newEngine : Creates and initializes a new Pico engine 502 * @param *outEngine : pointer to the Pico engine handle 516 PICODBG_DEBUG(("creating engine for voice '%s'", (picoos_char *) voiceName)); 528 if (system->engine == NULL) { 531 system->engine = (picoctrl_Engine) *outEngine; 534 (picoos_char *) "out of memory creating new engine", NULL) [all...] |
/system/security/keystore-engine/ |
eng_keystore.cpp | 34 #include <openssl/engine.h> 54 static const char* kKeystoreEngineDesc = "Android keystore engine"; 79 void operator()(ENGINE* p) const { 83 typedef UniquePtr<ENGINE, ENGINE_Delete> Unique_ENGINE; 101 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, 165 static int keystore_engine_setup(ENGINE* e) { 174 ALOGE("Could not set up keystore engine"); 199 ENGINE* ENGINE_keystore() { 202 Unique_ENGINE engine(ENGINE_new()); 203 if (engine.get() == NULL) [all...] |
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.speech.tts.TextToSpeech.Engine.html | 10 android.speech.tts.TextToSpeech.Engine 74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html" target="_top"><font size="+2"><code>TextToSpeech.Engine</code></font></A> 87 <A NAME="android.speech.tts.TextToSpeech.Engine.ACTION_GET_SAMPLE_TEXT"></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#ACTION_GET_SAMPLE_TEXT" target="_top"><code>ACTION_GET_SAMPLE_TEXT</code></A></nobr> 94 <A NAME="android.speech.tts.TextToSpeech.Engine.EXTRA_SAMPLE_TEXT"></A> 95 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#EXTRA_SAMPLE_TEXT" target="_top"><code>EXTRA_SAMPLE_TEXT</code></A></nobr> 109 <A NAME="android.speech.tts.TextToSpeech.Engine.CHECK_VOICE_DATA_BAD_DATA"></A> 110 <nobr><code>int</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#CHECK_VOICE_DATA_BAD_DATA" target="_top"><code>CHECK_VOICE_DATA_BAD_DATA</code></font></A></nobr> </TD> 118 <A NAME="android.speech.tts.TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA"></A [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher_callbacks.h | 19 // Performs the confirmation step for setting the default search engine 25 // Performs the confirmation step for adding a search engine described by
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.h | 10 #include "chrome/browser/sync/engine/model_safe_worker.h" 11 #include "chrome/browser/sync/engine/syncer_command.h"
|
resolve_conflicts_command.cc | 5 #include "chrome/browser/sync/engine/resolve_conflicts_command.h" 7 #include "chrome/browser/sync/engine/conflict_resolver.h"
|
syncer_end_command.cc | 5 #include "chrome/browser/sync/engine/syncer_end_command.h" 7 #include "chrome/browser/sync/engine/syncer_types.h"
|
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper_delegate.h | 18 // Shows a confirmation dialog box for setting the default search engine 25 // Shows a confirmation dialog box for adding a search engine described by
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spelling_engine.h | 14 // Creates the platform's "native" spelling engine. 22 // Initialize spelling engine with browser-side info. Must be called before
|
/external/chromium_org/chrome/test/functional/ |
search_engines.py | 19 """Get search engine info and return an element that matches keyword. 22 keyword: Search engine keyword field. 25 A search engine info dict or None. 43 """Test that chrome discovers youtube search engine after searching.""" 44 # Take a snapshot of current search engine info. 48 # Use omnibox to invoke search engine discovery. 66 """Test adding then deleting a search engine.""" 77 """Test adding then making a search engine default."""
|
/external/chromium_org/sync/ |
sync_internal_api.gypi | 63 'internal_api/public/engine/model_safe_worker.cc', 64 'internal_api/public/engine/model_safe_worker.h', 65 'internal_api/public/engine/passive_model_worker.cc', 66 'internal_api/public/engine/passive_model_worker.h', 67 'internal_api/public/engine/polling_constants.cc', 68 'internal_api/public/engine/polling_constants.h', 69 'internal_api/public/engine/sync_status.cc', 70 'internal_api/public/engine/sync_status.h',
|