/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/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/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
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
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);
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
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; }
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Job.java | 51 HttpEngine engine; field in class:Job 86 engine.close(); // Close the connection if it isn't already. 119 // Create the initial HTTP engine. Retries and redirects need new engine for each attempt. 120 engine = new HttpEngine(client, request, false, null, null, null, null); 126 engine.sendRequest(); 129 BufferedSink sink = Okio.buffer(engine.getRequestBody()); 134 engine.readResponse(); 136 HttpEngine retryEngine = engine.recover(e); 138 engine = retryEngine [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
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/ |
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; }
|
/development/ndk/platforms/android-13/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [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...] |
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/android/ |
tts.h | 87 /* This function must be located in the TTS Engine shared library 101 // This is passed by the framework to the engine through the 129 // Note that each of these functions will take a handle to the engine itself 139 // Initialize the TTS engine and returns whether initialization succeeded. 143 (void *engine, 147 // Shut down the TTS engine and releases all associated resources. 150 (void *engine); 156 (void *engine); 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 171 (void *engine, [all...] |