Home
last modified time | relevance | path

Searched +defs:doc +defs:type (Results 1 – 25 of 7237) sorted by relevance

12345678910>>...290

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dglobals_extension.hpp45 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
46 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
47 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
48 #define RUNTIME_PD_DIAGNOSTIC_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
49 #define RUNTIME_EXPERIMENTAL_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
50 #define RUNTIME_MANAGEABLE_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
51 #define RUNTIME_PRODUCT_RW_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
52 #define RUNTIME_DEVELOP_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
53 #define RUNTIME_PD_DEVELOP_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
54 #define RUNTIME_NOTPRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
[all …]
H A Dglobals.hpp2737 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2738 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2739 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2740 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2741 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2742 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2743 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2749 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2769 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
2770 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dglobals_extension.hpp45 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
46 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
47 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
48 #define RUNTIME_PD_DIAGNOSTIC_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
49 #define RUNTIME_EXPERIMENTAL_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
50 #define RUNTIME_MANAGEABLE_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
51 #define RUNTIME_PRODUCT_RW_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
52 #define RUNTIME_DEVELOP_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
53 #define RUNTIME_PD_DEVELOP_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
54 #define RUNTIME_NOTPRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
[all …]
H A Dglobals.hpp2737 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2738 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2739 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2740 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2741 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2742 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2743 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2749 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2769 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
2770 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dglobals_extension.hpp45 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
46 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
47 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
48 #define RUNTIME_PD_DIAGNOSTIC_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
49 #define RUNTIME_EXPERIMENTAL_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
50 #define RUNTIME_MANAGEABLE_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
51 #define RUNTIME_PRODUCT_RW_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
52 #define RUNTIME_DEVELOP_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
53 #define RUNTIME_PD_DEVELOP_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
54 #define RUNTIME_NOTPRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
[all …]
H A Dglobals.hpp2658 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2659 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2660 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2661 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2662 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2663 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2664 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2670 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2690 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
2691 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dglobals_extension.hpp37 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
38 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
39 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
40 #define RUNTIME_EXPERIMENTAL_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
41 #define RUNTIME_MANAGEABLE_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
42 #define RUNTIME_PRODUCT_RW_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
43 #define RUNTIME_DEVELOP_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
44 #define RUNTIME_PD_DEVELOP_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
45 #define RUNTIME_NOTPRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
48 #define RUNTIME_LP64_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dglobals_extension.hpp37 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
38 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
39 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
40 #define RUNTIME_EXPERIMENTAL_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
41 #define RUNTIME_MANAGEABLE_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
42 #define RUNTIME_PRODUCT_RW_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
43 #define RUNTIME_DEVELOP_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
44 #define RUNTIME_PD_DEVELOP_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), argument
45 #define RUNTIME_NOTPRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
48 #define RUNTIME_LP64_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dglobals.cpp44 #define MATERIALIZE_PRODUCT_FLAG(type, name, value, doc) type name = value; argument
46 #define MATERIALIZE_DIAGNOSTIC_FLAG(type, name, value, doc) type name = value; argument
48 #define MATERIALIZE_EXPERIMENTAL_FLAG(type, name, value, doc) type name = value; argument
49 #define MATERIALIZE_MANAGEABLE_FLAG(type, name, value, doc) type name = value; argument
50 #define MATERIALIZE_PRODUCT_RW_FLAG(type, name, value, doc) type name = value; argument
52 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
53 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
54 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) argument
56 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) type name = value; argument
58 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) type name = value; argument
[all …]
H A Dglobals_extension.hpp36 #define FLAG_MEMBER_ENUM_PRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
37 #define FLAG_MEMBER_ENUM_PD_PRODUCT(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
38 #define FLAG_MEMBER_ENUM_DIAGNOSTIC(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
39 #define FLAG_MEMBER_ENUM_PD_DIAGNOSTIC(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
40 #define FLAG_MEMBER_ENUM_EXPERIMENTAL(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
41 #define FLAG_MEMBER_ENUM_MANAGEABLE(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
42 #define FLAG_MEMBER_ENUM_PRODUCT_RW(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
43 #define FLAG_MEMBER_ENUM_DEVELOP(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
44 #define FLAG_MEMBER_ENUM_PD_DEVELOP(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
45 #define FLAG_MEMBER_ENUM_NOTPRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
[all …]
H A Dglobals.hpp2470 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2471 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2472 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2473 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2474 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2475 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2476 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2482 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2483 #define DECLARE_PD_DEVELOPER_FLAG(type, name, doc) extern "C" type name; argument
2484 #define DECLARE_NOTPRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dglobals.cpp43 #define MATERIALIZE_PRODUCT_FLAG(type, name, value, doc) type name = value; argument
45 #define MATERIALIZE_DIAGNOSTIC_FLAG(type, name, value, doc) type name = value; argument
47 #define MATERIALIZE_EXPERIMENTAL_FLAG(type, name, value, doc) type name = value; argument
48 #define MATERIALIZE_MANAGEABLE_FLAG(type, name, value, doc) type name = value; argument
49 #define MATERIALIZE_PRODUCT_RW_FLAG(type, name, value, doc) type name = value; argument
51 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
52 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
53 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) argument
55 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) type name = value; argument
57 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) type name = value; argument
[all …]
H A Dglobals_extension.hpp37 #define FLAG_MEMBER_ENUM_PRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
38 #define FLAG_MEMBER_ENUM_PD_PRODUCT(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
39 #define FLAG_MEMBER_ENUM_DIAGNOSTIC(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
40 #define FLAG_MEMBER_ENUM_PD_DIAGNOSTIC(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
41 #define FLAG_MEMBER_ENUM_EXPERIMENTAL(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
42 #define FLAG_MEMBER_ENUM_MANAGEABLE(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
43 #define FLAG_MEMBER_ENUM_PRODUCT_RW(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
44 #define FLAG_MEMBER_ENUM_DEVELOP(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
45 #define FLAG_MEMBER_ENUM_PD_DEVELOP(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
46 #define FLAG_MEMBER_ENUM_NOTPRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
[all …]
H A Dglobals.hpp2466 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2467 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2468 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2469 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2470 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2471 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2472 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2478 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2479 #define DECLARE_PD_DEVELOPER_FLAG(type, name, doc) extern "C" type name; argument
2480 #define DECLARE_NOTPRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dglobals.cpp44 #define MATERIALIZE_PRODUCT_FLAG(type, name, value, doc) type name = value; argument
46 #define MATERIALIZE_DIAGNOSTIC_FLAG(type, name, value, doc) type name = value; argument
48 #define MATERIALIZE_EXPERIMENTAL_FLAG(type, name, value, doc) type name = value; argument
49 #define MATERIALIZE_MANAGEABLE_FLAG(type, name, value, doc) type name = value; argument
50 #define MATERIALIZE_PRODUCT_RW_FLAG(type, name, value, doc) type name = value; argument
52 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) argument
53 #define MATERIALIZE_PD_DEVELOPER_FLAG(type, name, doc) argument
54 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) argument
56 #define MATERIALIZE_DEVELOPER_FLAG(type, name, value, doc) type name = value; argument
58 #define MATERIALIZE_NOTPRODUCT_FLAG(type, name, value, doc) type name = value; argument
[all …]
H A Dglobals_extension.hpp37 #define FLAG_MEMBER_ENUM_PRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
38 #define FLAG_MEMBER_ENUM_PD_PRODUCT(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
39 #define FLAG_MEMBER_ENUM_DIAGNOSTIC(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
40 #define FLAG_MEMBER_ENUM_PD_DIAGNOSTIC(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
41 #define FLAG_MEMBER_ENUM_EXPERIMENTAL(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
42 #define FLAG_MEMBER_ENUM_MANAGEABLE(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
43 #define FLAG_MEMBER_ENUM_PRODUCT_RW(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
44 #define FLAG_MEMBER_ENUM_DEVELOP(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
45 #define FLAG_MEMBER_ENUM_PD_DEVELOP(type, name, doc) FLAG_MEMBER_ENUM_(name) argument
46 #define FLAG_MEMBER_ENUM_NOTPRODUCT(type, name, value, doc) FLAG_MEMBER_ENUM_(name) argument
[all …]
H A Dglobals.hpp2516 #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
2517 #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name; argument
2518 #define DECLARE_DIAGNOSTIC_FLAG(type, name, value, doc) extern "C" type name; argument
2519 #define DECLARE_PD_DIAGNOSTIC_FLAG(type, name, doc) extern "C" type name; argument
2520 #define DECLARE_EXPERIMENTAL_FLAG(type, name, value, doc) extern "C" type name; argument
2521 #define DECLARE_MANAGEABLE_FLAG(type, name, value, doc) extern "C" type name; argument
2522 #define DECLARE_PRODUCT_RW_FLAG(type, name, value, doc) extern "C" type name; argument
2528 #define DECLARE_DEVELOPER_FLAG(type, name, value, doc) extern "C" type name; argument
2529 #define DECLARE_PD_DEVELOPER_FLAG(type, name, doc) extern "C" type name; argument
2530 #define DECLARE_NOTPRODUCT_FLAG(type, name, value, doc) extern "C" type name; argument
[all …]
/dports/science/py-rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DAll.json4 "doc": "Store an rmf file as a single json record.", string
8 "doc" : "data concerning the whole file", string
12 "doc": "Store information about the whole RMF.", string
32 "doc" : "data about nodes", string
35 "doc" : "store all the nodes by index", string
39 "doc": "Store a node in the hierarchy.", string
64 "doc" : "data about frames", string
67 "doc" : "store all the nodes by index", string
71 "doc": "Store a node in the hierarchy.", string
98 "doc" : "categories by name", string
[all …]
H A DAll.json.in2 "type": "record", string
4 "doc": "Store an rmf file as a single json record.", string
8 "doc" : "data concerning the whole file", string
9 "type" : @RMF_JSON_FILE@ null
13 "doc" : "data about nodes", string
14 "type" : @RMF_JSON_NODES@ null
18 "doc" : "data about frames", string
23 "type" : { object
24 "type": "map", string
25 "doc" : "categories by name", string
[all …]
H A DData.json8 "doc": "The frame this is for, or -1 if it is static data.", string
16 "doc" : "The int data for nodes", string
44 "doc" : "The float data for nodes", string
72 "doc" : "The string data for nodes", string
100 "doc" : "The index data for nodes", string
128 "doc" : "The index data for nodes", string
159 "doc" : "The ints data for nodes", string
190 "doc" : "The float data for nodes", string
221 "doc" : "The string data for nodes", string
252 "doc" : "The indexes data for nodes", string
[all …]
/dports/science/rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DAll.json4 "doc": "Store an rmf file as a single json record.", string
8 "doc" : "data concerning the whole file", string
12 "doc": "Store information about the whole RMF.", string
32 "doc" : "data about nodes", string
35 "doc" : "store all the nodes by index", string
39 "doc": "Store a node in the hierarchy.", string
64 "doc" : "data about frames", string
67 "doc" : "store all the nodes by index", string
71 "doc": "Store a node in the hierarchy.", string
98 "doc" : "categories by name", string
[all …]
H A DAll.json.in2 "type": "record", string
4 "doc": "Store an rmf file as a single json record.", string
8 "doc" : "data concerning the whole file", string
9 "type" : @RMF_JSON_FILE@ null
13 "doc" : "data about nodes", string
14 "type" : @RMF_JSON_NODES@ null
18 "doc" : "data about frames", string
23 "type" : { object
24 "type": "map", string
25 "doc" : "categories by name", string
[all …]
H A DData.json8 "doc": "The frame this is for, or -1 if it is static data.", string
16 "doc" : "The int data for nodes", string
44 "doc" : "The float data for nodes", string
72 "doc" : "The string data for nodes", string
100 "doc" : "The index data for nodes", string
128 "doc" : "The index data for nodes", string
159 "doc" : "The ints data for nodes", string
190 "doc" : "The float data for nodes", string
221 "doc" : "The string data for nodes", string
252 "doc" : "The indexes data for nodes", string
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/flags/
H A DjvmFlagWriteableList.cpp96 #define EMIT_WRITEABLE_PRODUCT_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
97 #define EMIT_WRITEABLE_DIAGNOSTIC_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
98 #define EMIT_WRITEABLE_EXPERIMENTAL_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
99 #define EMIT_WRITEABLE_MANAGEABLE_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
100 #define EMIT_WRITEABLE_PRODUCT_RW_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
101 #define EMIT_WRITEABLE_PD_PRODUCT_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
102 #define EMIT_WRITEABLE_DEVELOPER_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
103 #define EMIT_WRITEABLE_PD_DEVELOPER_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
104 #define EMIT_WRITEABLE_PD_DIAGNOSTIC_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
105 #define EMIT_WRITEABLE_NOTPRODUCT_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/flags/
H A DjvmFlagWriteableList.cpp96 #define EMIT_WRITEABLE_PRODUCT_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
97 #define EMIT_WRITEABLE_DIAGNOSTIC_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
98 #define EMIT_WRITEABLE_EXPERIMENTAL_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
99 #define EMIT_WRITEABLE_MANAGEABLE_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
100 #define EMIT_WRITEABLE_PRODUCT_RW_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
101 #define EMIT_WRITEABLE_PD_PRODUCT_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
102 #define EMIT_WRITEABLE_DEVELOPER_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
103 #define EMIT_WRITEABLE_PD_DEVELOPER_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
104 #define EMIT_WRITEABLE_PD_DIAGNOSTIC_FLAG(type, name, doc) ); emit_writeable_##type(#name argument
105 #define EMIT_WRITEABLE_NOTPRODUCT_FLAG(type, name, value, doc) ); emit_writeable_##type(#name argument
[all …]

12345678910>>...290