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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/MC/
MCSchedule.cpp 10 // This file defines the default scheduling model.
21 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 31 int monitorPort() default 9999;
33 Class testClass() default Default.class;
35 String testClassOrPackage() default "";
37 RunnerType runnerType() default RunnerType.DEFAULT;
39 int timeout() default 0;
41 class Default {}
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 43 public const int Default = 0;
  /external/tensorflow/tensorflow/core/platform/posix/
env_time.cc 39 EnvTime* EnvTime::Default() {
env.cc 57 ~PosixEnv() override { LOG(FATAL) << "Env::Default() must not be destroyed"; }
128 Env* Env::Default() {
  /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);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
default.go 16 // Default returns the default cache to use, or nil if no cache should be used.
17 func Default() *Cache {
35 // initDefaultCache does the work of finding the default cache
36 // the first time Default is called.
67 // Compute default location.
98 default: // Unix
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
default.go 16 // Default returns the default cache to use, or nil if no cache should be used.
17 func Default() *Cache {
35 // initDefaultCache does the work of finding the default cache
36 // the first time Default is called.
67 // Compute default location.
98 default: // Unix
  /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 31 // If lookup is nil, the default package lookup mechanism for the
66 return srcimporter.New(&build.Default, token.NewFileSet(), make(map[string]*types.Package))
73 // Default returns an Importer for the compiler that built the running binary.
75 func Default() types.Importer {
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 31 // If lookup is nil, the default package lookup mechanism for the
66 return srcimporter.New(&build.Default, token.NewFileSet(), make(map[string]*types.Package))
73 // Default returns an Importer for the compiler that built the running binary.
75 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 };
  /external/tensorflow/tensorflow/core/lib/monitoring/
collection_registry.cc 59 CollectionRegistry* CollectionRegistry::Default() {
61 new CollectionRegistry(Env::Default());
  /external/tensorflow/tensorflow/core/platform/windows/
env_time.cc 79 EnvTime* EnvTime::Default() {
  /external/tensorflow/tensorflow/stream_executor/
device_options.h 18 // auto device_options = DeviceOptions::Default();
62 // Factory for the default set of device options.
63 static DeviceOptions Default() { return DeviceOptions(0); }
  /packages/apps/Contacts/src/com/android/contacts/util/
DeviceLocalAccountTypeFactory.java 59 class Default implements DeviceLocalAccountTypeFactory {
62 public Default(Context context) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>