/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
README | 7 API on Google's Python App Engine service. 14 First, register an App Engine app at www.appspot.com. Make sure you select 29 Then deploy your application to App Engine, and you will be able to log in
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
ttsEngine.html | 3 <p>An extension can register itself as a speech engine. By doing so, it 16 <p>To implement a TTS engine, an extension must 22 "name": "My TTS Engine", 51 engine used. In the unlikely event that two extensions register voices 61 When an engine supports more than one language, it can easily register a 68 <p>Finally, the <code>event_types</code> parameter is required if the engine can 75 <strong>Note:</strong> If your TTS engine does not support 79 option to your engine's onSpeak handler, giving you the option of 88 <li><code>'start'</code>: The engine has started speaking the utterance. 98 <li><code>'end'</code>: The engine has finished speaking the utterance [all...] |
/external/chromium_org/sync/engine/ |
commit_processor.cc | 5 #include "sync/engine/commit_processor.h" 9 #include "sync/engine/commit_contribution.h" 10 #include "sync/engine/commit_contributor.h"
|
all_status.h | 5 // The AllStatus object watches various sync engine components and aggregates 16 #include "sync/engine/sync_engine_event_listener.h" 17 #include "sync/engine/syncer_types.h" 19 #include "sync/internal_api/public/engine/sync_status.h" 20 #include "sync/engine/nudge_source.h"
|
/external/chromium_org/sync/test/engine/ |
injectable_sync_core_proxy.cc | 5 #include "sync/test/engine/injectable_sync_core_proxy.h" 7 #include "sync/engine/non_blocking_type_processor.h" 8 #include "sync/engine/non_blocking_type_processor_core_interface.h"
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLKey.java | 34 private final OpenSSLEngine engine; field in class:OpenSSLKey 40 engine = null; 44 public OpenSSLKey(long ctx, OpenSSLEngine engine, String alias) { 46 this.engine = engine; 60 return engine; 64 return engine != null; 231 * ENGINE-based keys must be checked in a special way. 233 if (engine == null) { 237 } else if (!engine.equals(other.getEngine())) [all...] |
/external/fio/ |
ioengine.h | 62 * IO engine state, may be different from above when we get 80 * io engine private data 157 FIO_SYNCIO = 1 << 0, /* io engine has synchronous ->queue */ 160 FIO_NOEXTEND = 1 << 3, /* engine can't extend file */ 162 FIO_UNIDIR = 1 << 5, /* engine is uni-directional */ 165 FIO_BARRIER = 1 << 8, /* engine supports barriers */ 166 FIO_MEMALIGN = 1 << 9, /* engine wants aligned memory */ 167 FIO_BIT_BASED = 1 << 10, /* engine uses a bit base (e.g. uses Kbit as opposed to KB) */ 171 * External engine defined symbol to fill in the engine ops structur [all...] |
/external/svox/pico/tests/data/ |
xsampa_pico_man_README.txt | 3 The following files contain a series of utterances to test the Pico TTS engine with regards to 14 Engine SDK"). 15 They are formatted as utterances that can be sent to the Pico engine through the Android 1.6 API.
|
/external/valgrind/main/helgrind/ |
README_YARD.txt | 10 It uses a new and relatively simple race detection engine, based on 16 * Modularity. The entire race detection engine is placed in a 18 This makes it easier to debug and verify the engine; indeed it can
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 35 import android.speech.tts.TextToSpeech.Engine; 110 * @return the default TTS engine. If the user has set a default, and the engine 112 * the highest ranked engine is returned as per {@link EngineInfoComparator}. 115 String engine = getString(mContext.getContentResolver(), local 117 return isEngineInstalled(engine) ? engine : getHighestRankedEngineName(); 121 * @return the package name of the highest ranked system engine, {@code null} 135 * Returns the engine info for a given engine name. Note that engines ar 169 EngineInfo engine = getEngineInfo(resolveInfo, pm); local 281 EngineInfo engine = new EngineInfo(); local [all...] |
/packages/apps/Browser/tools/ |
all_search_engines.template.xml | 23 Each string-array item below refers to one search engine in a specific locale, and the name of the 28 - Keyword: empty string if the engine has no keyword. (currently unused) 32 - Suggest URL: empty string if this engine has no suggest feature
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_lib.c | 67 #include <openssl/engine.h> 119 * to deal with which ENGINE it comes from. */ 124 if (rsa->engine) 126 ENGINE_finish(rsa->engine); 127 rsa->engine = NULL; 135 RSA *RSA_new_method(ENGINE *engine) 148 if (engine) 150 if (!ENGINE_init(engine)) 156 ret->engine = engine [all...] |
/external/openssl/crypto/rsa/ |
rsa_lib.c | 67 #include <openssl/engine.h> 119 * to deal with which ENGINE it comes from. */ 124 if (rsa->engine) 126 ENGINE_finish(rsa->engine); 127 rsa->engine = NULL; 135 RSA *RSA_new_method(ENGINE *engine) 148 if (engine) 150 if (!ENGINE_init(engine)) 156 ret->engine = engine [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
AccessibilityActivity.java | 90 * of engine). 101 * engine (as opposed to when then screen is being initialized for the first 186 TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES); 366 private void updateDefaultEngine(String engine) { 368 Log.d(TAG, "Updating default synth to : " + engine); 372 // rate preference while the engine is being swapped. 374 // Keep track of the previous engine that was being used. So that 375 // we can reuse the previous engine. 378 // the very least that we successfully bound to the engine service. 381 // Step 1: Shut down the existing TTS engine 877 final String engine = mTts.getCurrentEngine(); local 890 Settings.Secure.putString(getContentResolver(), TTS_DEFAULT_SYNTH, engine); local [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngine.java | 648 * which the engine was created has been initialized with a {@code PSKKeyManager}. 698 * Initiates a handshake on this engine. 707 * if the engine does not have all the needed settings (e.g. 713 * Notifies this engine instance that no more inbound network data will be 714 * sent to this engine. 717 * if this engine did not receive a needed protocol specific 723 * Notifies this engine instance that no more outbound application data will 724 * be sent to this engine. 729 * Returns a delegate task for this engine instance. Some engine operation [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_lib.c | 73 #include <openssl/engine.h> 124 if (ecdh->engine) 126 ENGINE_finish(ecdh->engine); 127 ecdh->engine = NULL; 138 static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine) 152 ret->engine = engine; 154 if (!ret->engine) 155 ret->engine = ENGINE_get_default_ECDH() [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecs_lib.c | 59 #include <openssl/engine.h> 106 if (ecdsa->engine) 108 ENGINE_finish(ecdsa->engine); 109 ecdsa->engine = NULL; 117 static ECDSA_DATA *ECDSA_DATA_new_method(ENGINE *engine) 131 ret->engine = engine; 133 if (!ret->engine) 134 ret->engine = ENGINE_get_default_ECDSA() [all...] |
/external/icu/icu4c/source/common/ |
brkeng.cpp | 193 // We didn't find an engine the first time through, or there was no 194 // stack. Create an engine. 227 const LanguageBreakEngine *engine = NULL; local 230 engine = new ThaiBreakEngine(m, status); 233 engine = new LaoBreakEngine(m, status); 236 engine = new KhmerBreakEngine(m, status); 242 engine = new CjkBreakEngine(m, kKorean, status); 249 engine = new CjkBreakEngine(m, kChineseJapanese, status); 254 // them to CjkBreakEngine does not work. The engine has to 260 engine = new CjkBreakEngine(dict, kChineseJapanese, status) [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 12 This interface provides an OCaml API for LLVM execution engine (JIT/ 19 and receive values from the execution engine. It supports only a limited 83 (** An execution engine is either a JIT compiler or an interpreter, capable of 88 (** [create m] creates a new execution engine, taking ownership of the 90 interpreter. Raises [Error msg] if an error occurrs. The execution engine 97 execution engine is not garbage collected and must be destroyed with 105 engine is not garbage collected and must be destroyed with [dispose ee]. 109 (** [dispose ee] releases the memory used by the execution engine and must be 113 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 116 (** [remove_module m ee] removes the module [m] from the execution engine [all...] |
/external/openssl/crypto/ecdh/ |
ech_lib.c | 73 #include <openssl/engine.h> 124 if (ecdh->engine) 126 ENGINE_finish(ecdh->engine); 127 ecdh->engine = NULL; 138 static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine) 152 ret->engine = engine; 154 if (!ret->engine) 155 ret->engine = ENGINE_get_default_ECDH() [all...] |
/external/openssl/crypto/ecdsa/ |
ecs_lib.c | 59 #include <openssl/engine.h> 106 if (ecdsa->engine) 108 ENGINE_finish(ecdsa->engine); 109 ecdsa->engine = NULL; 117 static ECDSA_DATA *ECDSA_DATA_new_method(ENGINE *engine) 131 ret->engine = engine; 133 if (!ret->engine) 134 ret->engine = ENGINE_get_default_ECDSA() [all...] |
/frameworks/av/include/media/ |
AudioEffect.h | 155 /* Callback function notifying client application of a change in effect engine state or 157 * An effect engine can be shared by several applications but only one has the control 158 * of the engine activity and configuration at a time. 160 * retrieves the control of the effect engine. Loss of control happens 161 * if another application requests the use of the engine by creating an AudioEffect for 165 * control of the effect engine when the effect is enabled or disabled. 167 * control of the effect engine when an effect parameter is changed. 187 * AudioEffect is the base class for creating and controlling an effect engine from 188 * the application process. Creating an AudioEffect object will create the effect engine 189 * in the AudioFlinger if no engine of the specified type exists. If one exists, this engin [all...] |
/external/chromium_org/chrome/browser/extensions/api/input_ime/ |
input_ime_api.cc | 43 const char kErrorEngineNotAvailable[] = "Engine is not available"; 350 chromeos::InputMethodEngine* engine = new chromeos::InputMethodEngine(); local 351 engine->Initialize(profile, 360 profile_engine_map_[profile][extension_id][component.id] = engine; 398 EngineMap::const_iterator engine = engine_map->second.find(engine_id); 399 if (engine == engine_map->second.end()) 401 return engine->second; 462 InputMethodEngineInterface* engine = local 464 if (!engine) { 501 engine->SetComposition(params.context_id, params.text.c_str() 508 InputMethodEngineInterface* engine = local 527 InputMethodEngineInterface* engine = local 545 InputMethodEngineInterface* engine = local 559 chromeos::InputMethodEngineInterface* engine = local 597 InputMethodEngineInterface* engine = local 667 InputMethodEngineInterface* engine = local 703 InputMethodEngineInterface* engine = local 727 InputMethodEngineInterface* engine = local 754 InputMethodEngineInterface* engine = local 781 InputMethodEngineInterface* engine = local 861 InputMethodEngineInterface* engine = local [all...] |
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
values.pass.cpp | 12 // template<class Engine, size_t p, size_t r> 17 // typedef typename Engine::result_type result_type; 19 // // engine characteristics 22 // static constexpr result_type min() { return Engine::min(); } 23 // static constexpr result_type max() { return Engine::max(); }
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
io.pass.cpp | 12 // template<class Engine, size_t w, class UIntType> 16 // class Engine, size_t w, class UIntType> 19 // const independent_bits_engine<Engine, w, UIntType>& x); 22 // class Engine, size_t w, class UIntType> 25 // independent_bits_engine<Engine, w, UIntType>& x);
|