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

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 26 parsing engine implemented by parse.py. The parsing engine
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 214 EGLBoolean eglWaitNative(EGLint engine)
216 return getDispatch()->eglWaitNative(engine);
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 194 // The first XML file represents the default search engine in Firefox 3, so we
210 // We have already found a search engine with the same URL. We give
295 // The default search engine is contained in the file prefs.js found in the
322 "Firefox default search engine not found in search engine list";
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 5 #include "sync/engine/syncer_proto_util.h"
10 #include "sync/engine/net/server_connection_manager.h"
11 #include "sync/engine/syncer.h"
12 #include "sync/engine/syncer_types.h"
13 #include "sync/engine/traffic_logger.h"
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 189 cricket::FakeMediaEngine *engine = new cricket::FakeMediaEngine(); local
192 engine->SetAudioCodecs(codecs);
193 return engine;
461 cricket::MediaEngineInterface* engine = local
465 client->SetMediaEngine(engine);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 1 //==- CoreEngine.h - Path-Sensitive Dataflow Engine ----------------*- C++ -*-//
10 // This file defines a generic engine for intraprocedural, path-sensitive,
39 /// provides the matching component to the engine that knows the actual types
40 /// for states. Note that this engine only dispatches to transfer functions
79 /// The locations where we stopped because the engine aborted analysis,
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 59 PREPROC_EFFECT_STATE_CREATED, // webRTC engine created
64 // handle on webRTC engine
91 preproc_fx_handle_t engine; // handle on webRTC engine member in struct:preproc_effect_s
271 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
287 effect->engine = static_cast<preproc_fx_handle_t>(agc);
300 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
361 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
400 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
408 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 377 engine();
393 { engine().seed(__s); }
409 static auto generator = std::bind(distribution, engine());
414 static gen_t generator(engine(), distribution);
440 engine() function in struct:random_condition
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 369 engine();
385 { engine().seed(__s); }
401 static auto generator = std::bind(distribution, engine());
406 static gen_t generator(engine(), distribution);
432 engine() function in struct:random_condition
  /hardware/libhardware/include/hardware/
audio_effect.h 46 // - When used for effect type and the engine is implementing and effect corresponding to a standard
74 uint32_t flags; // effect engine capabilities/requirements flags (see below)
138 // | | | control the effect engine. This mode is relevant for
257 // The effect control interface is exposed by each effect engine implementation. It consists of
258 // a set of functions controlling the configuration, activation and process of the engine.
262 // The effect_handle_t serves two purposes regarding the implementation of the effect engine:
297 // command is received and until the EFFECT_CMD_DISABLE is received. When the engine
317 // -ENODATA the engine has finished the disable phase and the framework
329 // Description: Send a command and receive a response to/from effect engine.
387 // a reference stream to the effect engine. If the engine does not need a referenc
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 65 Engine.getWorkList()->enqueue(Node);
323 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode);
350 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(),
454 Engine.getWorkList()->enqueue(N);
820 Optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D);
829 Engine.FunctionSummaries->markMayInline(D);
831 Engine.FunctionSummaries->markShouldNotInline(D);
844 Engine.FunctionSummaries->markShouldNotInline(D);
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 391 fStyleRunInfo[run].engine = NULL;
408 fStyleRunInfo[run].engine = LayoutEngine::layoutEngineFactory(fStyleRunInfo[run].font,
415 fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount,
447 LayoutEngine *engine = fStyleRunInfo[run].engine; local
459 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
465 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);
471 engine->getCharIndices(&fGlyphToCharMap[glyphBase], runStart, layoutStatus);
488 delete engine;
489 fStyleRunInfo[run].engine = NULL
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 188 // connections to the TTS engine and recognizer really
309 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
344 // The TTS engine has been successfully initialized.
399 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_STREAM,
508 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
539 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 177 SpeechRecognitionEngine* engine)
179 recognition_engine_(engine),
584 // This is the first audio packet captured, so the recognition engine is
666 // The recognition engine is initialized only after STATE_STARTING.
690 // engine is being used for a one shot recognition.
695 // recognition engine is "faster" than our endpointer). In these cases we
745 // 4. The speech recognition engine, therefore, emits an empty result to
  /external/chromium_org/third_party/openssl/openssl/apps/
pkcs12.c 97 ENGINE *e = NULL;
128 char *engine=NULL; local
265 } else if (!strcmp(*args,"-engine")) {
268 engine = *args;
329 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
340 e = setup_engine(bio_err, engine, 0);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 71 /// The diagnostics engine instance.
159 /// - The diagnostics engine should have already been created by the client.
281 /// @name Diagnostics Engine
286 /// Get the current diagnostics engine.
292 /// setDiagnostics - Replace the current diagnostics engine.
312 /// Replace the current diagnostics engine.
486 /// Create the diagnostics engine using the invocation's diagnostic options
  /external/openssl/apps/
pkcs12.c 97 ENGINE *e = NULL;
128 char *engine=NULL; local
265 } else if (!strcmp(*args,"-engine")) {
268 engine = *args;
329 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
340 e = setup_engine(bio_err, engine, 0);
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 63 #include <openssl/engine.h>
133 STORE *STORE_new_engine(ENGINE *engine)
136 ENGINE *e = engine;
142 if (engine)
144 if (!ENGINE_init(engine))
149 e = engine;
176 ret->engine = e;
    [all...]
  /external/openssl/crypto/store/
str_lib.c 63 #include <openssl/engine.h>
133 STORE *STORE_new_engine(ENGINE *engine)
136 ENGINE *e = engine;
142 if (engine)
144 if (!ENGINE_init(engine))
149 e = engine;
176 ret->engine = e;
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 205 ** Service Engine Server Attributes Database Read/Read Blob Request process
228 ** Service Engine Server Attributes Database write Request process
410 ** Description Initializa the GATT Service engine.

Completed in 1698 milliseconds

<<41424344454647484950>>