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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 196 * generator engine with seed @p __s. The default seed value
207 * generator engine seeded from the seed sequence @p __q.
220 * engine sequence to the seed @p __s.
229 * engine
307 * @brief Sets the state of the engine by reading its textual
439 * engine seeded from the seed sequence @p __q.
504 * random number generator engine @p __x into the output stream
509 * engine.
530 * random number generator engine @p __x from the input stream
535 * engine
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.cc 630 if (!engine())
633 return engine()->SendStanza(element);
642 if (!engine())
661 return engine()->SendStanza(&element);
708 if (!engine())
713 roster_get.AddAttr(QN_ID, engine()->NextId());
715 return engine()->SendIq(&roster_get, this, NULL);
767 if (!engine())
778 roster_add.AddAttr(QN_ID, engine()->NextId());
782 return engine()->SendIq(&roster_add, this, NULL)
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 106 // Static instance of audio engine, and methods for getting, setting and
109 // The single global audio engine instance.
116 LOGE("you haven't initialized the audio engine");
123 void AudioEngine::SetEngine(AudioEngine* engine) {
125 LOGE("you have already set the audio engine");
129 audioEngine_ = engine;
150 // The callbacks from the engine require static callback functions.
152 // the engine.
540 static void CreateAndRealizeEngine(SLObjectItf &engine,
544 SLresult result = slCreateEngine(&engine, 1, EngineOption, 0, NULL, NULL)
607 SLObjectItf engine; local
    [all...]
  /cts/tools/signature-tools/
README.txt 15 #Report engine : Translates a delta model to a html output based on templates (utilizing the StringTemplate framework)
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 51 /** Handle to the Text-To-Speech engine. */
59 // Initializes the Text-To-Speech engine as soon as the service is connected.
70 Log.e(LOG_TAG, "Text-To-Speech engine not ready. Bailing out.");
174 // engine has been initialized, and can now handle speaking requests.
  /development/samples/CubeLiveWallpaper/
_index.html 10 href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html">
11 <code>WallpaperService.Engine</code></a>. The engine is responsible for
20 creates a <code>WallpaperService.Engine</code> to manage the service lifecycle,
  /development/samples/TtsEngine/res/values/
strings.xml 19 <string name="app_name">Example TTS Engine</string>
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakSettings.java 25 * A settings screen is optional, and if a given engine has no settings,
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng_int.h 50 /* service engine control block */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java 56 StreamCipher engine,
59 cipher = engine;
64 BlockCipher engine,
69 cipher = new StreamBlockCipher(engine);
  /external/chromium/chrome/browser/
DEPS 29 "+libxml", # For search engine definition parsing.
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.h 30 // Checks if the engine is currently speaking.
  /external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.cc 5 #include "chrome/browser/sync/engine/mock_model_safe_workers.h"
model_safe_worker.cc 5 #include "chrome/browser/sync/engine/model_safe_worker.h"
syncer_proto_util_unittest.cc 5 #include "chrome/browser/sync/engine/syncer_proto_util.h"
10 #include "chrome/browser/sync/engine/syncproto.h"
14 #include "chrome/test/sync/engine/mock_connection_manager.h"
15 #include "chrome/test/sync/engine/test_directory_setter_upper.h"
syncer_thread2_whitebox_unittest.cc 6 #include "chrome/browser/sync/engine/mock_model_safe_workers.h"
7 #include "chrome/browser/sync/engine/syncer_thread.h"
10 #include "chrome/test/sync/engine/mock_connection_manager.h"
11 #include "chrome/test/sync/engine/test_directory_setter_upper.h"
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.h 12 #include "chrome/browser/sync/engine/net/server_connection_manager.h"
url_translator.cc 8 #include "chrome/browser/sync/engine/net/url_translator.h"
  /external/chromium/chrome/browser/sync/glue/
extension_change_processor.h 10 #include "chrome/browser/sync/engine/syncapi.h"
history_model_worker.h 9 #include "chrome/browser/sync/engine/model_safe_worker.h"
theme_change_processor.h 10 #include "chrome/browser/sync/engine/syncapi.h"
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 12 #include "chrome/browser/sync/engine/syncapi.h"
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 5 // SyncSessionContext encapsulates the contextual information and engine
7 // a SyncSession so that session SyncerCommands and parts of the engine have
25 #include "chrome/browser/sync/engine/model_safe_worker.h"
26 #include "chrome/browser/sync/engine/syncer_types.h"
test_util.h 10 #include "chrome/browser/sync/engine/syncer.h"
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.h 14 #include "chrome/browser/sync/engine/model_safe_worker.h"

Completed in 1126 milliseconds

<<21222324252627282930>>