/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 16 def check_type(self, typ, arg): member in class:Callbacks 36 self.check_type(c_byte, 42) 37 self.check_type(c_byte, -42) 40 self.check_type(c_ubyte, 42) 43 self.check_type(c_short, 42) 44 self.check_type(c_short, -42) 47 self.check_type(c_ushort, 42) 50 self.check_type(c_int, 42) 51 self.check_type(c_int, -42) 54 self.check_type(c_uint, 42 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 16 def check_type(self, typ, arg): member in class:Callbacks 36 self.check_type(c_byte, 42) 37 self.check_type(c_byte, -42) 40 self.check_type(c_ubyte, 42) 43 self.check_type(c_short, 42) 44 self.check_type(c_short, -42) 47 self.check_type(c_ushort, 42) 50 self.check_type(c_int, 42) 51 self.check_type(c_int, -42) 54 self.check_type(c_uint, 42 [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
database_manager.cc | 49 safe_browsing_util::ListType check_type, 59 bool is_download = check_type == safe_browsing_util::BINURL || 60 check_type == safe_browsing_util::BINHASH; 78 safe_browsing_util::ListType check_type, 86 check_type(check_type), 100 switch (check.check_type) { 117 switch (check.check_type) { 547 const safe_browsing_util::ListType check_type, 552 : check_type(check_type) 921 safe_browsing_util::ListType check_type = check->check_type; local [all...] |
database_manager.h | 53 // |check_type| should correspond to the type of item that is being 61 safe_browsing_util::ListType check_type, 76 safe_browsing_util::ListType check_type; // See comment in constructor. member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck 233 QueuedCheck(const safe_browsing_util::ListType check_type, 239 safe_browsing_util::ListType check_type; member in struct:SafeBrowsingDatabaseManager::QueuedCheck
|
/art/runtime/verifier/ |
register_line.cc | 109 const RegType& check_type) { 112 if (!(check_type.IsAssignableFrom(src_type))) { 114 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { 117 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { 123 << src_type << " but expected " << check_type; local 126 if (check_type.IsLowHalf()) {
|
register_line.h | 103 bool VerifyRegisterType(uint32_t vsrc, const RegType& check_type)
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang.l | 58 static int check_type(yyscan_t yyscanner); 191 return check_type(yyscanner); 271 int check_type(yyscan_t yyscanner) {
|
glslang_lex.cpp | 2880 int check_type(yyscan_t yyscanner) { function [all...] |
/external/sepolicy/tools/ |
check_seapp.c | 218 int check_type(sepol_policydb_t *db, char *type) { function 312 if(!check_type(pol.db, value)) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
test_tools.hpp | 407 enum check_type { enum in namespace:boost::test_tools::tt_detail 481 tool_level tl, check_type ct, 506 tool_level tl, check_type ct \
|
/external/chromium_org/v8/src/ |
type-info.cc | 544 target->check_type() != RECEIVER_MAP_CHECK) { 545 SetInfo(ast_id, Smi::FromInt(target->check_type()));
|
stub-cache.cc | 1203 PrototypeCheckType check_type = CHECK_ALL_MAPS; local [all...] |
hydrogen.cc | [all...] |
hydrogen.h | [all...] |
ast.h | 1756 CheckType check_type() const { return check_type_; } function in class:v8::internal::V8_FINAL [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |
/external/v8/src/ |
type-info.cc | 652 target->check_type() != RECEIVER_MAP_CHECK) { 653 SetInfo(ast_id, Smi::FromInt(target->check_type()));
|
hydrogen.cc | [all...] |
hydrogen.h | [all...] |
ast.h | 1577 CheckType check_type() const { return check_type_; } function in class:v8::internal::Call [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 2707 const glsl_type *check_type = var->type->is_array() local [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 2707 const glsl_type *check_type = var->type->is_array() local [all...] |