Searched
full:engine (Results
401 -
425 of
3084) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/icu/source/i18n/ |
regextxt.cpp | 9 // This file contains utility code for supporting UText in the regular expression engine.
|
regextxt.h | 9 // This file contains utility code for supporting UText in the regular expression engine.
|
/external/chromium_org/third_party/markupsafe/ |
README.chromium | 10 Safe string class, used by Jinja2 template engine.
|
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
openssl.ec | 27 L ENGINE crypto/engine/engine.h crypto/engine/eng_err.c
|
/external/icu4c/i18n/ |
regextxt.cpp | 9 // This file contains utility code for supporting UText in the regular expression engine.
|
regextxt.h | 9 // This file contains utility code for supporting UText in the regular expression engine.
|
/external/iproute2/man/man8/ |
ip-mroute.8 | 26 engine, it is impossible to change
|
/external/openssl/crypto/err/ |
openssl.ec | 27 L ENGINE crypto/engine/engine.h crypto/engine/eng_err.c
|
/external/oprofile/libpp/ |
populate_for_spu.h | 21 * When profiling SPUs on Cell Broadband Engine, all sample file
|
/external/svox/pico/lib/ |
picoextapi.h | 89 /* Returns version information of the current Pico engine. */ 143 pico_Engine engine, 151 pico_Engine engine 155 pico_Engine engine
|
/external/svox/pico/res/xml/ |
tts_engine.xml | 16 <tts-engine xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/tests/Assistant/res/values/ |
strings.xml | 19 <string name="search_label">Orilla Search Engine</string>
|
/system/media/camera/docs/ |
README.md | 12 * Mako 0.7+ - Template engine, needed to do file generation
|
/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/chrome/browser/sync/engine/ |
apply_updates_command.cc | 5 #include "chrome/browser/sync/engine/apply_updates_command.h" 7 #include "chrome/browser/sync/engine/update_applicator.h"
|
build_and_process_conflict_sets_command.h | 12 #include "chrome/browser/sync/engine/model_changing_syncer_command.h" 13 #include "chrome/browser/sync/engine/model_safe_worker.h"
|
download_updates_command.h | 10 #include "chrome/browser/sync/engine/model_safe_worker.h" 11 #include "chrome/browser/sync/engine/syncer_command.h"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration_unittest.mm | 36 const string16 kKeyword = ASCIIToUTF16("Engine"); 37 NSString* const kFullString = @"Search Engine:";
|
/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 = 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/content/renderer/media/ |
webrtc_audio_device_unittest.cc | 304 void SetChannelCodec(webrtc::VoiceEngine* engine, int channel) { 315 ScopedWebRTCPtr<webrtc::VoECodec> codec(engine); 327 WebRTCAutoDelete<webrtc::VoiceEngine> engine(webrtc::VoiceEngine::Create()); 328 EXPECT_TRUE(engine.valid()); 329 ScopedWebRTCPtr<webrtc::VoEBase> base(engine.get()); 346 ScopedWebRTCPtr<webrtc::VoEAudioProcessing> audio_processing(engine.get()); 355 SetChannelCodec(engine.get(), channel); 358 ScopedWebRTCPtr<webrtc::VoENetwork> network(engine.get()); 486 WebRTCAutoDelete<webrtc::VoiceEngine> engine(webrtc::VoiceEngine::Create()); 487 ASSERT_TRUE(engine.valid()) [all...] |
/external/chromium_org/media/audio/android/ |
opensles_input.cc | 159 // Destroy the engine object. We don't store any associated interface for 198 // Initializes the engine object with specific option. After working with the 206 // Realize the SL engine object in synchronous mode. 210 // Get the SL engine interface which is implicit. 211 SLEngineItf engine; local 213 engine_object_.Get(), SL_IID_ENGINE, &engine), 235 (*engine)->CreateAudioRecorder(engine,
|
Completed in 1880 milliseconds
<<11121314151617181920>>