/external/chromium_org/chrome/browser/search_engines/ |
template_url_service_android.cc | 57 "Wrong index for search engine"; 61 "Tried to select non-prepopulated search engine";
|
/external/chromium_org/chrome/browser/ui/webui/ |
devtools_ui.cc | 108 // 2. /remote/: Remote DevTools frontend is served from App Engine. 167 // Serves remote DevTools frontend from hard-coded App Engine domain.
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
version_updater_chromeos.cc | 54 // used in update engine. 180 // the update engine reports errors for some conditions that shouldn't
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 33 # 'Google App Engine' 34 IS_PRODUCTION = os.environ['SERVER_SOFTWARE'].startswith('Google App Engine')
|
/external/chromium_org/content/test/ |
webrtc_audio_device_test.h | 65 template<typename Engine> 66 explicit ScopedWebRTCPtr(Engine* e)
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory_impl.cc | 5 #include "google_apis/gcm/engine/connection_factory_impl.h" 8 #include "google_apis/gcm/engine/connection_handler_impl.h"
|
/external/chromium_org/sync/engine/ |
all_status.cc | 5 #include "sync/engine/all_status.h" 11 #include "sync/engine/net/server_connection_manager.h"
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleEngine.h | 79 IgnoringPendingStylesheet(StyleEngine* engine) 80 : TemporaryChange<bool>(engine->m_ignorePendingStylesheets, true)
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter.h | 18 // RegExp adapter to allow a pluggable regexp engine. It has been introduced 20 // Chromium to be able to use the ICU Regex engine instead of RE2, which is not
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.h | 2 * Summary: set of utilities for the XSLT engine 3 * Description: interfaces for the utilities module of the XSLT engine.
|
/external/chromium_org/third_party/mesa/src/docs/ |
modelers.html | 47 </li><li><a href="http://www.hardgeus.com/revolution" target="_parent">Revolution 3D Engine</a> 48 - .3ds rendering engine
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_context.c | 167 /* 2D engine. */ 172 /* 3D engine. */
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
ecparam.c | 111 * -engine e - use engine e, possibly a hardware device 132 char *engine = NULL; local 232 else if(strcmp(*argv, "-engine") == 0) 235 engine = *(++argv); 295 BIO_printf(bio_err, " -engine e use engine e, " 340 setup_engine(bio_err, engine, 0);
|
smime.c | 89 ENGINE *e = NULL; 117 char *engine=NULL; local 223 else if (!strcmp(*args,"-engine")) 227 engine = *++args; 472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n"); 485 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); 496 e = setup_engine(bio_err, engine, 0);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecs_locl.h | 97 ENGINE *engine; member in struct:ecdsa_data_st
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_all.c | 1 /* crypto/engine/eng_all.c -*- mode: C; c-file-style: "eay" -*- */ 67 /* There's no longer any need for an "openssl" ENGINE unless, one day,
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand.h | 98 int RAND_set_rand_engine(ENGINE *engine);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
rand.h | 98 int RAND_set_rand_engine(ENGINE *engine);
|
/external/chromium_org/ui/webui/resources/js/ |
i18n_template_no_process.js | 6 * @fileoverview This is a simple template engine inspired by JsTemplates 30 * This provides the handlers for the templating engine. The key is used as
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 52 llvm::errs() << "unable to make execution engine: " << Error << "\n"; 131 // Create the compilers actual diagnostics engine.
|
/external/clang/include/clang/Frontend/ |
CompilerInvocation.h | 60 /// Options controlling the diagnostic engine. 133 /// \param Diags - The diagnostic engine to use for errors.
|
/external/clang/lib/Frontend/ |
TextDiagnosticPrinter.cpp | 67 // report to the user what happened by inferring what the diagnostic engine 68 // did. Eventually it might make more sense to have the diagnostic engine
|
/external/libxslt/libxslt/ |
xsltutils.h | 2 * Summary: set of utilities for the XSLT engine 3 * Description: interfaces for the utilities module of the XSLT engine.
|
/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 89 list(FIND link_components "engine" engine_required) 144 elseif( c STREQUAL "engine" )
|
/external/llvm/include/llvm/ExecutionEngine/ |
SectionMemoryManager.h | 11 // the MCJIT execution engine and RuntimeDyld. 27 /// objects, usually those generated by the MCJIT execution engine.
|