HomeSort by relevance Sort by last modified time
    Searched refs:CheckValue (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl_unittest.cc 40 transaction->CheckValue("path1", &string_1));
42 transaction->CheckValue("path1", NULL));
46 transaction->CheckValue("path1", &string_1));
48 transaction->CheckValue("path1", NULL));
51 transaction->CheckValue("path1", NULL));
53 transaction->CheckValue("path1", &string_2));
63 transaction->CheckValue("path1", &dict));
75 transaction->CheckValue("new_path", &string_1));
77 transaction->CheckValue("new_path", &string_2));
79 transaction->CheckValue("new_path", NULL))
    [all...]
pref_hash_store_transaction.h 44 virtual ValueState CheckValue(
pref_hash_store_impl.cc 23 virtual ValueState CheckValue(const std::string& path,
124 PrefHashStoreImpl::PrefHashStoreTransactionImpl::CheckValue(
pref_hash_filter_unittest.cc 75 // 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(
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 111 self._type_checker.CheckValue(value)
118 self._type_checker.CheckValue(value)
130 self._type_checker.CheckValue(elem)
149 self._type_checker.CheckValue(value)
161 self._type_checker.CheckValue(value)
type_checkers.py 87 def CheckValue(self, proposed_value):
100 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
python_message.py 454 type_checker.CheckValue(new_value)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
containers.py 100 self._type_checker.CheckValue(value)
107 self._type_checker.CheckValue(value)
119 self._type_checker.CheckValue(elem)
138 self._type_checker.CheckValue(value)
150 self._type_checker.CheckValue(value)
type_checkers.py 87 def CheckValue(self, proposed_value):
100 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.cc 215 void ConfigurationPolicyProviderTest::CheckValue(
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,
configuration_policy_provider_test.h 128 void CheckValue(const char* policy_name,
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_atomic_preference.cc 34 transaction->CheckValue(pref_path_, value);
  /external/compiler-rt/make/
util.mk 57 # Function: CheckValue variable
64 # $(call CheckValue,foo)
66 # CHECKVALUE: foo: $(call streq,,) - true
67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
  /external/protobuf/python/google/protobuf/
reflection.py 510 type_checker.CheckValue(new_value)
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 45 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 48 V(CheckValue) \
1014 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
1015 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 49 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 45 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 45 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 45 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 49 V(CheckValue) \
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 77 V(CheckValue) \
    [all...]

Completed in 876 milliseconds