/external/chromium_org/third_party/openssl/openssl/apps/ |
dsaparam.c | 122 char *engine=NULL; local 168 else if(strcmp(*argv, "-engine") == 0) 171 engine = *(++argv); 229 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 278 setup_engine(bio_err, engine, 0);
|
pkeyutl.c | 77 char *passargin, int pkey_op, ENGINE *e); 92 ENGINE *e = NULL; 175 else if(!strcmp(*argv, "-engine")) 407 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); 415 char *passargin, int pkey_op, ENGINE *e)
|
/external/openssl/apps/ |
dsaparam.c | 122 char *engine=NULL; local 168 else if(strcmp(*argv, "-engine") == 0) 171 engine = *(++argv); 229 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 278 setup_engine(bio_err, engine, 0);
|
pkeyutl.c | 77 char *passargin, int pkey_op, ENGINE *e); 92 ENGINE *e = NULL; 175 else if(!strcmp(*argv, "-engine")) 407 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); 415 char *passargin, int pkey_op, ENGINE *e)
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 30 // engine interfaces 267 // create the engine and output mix objects 272 // create engine 276 // realize the engine 280 // get the engine interface, which is needed in order to create other objects 492 // destroy engine object, and invalidate all associated interfaces
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 299 RulesEngine engine = null; local 302 engine = delegate.getRulesEngine(); 304 if (engine == null || engine.getInsertType().isCreate()) { 325 if (engine != null) { 326 engine.callCreateHooks(editor, this, newNode, null);
|
/bionic/libc/netbsd/net/ |
reentrant.h | 45 * 2. There should be no dependency on a thread engine for non-threaded 48 * 3. There should be no dependency on any particular thread engine. 76 * the thread engine or to nothing. The latter is used so that code is
|
/external/chromium/chrome/browser/sync/engine/ |
build_commit_command.cc | 5 #include "chrome/browser/sync/engine/build_commit_command.h" 12 #include "chrome/browser/sync/engine/syncer_proto_util.h" 13 #include "chrome/browser/sync/engine/syncer_util.h"
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.h | 16 #include "chrome/browser/sync/engine/http_post_provider_factory.h" 17 #include "chrome/browser/sync/engine/http_post_provider_interface.h" 18 #include "chrome/browser/sync/engine/syncapi.h"
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.h | 43 // A media engine contains a capturer, an encoder, and a sender in the sender 48 // act as file voice engine, file video engine, or both. Currently, we use
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.cc | 293 ComponentExtensionEngine engine; local 294 ReadEngineComponent(*dictionary, &engine); 295 component_ime.engines.push_back(engine);
|
/external/chromium_org/sync/engine/ |
conflict_resolver.cc | 5 #include "sync/engine/conflict_resolver.h" 12 #include "sync/engine/conflict_util.h" 13 #include "sync/engine/syncer_util.h"
|
syncer_proto_util_unittest.cc | 5 #include "sync/engine/syncer_proto_util.h" 22 #include "sync/test/engine/mock_connection_manager.h" 23 #include "sync/test/engine/test_directory_setter_upper.h"
|
/external/clang/lib/StaticAnalyzer/Core/ |
AnalyzerOptions.cpp | 1 //===-- AnalyzerOptions.cpp - Analysis Engine Options -----------*- C++ -*-===// 91 // but the AnalyzerOptions doesn't have access to a diagnostic engine. 104 // but the AnalyzerOptions doesn't have access to a diagnostic engine.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/ |
MANIFEST.MF | 34 g.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2. 35 engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.eq 38 ion="[2.0.0,3.0.0)",org.eclipse.equinox.p2.engine;version="[2.0.0,3.0
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.speech.tts.html | 127 <A NAME="TextToSpeech.Engine"></A> 128 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html">TextToSpeech.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
pkg_android.speech.tts.html | 106 <A NAME="TextToSpeech.Engine"></A> 107 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html">TextToSpeech.Engine</A></nobr>
|
/frameworks/base/media/java/android/media/audiofx/ |
LoudnessEnhancer.java | 91 * LoudnessEnhancer engine. As the same engine can be shared by several applications, 150 * LoudnessEnhancer engine.
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.h | 286 VIDEOEDIT_JAVA_DECLARE_CONSTANT_CLASS(Engine ) 306 VIDEOEDIT_JAVA_DECLARE_FIELD_CLASS(Engine ) 311 VIDEOEDIT_JAVA_DECLARE_METHOD_CLASS(Engine )
|
/frameworks/wilhelm/tests/sandbox/ |
srcsink.c | 29 // create engine 71 // create audio player using an engine as the output mix 216 // destroy engine
|
/ndk/docs/openmaxal/ |
index.html | 141 <code>Engine::CreateMediaPlayer</code>. 189 <h4>Engine</h4> 261 This interface on the engine object reports video decoder capabilities 321 OpenMAX AL for Android supports a single engine per application, and 325 <code>xaCreateEngine</code> recognizes, but ignores, these engine options: 332 In this case, there is internally a single shared engine object, 336 reference count on the shared engine, so that it is correctly destroyed 534 <code>Engine::QueryNumSupportedExtensions</code>, 535 <code>Engine::QuerySupportedExtension</code>, 536 <code>Engine::IsExtensionSupported</code> report these extensions [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
unroll1.cpp | 394 class Engine : public BrickBase 397 explicit Engine(const Interval &dom) 414 Engine A(I);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
unroll1.cpp | 394 class Engine : public BrickBase 397 explicit Engine(const Interval &dom) 414 Engine A(I);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 4 """Parser engine for the grammar tables generated by pgen. 9 how this parsing engine works. 28 """Parser engine.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 4 """Parser engine for the grammar tables generated by pgen. 9 how this parsing engine works. 28 """Parser engine.
|