Searched defs:DefaultValue (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/extensions/common/
H A Dfeature_switch.h30 enum DefaultValue { enum in class:extensions::FeatureSwitch
55 DefaultValue default_value);
58 DefaultValue default_value);
69 DefaultValue default_value);
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py32 def DefaultValue(field): function
238 "default_value": DefaultValue,
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp221 int DefaultValue = 0; local
227 DefaultValue = 4;
230 DefaultValue = 50;
234 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue);
253 int DefaultValue = 0; local
259 DefaultValue = 75000;
262 DefaultValue = 150000;
265 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc261 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc275 string DefaultValue(const Params& params, const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javamicro
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h178 static const CleanType DefaultValue = 0; member in struct:WTF::RemoveChecked
183 static const CleanType DefaultValue = 0; member in struct:WTF::RemoveChecked
188 static const CleanType DefaultValue = 0; member in struct:WTF::RemoveChecked
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc259 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc284 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp172 template <typename T> struct DefaultValue { const T value=0;}; struct in namespace:PR16646::test1
174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>;
183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; }; struct in namespace:PR16646::test2
185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc243 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc389 string DefaultValue(const Params& params, const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javanano
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c249 uint32_t get_int(char **p, int DefaultValue) argument
265 return DefaultValue;
270 int get_signed_int(char **p, int DefaultValue) argument
292 return DefaultValue;
311 uint32_t get_hex(char **p, int DefaultValue) argument
334 return DefaultValue;
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h539 const Optional<T> &DefaultValue, bool Required) {
540 assert(DefaultValue.hasValue() == false &&
553 Val = DefaultValue;
558 void processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, argument
562 const bool sameAsDefault = outputting() && Val == DefaultValue;
570 Val = DefaultValue;
538 processKeyWithDefault(const char *Key, Optional<T> &Val, const Optional<T> &DefaultValue, bool Required) argument
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3469 /// with the contents of Values, using DefaultValue to fill any holes in the
3475 Constant *DefaultValue,
3522 Constant *DefaultValue,
3551 assert(DefaultValue &&
3553 assert(DefaultValue->getType() == ValueType);
3556 TableContents[I] = DefaultValue;
3559 if (DefaultValue != SingleValue)
3518 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, Constant *DefaultValue, const DataLayout *DL) argument

Completed in 933 milliseconds