Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dcontainers.py251 self._values.append(self._type_checker.CheckValue(value))
257 self._values.insert(key, self._type_checker.CheckValue(value))
275 new_values = [self._type_checker.CheckValue(elem) for elem in elem_seq_iter]
305 self._values[key] = self._type_checker.CheckValue(value)
316 new_values.append(self._type_checker.CheckValue(value))
461 key = self._key_checker.CheckValue(key)
469 self._key_checker.CheckValue(item)
482 checked_key = self._key_checker.CheckValue(key)
483 checked_value = self._value_checker.CheckValue(value)
545 key = self._key_checker.CheckValue(key)
Dtype_checkers.py100 def CheckValue(self, proposed_value): member in TypeChecker
128 def CheckValue(self, proposed_value): member in IntValueChecker
152 def CheckValue(self, proposed_value): member in EnumValueChecker
172 def CheckValue(self, proposed_value): member in UnicodeValueChecker
Dpython_message.py674 new_value = type_checker.CheckValue(new_value)
1525 type_checker.CheckValue(value))
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileVerifierPass.cpp86 void CheckValue(bool, const char*, DetailedBlockInfo*);
218 void ProfileVerifierPassT<FType, BType>::CheckValue(bool Error, in CheckValue() function in llvm::ProfileVerifierPassT
280 CheckValue(DI.BBWeight == ProfileInfoT<FType, BType>::MissingValue, in recurseBasicBlock()
282 CheckValue(DI.BBWeight < 0, in recurseBasicBlock()
320 CheckValue(!Equals(DI.inWeight,DI.BBWeight), in recurseBasicBlock()
326 CheckValue(!Equals(DI.BBWeight,DI.outWeight), in recurseBasicBlock()
331 CheckValue(!Equals(DI.inWeight,DI.outWeight), in recurseBasicBlock()
334 CheckValue(!Equals(DI.inWeight,DI.outWeight), in recurseBasicBlock()
/external/nanopb-c/generator/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/drm_hwcomposer/tests/
Dqueue_worker_test.cpp19 virtual void CheckValue(int prev_value) { in CheckValue() function
37 data->CheckValue(value); in ProcessWork()
149 void CheckValue(int prev_value) { in TEST_F() function
/external/compiler-rt/make/
Dutil.mk67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py650 checker.CheckValue(result)
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h45 V(CheckValue) \
2094 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2095 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/x64/
Dlithium-x64.h41 V(CheckValue) \
2081 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2082 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/mips/
Dlithium-mips.h41 V(CheckValue) \
2037 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2038 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h41 V(CheckValue) \
2024 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2025 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/arm/
Dlithium-arm.h41 V(CheckValue) \
2080 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2081 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/x87/
Dlithium-x87.h45 V(CheckValue) \
2080 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2081 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/s390/
Dlithium-s390.h41 V(CheckValue) \
1876 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
1877 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h43 V(CheckValue) \
2083 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2084 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h44 V(CheckValue) \
933 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
934 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/protobuf/python/google/protobuf/
Dtext_format.py1130 checker.CheckValue(result)
/external/v8/src/crankshaft/
Dhydrogen-instructions.h74 V(CheckValue) \
2609 DECLARE_CONCRETE_INSTRUCTION(CheckValue) in DECLARE_CONCRETE_INSTRUCTION() argument