/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/icu4c/layout/ |
loengine.h | 63 * @param engine - the LayoutEngine to close. 68 le_close(le_engine *engine); 73 * @param engine - the LayoutEngine 95 le_layoutChars(le_engine *engine, 110 * @param engine - the LayoutEngine 118 le_getGlyphCount(le_engine *engine, 126 * @param engine - the LayoutEngine 133 le_getGlyphs(le_engine *engine, 142 * @param engine - the LayoutEngine 149 le_getCharIndices(le_engine *engine, [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLEngine.java | 31 /** The ENGINE's native handle. */ 34 public static OpenSSLEngine getInstance(String engine) throws IllegalArgumentException { 35 if (engine == null) { 36 throw new NullPointerException("engine == null"); 41 engineCtx = NativeCrypto.ENGINE_by_id(engine); 43 throw new IllegalArgumentException("Unknown ENGINE id: " + engine); 57 throw new IllegalArgumentException("Could not initialize engine");
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngine.java | 75 * Initiates a handshake on this engine. 84 * if the engine does not have all the needed settings (e.g. 90 * Notifies this engine instance that no more inbound network data will be 91 * sent to this engine. 94 * if this engine did not receive a needed protocol specific 100 * Notifies this engine instance that no more outbound application data will 101 * be sent to this engine. 106 * Returns a delegate task for this engine instance. Some engine operations 108 * {@code SSLEngineResult} instances returned by this engine may indicat [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager_engine_list.js | 13 * Creates a new search engine list item. 14 * @param {Object} searchEnigne The search engine this represents. 26 * Decorates an element as a search engine list item. 38 * Input field for editing the engine name. 45 * Input field for editing the engine keyword. 52 * Input field for editing the engine url. 76 var engine = this.searchEngine_; 78 if (engine.modelIndex == '-1') { 80 engine.name = ''; 81 engine.keyword = '' [all...] |
/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.h | 29 // This class holds the logo and TemplateURL for a search engine and serves 30 // as its button in the search engine selection view. 33 // |listener| is the FirstRunView that waits for the search engine selection 35 // engine this button represents; |use_small_logos| is true if we're 44 // with this search engine choice. 49 // Set the bounds for the search engine choice view; called in the 53 // Accessor for the search engine data this button represents. 68 // Data for the search engine held here. 71 // Used for UX testing. Gives slot in which search engine was shown. 77 // This class displays a large search engine choice dialog view durin [all...] |
/external/chromium_org/sync/protocol/ |
search_engine_specifics.proto | 17 // Properties of custom search engine sync objects. 19 // The description of the search engine. 21 // The search engine keyword for omnibox access. 25 // The actual parameterized search engine query URL. 28 // engine entry or not. 30 // The URL to the OSD file this search engine entry came from. 32 // The date this search engine entry was created. A UTC timestamp with units 41 // The ID associated with the prepopulate data this search engine comes from. 44 // DEPRECATED: Whether to autogenerate a keyword for the search engine or not. 49 // Obsolete field. This used to represent whether or not this search engine [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 34 import android.speech.tts.TextToSpeech.Engine; 71 * @return the default TTS engine. If the user has set a default, and the engine 73 * the highest ranked engine is returned as per {@link EngineInfoComparator}. 76 String engine = getString(mContext.getContentResolver(), local 78 return isEngineInstalled(engine) ? engine : getHighestRankedEngineName(); 82 * @return the package name of the highest ranked system engine, {@code null} 96 * Returns the engine info for a given engine name. Note that engines ar 130 EngineInfo engine = getEngineInfo(resolveInfo, pm); local 242 EngineInfo engine = new EngineInfo(); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
tb_asnmth.c | 67 void ENGINE_unregister_pkey_asn1_meths(ENGINE *e) 77 int ENGINE_register_pkey_asn1_meths(ENGINE *e) 93 ENGINE *e; 99 int ENGINE_set_default_pkey_asn1_meths(ENGINE *e) 116 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid) 121 /* Obtains a pkey_asn1_meth implementation from an ENGINE functional reference */ 122 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) 135 /* Gets the pkey_asn1_meth callback from an ENGINE structure */ 136 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e) 141 /* Sets the pkey_asn1_meth callback in an ENGINE structure * [all...] |
/external/openssl/crypto/engine/ |
tb_asnmth.c | 67 void ENGINE_unregister_pkey_asn1_meths(ENGINE *e) 77 int ENGINE_register_pkey_asn1_meths(ENGINE *e) 93 ENGINE *e; 99 int ENGINE_set_default_pkey_asn1_meths(ENGINE *e) 116 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid) 121 /* Obtains a pkey_asn1_meth implementation from an ENGINE functional reference */ 122 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) 135 /* Gets the pkey_asn1_meth callback from an ENGINE structure */ 136 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e) 141 /* Sets the pkey_asn1_meth callback in an ENGINE structure * [all...] |
/external/chromium/chrome/browser/sync/engine/ |
read_node_mock.cc | 5 #include "chrome/browser/sync/engine/read_node_mock.h"
|
syncer_types.cc | 5 #include "chrome/browser/sync/engine/syncer_types.h"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
manifest.json | 7 "description": "Tool for developers of Chrome TTS engine extensions to help them test their engines are implementing the API correctly.",
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory.cc | 5 #include "google_apis/gcm/engine/connection_factory.h"
|
connection_handler.cc | 5 #include "google_apis/gcm/engine/connection_handler.h"
|
/external/chromium_org/sync/engine/ |
DEPS | 4 "+sync/internal_api/public/engine",
|
sync_engine_event.cc | 5 #include "sync/engine/sync_engine_event.h"
|
sync_scheduler.cc | 5 #include "sync/engine/sync_scheduler.h"
|
/external/chromium_org/third_party/sqlite/src/ |
sqlite.pc.in | 9 Description: SQL database engine
|
sqlite3.pc.in | 9 Description: SQL database engine
|
/external/chromium_org/ui/webui/resources/js/ |
i18n_process.js | 5 // Invoke the template engine previously loaded from i18n_template.js
|