HomeSort by relevance Sort by last modified time
    Searched refs:Always (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.cpp 15 return Always;
24 return Always;
cpdf_iconfit.h 16 enum ScaleMethod { Always = 0, Bigger, Smaller, Never };
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
gtdt.asl 65 Always-on : 0
71 Always-on : 0
77 Always-on : 0
83 Always-on : 0
115 Always On : 0
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
81 /// The use is always uninitialized.
82 Always
87 return AlwaysUninit ? Always :
  /frameworks/native/cmds/dumpstate/
DumpstateUtil.h 54 * CommandOptions::WithTimeout(10).Always().RedirectStderr().Build();
88 /* Sets the command to always run, even on `dry-run` mode. */
89 CommandOptionsBuilder& Always();
110 /* Checks whether the command should always be run, even on dry-run mode. */
111 bool Always() const;
DumpstateUtil.cpp 96 CommandOptions::CommandOptionsBuilder& CommandOptions::CommandOptionsBuilder::Always() {
141 bool CommandOptions::Always() const {
247 if (PropertiesHelper::IsDryRun() && !options.Always()) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InlineCost.h 45 /// supports special values for functions which should "always" or
52 Always,
79 static InlineCost getAlways() { return InlineCost(0, Always); }
83 bool isAlways() const { return getType() == Always; }
87 /// an error to call this on an "always" or "never" InlineCost.
148 /// result assumes that the inlined version will always be used. You should
149 /// weight it yourself in cases where this callee will not always be called.
  /external/compiler-rt/make/platform/
clang_mingw.mk 29 # Always use optimized variants.
clang_linux.mk 86 # Always use optimized variants.
  /external/gemmlowp/eight_bit_int_gemm/
Android.mk 36 # Always build gemmlowpV8 for armv7 using NEON,
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 21 // Always under the package functions list.
34 // Exported declarations associated with non-exported types must always be shown.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
b.go 21 // Always under the package functions list.
34 // Exported declarations associated with non-exported types must always be shown.
  /external/dhcpcd-6.8.2/
Android.mk 46 # Always support IPv4.
  /prebuilts/go/darwin-x86/src/runtime/
signal_arm.go 46 // Always save LR to stack so that panics in leaf
signal_arm64.go 62 // Always save LR to stack so that panics in leaf
signal_mips64x.go 66 // Always save LINK to stack so that panics in leaf
signal_mipsx.go 63 // Always save LINK to stack so that panics in leaf
signal_ppc64x.go 67 // Always save LINK to stack so that panics in leaf
  /prebuilts/go/linux-x86/src/runtime/
signal_arm.go 46 // Always save LR to stack so that panics in leaf
signal_arm64.go 62 // Always save LR to stack so that panics in leaf
signal_mips64x.go 66 // Always save LINK to stack so that panics in leaf
signal_mipsx.go 63 // Always save LINK to stack so that panics in leaf
signal_ppc64x.go 67 // Always save LINK to stack so that panics in leaf
  /build/make/core/
cleanspec.mk 40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 30 enum: ["always", "never"]
75 if (properties !== "always" && properties !== "never") {
76 properties = "always";
105 // Always report underscored object names

Completed in 1067 milliseconds

1 2 3 4 5