HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 101 - 125 of 3084) sorted by null

1 2 3 45 6 7 8 91011>>

  /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
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableCheckVoiceData.java 41 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL, returnVal);
46 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES,
50 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES,
54 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_PASS, returnVal);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine;
25 Engine e;
io.pass.cpp 12 // template<class Engine, size_t p, size_t r>
16 // class Engine, size_t p, size_t r>
19 // const discard_block_engine<Engine, p, r>& x);
22 // class Engine, size_t p, size_t r>
25 // discard_block_engine<Engine, p, r>& x);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine;
25 Engine e;
io.pass.cpp 12 // template<class Engine, size_t k>
16 // class Engine, size_t k>
19 // const shuffle_order_engine<Engine, k>& x);
22 // class Engine, size_t k>
25 // shuffle_order_engine<Engine, k>& x);
values.pass.cpp 12 // template<class Engine, size_t k>
17 // typedef typename Engine::result_type result_type;
19 // // engine characteristics
21 // static constexpr result_type min() { return Engine::min; }
22 // static constexpr result_type max() { return Engine::max; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 10 engine = SearchEngine.get(root)
11 if not hasattr(engine, "_replacedialog"):
12 engine._replacedialog = ReplaceDialog(root, engine)
13 dialog = engine._replacedialog
22 def __init__(self, root, engine):
23 SearchDialogBase.__init__(self, root, engine)
68 if self.engine.isre():
72 self.engine.report_error(repl, 'Invalid Replace Expression')
79 prog = self.engine.getprog(
    [all...]
SearchDialogBase.py 9 def __init__(self, root, engine):
11 self.engine = engine
79 self.ent = self.make_entry("Find:", self.engine.patvar)
85 variable=self.engine.revar,
88 if self.engine.isre():
92 variable=self.engine.casevar,
95 if self.engine.iscase():
99 variable=self.engine.wordvar,
102 if self.engine.isword()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 10 engine = SearchEngine.get(root)
11 if not hasattr(engine, "_replacedialog"):
12 engine._replacedialog = ReplaceDialog(root, engine)
13 dialog = engine._replacedialog
22 def __init__(self, root, engine):
23 SearchDialogBase.__init__(self, root, engine)
68 if self.engine.isre():
72 self.engine.report_error(repl, 'Invalid Replace Expression')
79 prog = self.engine.getprog(
    [all...]
SearchDialogBase.py 9 def __init__(self, root, engine):
11 self.engine = engine
79 self.ent = self.make_entry("Find:", self.engine.patvar)
85 variable=self.engine.revar,
88 if self.engine.isre():
92 variable=self.engine.casevar,
95 if self.engine.iscase():
99 variable=self.engine.wordvar,
102 if self.engine.isword()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
README 4 This is a Google App Engine server which serves the documentation for Chrome
12 You shouldn't need app engine locally to develop the server, preview.py should
13 be sufficient. If for some reason you want to test against the app engine SDK:
15 1. Download the python Google App Engine SDK from:
19 (dev_appserver.py is part of the App Engine)
36 server directory so that they get uploaded to App Engine.
38 3. Run appcfg.py (supplied with the App Engine SDK) to upload the server code:
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager.js 10 * Encapsulated handling of search engine management page.
17 'search-engine-manager-page');
26 * List for default search engine options.
32 * List for other search engine options.
47 this.defaultsList_ = $('default-search-engine-list');
50 this.othersList_ = $('other-search-engine-list');
56 $('search-engine-manager-confirm').onclick = function() {
62 * Sets up the given list as a search engine list
72 * Updates the search engine list with the given entries.
90 // Add a "new engine" row
    [all...]
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 31 * Checks if the voice data for the SVOX Pico Engine is present on the
61 int result = TextToSpeech.Engine.CHECK_VOICE_DATA_PASS;
72 TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR);
88 result = TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA;
98 result = TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL;
103 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY, PICO_LINGWARE_PATH);
104 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES, dataFiles);
105 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES_INFO, dataFilesInfo);
107 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, available);
108 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 55 void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor collectFor)
87 if (!enabledViaScript && !title.isEmpty() && engine->preferredStylesheetSetName().isEmpty()) {
90 engine->setPreferredStylesheetSetName(title);
91 engine->setSelectedStylesheetSetName(title);
115 if (engine->preferredStylesheetSetName().isEmpty()) {
121 engine->setPreferredStylesheetSetName(title);
122 engine->setSelectedStylesheetSetName(title);
125 if (title != engine->preferredStylesheetSetName())
148 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor colletFor)
150 ASSERT(document()->styleEngine() == engine);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
moduleimpl.cc 47 XmppModuleImpl::RegisterEngine(XmppEngine* engine)
49 if (NULL == engine || NULL != engine_)
52 engine->AddStanzaHandler(&stanza_handler_);
53 engine_ = engine;
59 XmppModuleImpl::engine() { function in class:buzz::XmppModuleImpl
xmppengineimpl.cc 419 XmppEngineImpl::EnterExit::EnterExit(XmppEngineImpl* engine)
420 : engine_(engine),
421 state_(engine->state_),
422 error_(engine->error_code_) {
423 engine->engine_entered_ += 1;
427 XmppEngineImpl* engine = engine_; local
429 engine->engine_entered_ -= 1;
431 bool closing = (engine->state_ != state_ &&
432 engine->state_ == STATE_CLOSED);
433 bool flushing = closing || (engine->engine_entered_ == 0)
    [all...]
  /external/icu4c/common/
dictbe.h 35 * The set of characters handled by this engine
42 * The set of break types handled by this engine
59 * @param breakTypes A bitmap of types handled by the engine.
69 * <p>Indicate whether this engine handles a particular character for
72 * @param c A character which begins a run that the engine might handle
74 * @return TRUE if this engine handles the particular character and break
83 * the end of the run of characters which the engine is capable of handling
103 * <p>Set the character set handled by this engine.</p>
105 * @param set A UnicodeSet of the set of characters handled by the engine
110 * <p>Set the break types handled by this engine.</p
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 55 * to release the native resources used by the TextToSpeech engine.
122 * Note that this notifies callers when the <b>engine</b> has finished has
133 * TextToSpeech engine initialization.
137 * Called to signal the completion of the TextToSpeech engine initialization.
147 * has an utterance ID (see {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID}).
166 * Intents to ask engine to install data or check its data and
167 * extras for a TTS engine's check data activity.
171 * {@link Engine#KEY_PARAM_UTTERANCE_ID}, {@link Engine#KEY_PARAM_STREAM}.
175 * {@link Engine#KEY_FEATURE_NETWORK_SYNTHESIS}). These values may be passed in t
    [all...]
  /external/svox/pico/compat/jni/
tts.h 88 /* This function must be located in the TTS Engine shared library
102 // This is passed by the framework to the engine through the
130 // Note that each of these functions will take a handle to the engine itself
140 // Initialize the TTS engine and returns whether initialization succeeded.
144 (void *engine,
148 // Shut down the TTS engine and releases all associated resources.
151 (void *engine);
157 (void *engine);
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
172 (void *engine,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_lib.c 64 #include <openssl/engine.h>
99 * to deal with which ENGINE it comes from. */
104 if (dh->engine)
106 ENGINE_finish(dh->engine);
107 dh->engine = NULL;
120 DH *DH_new_method(ENGINE *engine)
133 if (engine)
135 if (!ENGINE_init(engine))
141 ret->engine = engine
    [all...]
  /external/openssl/crypto/dh/
dh_lib.c 64 #include <openssl/engine.h>
99 * to deal with which ENGINE it comes from. */
104 if (dh->engine)
106 ENGINE_finish(dh->engine);
107 dh->engine = NULL;
120 DH *DH_new_method(ENGINE *engine)
133 if (engine)
135 if (!ENGINE_init(engine))
141 ret->engine = engine
    [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...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
README 1 GoNaCl App Engine
4 This is a new App Engine Python 2.7 application for http://gonacl.com
15 1. Download the App Engine SDK (https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python)
17 2. Run ``<path/to/app/engine>/dev_appserver.py app.yaml``
22 To Update App Engine (HTML/JS)
25 To upload, run this from the root directory of the App Engine SDK::
30 upload, as it lets us use App Engine's versioning. The newly uploaded version
32 section on the App Engine dashboard. Note that the newly uploaded version only
75 6. Update App Engine, using the instructions above.
  /external/chromium_org/third_party/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,

Completed in 937 milliseconds

1 2 3 45 6 7 8 91011>>