HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 676 - 700 of 3414) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/server2/
environment.py 39 return _IsServerSoftware('Google App Engine')
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
game_engines.html 28 PlayCanvas is a free and open source WebGL Game Engine targeting mobile and
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler.h 23 // An extension can add a search engine as default or non-default, overwrite the
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.h 14 #include "google_apis/gcm/engine/connection_factory.h"
15 #include "google_apis/gcm/engine/mcs_client.h"
16 #include "google_apis/gcm/engine/registration_request.h"
17 #include "google_apis/gcm/engine/unregistration_request.h"
  /external/chromium_org/google_apis/gcm/engine/
fake_connection_factory.h 9 #include "google_apis/gcm/engine/connection_factory.h"
  /external/chromium_org/google_apis/gcm/monitoring/
gcm_stats_recorder.h 13 #include "google_apis/gcm/engine/connection_factory.h"
14 #include "google_apis/gcm/engine/mcs_client.h"
15 #include "google_apis/gcm/engine/registration_request.h"
16 #include "google_apis/gcm/engine/unregistration_request.h"
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 100 // Sets the engine, to get shared memory buffers from, and to set the token
102 void set_engine(CommandBufferEngine* engine) {
103 engine_ = engine;
105 CommandBufferEngine* engine() const { return engine_; } function in class:gpu::CommonDecoder
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 80 // Create the event which the audio engine will signal each time
116 // an audio stream between an audio application and the audio engine.
121 // Retrieve the stream format which the audio engine uses for its internal
164 // Start streaming data between the endpoint buffer and the audio engine.
411 // Copy captured data from audio engine buffer to local buffer.
569 // audio engine uses for its internal processing of shared-mode streams.
607 // on the audio engine to perform only limited format conversions. The audio
608 // engine can convert between a standard PCM sample size used by the
609 // application and the floating-point samples that the engine uses for its
614 // the audio engine can mix only PCM streams
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
README.chromium 11 GOOGLE APP ENGINE SDK
  /external/chromium_org/sync/engine/
conflict_resolver.h 15 #include "sync/engine/syncer_types.h"
directory_commit_contribution.cc 5 #include "sync/engine/directory_commit_contribution.h"
7 #include "sync/engine/commit_util.h"
8 #include "sync/engine/get_commit_ids.h"
9 #include "sync/engine/syncer_util.h"
traffic_logger.cc 5 #include "sync/engine/traffic_logger.h"
update_applicator.h 18 #include "sync/internal_api/public/engine/model_safe_worker.h"
  /external/chromium_org/sync/engine/net/
url_translator.cc 8 #include "sync/engine/net/url_translator.h"
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker_unittest.cc 5 #include "sync/internal_api/public/engine/model_safe_worker.h"
  /external/chromium_org/sync/internal_api/
sync_core_proxy_impl.cc 10 #include "sync/engine/non_blocking_sync_common.h"
  /external/chromium_org/sync/sessions/
status_controller_unittest.cc 6 #include "sync/test/engine/test_id_factory.h"
  /external/chromium_org/sync/test/engine/
mock_update_handler.cc 5 #include "sync/test/engine/mock_update_handler.h"
mock_update_handler.h 9 #include "sync/engine/update_handler.h"
  /external/chromium_org/third_party/jinja2/
__init__.py 6 Jinja2 is a template engine written in pure Python. It provides a
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideochannelfactory.h 39 virtual WebRtcVideoChannel2* Create(WebRtcVideoEngine2* engine,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_icu.h 29 // engine.
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
d2i_pr.c 65 #include <openssl/engine.h>
88 if (ret->engine)
90 ENGINE_finish(ret->engine);
91 ret->engine = NULL;
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 9 // matches from a string matching engine, PrefilterTree deduces the
11 // engine' itself is outside of this class, and the caller can use any
12 // favorite engine. PrefilterTree provides a set of strings (called
52 // content. The caller can use any string match engine to perform
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateBase.cpp 211 SkAnimatorScript engine(maker, this, SkType_Displayable);
214 bool success = engine.evaluateScript(&script, &scriptValue);
220 if (engine.getError() != SkScriptEngine::kNoError)
221 maker.setScriptError(engine);

Completed in 440 milliseconds

<<21222324252627282930>>