Home
last modified time | relevance | path

Searched defs:LIST (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dregister-base.h75 #define DEFINE_REGISTER_NAMES(RegType, LIST) \ argument
/third_party/mbedtls/library/
Doid.c44 #define FN_OID_TYPED_FROM_ASN1(TYPE_T, NAME, LIST) \ argument
111 #define FN_OID_GET_OID_BY_ATTR1(FN_NAME, TYPE_T, LIST, ATTR1_TYPE, ATTR1) \ argument
130 #define FN_OID_GET_OID_BY_ATTR2(FN_NAME, TYPE_T, LIST, ATTR1_TYPE, ATTR1, \ argument
/third_party/gn/src/gn/
Dvalue.h27 LIST, enumerator
Doperators.cc54 enum Type { UNINITIALIZED, SCOPE, LIST }; enumerator
/third_party/gn/src/base/
Dvalues.h90 LIST enumerator
/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h142 LIST = 2, enumerator
/third_party/mesa3d/src/compiler/glsl/
Ds_expression.h172 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type; enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_upper.proto48 message LIST {} message
Dtest_reserved_enum_value_upper.proto49 LIST = 43; enumerator
Dtest_reserved_enum_upper.proto48 enum LIST { ZERO44 = 0; } enum
/third_party/python/Tools/scripts/
Dumarshal.py27 LIST = ord('[') variable in Type
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c98 #define FN_OID_TYPED_FROM_ASN1( TYPE_T, NAME, LIST ) \ argument
/third_party/alsa-utils/seq/aconnect/
Daconnect.c298 SUBSCRIBE, UNSUBSCRIBE, LIST, REMOVE_ALL enumerator
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxread.c23 #define SWITCH_ID_LIST(INDEX, LIST) \ argument
Dmuxedit.c68 #define SWITCH_ID_LIST(INDEX, LIST) \ argument
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java352 static final int LIST = 18; field in PerfTest
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java82 LIST, enumConstant
/third_party/python/Python/
Dinitconfig.c932 #define COPY_WSTRLIST(LIST) \ in _PyConfig_Copy() argument
1047 #define SET_ITEM_WSTRLIST(LIST) \ in _PyConfig_AsDict() argument
/third_party/python/Lib/
Dpickle.py141 LIST = b'l' # build list from topmost stack items variable
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c148 #define LIST 0x80000001 /* Used for handling options */ macro
/third_party/pulseaudio/src/utils/
Dpactl.c125 LIST, enumerator
/third_party/python/Modules/
D_pickle.c80 LIST = 'l', enumerator
/third_party/node/deps/v8/src/heap/
Dheap.cc668 #define LIST(s) "[" << s << "]" in DumpJSONHeapStatistics() macro