HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 926 - 950 of 3084) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/common/metrics/proto/
omnibox_event.proto 134 SEARCH = 4; // Search suggestions for the default search engine
163 // default engine)
164 SEARCH_HISTORY = 8; // A past search (with the default engine)
167 // engine) query that doesn't fall into one of
170 SEARCH_OTHER_ENGINE = 10; // A search with a non-default engine
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 118 // audio stream between an audio application and the audio engine (for a
134 // Get the mix format that the audio engine uses internally for processing
157 // For a shared-mode stream, the audio engine periodically processes the
181 // audio engine uses for its internal processing/mixing of shared-mode
196 // connects indirectly through the audio engine which does the mixing.
  /external/chromium_org/sync/engine/
download.cc 5 #include "sync/engine/download.h"
10 #include "sync/engine/process_updates_util.h"
11 #include "sync/engine/sync_directory_update_handler.h"
12 #include "sync/engine/syncer.h"
13 #include "sync/engine/syncer_proto_util.h"
sync_scheduler_impl.h 22 #include "sync/engine/net/server_connection_manager.h"
23 #include "sync/engine/nudge_source.h"
24 #include "sync/engine/sync_scheduler.h"
25 #include "sync/engine/syncer.h"
26 #include "sync/internal_api/public/engine/polling_constants.h"
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 13 #include "sync/engine/all_status.h"
14 #include "sync/engine/net/server_connection_manager.h"
15 #include "sync/engine/sync_engine_event.h"
16 #include "sync/engine/traffic_recorder.h"
153 // builds the list of sync-engine initiated changes that will be forwarded to
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa.h 179 /* functional reference if 'meth' is ENGINE-provided */
180 ENGINE *engine; member in struct:dsa_st
208 DSA * DSA_new_method(ENGINE *engine);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dsa.h 179 /* functional reference if 'meth' is ENGINE-provided */
180 ENGINE *engine; member in struct:dsa_st
208 DSA * DSA_new_method(ENGINE *engine);
  /external/openssl/crypto/dsa/
dsa.h 179 /* functional reference if 'meth' is ENGINE-provided */
180 ENGINE *engine; member in struct:dsa_st
208 DSA * DSA_new_method(ENGINE *engine);
  /external/openssl/include/openssl/
