/external/piex/src/image_type_recognition/ |
image_type_recognition_lite.cc | 803 const TypeChecker* type_checker = GetTypeCheckerForType(type); local 804 if (type_checker) { 805 return type_checker->IsMyType(source); 812 const TypeChecker* type_checker = GetTypeCheckerForType(type); local 813 if (type_checker) { 814 return type_checker->RequestedSize(); 822 for (const auto* type_checker : checkers_) { 823 if (type_checker->Type() == type) { 824 return type_checker;
|
/external/nanopb-c/generator/google/protobuf/internal/ |
containers.py | 97 def __init__(self, message_listener, type_checker): 103 type_checker: A type_checkers.ValueChecker instance to run on elements 107 self._type_checker = type_checker
|
python_message.py | 275 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type) 278 message._listener_for_children, type_checker) 443 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type) 454 type_checker.CheckValue(new_value) [all...] |
/external/v8/src/ |
objects-inl.h | 134 #define TYPE_CHECKER(type, instancetype) \ 139 TYPE_CHECKER(ByteArray, BYTE_ARRAY_TYPE) 140 TYPE_CHECKER(BytecodeArray, BYTECODE_ARRAY_TYPE) 141 TYPE_CHECKER(Cell, CELL_TYPE) 142 TYPE_CHECKER(Code, CODE_TYPE) 143 TYPE_CHECKER(FixedDoubleArray, FIXED_DOUBLE_ARRAY_TYPE) 144 TYPE_CHECKER(Foreign, FOREIGN_TYPE) 145 TYPE_CHECKER(FreeSpace, FREE_SPACE_TYPE) 146 TYPE_CHECKER(HeapNumber, HEAP_NUMBER_TYPE) 147 TYPE_CHECKER(JSArgumentsObject, JS_ARGUMENTS_TYPE [all...] |
/external/protobuf/python/google/protobuf/internal/ |
containers.py | 237 def __init__(self, message_listener, type_checker): 243 type_checker: A type_checkers.ValueChecker instance to run on elements 247 self._type_checker = type_checker
|
python_message.py | 427 type_checker = type_checkers.GetTypeChecker(field) 430 message._listener_for_children, type_checker) 656 type_checker = type_checkers.GetTypeChecker(field) 674 new_value = type_checker.CheckValue(new_value) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_optparse.py | 460 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER)
461 TYPE_CHECKER['duration'] = _check_duration
[all...] |
/external/python/cpython2/Lib/test/ |
test_optparse.py | 461 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) 462 TYPE_CHECKER['duration'] = _check_duration [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 460 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) 461 TYPE_CHECKER['duration'] = _check_duration [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 460 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) 461 TYPE_CHECKER['duration'] = _check_duration [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 460 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) 461 TYPE_CHECKER['duration'] = _check_duration [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 460 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) 461 TYPE_CHECKER['duration'] = _check_duration [all...] |
/external/python/cpython2/Doc/library/ |
optparse.rst | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
optparse.py | 540 TYPE_CHECKER = { "int" : check_builtin,
766 checker = self.TYPE_CHECKER.get(self.type)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
optparse.py | 539 TYPE_CHECKER = { "int" : check_builtin,
765 checker = self.TYPE_CHECKER.get(self.type)
[all...] |
/external/python/cpython2/Lib/ |
optparse.py | 540 TYPE_CHECKER = { "int" : check_builtin, 766 checker = self.TYPE_CHECKER.get(self.type) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
optparse.py | 539 TYPE_CHECKER = { "int" : check_builtin, 765 checker = self.TYPE_CHECKER.get(self.type) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
optparse.py | 539 TYPE_CHECKER = { "int" : check_builtin, 765 checker = self.TYPE_CHECKER.get(self.type) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 539 TYPE_CHECKER = { "int" : check_builtin, 765 checker = self.TYPE_CHECKER.get(self.type) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 539 TYPE_CHECKER = { "int" : check_builtin, 765 checker = self.TYPE_CHECKER.get(self.type) [all...] |