/external/chromium/chrome/browser/sync/engine/ |
verify_updates_command.h | 11 #include "chrome/browser/sync/engine/model_safe_worker.h" 12 #include "chrome/browser/sync/engine/model_changing_syncer_command.h" 13 #include "chrome/browser/sync/engine/syncproto.h" 14 #include "chrome/browser/sync/engine/syncer_types.h"
|
/external/chromium_org/chrome_frame/ |
BRANDING | 3 PRODUCT_DESCRIPTION=Chrome Frame renders the Web of the future in the browsers of the past. It's like strapping a rocket engine to a minivan.
|
/external/chromium_org/sync/internal_api/ |
DEPS | 4 "+sync/engine",
|
/external/chromium_org/sync/syncable/ |
DEPS | 6 "+sync/internal_api/public/engine",
|
/external/harfbuzz/ |
README | 1 This is HarfBuzz, an OpenType Layout engine library.
|
/external/harfbuzz_ng/src/hb-old/ |
README | 1 This is HarfBuzz-old, an OpenType Layout engine library.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftcffdrv.h | 60 * hinting-engine 64 * engine, an application can select between `freetype' and `adobe' if 66 * macro isn't defined, `hinting-engine' does nothing. 68 * The default engine is `freetype' if CFF_CONFIG_OPTION_OLD_ENGINE is 72 * engine (omitting the error handling). 83 * "hinting-engine", &hinting_engine ); 98 * A list of constants used for the @hinting-engine property to select 99 * the hinting engine for CFF fonts. 103 * Use the old FreeType hinting engine. 106 * Use the hinting engine contributed by Adobe [all...] |
/external/freetype/include/freetype/ |
ftcffdrv.h | 60 * hinting-engine 64 * engine, an application can select between `freetype' and `adobe' if 66 * macro isn't defined, `hinting-engine' does nothing. 68 * The default engine is `freetype' if CFF_CONFIG_OPTION_OLD_ENGINE is 72 * engine (omitting the error handling). 83 * "hinting-engine", &hinting_engine ); 98 * A list of constants used for the @hinting-engine property to select 99 * the hinting engine for CFF fonts. 103 * Use the old FreeType hinting engine. 106 * Use the hinting engine contributed by Adobe [all...] |
/external/chromium_org/sync/engine/ |
sync_directory_commit_contributor.cc | 5 #include "sync/engine/sync_directory_commit_contributor.h" 7 #include "sync/engine/sync_directory_commit_contribution.h"
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_lib.c | 1 /* crypto/engine/eng_lib.c */ 64 ENGINE *ENGINE_new(void) 66 ENGINE *ret; 68 ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE)); 74 memset(ret, 0, sizeof(ENGINE)); 82 * elements of the ENGINE structure are more likely to be caught and changed 84 void engine_set_all_null(ENGINE *e) 105 int engine_free_util(ENGINE *e, int locked) 131 /* Give the ENGINE a chance to do any structural cleanup correspondin [all...] |
eng_list.c | 1 /* crypto/engine/eng_list.c */ 66 /* The linked-list of pointers to engine types. engine_list_head 71 * "prev" pointer in each ENGINE is to save excessive list iteration, 76 static ENGINE *engine_list_head = NULL; 77 static ENGINE *engine_list_tail = NULL; 84 ENGINE *iterator = engine_list_head; 96 static int engine_list_add(ENGINE *e) 99 ENGINE *iterator = NULL; 147 /* Having the engine in the list assumes a structural 157 static int engine_list_remove(ENGINE *e [all...] |
README | 7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register 53 solution is necessarily that ENGINE-provided ciphers simply are not registered, 55 especially necessary considering the fact ENGINE uses reference counts to allow 59 Another sticking point for integrating cipher support into ENGINE is linkage. 60 Already there is a problem with the way ENGINE supports RSA, DSA, etc whereby 61 they are available *because* they're part of a giant ENGINE called "openssl". 62 Ie. all implementations *have* to come from an ENGINE, but we get round that by 63 having a giant ENGINE with all the software support encapsulated. This create [all...] |
/external/openssl/crypto/engine/ |
eng_lib.c | 1 /* crypto/engine/eng_lib.c */ 64 ENGINE *ENGINE_new(void) 66 ENGINE *ret; 68 ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE)); 74 memset(ret, 0, sizeof(ENGINE)); 82 * elements of the ENGINE structure are more likely to be caught and changed 84 void engine_set_all_null(ENGINE *e) 105 int engine_free_util(ENGINE *e, int locked) 131 /* Give the ENGINE a chance to do any structural cleanup correspondin [all...] |
eng_list.c | 1 /* crypto/engine/eng_list.c */ 66 /* The linked-list of pointers to engine types. engine_list_head 71 * "prev" pointer in each ENGINE is to save excessive list iteration, 76 static ENGINE *engine_list_head = NULL; 77 static ENGINE *engine_list_tail = NULL; 84 ENGINE *iterator = engine_list_head; 96 static int engine_list_add(ENGINE *e) 99 ENGINE *iterator = NULL; 147 /* Having the engine in the list assumes a structural 157 static int engine_list_remove(ENGINE *e [all...] |
README | 7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register 53 solution is necessarily that ENGINE-provided ciphers simply are not registered, 55 especially necessary considering the fact ENGINE uses reference counts to allow 59 Another sticking point for integrating cipher support into ENGINE is linkage. 60 Already there is a problem with the way ENGINE supports RSA, DSA, etc whereby 61 they are available *because* they're part of a giant ENGINE called "openssl". 62 Ie. all implementations *have* to come from an ENGINE, but we get round that by 63 having a giant ENGINE with all the software support encapsulated. This create [all...] |
/frameworks/base/core/java/android/speech/tts/ |
EventLogTags.logtags | 5 76001 tts_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3) 6 76002 tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1)
|
/system/security/keystore-engine/ |
methods.h | 26 /* For ENGINE method registration purposes. */ 54 /* Keyhandles for ENGINE metadata */ 65 int ecdsa_register(ENGINE *); 66 int ecdsa_pkey_setup(ENGINE *, EVP_PKEY*, const char*); 69 int dsa_register(ENGINE *); 70 int dsa_pkey_setup(ENGINE *, EVP_PKEY*, const char*); 73 int rsa_register(ENGINE *); 74 int rsa_pkey_setup(ENGINE *, EVP_PKEY*, const char*);
|
/packages/apps/Settings/src/com/android/settings/tts/ |
TextToSpeechSettings.java | 68 * Preference key for the engine selection preference. 84 private int mDefaultRate = TextToSpeech.Engine.DEFAULT_RATE; 87 * The currently selected engine. 92 * The engine checkbox that is currently checked. Saves us a bit of effort 93 * in deducing the right one from the currently selected engine. 98 * The previously selected TTS engine. Useful for rollbacks if the users 109 * Default locale used by selected TTS engine, null if not connected to any engine. 114 * List of available locals of selected TTS engine, as returned by 115 * {@link TextToSpeech.Engine#ACTION_CHECK_TTS_DATA} activity. If empty, then activit 555 final String engine = mTts.getCurrentEngine(); local 568 Settings.Secure.putString(getContentResolver(), TTS_DEFAULT_SYNTH, engine); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
KeyPairGeneratorSpi.java | 29 RSAKeyPairGenerator engine; field in class:KeyPairGeneratorSpi 35 engine = new RSAKeyPairGenerator(); 38 engine.init(param); 48 engine.init(param); 66 engine.init(param); 71 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
ctor_engine_move.pass.cpp | 12 // template<class Engine, size_t w, class UIntType> 15 // explicit independent_bits_engine(const Engine& e); 23 typedef std::mt19937 Engine; 24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor; 25 Engine e; 26 Engine e0 = e;
|
/packages/apps/Browser/src/com/android/browser/search/ |
SearchEngine.java | 27 // Used if the search engine is Google 31 * Gets the unique name of this search engine. 36 * Gets the human-readable name of this search engine. 51 * Checks whether this search engine supports search suggestions. 56 * Closes this search engine. 61 * Checks whether this search engine should be sent zero char query.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
SyncStorageEngineTest.java | 49 SyncStorageEngine engine; field in class:SyncStorageEngineTest 62 // Set up storage engine. 64 engine = SyncStorageEngine.newTestInstance( 81 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local 85 long historyId = engine.insertStartSyncEvent( 89 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0); 102 engine.insertIntoPending(pop); 103 // Force engine to read from disk. 104 engine.clearAndReadState(); 106 assert(engine.getPendingOperationCount() == 1) 201 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local 275 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local 381 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 489 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 583 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 626 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 666 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
module.h | 37 //! An engine is registered with the module and the module then hooks the 38 //! appropriate parts of the engine to implement that set of features. It is 39 //! important to unregister modules before destructing the engine. 44 //! Register the engine with the module. Only one engine can be associated 46 //! already an engine registered. 47 virtual XmppReturnStatus RegisterEngine(XmppEngine* engine) = 0;
|
/external/jmonkeyengine/ |
README | 3 This is the source tree for the engine portion of jMonkeyEngine, from a 4 Subversion snapshot taken on 2012.02.24. It includes the engine/src directory 10 engine/src/android 11 engine/src/core 12 engine/src/core-plugins 13 engine/src/ogre 37 find engine/src -type f | xargs head -n 35 | grep "^[ /=][*=]" > NOTICE
|
/external/chromium_org/chromeos/ime/ |
gen_input_methods.py | 83 engines: list of engine objects 85 The text of a C++ header file containing the engine data. 89 for engine in engines: 90 if engine.has_key('if'): 91 output.append(CPP_FORMAT % engine['if']) 92 output.append(ENGINE_FORMAT % engine) 93 if engine.has_key('if'): 111 engine = {} 112 engine['input_method_id'] = columns[0] 113 engine['xkb_layout_id'] = columns[1 [all...] |