HomeSort by relevance Sort by last modified time
    Searched defs:Default (Results 126 - 150 of 308) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 50 // directory. By default it is empty, but custom builds that need to keep
57 // By default, Import uses the operating system's file system calls
59 // callers can set the following functions. They all have default
256 // Default is the default Context for builds.
259 var Default Context = defaultContext()
271 // Don't set the default GOPATH to GOROOT,
309 default:
355 // By default, Import searches vendor directories
511 default
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 50 // directory. By default it is empty, but custom builds that need to keep
57 // By default, Import uses the operating system's file system calls
59 // callers can set the following functions. They all have default
256 // Default is the default Context for builds.
259 var Default Context = defaultContext()
271 // Don't set the default GOPATH to GOROOT,
309 default:
355 // By default, Import searches vendor directories
511 default
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 44 Default,
821 VOID_HANDLER(Default,
829 VOID_HANDLER(Default,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 44 Default,
821 VOID_HANDLER(Default,
829 VOID_HANDLER(Default,
    [all...]
  /external/abi-dumper/
abi-dumper.pl 192 Default: ./ABI.dump
244 to non-default location (not in PATH).
570 "DEFAULT",
578 # 3629: 000b09c0 32 FUNC GLOBAL DEFAULT 13 _ZNSt12__basic_fileIcED1Ev@@GLIBCXX_3.4
579 # 135: 00000000 0 FUNC GLOBAL DEFAULT UNDEF av_image_fill_pointers@LIBAVUTIL_52 (3)
598 { # 1272: 00000000 0 OBJECT GLOBAL DEFAULT ABS CXXABI_1.3
817 # default
831 # non-default
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 191 // Use the default target triple if unspecified.
232 .Default(~0U);
314 // may be created with a combination of default and explicit settings.
342 MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, CodeModel::Default, Ctx);
  /external/llvm/lib/Support/
TargetParser.cpp 121 // The same CPU can have multiple arches and can be default on multiple arches.
129 bool Default; // is $Name the default CPU for $ArchID ?
181 .Default(ARM::FK_INVALID);
192 .Default(ARM::AEK_INVALID);
376 // Look for multiple AKs to find the default for pair AK+Name.
378 if (CPU.ArchID == AK && CPU.Default)
382 // If we can't find a default then target the architecture instead
410 .Default(ARM::FK_INVALID);
421 .Default(AArch64::AEK_INVALID)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 79 BasicBlock *OrigBlock, BasicBlock *Default,
82 BasicBlock *Default);
117 // If the block is a dead Default block that will be deleted later, don't
203 BasicBlock *Default,
220 return newLeafBlock(*Begin, Val, OrigBlock, Default);
279 Default, UnreachableRanges);
282 Default, UnreachableRanges);
292 /// switch's value == the case's value. If not, then it jumps to the default
294 /// value, so the jump to the "default" branch is warranted.
297 BasicBlock* Default)
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 44 Default,
821 VOID_HANDLER(Default,
829 VOID_HANDLER(Default,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
TargetParser.cpp 125 // The same CPU can have multiple arches and can be default on multiple arches.
133 bool Default; // is $Name the default CPU for $ArchID ?
188 .Default(ARM::FK_INVALID);
199 .Default(ARM::AEK_INVALID);
383 // Look for multiple AKs to find the default for pair AK+Name.
385 if (CPU.ArchID == AK && CPU.Default)
389 // If we can't find a default then target the architecture instead
417 .Default(ARM::FK_INVALID);
428 .Default(AArch64::AEK_INVALID)
    [all...]
  /frameworks/base/libs/hwui/
Properties.h 64 * "true" and "false". The default value is "false".
77 * The default value is "false".
83 * The default value of this property is assumed to be false.
107 * The default value is "hide".
135 * empty damage. Default is "true".
143 * Default is "true"
150 * Default is "true"
158 * Accepted values are "true" and "false". Default is true.
163 * Allows to set rendering pipeline mode to OpenGL (default), Skia OpenGL
199 enum class OverdrawColorSet { Default = 0, Deuteranomaly }
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionControllerImpl.java 185 mProducers.add(new Default(def));
347 private class Default<T> implements Item<T> {
350 public Default(Supplier<T> supplier) {
  /art/runtime/
class_loader_context.cc 73 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Default() {
154 // By default we load the dex files in a PathClassLoader.
444 default:
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 52 def get_recursive(self, key, default=None):
57 return self.parent.get_recursive(key, default)
58 return default
70 def get_recursive(self, key, default=None):
83 return self._build_env.parent.get_recursive(key, default)
84 return default
224 class Default(object):
500 default test.o
601 elif ident == 'default':
779 """Parse a `default` statement
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 337 default:
744 UINT16 *Default;
760 Default = NULL;
774 Default = mLegacyBootOptionPrivate->MaintainMapData->CurrentNvData.LegacyFD;
783 Default = mLegacyBootOptionPrivate->MaintainMapData->CurrentNvData.LegacyHD;
792 Default = mLegacyBootOptionPrivate->MaintainMapData->CurrentNvData.LegacyCD;
801 Default = mLegacyBootOptionPrivate->MaintainMapData->CurrentNvData.LegacyNET;
810 Default = mLegacyBootOptionPrivate->MaintainMapData->CurrentNvData.LegacyBEV;
813 default:
862 *Default++
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 74 // GlyphInfoList stores a list of default character cell information, each is
119 // the value of "CharId" of a default character cell which is used for a
121 // less or equal to the value of "CharValueCurrent" of this default block.
123 // For instance, if the CharId of a GlyphInfoList is {1, 3, 7}, a default glyph
125 // a default glyph with CharValue equals "6" uses the GlyphInfo with CharId = 3.
147 or NULL if the string should use the default
192 // than system default font and color.
194 // default system font is the fixed font (narrow or wide glyph).
643 If CharValue = (CHAR16) (-1), collect all default character cell information
717 // Collect all default character cell information specified by
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 449 default:
526 default:
899 QUESTION_DEFAULT *Default;
904 // Free Default value List
908 Default = QUESTION_DEFAULT_FROM_LINK (Link);
909 RemoveEntryList (&Default->Link);
911 if (Default->Value.Buffer != NULL) {
912 FreePool (Default->Value.Buffer);
914 FreePool (Default);
1092 // Free FormSet Default Store
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 92 R Default(const T & Value) const {
185 .Default(UnknownAttribute);
    [all...]
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java 59 * An API to bind optional values, optionally with a default value.
63 * <li>It allows a framework to supply a default value that can be changed
72 * <p>{@code setDefault} is intended for use by frameworks that need a default
73 * value. User code can call {@code setBinding} to override the default.
74 * <b>Warning: Even if setBinding is called, the default binding
127 * <p>Default values can be supplied using:
144 * ... which will override the default value.
146 * <p>If one module uses setDefault the only way to override the default is to use setBinding.
260 * Returns a binding builder used to set the default value that will be injected.
278 enum Source { DEFAULT, ACTUAL
    [all...]

Completed in 1221 milliseconds

1 2 3 4 56 7 8 91011>>