Home
last modified time | relevance | path

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

123

/third_party/node/doc/
Dabi_version_registry.json3 { "modules": 76, "runtime": "electron", "variant": "electron", "versions": "8" }, string
4 { "modules": 75, "runtime": "electron", "variant": "electron", "versions": "7" }, string
5 …{ "modules": 74, "runtime": "node", "variant": "v8_7.5", "versions": "13.0.0-pre… string
6 { "modules": 73, "runtime": "electron", "variant": "electron", "versions": "6" }, string
7 { "modules": 72, "runtime": "node", "variant": "node", "versions": "12" }, string
8 …{ "modules": 71, "runtime": "node", "variant": "v8_7.3", "versions": "12.0.0-pre… string
9 { "modules": 70, "runtime": "electron", "variant": "electron", "versions": "5" }, string
10 … { "modules": 69, "runtime": "electron", "variant": "electron", "versions": "^4.0.4" }, string
11 …{ "modules": 68, "runtime": "node", "variant": "v8_7.1", "versions": "12.0.0-pre… string
12 { "modules": 67, "runtime": "node", "variant": "node", "versions": "11" }, string
[all …]
/third_party/python/Python/
Dpystate.c46 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl()
91 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
105 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
129 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
158 #define HEAD_LOCK(runtime) \ argument
160 #define HEAD_UNLOCK(runtime) \ argument
168 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
220 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
255 _PyInterpreterState_Clear(_PyRuntimeState *runtime, PyInterpreterState *interp) in _PyInterpreterState_Clear()
302 zapthreads(_PyRuntimeState *runtime, PyInterpreterState *interp) in zapthreads()
[all …]
Dpylifecycle.c266 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()
450 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()
485 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()
519 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()
662 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()
722 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv() local
789 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig() local
834 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
907 pyinit_main(_PyRuntimeState *runtime, PyInterpreterState *interp) in pyinit_main()
1012 _PyRuntimeState *runtime = &_PyRuntime; in _Py_InitializeMain() local
[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
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
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
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
DRubyProtobuf.java45 public static void createProtobuf(Ruby runtime) { in createProtobuf()
DRubyDescriptorPool.java48 public static void createRubyDescriptorPool(Ruby runtime) { in createRubyDescriptorPool()
122 Ruby runtime = context.runtime; in buildFileDescriptor() local
DRubyEnumBuilderContext.java47 public static void createRubyEnumBuilderContext(Ruby runtime) { in createRubyEnumBuilderContext()
DRubyFieldDescriptor.java46 public static void createRubyFileDescriptor(Ruby runtime) { in createRubyFileDescriptor()
57 public RubyFieldDescriptor(Ruby runtime, RubyClass klazz) { in RubyFieldDescriptor()
/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/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/python/Modules/
Dsignalmodule.c190 is_main_interp(_PyRuntimeState *runtime, PyInterpreterState *interp) in is_main_interp()
198 is_main(_PyRuntimeState *runtime) in is_main()
266 _PyRuntimeState *runtime = &_PyRuntime; in trip_signal() local
484 _PyRuntimeState *runtime = &_PyRuntime; in signal_signal_impl() local
702 _PyRuntimeState *runtime = &_PyRuntime; in signal_set_wakeup_fd() local
1644 _PyRuntimeState *runtime = &_PyRuntime; in PyErr_CheckSignals() local
1741 _PyRuntimeState *runtime = &_PyRuntime; in _PyOS_InterruptOccurred() local
1785 _PyRuntimeState *runtime = &_PyRuntime; in _PyOS_IsMainThread() local
/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