Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs12 [assembly: global::Android.Runtime.ResourceDesignerAttribute("HelloworldXamarin.Droid.Resource", Is…
24 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Resource()
36 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Attribute()
52 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Id()
68 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Layout()
84 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Mipmap()
103 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in String()
/third_party/node/doc/api/
Ddeprecations.md15 * Runtime
22 `NODE_PENDING_DEPRECATION=1` environment variable), similarly to Runtime
27 A Runtime deprecation will, by default, generate a process warning that will
29 [`--throw-deprecation`][] command-line flag is used, a Runtime deprecation will
56 description: Runtime deprecation.
75 description: Runtime deprecation.
95 description: Runtime deprecation.
128 description: Runtime deprecation.
137 Type: Runtime (supports [`--pending-deprecation`][])
175 description: Runtime deprecation.
[all …]
/third_party/ejdb/cmake/Modules/
DFindJava.cmake20 Runtime = Java Runtime Environment used to execute Java byte-compiled applications
21 Development = Development tools (java, javac, javah, jar and javadoc), includes Runtime component
75 find_package(Java COMPONENTS Runtime)
124 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.9;JavaHome]/bin"
125 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.8;JavaHome]/bin"
126 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.7;JavaHome]/bin"
127 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.6;JavaHome]/bin"
128 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.5;JavaHome]/bin"
129 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.4;JavaHome]/bin"
130 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3;JavaHome]/bin"
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
DAlgorithms-Runtime.rst5 .. |Runtime Algorithms| replace:: `Runtime Algorithms`_
8 .. _runtime algorithm: `Runtime Algorithms`_
/third_party/boost/libs/hana/test/_include/laws/
Dbase.hpp187 , Runtime = 1 << 2 enumerator
242 !!(policy & (Policy::Constant | Policy::Constexpr | Policy::Runtime))
259 struct eq : integer<i, Policy::Comparable | Policy::Runtime> { };
268 struct ord : integer<i, Policy::Orderable | Policy::Runtime> { };
329 ((p1 & test::Policy::Runtime) || (p2 & test::Policy::Runtime))
361 ((p1 & test::Policy::Runtime) || (p2 & test::Policy::Runtime))
/third_party/flutter/engine/flutter/tools/licenses/data/
Dgpl-gcc-exception-3.110 This GCC Runtime Library Exception ("Exception") is an additional
12 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
24 A file is an "Independent Module" if it either requires the Runtime
26 interface provided by the Runtime Library, but is not otherwise based
27 on the Runtime Library.
62 combining the Runtime Library with Independent Modules, even if such
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DSafeHandleZeroIsInvalid.cs20 using System.Runtime.InteropServices;
27 internal abstract class SafeHandleZeroIsInvalid : System.Runtime.InteropServices.SafeHandle
DDefaultChannelCredentialsConfigurator.cs21 using System.Runtime.InteropServices;
22 using System.Runtime.CompilerServices;
/third_party/flatbuffers/net/FlatBuffers/Properties/
DAssemblyInfo.cs18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
/third_party/flatbuffers/tests/FlatBuffers.Test/Properties/
DAssemblyInfo.cs18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
/third_party/boost/libs/math/dot_net_example/distribution_explorer/Properties/
DAssemblyInfo.cs2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
/third_party/boost/libs/math/dot_net_example/boost_math/
DAssemblyInfo.cpp11 using namespace System::Runtime::CompilerServices;
12 using namespace System::Runtime::InteropServices;
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/Properties/
DAssemblyInfo.cs2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
/third_party/openh264/codec/build/windowsphone/all/CodecApp/Properties/
DAssemblyInfo.cs2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
/third_party/grpc/test/distrib/csharp/DistribTest/Properties/
DAssemblyInfo.cs20 using System.Runtime.CompilerServices;
21 using System.Runtime.InteropServices;
/third_party/protobuf/csharp/src/Google.Protobuf/
DWriterInternalState.cs38 using System.Runtime.CompilerServices;
39 using System.Runtime.InteropServices;
DParserInternalState.cs38 using System.Runtime.CompilerServices;
39 using System.Runtime.InteropServices;
DWritingPrimitivesMessages.cs34 using System.Runtime.CompilerServices;
35 using System.Runtime.InteropServices.ComTypes;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp200 UP.Runtime = false; in gatherUnrollingPreferences()
242 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
260 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
760 UP.Runtime = true; in computeUnrollCount()
846 UP.Runtime = false; in computeUnrollCount()
950 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
951 if (!UP.Runtime) { in computeUnrollCount()
1137 {UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1206 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1214 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/third_party/grpc/src/csharp/Grpc.Tools/
DCommon.cs21 using System.Runtime.CompilerServices;
22 using System.Runtime.InteropServices;
/third_party/grpc/src/csharp/
Dbuild_unitypackage.sh67 …stem.Runtime.CompilerServices.Unsafe.dll unitypackage/unitypackage_skeleton/Plugins/System.Runtime
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
DjsxImportSource-option-changed.js56 node_modules/react/jsx-Runtime/index.d.ts
70 /user/username/projects/myproject/node_modules/react/jsx-Runtime/index.d.ts
/third_party/node/lib/internal/debugger/
Dinspect_repl.js320 const { Debugger, HeapProfiler, Profiler, Runtime } = inspector;
482 const { result } = await Runtime.getProperties({
560 return PromisePrototypeThen(Runtime.evaluate({
720 Runtime.evaluate({
1091 return PromisePrototypeThen(Runtime.evaluate({
1121 await Runtime.enable();
1130 return Runtime.runIfWaitingForDebugger();
/third_party/grpc/src/csharp/Grpc.Tools/Properties/
DAssemblyInfo.cs21 using System.Runtime.CompilerServices;

12345678910>>...13