HomeSort by relevance Sort by last modified time
    Searched defs:Default (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/llvm/lib/MC/
MCSchedule.cpp 10 // This file defines the default scheduling model.
21 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
  /external/pdfium/core/fpdfdoc/
cpvt_floatrect.h 33 void Default() { left = top = right = bottom = 0.0f; }
cpvt_wordplace.h 23 void Default() { nSecIndex = nLineIndex = nWordIndex = -1; }
cpvt_wordrange.h 20 void Default() {
21 BeginPos.Default();
22 EndPos.Default();
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 31 int monitorPort() default 9999;
33 boolean profile() default false;
35 int profileDepth() default 4;
37 String profileFile() default "default-profile-file";
39 int profileInterval() default 10;
41 boolean profileThreadGroup() default false;
43 Class testClass() default Default.class;
45 String testClassOrPackage() default "";
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 43 public const int Default = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetOptions.h 24 Default, // Target-specific (either soft of hard depending on triple, etc).
52 /// (the default), the code generator is not allowed to generate mad
60 /// this flag is off (the default), the code generator is allowed to produce
68 /// this flag is off (the default), the code generator is not allowed to
76 /// this flag is off (the default), the code generator is not allowed to
82 /// this flag is off (the default), the code generator is not allowed to
88 /// false (the default), the code generator is allowed to assume that the
89 /// rounding behavior is the default (round-to-zero for all floating point to
103 /// on the command line. This setting may either be Default, Soft, or Hard.
104 /// Default selects the target's default behavior. Soft selects the ABI fo
    [all...]
Mangler.h 32 Default, ///< Emit default string before each symbol.
70 ManglerPrefixTy PrefixTy = Mangler::Default);
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 27 /// The default register class for integer values.
28 Default = 0,
  /external/protobuf/python/google/protobuf/
symbol_database.py 80 self.pool = pool or descriptor_pool.Default()
180 _DEFAULT = SymbolDatabase(pool=descriptor_pool.Default())
183 def Default():
184 """Returns the default SymbolDatabase."""
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 22 // the default package lookup mechanism for the given compiler is used.
52 // Default returns an Importer for the compiler that built the running binary.
54 func Default() types.Importer {
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 22 // the default package lookup mechanism for the given compiler is used.
52 // Default returns an Importer for the compiler that built the running binary.
54 func Default() types.Importer {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 43 public const int Default = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; }
31 const char *EndWarning() { return Default(); }
  /external/llvm/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
150 R Default(const T& Value) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 23 Default = -1,
29 "aarch64-neon-syntax", cl::init(Default),
37 AssemblerDialect = AsmWriterVariant == Default ? 1 : AsmWriterVariant;
56 // is an indirect pc-relative reference. The default implementation
73 AssemblerDialect = AsmWriterVariant == Default ? 0 : AsmWriterVariant;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSwitch.h 39 /// .Default(UnknownColor);
111 R Default(const T& Value) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
  /packages/apps/Contacts/src/com/android/contacts/util/
DeviceLocalAccountTypeFactory.java 59 class Default implements DeviceLocalAccountTypeFactory {
62 public Default(Context context) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sbe.h 13 WINBOOL Default;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
default.py 33 def validate_default_value(default):
34 if default not in ["source", "target"]:
35 raise exception.InvalidDefaultValue("{0} is not a valid default_* value.".format(default))
37 return default
40 def validate_default_range(default):
41 if default not in ["low", "high", "low_high"]:
42 raise exception.InvalidDefaultRange("{0} is not a valid default_* range.".format(default))
44 return default
53 # four Default objects.
59 # and emit None for classes that don't set a default
104 default = None variable in class:Default
    [all...]
  /build/blueprint/
ninja_writer.go 176 func (n *ninjaWriter) Default(targets ...string) error {
187 wrapper.WriteString("default")
  /external/clang/test/CodeGenCXX/
microsoft-abi-throw.cpp 16 // CHECK-DAG: @"_CT??_R0?AUDefault@@@8??_ODefault@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, i8* bitcast (%rtti.TypeDescriptor13* @"\01??_R0?AUDefault@@@8" to i8*), i32 0, i32 -1, i32 0, i32 1, i8* bitcast (void (%struct.Default*, %struct.Default*)* @"\01??_ODefault@@QAEXAAU0@@Z" to i8*) }, section ".xdata", comdat
55 struct Default {
56 Default(Default &, int = 42);
66 // CHECK: call x86_thiscallcc {{.*}} @"\01??0Default@@QAE@AAU0@H@Z"({{.*}} %[[this]], {{.*}} %[[src]], i32 42)
69 void h(Default &d) {
  /external/llvm/lib/IR/
Mangler.cpp 26 Default, ///< Emit default string before each symbol.
67 return getNameWithPrefixImpl(OS, GVName, DL, Default);
74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix);
83 default:
110 ManglerPrefixTy PrefixTy = Default;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrDefault.c 2 Function and Macro defintions for to extract default values from UEFI Form package.
53 Get question default value, and set it into the match var storage.
55 Note Framework 0.92's HII Implementation does not support for default value for these opcodes:
60 @param Question Question to be set to its default value.
61 @param DefaultId The Class of the default.
63 @param Node Var storage buffer to store the got default value.
65 @retval EFI_SUCCESS Question is reset to default value.
78 QUESTION_DEFAULT *Default;
98 // There are three ways to specify default value for a Question:
100 // 2, set flags of EFI_ONE_OF_OPTION (provide Standard and Manufacturing default)
    [all...]

Completed in 1474 milliseconds

1 2 3 4 5 6 7