Searched
full:engine (Results
476 -
500 of
3414) sorted by null
<<11121314151617181920>>
/external/svox/pico/res/xml/ |
tts_engine.xml | 16 <tts-engine xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/core/java/android/speech/tts/ |
AbstractEventLogger.java | 49 * the processing queue for processing. Engine latency / total time 58 * the engine. Might be called multiple times. 67 * Notifies the logger that the engine has finished processing data. 76 * of the synthesis. This is normally some amount of time after the engine
|
/frameworks/base/tests/Assistant/res/values/ |
strings.xml | 19 <string name="search_label">Orilla Search Engine</string>
|
/frameworks/support/v4/ics/android/support/v4/speech/tts/ |
TextToSpeechICS.java | 19 Log.w(TAG, "Can't specify tts engine on this device");
|
/system/security/keystore-engine/ |
dsa_meth.cpp | 36 #include <openssl/engine.h> 124 int dsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { 139 dsa->engine = e; 144 int dsa_register(ENGINE* e) {
|
ecdsa_meth.cpp | 36 #include <openssl/engine.h> 124 int ecdsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { 142 ecdsa->engine = e; 147 int ecdsa_register(ENGINE* e) {
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_engine_extension_api.h | 43 // Speak the given utterance by sending an event to the given TTS engine 58 // Hidden/internal extension function used to allow TTS engine extensions
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration_unittest.mm | 35 const base::string16 kKeyword = base::ASCIIToUTF16("Engine"); 36 NSString* const kFullString = @"Search Engine:";
|
/external/chromium_org/chrome/renderer/spellchecker/ |
custom_dictionary_engine.cc | 18 // synchronization, and use in the custom dictionary engine. Since 19 // (UTF8ToUTF16(UTF16ToUTF8(word)) == word) holds, the engine does not need to
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.h | 6 // engine, which is the fraud-detection engine used for purchases powered by
|
/external/chromium_org/media/audio/android/ |
opensles_input.cc | 156 // Destroy the engine object. We don't store any associated interface for 195 // Initializes the engine object with specific option. After working with the 203 // Realize the SL engine object in synchronous mode. 207 // Get the SL engine interface which is implicit. 208 SLEngineItf engine; local 210 engine_object_.Get(), SL_IID_ENGINE, &engine), 232 (*engine)->CreateAudioRecorder(engine,
|
/external/chromium_org/sync/engine/ |
commit.h | 12 #include "sync/engine/commit_contribution.h" 14 #include "sync/internal_api/public/engine/model_safe_worker.h"
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
hybridvideoengine.h | 54 HybridVideoMediaChannel(HybridVideoEngineInterface* engine, 119 // Interface class for HybridVideoChannels to talk to the engine. 132 // a VideoMediaChannel implementation from each engine. Policy is then used 215 // config, or the config from the second video engine if neither are 240 // For now they are set to always use the second engine for capturing, which 260 bool HasCodec(const VIDEO& engine, const VideoCodec& codec) const { 261 for (std::vector<VideoCodec>::const_iterator i = engine.codecs().begin(); 262 i != engine.codecs().end();
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltwin32config.h | 2 * Summary: compile-time version informations for the XSLT engine 4 * Description: compile-time version informations for the XSLT engine
|
xsltwin32config.h.in | 2 * Summary: compile-time version informations for the XSLT engine 4 * Description: compile-time version informations for the XSLT engine
|
/external/chromium_org/third_party/libxslt/linux/libxslt/ |
xsltwin32config.h | 2 * Summary: compile-time version informations for the XSLT engine 4 * Description: compile-time version informations for the XSLT engine
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/res/values/ |
strings.xml | 4 <string name="appName">WebRTC Engine Demo</string> 12 <string name="demoTitle">Video Engine Android Demo</string>
|
/external/chromium_org/third_party/webrtc/tools/force_mic_volume_max/ |
force_mic_volume_max.cc | 24 fprintf(stderr, "Failed to initialize voice engine.\n"); 33 fprintf(stderr, "Failed to initialize voice engine base.\n");
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
tb_capture_device.cc | 16 TbCaptureDevice::TbCaptureDevice(TbInterfaces& Engine) : 18 ViE(Engine),
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
DefaultResourceRunnerFactory.java | 1 package com.bumptech.glide.load.engine; 11 import com.bumptech.glide.load.engine.cache.DiskCache;
|
Engine.java | 1 package com.bumptech.glide.load.engine; 15 import com.bumptech.glide.load.engine.cache.DiskCache; 16 import com.bumptech.glide.load.engine.cache.MemoryCache; 28 public class Engine implements EngineJobListener, MemoryCache.ResourceRemovedListener, Resource.ResourceListener { 29 private static final String TAG = "Engine"; 51 public Engine(MemoryCache memoryCache, DiskCache diskCache, ExecutorService resizeService, 56 Engine(ResourceRunnerFactory factory, MemoryCache cache, DiskCache diskCache, ExecutorService resizeService, 156 Log.v(TAG, "finished load in engine in " + LogTime.getElapsedMillis(startTime));
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
MemoryCache.java | 1 package com.bumptech.glide.load.engine.cache; 5 import com.bumptech.glide.load.engine.Resource;
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
values.pass.cpp | 12 // template<class Engine, size_t w, class UIntType> 19 // // engine characteristics
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
README.txt | 7 to use the MCJIT execution engine instead of the older JIT engine.
|
/external/oprofile/m4/ |
cellspubfdsupport.m4 | 42 [ --with-target=cell-be Check BFD support for Cell Broadband Engine SPU profiling], arch=$withval) 46 AC_MSG_NOTICE([BFD library has support for Cell Broadband Engine SPU profiling])
|
Completed in 353 milliseconds
<<11121314151617181920>>