/external/rust/crates/pin-project/tests/ |
D | cfg.rs | 13 struct Always; struct 26 inner: Always, in cfg() 34 let _ = SameName { inner: Always }; in cfg() 40 a: Always, in cfg() 48 let _ = DifferentName { a: Always }; in cfg() 54 Always, in cfg() 62 let _ = TupleStruct(Always); in cfg() 73 Inner(#[pin] Always), in cfg() 78 A(#[pin] Always), in cfg() 85 let _ = Variant::Inner(Always); in cfg() [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | Zip64SupportIT.java | 149 zos.setUseZip64(Zip64Mode.Always); in write5GBZerosFile() 312 write100KFiles(Zip64Mode.Always), true); 317 write100KFiles(Zip64Mode.Always), false); 389 + 2 * (mode == Zip64Mode.Always ? 28 : 0) 415 if (mode == Zip64Mode.Always) { 430 (byte) (mode == Zip64Mode.Always? 28 : 12), 0, 444 if (mode == Zip64Mode.Always) { 498 write3EntriesCreatingBigArchive(Zip64Mode.Always), 505 write3EntriesCreatingBigArchive(Zip64Mode.Always), 648 (byte) (mode == Zip64Mode.Always? 28 : 20), 0, [all …]
|
/external/skia/include/gpu/dawn/ |
D | GrDawnTypes.h | 11 #ifdef Always 12 #undef Always 13 static constexpr int Always = 2; variable
|
/external/rust/crates/csv/src/ |
D | lib.rs | 183 Always, enumerator 210 QuoteStyle::Always => csv_core::QuoteStyle::Always, in to_core()
|
/external/rust/crates/env_logger/src/fmt/writer/ |
D | mod.rs | 36 Always, enumerator 170 "always" => WriteStyle::Always, in parse_write_style() 184 ("always", WriteStyle::Always), in parse_write_style_valid()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_iconfit.cpp | 27 return Always; in GetScaleMethod() 36 return Always; in GetScaleMethod()
|
D | cpdf_iconfit.h | 18 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enumerator
|
/external/llvm/test/Transforms/ObjCARC/ |
D | tail-call-invariant-enforcement.ll | 25 ; Always tail call autoreleaseReturnValue. 38 ; Always tail call objc_retain. 51 ; Always tail call objc_retainAutoreleasedReturnValue. 89 ; Always tail call objc_unsafeClaimAutoreleasedReturnValue.
|
/external/harfbuzz_ng/ |
D | .clang-format | 6 UseTab: Always 7 SpaceBeforeParens: Always
|
/external/clang/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 82 Always enumerator 87 return AlwaysUninit ? Always : in getKind()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 85 Always enumerator 90 return AlwaysUninit ? Always : in getKind()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/ |
D | nanopb.proto | 15 FT_CALLBACK = 1; // Always generate a callback field. 16 FT_POINTER = 4; // Always generate a dynamically allocated field. 19 FT_INLINE = 5; // Always generate an inline array of fixed size.
|
/external/rust/crates/scopeguard/src/ |
D | lib.rs | 213 pub enum Always {} enum 229 impl Strategy for Always { implementation 298 pub struct ScopeGuard<T, F, S = Always> 367 pub fn guard<T, F>(v: T, dropfn: F) -> ScopeGuard<T, F, Always> in guard()
|
/external/llvm-project/llvm/test/Transforms/ObjCARC/ |
D | tail-call-invariant-enforcement.ll | 25 ; Always tail call autoreleaseReturnValue. 38 ; Always tail call objc_retain. 51 ; Always tail call objc_retainAutoreleasedReturnValue unless it's annotated with 93 ; Always tail call llvm.objc.unsafeClaimAutoreleasedReturnValue.
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 178 Always break after an open bracket, if the parameters don't fit 281 Always break after the return type. 284 Always break after the return types of top-level functions. 298 Always break after the return type. 301 Always break after the return types of top-level functions. 304 Always break after the return type of function definitions. 307 Always break after the return type of top-level definitions. 377 Always attach braces to surrounding context. 392 Always break before braces. 395 Always break before braces and add an extra level of indentation to [all …]
|
/external/deqp/external/openglcts/ |
D | .clang-format | 62 # Always break constructor initializers before commas and align the commas with the colon. 136 …cases to put a space before opening parentheses. Possible values: Never, ControlStatements, Always. 166 …he way to use tab characters in the resulting file. Possible values: Never, ForIndentation, Always. 167 UseTab: Always
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | Zip64Mode.java | 33 Always, enumConstant
|
/external/minijail/ |
D | .clang-format | 3 UseTab: Always
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/ |
D | .clang-format | 3 UseTab: Always
|
/external/wpa_supplicant_8/hostapd/hidl/ |
D | .clang-format | 3 UseTab: Always
|
/external/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 80 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting() 180 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded() 192 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseEnded()
|
/external/libabigail/ |
D | .clang-format | 18 UseTab: Always
|
/external/rust/crates/unicode-segmentation/patches/ |
D | std.diff | 10 +// ANDROID: Always import std to enable building as a dylib
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_always_instrument.txt | 5 # Always instrument the main function.
|
/external/minigbm/ |
D | .clang-format | 13 UseTab: Always
|