/external/openssl/include/openssl/ |
engine.h | 1 /* openssl/engine.h */ 70 #error ENGINE is disabled. 122 * internally to control registration of ENGINE implementations, and can be set 127 /* ENGINE flags that can be set by ENGINE_set_flags(). */ 132 * control commands on behalf of the ENGINE using their "cmd_defns" data. */ 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl() 139 * to obtain the ENGINE will result in it being copied into a new structure. 141 * the existing ENGINE's structural reference count. */ 144 /* This flag if for an ENGINE that does not want its methods registered as 177 * same functionality to their own ENGINE-specific control functions that can b [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager.html | 1 <div id="search-engine-manager-page" class="page" hidden> 6 <list id="default-search-engine-list" 7 class="search-engine-list settings-list"></list> 9 <list id="other-search-engine-list" 10 class="search-engine-list settings-list"></list> 15 class="search-engine-list settings-list"></list> 20 <button id="search-engine-manager-confirm" type="submit"
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestInterpretedLexing.java | 84 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); local 85 engine = new Interpreter(g, new ANTLRStringStream("b")); 86 Token result = engine.scan("A"); 88 engine = new Interpreter(g, new ANTLRStringStream("c")); 89 result = engine.scan("A"); 99 Interpreter engine = new Interpreter(g, new ANTLRStringStream("abc")); // should ignore the x local 100 Token result = engine.scan("A"); 110 Interpreter engine = new Interpreter(g, new ANTLRStringStream("12x")); // should ignore the x local 111 Token result = engine.scan("INT"); 113 engine = new Interpreter(g, new ANTLRStringStream("1234")) 123 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); local 151 Interpreter engine = new Interpreter(g, input); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
SyncStorageEngineTest.java | 62 SyncStorageEngine engine; field in class:SyncStorageEngineTest 77 // Set up storage engine. 79 engine = SyncStorageEngine.newTestInstance( 96 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local 104 long historyId = engine.insertStartSyncEvent(op, time0); 106 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0); 120 engine.insertIntoPending(sop); 122 // Force engine to read from disk. 123 engine.clearAndReadState(); 125 assertTrue(engine.getPendingOperationCount() == 1) 299 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local 643 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 738 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 781 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local 821 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentStyleSheetCollection.cpp | 46 void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine* engine, DocumentStyleSheetCollector& collector) 68 if (candidate.hasPreferrableName(engine->preferredStylesheetSetName())) 69 engine->selectStylesheetSetName(candidate.title()); 77 if (candidate.hasPreferrableName(engine->preferredStylesheetSetName())) 78 engine->selectStylesheetSetName(candidate.title()); 80 if (candidate.canBeActivated(engine->preferredStylesheetSetName())) 85 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, DocumentStyleSheetCollector& collector) 87 ASSERT(document().styleEngine() == engine); 88 collector.appendActiveStyleSheets(engine->injectedAuthorStyleSheets()); 89 collector.appendActiveStyleSheets(engine->documentAuthorStyleSheets()) [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/development/scripts/app_engine_server/ |
MOVED-README.txt | 4 ../../../vendor/google/docs/app-engine-server
|
/external/chromium_org/sync/syncable/ |
DEPS | 6 "+sync/internal_api/public/engine",
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/ |
README | 1 This is HarfBuzz, an OpenType Layout engine library.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineJobListener.java | 1 package com.bumptech.glide.load.engine;
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
BitmapReferenceCounter.java | 1 package com.bumptech.glide.load.engine.bitmap_recycle;
|
BitmapReferenceCounterAdapter.java | 1 package com.bumptech.glide.load.engine.bitmap_recycle;
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
ResourceCallback.java | 3 import com.bumptech.glide.load.engine.Resource;
|
/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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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...] |
/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...] |
/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 | 70 * Preference key for the engine selection preference. 86 private int mDefaultRate = TextToSpeech.Engine.DEFAULT_RATE; 89 * The currently selected engine. 94 * The engine checkbox that is currently checked. Saves us a bit of effort 95 * in deducing the right one from the currently selected engine. 100 * The previously selected TTS engine. Useful for rollbacks if the users 111 * Default locale used by selected TTS engine, null if not connected to any engine. 116 * List of available locals of selected TTS engine, as returned by 117 * {@link TextToSpeech.Engine#ACTION_CHECK_TTS_DATA} activity. If empty, then activit 577 final String engine = mTts.getCurrentEngine(); local 590 android.provider.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();
|
/external/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;
|
/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;
|