dsa.h 179 /* functional reference if 'meth' is ENGINE-provided */
180 ENGINE *engine; member in struct:dsa_st
208 DSA * DSA_new_method(ENGINE *engine);
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 253 * opensc_engine_path - OpenSC engine for OpenSSL engine support
259 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
265 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 155 <h3 id="TTS">Text-to-speech engine</h3>
157 <p>Android 1.6 features a multi-lingual speech synthesis engine called Pico.
159 The engine supports the following languages: English (American and British accents), French,
162 text-to-speech engine.</p>
196 <p>Android 1.6 includes the updated OpenCore 2 media engine, which has:</p>
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 395 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
576 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
759 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd);
889 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd });
1297 private final SSLEngine engine; field in class:SSLEngineTest.HandshakeHandler
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
input_ime.json 228 "description": "ID of the engine to set properties on.",
383 "description": "ID of the engine to use",
414 "description": "ID of the engine to use",
446 "description": "ID of the engine receiving the event."
491 "description": "ID of the engine receiving the event"
503 "description": "ID of the engine receiving the event"
557 "description": "ID of the engine receiving the event"
591 "description": "ID of the engine receiving the event"
614 "description": "ID of the engine receiving the event"
631 "description": "ID of the engine receiving the event
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 5 // Regular expression engine tester -- test all the implementations against each other.
43 static string EngineString(Engine t) {
61 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++)
70 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++) {
276 // Runs a single search using the named engine type.
278 // engine interfaces from the rest of this file.
279 void TestInstance::RunSearch(Engine type,
495 for (Engine i = kEngineBacktrack+1; i < kEngineMax; i++)
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 5 // Regular expression engine tester -- test all the implementations against each other.
43 static string EngineString(Engine t) {
61 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++)
70 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++) {
276 // Runs a single search using the named engine type.
278 // engine interfaces from the rest of this file.
279 void TestInstance::RunSearch(Engine type,
495 for (Engine i = kEngineBacktrack+1; i < kEngineMax; i++)
    [all...]
  /external/chromium/chrome/browser/resources/options/
browser_options.js 181 * Clears the search engine popup.
189 * Updates the search engine popup with the given entries.
191 * @param {number} defaultValue The value of the current default engine.
199 var engine = engines[i];
200 var option = new Option(engine['name'], engine['index']);
413 * Set the default search engine based on the popup selection.
  /external/chromium_org/third_party/openssl/openssl/apps/
rsa.c 102 ENGINE *e = NULL;
114 char *engine=NULL; local
170 else if (strcmp(*argv,"-engine") == 0)
173 engine= *(++argv);
245 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
253 e = setup_engine(bio_err, engine, 0);
  /external/openssl/apps/
rsa.c 102 ENGINE *e = NULL;
114 char *engine=NULL; local
170 else if (strcmp(*argv,"-engine") == 0)
173 engine= *(++argv);
245 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
253 e = setup_engine(bio_err, engine, 0);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 36 * Forward Lock Engine class.
65 * For Forward Lock engine, it returns an empty object
112 * Not used for Forward Lock Engine.
206 * Informs the DRM Engine about the playback actions performed on the DRM files.
244 * Not used for Forward Lock Engine.
256 * Forward Lock Engine.
311 * Returns the information about the Drm Engine capabilities which includes
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 299 Engine: {name: 'unknown', version: 0},
333 for (var engine in this.Engines){
334 var version = this.Engines[engine]();
336 this.Engine = {name: engine, version: version};
337 this.Engine[engine] = this.Engine[engine + version] = true;
342 return {name: engine, version: version}
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 10 // This file defines a meta-engine for path-sensitive dataflow analysis that
64 CoreEngine Engine;
88 /// The BugReporter associated with this engine. It is important that
97 /// The flag, which specifies the mode of inlining for the engine.
110 return Engine.ExecuteWorkList(L, Steps, 0);
120 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
303 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); }
304 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
305 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); }
307 const CoreEngine &getCoreEngine() const { return Engine; }
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
135 // libraries, the execution engine implementations set these functions to ctor
177 /// create - This is the factory method for creating an execution engine which
260 /// called the MCJIT execution engine will reapply relocations for a loaded
261 /// object. This method has no effect for the legacy JIT engine or the
285 /// addGlobalMapping - Tell the execution engine that the specified global is
530 /// is successful, the created engine takes ownership of the module.
536 /// or whichever engine works. This option defaults to EngineKind::Either.
546 /// is called and is successful, the created engine takes ownership of the
559 /// is called and is successful, the created engine takes ownership of th
    [all...]
  /frameworks/base/docs/html/google/gcm/
demo.jd 40 <li><a href="#appengine-setup">Using App Engine for Java</a></li>
70 <li><a href="http://code.google.com/appengine/">Java App Engine SDK</a> version 1.6 or later.</li>
129 <h3 id="appengine-setup">Using App Engine for Java</h3>
131 <p>To set up the server using a standard App Engine for Java:</p>
137 <p class="note"><strong>Note:</strong> The API key value set in that class will be used just once to create a persistent entity on App Engine. If you deploy the application, you can use App Engine's <code>Datastore Viewer</code> to change it later.</p>
141 <li>Start the development App Engine server by <code>ant runserver</code>, using the <code>-Dsdk.dir</code> to indicate the location of the App Engine SDK and <code>-Dserver.host</code> to set your server's hostname or IP address:</li>
167 [java] SEVERE: Created fake key. Please go to App Engine admin console, change its value to your API Key (the entity type is 'Settings' and its field to be changed is 'ApiKey'), then restart the server!
191 <p>Note that the <code>SERVER_URL</code> is the URL for the server and the application's context (or just server, if you are using App Engine), and it does not include the forward slash (<code>/</code>). Also note that <code>SENDER_ID</code (…)
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 39 // engine interfaces
262 // destroy engine object, and invalidate all associated interfaces
283 // create the engine and output mix objects
289 // create engine
293 // realize the engine
297 // get the engine interface, which is needed in order to create other objects
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 44 // engine interfaces
244 // create the engine and output mix objects
249 // create engine
253 // realize the engine
257 // get the engine interface, which is needed in order to create other objects
474 // destroy engine object, and invalidate all associated interfaces

Completed in 1229 milliseconds

<<31323334353637383940>>