Home
last modified time | relevance | path

Searched refs:CheckValue (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dcontainers.py100 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)
Dtype_checkers.py87 def CheckValue(self, proposed_value): member in TypeChecker
100 def CheckValue(self, proposed_value): member in IntValueChecker
113 def CheckValue(self, proposed_value): member in UnicodeValueChecker
/external/llvm/lib/Analysis/
DProfileVerifierPass.cpp87 void CheckValue(bool, const char*, DetailedBlockInfo*);
219 void ProfileVerifierPassT<FType, BType>::CheckValue(bool Error, in CheckValue() function in __anon701300530111::ProfileVerifierPassT
281 CheckValue(DI.BBWeight == ProfileInfoT<FType, BType>::MissingValue, in recurseBasicBlock()
283 CheckValue(DI.BBWeight < 0, in recurseBasicBlock()
321 CheckValue(!Equals(DI.inWeight,DI.BBWeight), in recurseBasicBlock()
327 CheckValue(!Equals(DI.BBWeight,DI.outWeight), in recurseBasicBlock()
332 CheckValue(!Equals(DI.inWeight,DI.outWeight), in recurseBasicBlock()
335 CheckValue(!Equals(DI.inWeight,DI.outWeight), in recurseBasicBlock()
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py111 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)
Dtype_checkers.py87 def CheckValue(self, proposed_value): member in TypeChecker
100 def CheckValue(self, proposed_value): member in IntValueChecker
113 def CheckValue(self, proposed_value): member in UnicodeValueChecker
Dpython_message.py454 type_checker.CheckValue(new_value)
1137 type_checker.CheckValue(value)
/external/chromium_org/components/policy/core/common/
Dconfiguration_policy_provider_test.cc215 void ConfigurationPolicyProviderTest::CheckValue( in CheckValue() function in policy::ConfigurationPolicyProviderTest
245 CheckValue(test_keys::kKeyString, in TEST_P()
255 CheckValue(test_keys::kKeyBoolean, in TEST_P()
265 CheckValue(test_keys::kKeyInteger, in TEST_P()
277 CheckValue(test_keys::kKeyStringList, in TEST_P()
311 CheckValue(test_keys::kKeyDictionary, in TEST_P()
Dconfiguration_policy_provider_test.h128 void CheckValue(const char* policy_name,
/external/compiler-rt/make/
Dutil.mk67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
/external/protobuf/python/google/protobuf/
Dreflection.py510 type_checker.CheckValue(new_value)
1135 type_checker.CheckValue(value)
Dtext_format.py594 checker.CheckValue(result)
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dtext_format.py645 checker.CheckValue(result)
/external/chromium_org/v8/src/arm/
Dlithium-arm.h70 V(CheckValue) \
2446 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2447 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/chromium_org/v8/src/mips/
Dlithium-mips.h70 V(CheckValue) \
2420 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2421 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/chromium_org/v8/src/x64/
Dlithium-x64.h70 V(CheckValue) \
2382 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2383 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h70 V(CheckValue) \
2449 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2450 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/chromium_org/v8/src/
Dhydrogen-instructions.h97 V(CheckValue) \
2891 DECLARE_CONCRETE_INSTRUCTION(CheckValue) in DECLARE_CONCRETE_INSTRUCTION() argument