Searched refs:expander (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 61 ScopedMacroReenabler(MacroExpander *expander); 68 MacroExpander::ScopedMacroReenabler::ScopedMacroReenabler(MacroExpander *expander) in ScopedMacroReenabler() argument 69 : mExpander(expander) in ScopedMacroReenabler() 444 MacroExpander expander(&lexer, mMacroSet, mDiagnostics, nestedSettings, mParseDefined); in collectMacroArgs() 447 expander.lex(&token); in collectMacroArgs() 451 expander.lex(&token); in collectMacroArgs()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 68 ScopedMacroReenabler(MacroExpander *expander); 77 MacroExpander::ScopedMacroReenabler::ScopedMacroReenabler(MacroExpander *expander) in ScopedMacroReenabler() argument 78 : mExpander(expander) in ScopedMacroReenabler() 448 MacroExpander expander(&lexer, mMacroSet, mDiagnostics, mParseDefined, mAllowedMacroExpansionDepth - 1); in collectMacroArgs() 451 expander.lex(&token); in collectMacroArgs() 455 expander.lex(&token); in collectMacroArgs()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-path_id.c | 163 struct udev_device *expander; in handle_scsi_sas() local 216 /* The port's parent is either hba or expander */ in handle_scsi_sas() 217 expander = udev_device_get_parent(port); in handle_scsi_sas() 218 if (expander == NULL) { in handle_scsi_sas() 223 /* Get expander device */ in handle_scsi_sas() 225 "sas_device", udev_device_get_sysname(expander)); in handle_scsi_sas() 227 /* Get expander's address */ in handle_scsi_sas()
|
/third_party/selinux/libsepol/tests/ |
H A D | libsepol-tests.c | 24 #include "test-expander.h" 72 DECLARE_SUITE(expander); in do_tests()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 215 -r $(CONFIGS)/vuid-expander.rb \ 239 -r $(CONFIGS)/vuid-expander.rb
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_read_image.cpp | 439 dng_lzw_expander (const dng_lzw_expander &expander); 441 dng_lzw_expander & operator= (const dng_lzw_expander &expander); 2299 dng_lzw_expander expander; in ReadTile() local 2301 if (!expander.Expand (compressedBuffer->Buffer_uint8 (), in ReadTile()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 1104 using expander = int[];\ 1105 (void)expander{(reg_test(Types{}, Catch::NameAndTags{ Name " - " + std::string(tmpl_types[index]), Tags } ), index++)... };/* NOLINT */ \ 1147 using expander = int[]; \ 1151 (void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LINEINFO, Catch::StringRef(), Catch::NameAndTags{ Name " - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_types]) + ">", Tags } ), index++)... };/* NOLINT */\ 1194 using expander = int[]; \ 1195 (void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFunc<Types> ), CATCH_INTERNAL_LINEINFO, Catch::StringRef(), Catch::NameAndTags{ Name " - " + std::string(INTERNAL_CATCH_STRINGIZE(TmplList)) + " - " + std::to_string(index), Tags } ), index++)... };/* NOLINT */\ 1228 using expander = int[];\ 1229 (void)expander{(reg_test(Types{}, #ClassName, Catch::NameAndTags{ Name " - " + std::string(tmpl_types[index]), Tags } ), index++)... };/* NOLINT */ \ 1274 using expander = int[];\ 1278 (void)expander{(Catc [all...] |
Completed in 10 milliseconds