/third_party/rust/crates/clap/tests/derive/ |
H A D | flatten.rs | 22 struct Common { in flatten() structure names 29 common: Common, in flatten() 33 common: Common { arg: 42 } in flatten() 46 struct Common { in flatten_twice() structure names 53 c1: Common, in flatten_twice() 56 c2: Common, in flatten_twice() 64 struct Common { in flatten_in_subcommand() structure names 73 common: Common, in flatten_in_subcommand() 82 common: Common, in flatten_in_subcommand() 91 common: Common { ar in flatten_in_subcommand() 107 struct Common { update_args_with_flatten() structure names 194 struct Common { flatten_with_doc_comment() structure names [all...] |
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 247 $O/CommandLineParser.o: ../../../Common/CommandLineParser.cpp
249 $O/CRC.o: ../../../Common/CRC.cpp
252 $O/CrcReg.o: ../../../Common/CrcReg.cpp
255 $O/DynLimBuf.o: ../../../Common/DynLimBuf.cpp
257 $O/IntToString.o: ../../../Common/IntToString.cpp
259 $O/Lang.o: ../../../Common/Lang.cpp
261 $O/ListFileUtils.o: ../../../Common/ListFileUtils.cpp
263 $O/LzFindPrepare.o: ../../../Common/LzFindPrepare.cpp
265 $O/MyMap.o: ../../../Common/MyMap.cpp
267 $O/MyString.o: ../../../Common/MyStrin [all...] |
H A D | 7zip.mak | 46 $(COMMON_OBJS): ../../../Common/$(*B).cpp
61 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
71 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
141 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp
180 {../../../Common}.cpp{$O}.obj::
186 {../../Common}.cpp{$O}.obj::
189 {../../UI/Common}.cpp{$O}.obj::
205 {../../Archive/Common}.cpp{$O}.obj::
|
/third_party/ffmpeg/doc/ |
H A D | t2h.pm | 88 if ($Texinfo::Common::root_commands{$command->{'cmdname'}} 122 if ($Texinfo::Common::root_commands{$cmdname} 123 and $Texinfo::Common::sectioning_commands{$cmdname}) { 148 and $heading_level ne $Texinfo::Common::command_structuring_level{$cmdname}) { 150 = $Texinfo::Common::level_to_structuring_command{$cmdname}->[$heading_level]; 166 foreach my $command (keys(%Texinfo::Common::sectioning_commands), 'node') { 318 ($caption, $prepended) = Texinfo::Common::float_name_caption($self,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 98 /// Common - Data with common linkage. These represent tentative 101 Common, enumerator 163 bool isCommon() const { return K == Common; } in isCommon() 200 static SectionKind getCommon() { return get(Common); } in getCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 26 Flags |= JITSymbolFlags::Common; in fromGlobalValue() 45 Flags |= JITSymbolFlags::Common; in fromObjectSymbol()
|
H A D | RuntimeDyld.cpp | 205 // Common symbols requiring allocation, with their sizes and alignments in loadObjectImpl() 280 *JITSymFlags &= ~JITSymbolFlags::Common; in loadObjectImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 83 Common = 1U << 2, 131 /// Returns true if the Common flag is set. 133 return (Flags & Common) == Common; in isCommon()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 48 #include "../../../Common/MyBuffer2.h"
49 #include "../../../Common/IntToString.h"
50 #include "../../../Common/StringConvert.h"
51 #include "../../../Common/StringToInt.h"
52 #include "../../../Common/Wildcard.h"
54 #include "../../Common/MethodProps.h"
55 #include "../../Common/StreamObjects.h"
56 #include "../../Common/StreamUtils.h"
1014 CBenchSyncCommon *Common;
1098 Common(NUL [all...] |
/third_party/skia/src/core/ |
H A D | SkImageFilter_Base.h | 166 class Common { class in SkImageFilter_Base 455 Common localVar; \
|
H A D | SkImageFilter.cpp | 172 bool SkImageFilter_Base::Common::unflatten(SkReadBuffer& buffer, int expectedCount) { in unflatten()
|
/third_party/lwip/test/fuzz/ |
H A D | Makefile | 41 include $(CONTRIBDIR)/ports/unix/Common.mk
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMergeImageFilter.cpp | 51 Common common; in CreateProc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 243 if (unsigned Common = *A++ & *B++) 244 return TRI->getRegClass(I + countTrailingZeros(Common));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 679 /// Common integer divide transforms 963 if (Instruction *Common = commonIDivTransforms(I)) in visitUDiv() 964 return Common; in visitUDiv() 1057 if (Instruction *Common = commonIDivTransforms(I)) in visitSDiv() 1058 return Common; in visitSDiv() 1312 /// Common integer remainder transforms 1413 if (Instruction *Common = commonIRemTransforms(I)) in visitSRem() 1414 return Common; in visitSRem()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin_closure.S | 242 .long L$set$0 ; Length of Common Information Entry
|
H A D | ppc64-darwin_closure.S | 312 .long L$set$0 ; Length of Common Information Entry
|
H A D | ppc-darwin.S | 288 .long L$set$0 ; Length of Common Information Entry
|
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowGenericTypes.js | 75 type Common = { id: number };
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 175 OS << "[Common]"; in operator <<() 445 auto WeakFlags = JITSymbolFlags::Weak | JITSymbolFlags::Common; in notifyResolved() 1040 Flags &= ~(JITSymbolFlags::Weak | JITSymbolFlags::Common); in resolve() 1042 ~(JITSymbolFlags::Weak | JITSymbolFlags::Common)) && in resolve()
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 237 # Common defines for both ways of building ICU's data library.
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 218 # Common defines for both ways of building ICU's data library.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 1010 // Common but also DefaultConstructible // 1180 INSTANTIATE_TYPED_TEST_SUITE_P(Common, ProfileTest, CommonProfilesToTest);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6624 unsigned Common = std::min(LHS, RHS); in computeNumSignBitsBinOp() local 6630 if (Common > SrcExtraBits) in computeNumSignBitsBinOp() 6631 return (Common - SrcExtraBits); in computeNumSignBitsBinOp() 6635 return Common; in computeNumSignBitsBinOp()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 4258 std::string Common() in Common() function in glcts::__anon27686::AdvancedPipelineComputeChain 4273 ss << Common(); in GenGLSL()
|