Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 60) sorted by relevance

123

/third_party/node/doc/
Dabi_version_registry.json3 { "modules": 85, "runtime": "electron", "variant": "electron", "versions": "11" }, string
4 …{ "modules": 84, "runtime": "node", "variant": "v8_8.3", "versions": "15.0.0-pre… string
5 … { "modules": 83, "runtime": "node", "variant": "v8_8.1", "versions": "14.0.0" }, string
6 { "modules": 82, "runtime": "electron", "variant": "electron", "versions": "10" }, string
7 …{ "modules": 81, "runtime": "node", "variant": "v8_7.9", "versions": "14.0.0-pre… string
8 { "modules": 80, "runtime": "electron", "variant": "electron", "versions": "9" }, string
9 { "modules": 79, "runtime": "node", "variant": "v8_7.8", "versions": "13" }, string
10 …{ "modules": 78, "runtime": "node", "variant": "v8_7.7", "versions": "13.0.0-pre… string
11 …{ "modules": 77, "runtime": "node", "variant": "v8_7.6", "versions": "13.0.0-pre… string
12 { "modules": 76, "runtime": "electron", "variant": "electron", "versions": "8" }, string
[all …]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnumDescriptor.java51 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor()
63 public RubyEnumDescriptor(Ruby runtime, RubyClass klazz) { in RubyEnumDescriptor()
132 Ruby runtime = context.runtime; in each() local
168 Ruby runtime = context.runtime; in buildModuleFromDescriptor() local
DUtils.java69 Ruby runtime = context.runtime; in checkType() local
134 Ruby runtime = context.runtime; in wrapPrimaryValue() local
179 public static long num2ulong(Ruby runtime, IRubyObject value) { in num2ulong()
238 Ruby runtime = context.runtime; in msgdefCreateField() local
273 Ruby runtime = context.runtime; in validateTypeClass() local
DRubyBuilder.java43 public static void createRubyBuilder(Ruby runtime) { in createRubyBuilder()
54 public RubyBuilder(Ruby runtime, RubyClass metaClass) { in RubyBuilder()
72 Ruby runtime = context.runtime; in initialize() local
DRubyMessageBuilderContext.java47 public static void createRubyMessageBuilderContext(Ruby runtime) { in createRubyMessageBuilderContext()
84 Ruby runtime = context.runtime; in optional() local
143 Ruby runtime = context.runtime; in map() local
DRubyDescriptor.java51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor()
63 public RubyDescriptor(Ruby runtime, RubyClass klazz) { in RubyDescriptor()
237 Ruby runtime = context.runtime; in buildClassFromDescriptor() local
DRubyRepeatedField.java47 public static void createRubyRepeatedField(Ruby runtime) { in createRubyRepeatedField()
60 public RubyRepeatedField(Ruby runtime, RubyClass klazz) { in RubyRepeatedField()
64 …public RubyRepeatedField(Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType… in RubyRepeatedField()
73 Ruby runtime = context.runtime; in initialize() local
DRubyMessage.java69 final Ruby runtime = context.runtime; in initialize() local
205 Ruby runtime = context.runtime; in eq() local
361 Ruby runtime = context.runtime; in decodeJson() local
373 Ruby runtime = context.runtime; in toHash() local
487 Ruby runtime = context.runtime; in checkRepeatedFieldType() local
497 Ruby runtime = context.runtime; in convert() local
578 Ruby runtime = context.runtime; in wrapField() local
DRubyDescriptorPool.java48 public static void createRubyDescriptorPool(Ruby runtime) { in createRubyDescriptorPool()
122 Ruby runtime = context.runtime; in buildFileDescriptor() local
DRubyProtobuf.java45 public static void createProtobuf(Ruby runtime) { in createProtobuf()
DRubyEnumBuilderContext.java47 public static void createRubyEnumBuilderContext(Ruby runtime) { in createRubyEnumBuilderContext()
/third_party/grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py126 def _read_test_cases_file(lang, runtime, release): argument
163 def _generate_test_case_jobspecs(lang, runtime, release, suite_name): argument
219 def _test_release(lang, runtime, release, image, xml_report_tree, skip_tests): argument
249 def _run_tests_for_lang(lang, runtime, images, xml_report_tree): argument
/third_party/python/Python/
Dpystate.c48 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl()
92 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
106 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
131 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
161 #define HEAD_LOCK(runtime) \ argument
163 #define HEAD_UNLOCK(runtime) \ argument
171 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
214 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
279 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Clear() local
337 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete() local
[all …]
Dpylifecycle.c261 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()
446 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()
484 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()
546 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()
750 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()
790 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv() local
857 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig() local
902 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
1112 _PyRuntimeState *runtime = &_PyRuntime; in _Py_InitializeMain() local
1131 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeFromConfig() local
[all …]
/third_party/libpsl/
Dmeson_options.txt1 option('runtime', type : 'combo', combo
/third_party/boost/boost/test/utils/runtime/
Dfwd.hpp30 namespace runtime { namespace
Dfinalize.hpp28 namespace runtime { namespace
Dmodifier.hpp37 namespace runtime { namespace
/third_party/boost/libs/fusion/example/performance/
Daccumulate.cpp47 double runtime = 0; in time_for_std_accumulate() local
122 double runtime = 0; in time_for_fusion_accumulate() local
Dinner_product.cpp82 double runtime = 0; in time_for_std_inner_product() local
125 double runtime = 0; in time_for_fusion_inner_product() local
Dinner_product2.cpp82 double runtime = 0; in time_for_std_inner_product() local
143 double runtime = 0; in time_for_fusion_inner_product2() local
Dfunctional.cpp108 double runtime = 0; in call_unfused() local
151 double runtime = 0; in call_fused_ra() local
204 double runtime = 0; in call_fused() local
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_rtc.c15 static struct efi_runtime_services *runtime; variable
/third_party/boost/boost/test/utils/runtime/env/
Dfetch.hpp28 namespace runtime { namespace
/third_party/boost/boost/test/utils/runtime/cla/
Dargv_traverser.hpp25 namespace runtime { namespace

123