HomeSort by relevance Sort by last modified time
    Searched refs:check_type (Results 1 - 24 of 24) 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/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;
70 safe_browsing_util::ListType check_type)
77 check_type(check_type) {
90 switch (check.check_type) {
107 switch (check.check_type) {
329 check.check_type = safe_browsing_util::MALWARE; // or PHISH
516 queued.check_type);
866 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);
75 safe_browsing_util::ListType check_type; // See comment in constructor. member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
223 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_dx11/src/compiler/
glslang.l 58 static int check_type(yyscan_t yyscanner);
189 return check_type(yyscanner);
269 int check_type(yyscan_t yyscanner) {
glslang_lex.cpp 2878 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 625 target->check_type() != RECEIVER_MAP_CHECK) {
626 SetInfo(ast_id, Smi::FromInt(target->check_type()));
hydrogen.cc     [all...]
ast.h 1697 CheckType check_type() const { return check_type_; } function in class:v8::internal::Call
    [all...]
hydrogen.h     [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...]

Completed in 1148 milliseconds