/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/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InlineCost.h | 52 Always, enumerator 79 static InlineCost getAlways() { return InlineCost(0, Always); } in getAlways() 83 bool isAlways() const { return getType() == Always; } in isAlways()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_iconfit.cpp | 21 return Always; in GetScaleMethod() 30 return Always; in GetScaleMethod()
|
D | cpdf_iconfit.h | 17 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/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/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/clang/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 82 Always enumerator 87 return AlwaysUninit ? Always : in getKind()
|
/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/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/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 78 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting() 178 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded() 190 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseEnded()
|
/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
|
D | ZipArchiveOutputStream.java | 659 return requestedMode == Zip64Mode.Always || isTooLageForZip32(entry1); in isZip64Required() 849 return mode == Zip64Mode.Always in shouldAddZip64Extra() 1212 || zip64Mode == Zip64Mode.Always; in createCentralFileHeader() 1278 || zip64Mode == Zip64Mode.Always) { in createCentralFileHeader() 1303 if (entryMetaData.offset >= ZIP64_MAGIC || zip64Mode == Zip64Mode.Always) { in createCentralFileHeader() 1332 || zip64Mode == Zip64Mode.Always) { in handleZip64Extra() 1340 if (lfhOffset >= ZIP64_MAGIC || zip64Mode == Zip64Mode.Always) { in handleZip64Extra()
|
/external/minijail/ |
D | .clang-format | 3 UseTab: Always
|
/external/wpa_supplicant_8/hostapd/hidl/ |
D | .clang-format | 3 UseTab: Always
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/ |
D | .clang-format | 3 UseTab: Always
|
/external/syzkaller/ |
D | .clang-format | 3 UseTab: Always
|
/external/minigbm/ |
D | .clang-format | 13 UseTab: Always
|
/external/deqp/framework/platform/ |
D | CMakeLists.txt | 154 # Always link to glutil as some platforms such as Win32 always support GL 157 # Always link to eglutil
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 15 FT_CALLBACK = 1; // Always generate a callback field. 16 FT_POINTER = 4; // Always generate a dynamically allocated field.
|
/external/tensorflow/tensorflow/contrib/rpc/python/kernel_tests/ |
D | test_example.proto | 25 // Always fails with InvalidArgument.
|
/external/u-boot/Documentation/devicetree/bindings/rtc/ |
D | brcm,brcmstb-waketimer.txt | 10 - interrupt-parent: The phandle to the Always-On (AON) Power Management (PM) L2
|
/external/nanopb-c/generator/nanopb/ |
D | options.proto | 23 FT_CALLBACK = 1; // Always generate a callback field. 24 FT_POINTER = 4; // Always generate a dynamically allocated field.
|
/external/catch2/include/internal/ |
D | catch_interfaces_config.h | 34 Always, enumerator
|
/external/python/cpython2/Demo/tix/ |
D | INSTALL.txt | 37 # *** Always uncomment this (leave the leading underscore in!): 66 # *** Always uncomment this; X11 libraries to link with:
|