Searched defs:CheckValue (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/make/
H A Dutil.mk57 # Function: CheckValue variable
64 # $(call CheckValue,foo)
67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1))) macro
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py87 def CheckValue(self, proposed_value): member in class:TypeChecker
100 def CheckValue(self, proposed_value): member in class:IntValueChecker
113 def CheckValue(self, proposed_value): member in class:UnicodeValueChecker
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py87 def CheckValue(self, proposed_value): member in class:TypeChecker
100 def CheckValue(self, proposed_value): member in class:IntValueChecker
113 def CheckValue(self, proposed_value): member in class:UnicodeValueChecker
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_store_impl.cc23 virtual ValueState CheckValue(const std::string& path,
124 PrefHashStoreImpl::PrefHashStoreTransactionImpl::CheckValue( function in class:PrefHashStoreImpl::PrefHashStoreTransactionImpl
H A Dpref_hash_filter_unittest.cc75 // A PrefHashStore that allows simulation of CheckValue results and captures
93 // |CheckValue/CheckSplitValue|.
175 virtual PrefHashStoreTransaction::ValueState CheckValue(
199 // Records a call to this mock's CheckValue/CheckSplitValue methods.
285 MockPrefHashStore::MockPrefHashStoreTransaction::CheckValue( function in class:MockPrefHashStore::MockPrefHashStoreTransaction
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider_test.cc215 void ConfigurationPolicyProviderTest::CheckValue( function in class:policy::ConfigurationPolicyProviderTest
245 CheckValue(test_keys::kKeyString,
255 CheckValue(test_keys::kKeyBoolean,
265 CheckValue(test_keys::kKeyInteger,
277 CheckValue(test_keys::kKeyStringList,
311 CheckValue(test_keys::kKeyDictionary,

Completed in 1507 milliseconds