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

  /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/lzma/xz-embedded/
xz_dec_stream.c 14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
16 # define IS_CRC64(check_type) false
60 enum xz_check check_type; member in struct:xz_dec
255 if (s->check_type == XZ_CHECK_CRC32)
259 else if (s->check_type == XZ_CHECK_CRC64)
279 s->block.hash.unpadded += check_sizes[s->check_type];
281 if (s->check_type == XZ_CHECK_CRC32)
283 else if (IS_CRC64(s->check_type))
392 while (s->pos < check_sizes[s->check_type]) {
    [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;
148 safe_browsing_util::ListType check_type,
157 check_type(check_type),
171 switch (check.check_type) {
189 switch (check.check_type) {
593 const safe_browsing_util::ListType check_type,
598 : check_type(check_type),
913 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,
77 safe_browsing_util::ListType check_type; // See comment in constructor. member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
227 QueuedCheck(const safe_browsing_util::ListType check_type,
233 safe_browsing_util::ListType check_type; member in struct:SafeBrowsingDatabaseManager::QueuedCheck
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.l 59 static int check_type(yyscan_t yyscanner);
240 return check_type(yyscanner);
250 return check_type(yyscanner);
310 return check_type(yyscanner);
398 int check_type(yyscan_t yyscanner) {
454 return check_type(yyscanner);
glslang_lex.cpp 3200 int check_type(yyscan_t yyscanner) { function
    [all...]
  /art/runtime/verifier/
register_line.cc 110 RegType& check_type) {
113 if (!(check_type.IsAssignableFrom(src_type))) {
115 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) {
118 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) {
124 << src_type << " but expected " << check_type; local
127 if (check_type.IsLowHalf()) {
register_line.h 100 bool VerifyRegisterType(uint32_t vsrc, RegType& check_type)
  /external/chromium_org/v8/src/ic/
handler-compiler.cc 93 PrototypeCheckType check_type = CHECK_ALL_MAPS; local
104 check_type = SKIP_RECEIVER;
107 if (check_type == CHECK_ALL_MAPS) {
118 miss, check_type);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c 882 unsigned int flags, int check_type)
895 if (check_type == GEN_EMAIL)
901 else if (check_type == GEN_DNS)
932 if (gen->type != check_type)
935 if (check_type == GEN_EMAIL)
937 else if (check_type == GEN_DNS)
  /external/sepolicy/tools/
check_seapp.c 219 int check_type(sepol_policydb_t *db, char *type) { function
313 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/third_party/boringssl/src/ssl/
t1_lib.c 3111 uint8_t check_type = 0; local
    [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...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py 8757 def check_type(self): member in class:SizeofTypeNode
    [all...]

Completed in 1155 milliseconds