/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create()); in ExecutionEngineTest() 37 ASSERT_TRUE(Engine.get() != nullptr) << "EngineBuilder returned error: '" in SetUp() 48 std::unique_ptr<ExecutionEngine> Engine; member in __anonc8cc0cd10111::ExecutionEngineTest 55 Engine->addGlobalMapping(G1, &Mem1); in TEST_F() 56 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F() 57 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable("Global1")); in TEST_F() 59 Engine->updateGlobalMapping(G1, &Mem2); in TEST_F() 60 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F() 61 Engine->updateGlobalMapping(G1, nullptr); in TEST_F() 62 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/ |
D | EngineTest.java | 28 import org.apache.harmony.security.fortress.Engine; 49 Engine engine = new Engine("Service"); in testGetInstanceStringObject1() 68 Engine engine = new Engine("Service"); in testGetInstanceStringObject2() 82 Engine engine = new Engine("Service"); in testGetInstanceStringProviderObject1() 100 Engine engine = new Engine("Service"); in testGetInstanceStringProviderObject2() 114 Engine engine = new Engine("CertStore"); in testGetInstanceStringProvider1() 125 Engine engine = new Engine("CertStore"); in testGetInstanceStringProvider2()
|
/external/svox/pico/src/com/svox/pico/ |
D | CheckVoiceData.java | 61 int result = TextToSpeech.Engine.CHECK_VOICE_DATA_PASS; in onCreate() 72 TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR); in onCreate() 88 result = TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA; in onCreate() 98 result = TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL; in onCreate() 103 … returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY, PICO_LINGWARE_PATH); in onCreate() 104 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES, dataFiles); in onCreate() 105 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES_INFO, dataFilesInfo); in onCreate() 107 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, available); in onCreate() 108 … returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable); in onCreate()
|
/external/regex-re2/re2/testing/ |
D | tester.h | 22 enum Engine { enum 39 static inline void operator++(Engine& e, int unused) { 40 e = static_cast<Engine>(e+1); 43 static inline Engine operator+(Engine e, int i) { 44 return static_cast<Engine>(static_cast<int>(e)+i); 67 void RunSearch(Engine type, 72 void LogMatch(const char* prefix, Engine e, const StringPiece& text,
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | introduction.rst | 5 Welcome to webapp2! Creating an App Engine application with webapp2 is easy, 9 Google App Engine applications can be written in either the Java or Python 12 the default App Engine webapp framework, but offers an improved response 17 - Build an App Engine application using Python 19 - Use the App Engine datastore with the Python modeling API 20 - Integrate an App Engine application with Google Accounts for user authentication 22 - Upload your app to App Engine 30 To get started developing Google App Engine applications, you download and 31 set up the App Engine software development kit.
|
D | devenvironment.rst | 5 You develop and upload Python applications for Google App Engine using the App 6 Engine Python software development kit (SDK). 8 The Python SDK includes a web server application that simulates the App Engine 11 App Engine APIs. The Python SDK runs on any computer with Python 2.5, and 15 The Python SDK for Windows and Mac includes Google App Engine Launcher, an 17 simplifies many common App Engine development tasks. 23 `Download the App Engine SDK <http://code.google.com/appengine/downloads.html>`_. 30 …google.com/appengine/docs/python/tools/uploadinganapp.html>`_, for uploading your app to App Engine 32 Windows and Mac users can run Google App Engine Launcher and simply click the 47 The local development environment lets you develop and test complete App Engine
|
D | uploading.rst | 5 You create and manage applications in App Engine using the Administration 8 in the SDK. Or, if you're using Google App Engine Launcher, you can upload 19 You create and manage App Engine web applications from the App Engine 24 Google App Engine Launcher users can reach this URL by clicking the Dashboard 27 Sign in to App Engine using your Google account. If you do not have a Google 44 To upload your finished application to Google App Engine, run the following 51 Or click Deploy in Google App Engine Launcher. 55 You can now see your application running on App Engine. If you set up a free 68 `the App Engine documentation <http://code.google.com/appengine/docs/>`_ and
|
D | index.rst | 3 Getting Started with App Engine 6 Google App Engine. The example project, a guest book, demonstrates how to setup 7 the Python runtime environment, how to use webapp2 and several App Engine 29 guide from Google App Engine, created by the App Engine team and licensed
|
D | helloworld.rst | 5 Python App Engine applications communicate with the web server using the 33 An App Engine application has a configuration file called ``app.yaml``. Among 56 application with App Engine in the final step, you will select a unique 60 before uploading new versions of your application software, App Engine will 77 with the App Engine SDK. 79 If you're using the Google App Engine Launcher, you can set up the application 86 If you're not using Google App Engine Launcher, start the web server with the 112 App Engine Launcher to see the change. 116 Stop in Google App Engine Launcher. 124 You now have a complete App Engine application! You could deploy this simple
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 153 Engine = nullptr; in SetUp() 158 if (Engine) in TearDown() 159 LLVMDisposeExecutionEngine(Engine); in TearDown() 281 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options, in buildMCJITEngine() 287 LLVMAddTargetData(LLVMGetExecutionEngineTargetData(Engine), pass); in buildAndRunPasses() 306 LLVMAddTargetData(LLVMGetExecutionEngineTargetData(Engine), modulePasses); in buildAndRunOptPasses() 330 LLVMExecutionEngineRef Engine; member in __anondb1e80810111::MCJITCAPITest 344 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F() 361 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value"); in TEST_F() 375 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function"); in TEST_F() [all …]
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.h | 38 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { in Context() 39 Engine.consumer.enterContext(L, R); in Context() 43 Engine.consumer.exitContext(); in ~Context() 47 DifferenceEngine &Engine;
|
D | DifferenceEngine.cpp | 116 DifferenceEngine &Engine; member in __anon6bb4de1d0111::FunctionDifferenceEngine 162 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify() 176 DifferenceEngine::Context C(Engine, L, R); in unify() 193 DifferenceEngine::Context C(Engine, L, R); in diff() 229 if (Complain) Engine.log("called functions differ"); in diffCallSites() 233 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 239 Engine.logf("arguments %l and %r differ") in diffCallSites() 251 if (Complain) Engine.log("different instruction types"); in diff() 258 if (Complain) Engine.log("different predicates"); in diff() 269 if (Complain) Engine.log("different phi types"); in diff() [all …]
|
D | llvm-diff.cpp | 44 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal() argument 52 Engine.diff(LFn, RFn); in diffGlobal() 81 DifferenceEngine Engine(Consumer); in main() local 86 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]); in main() 90 Engine.diff(LModule.get(), RModule.get()); in main()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | ctor_engine_move.pass.cpp | 23 typedef std::mt19937 Engine; in main() typedef 24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor; in main() 25 Engine e; in main() 26 Engine e0 = e; in main()
|
D | ctor_engine_copy.pass.cpp | 23 typedef std::mt19937 Engine; in main() typedef 24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor; in main() 25 Engine e; in main()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/ |
D | README | 6 Google App Engine 9 For more information about Google App Engine, and to download the SDK, see: 16 ProtoRPC is packaged with the App Engine SDK, but the version shipped 17 may not be the most current version due to the App Engine release 30 Engine dev-appserver. The server defaults on port 8080.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/ |
D | README | 7 Google App Engine 10 For more information about Google App Engine, and to download the SDK, see: 17 ProtoRPC is packaged with the App Engine SDK, but the version shipped 18 may not be the most current version due to the App Engine release 31 Engine dev-appserver. The server defaults on port 8080.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/hello/server/ |
D | README | 7 Google App Engine 10 For more information about Google App Engine, and to download the SDK, see: 17 ProtoRPC is packaged with the App Engine SDK, but the version shipped 18 may not be the most current version due to the App Engine release 31 Engine dev-appserver. The server defaults on port 8080.
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
D | index.rst | 11 Engine's `webapp`_. 21 webapp2 can also be used outside of Google App Engine, independently of the 22 App Engine SDK. 27 webapp2 is part of the Python 2.7 runtime since App Engine SDK 1.6.0. 39 .. `Samples for Google App Engine <http://code.google.com/p/google-app-engine-samples/>`_: 99 Modules that use App Engine libraries and services are restricted to 163 webapp2 is a superset of `webapp`_, created by the App Engine team. 167 from the `App Engine documentation`_, written by the App Engine team and 174 The `Sphinx`_ theme mimics the App Engine documentation. 207 .. _App Engine documentation: http://code.google.com/appengine/docs/
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/ |
D | README | 7 Google App Engine 10 For more information about Google App Engine, and to download the SDK, see: 17 ProtoRPC is packaged with the App Engine SDK, but the version shipped 18 may not be the most current version due to the App Engine release 34 Engine dev-appserver both for the client and the server. The dev-appserver
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | ctor_engine_move.pass.cpp | 23 typedef std::ranlux24_base Engine; in main() typedef 25 Engine e; in main() 26 Engine e0 = e; in main()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | ctor_engine_move.pass.cpp | 23 typedef std::minstd_rand0 Engine; in main() typedef 25 Engine e; in main() 26 Engine e0 = e; in main()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/ |
D | README | 8 Google App Engine 11 For more information about Google App Engine, and to download the SDK, see: 32 ProtoRPC is packaged with the App Engine SDK, but the version shipped 33 may not be the most current version due to the App Engine release 46 Engine dev-appserver. The server defaults on port 8080.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/ |
D | README | 9 Google App Engine 12 For more information about Google App Engine, and to download the SDK, see: 19 ProtoRPC is packaged with the App Engine SDK, but the version shipped 20 may not be the most current version due to the App Engine release 42 Engine dev-appserver, one for the server and the other for the client. The
|
/external/chromium-trace/catapult/third_party/pipeline/ |
D | README.chromium | 1 Name: Google App Engine Pipeline 9 The Google App Engine Pipeline API connects together workflows. 11 App Engine MapReduces into a computational pipeline.
|