Home
last modified time | relevance | path

Searched refs:Macros (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc58 TEST(Macros, Cat) { in TEST() argument
63 TEST(Macros, Narg) { in TEST() argument
75 TEST(Macros, Comma) { in TEST() argument
81 TEST(Macros, IsEmpty) { in TEST() argument
91 TEST(Macros, If) { in TEST() argument
96 TEST(Macros, HeadTail) { in TEST() argument
106 TEST(Macros, Parentheses) { in TEST() argument
122 TEST(Macros, Increment) { in TEST() argument
135 TEST(Macros, Repeat) { in TEST() argument
164 TEST(Macros, ForEach) { in TEST() argument
/third_party/spirv-tools/test/
Dlibspirv_macros_test.cpp20 TEST(Macros, BitShiftInnerParens) { ASSERT_EQ(65536, SPV_BIT(2 << 3)); } in TEST() argument
22 TEST(Macros, BitShiftOuterParens) { ASSERT_EQ(15, SPV_BIT(4) - 1); } in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dlibspirv_macros_test.cpp20 TEST(Macros, BitShiftInnerParens) { ASSERT_EQ(65536, SPV_BIT(2 << 3)); } in TEST() argument
22 TEST(Macros, BitShiftOuterParens) { ASSERT_EQ(15, SPV_BIT(4) - 1); } in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dlibspirv_macros_test.cpp20 TEST(Macros, BitShiftInnerParens) { ASSERT_EQ(65536, SPV_BIT(2 << 3)); } in TEST() argument
22 TEST(Macros, BitShiftOuterParens) { ASSERT_EQ(15, SPV_BIT(4) - 1); } in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp20 for (const auto &Macros : MacroLists) { in dump() local
21 for (const Entry &E : Macros) { in dump()
/third_party/python/Doc/c-api/
Ddatetime.rst93 Macros to create objects:
150 Macros to extract fields from date objects. The argument must be an instance of
170 Macros to extract fields from datetime objects. The argument must be an
199 Macros to extract fields from time objects. The argument must be an instance of
229 Macros to extract fields from time delta objects. The argument must be an
254 Macros for the convenience of modules implementing the DB API:
Dbytearray.rst75 Macros chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.def9 // Macros for BTF.
/third_party/rust/crates/serde/serde_derive/
DCargo.toml7 description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIEValue.def9 // Macros for running through all types of DIEValue.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h165 TGParser(SourceMgr &SM, ArrayRef<std::string> Macros, in TGParser() argument
167 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records) {} in TGParser()
DTGLexer.cpp46 TGLexer::TGLexer(SourceMgr &SM, ArrayRef<std::string> Macros) : SrcMgr(SM) { in TGLexer() argument
57 std::for_each(Macros.begin(), Macros.end(), in TGLexer()
DTGLexer.h98 TGLexer(SourceMgr &SrcMgr, ArrayRef<std::string> Macros);
/third_party/openssl/doc/man3/
DOSSL_trace_enabled.pod83 but rather uses a set of convenience macros, see the L</Macros> section below.
102 =head2 Macros section in DESCRIPTION
244 For example, take this example from L</Macros> section above:
/third_party/libuv/docs/src/
Dversion.rst16 Macros chapter
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
DREADME.adoc7 == Macros section in Vulkan Asciidoc Configuration Files
/third_party/skia/site/docs/dev/contrib/
Dstyle.md159 Macros are all caps with underscores between words. Macros that have greater
190 ## Macros section
/third_party/node/deps/openssl/openssl/crypto/err/
DREADME.md31 /* Macros, structures and function prototypes */
/third_party/openssl/crypto/err/
DREADME.md31 /* Macros, structures and function prototypes */
/third_party/json/docs/mkdocs/docs/api/basic_json/
Doperator_ValueType.md81 - Macros `JSON_EXPLICIT`/[`JSON_USE_IMPLICIT_CONVERSIONS`](../macros/json_use_implicit_conversions.…
/third_party/json/docs/mkdocs/docs/api/macros/
Dindex.md1 # Macros chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPack.def10 /// Macros for running through MessagePack enumerators.
/third_party/libabigail/autoconf-archive/
Dax_check_python_modules.m44 # ax_check_python_modules.m4 - Macros to locate python modules.
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_DefinitionsTest41 Macros are tested to see if they are defined. This is done via the
/third_party/openssl/include/openssl/
Dopensslv.h.in70 * Macros to get the version in easily digested string form, both the short

123456