Searched refs:is_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dproduct.h52 bool is_type(BrowserDistribution::Type type) const { function in class:installer::Product
H A Dinstaller_state.cc498 if ((*scan)->is_type(distribution_type))
/external/chromium_org/third_party/pymock/
H A Dmock.py2159 is_type = isinstance(spec, ClassTypes)
2177 elif is_type and instance and not _instance_callable(spec):
2193 _check_signature(spec, mock, is_type, instance)
2198 if is_type and not instance and 'return_value' not in kwargs:
2240 skipfirst = _must_skip(spec, entry, is_type)
2253 def _must_skip(spec, entry, is_type):
2261 return is_type
2269 return is_type
2273 return is_type
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py2221 is_type = False
2233 is_type = True
2236 is_type = s.sy in (')', ']')
2240 is_type = s.sy == '*'
2244 is_type = s.sy == ']'
2253 return not is_type and saved[0]
2331 def p_c_declarator(s, ctx = Ctx(), empty = 0, is_type = 0, cmethod_flag = 0,
2345 result = p_c_declarator(s, ctx, empty = empty, is_type = is_type,
2351 result = p_c_simple_declarator(s, ctx, empty, is_type, cmethod_fla
[all...]
H A DParsing.pxd148 cpdef p_c_declarator(PyrexScanner s, ctx = *, bint empty = *, bint is_type = *, bint cmethod_flag = *,
153 cdef p_c_simple_declarator(PyrexScanner s, ctx, bint empty, bint is_type, bint cmethod_flag,
H A DSymtab.py70 # is_type boolean Is a type definition
144 is_type = 0 variable in class:Entry
407 def declare(self, name, cname, type, pos, visibility, shadow = 0, is_type = 0):
411 if type.is_buffer and not isinstance(self, LocalScope): # and not is_type:
463 is_type=True)
464 entry.is_type = 1
513 if not (entry.is_type and entry.type.is_struct_or_union
543 if not (entry.is_type and entry.type.is_cpp_class):
785 if entry and entry.is_type:
1256 if not (entry.is_type an
[all...]
H A DNodes.py1026 if not type_entry or not type_entry.is_type:
4286 if not base_class_entry.is_type:
6868 if not entry.is_type:
6919 if not entry.is_type and entry.type.is_extension_type:
6925 if (entry.is_type and entry.type.name == name
H A DExprNodes.py1644 if entry and entry.is_type:
1655 if entry and entry.is_type:
1769 if entry.is_type and entry.type.is_extension_type:
5271 or entry.is_type or entry.is_const):
5317 if entry and entry.is_type:
H A DModuleNode.py1940 if entry.is_type:
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c2088 int is_type, int remember)
2098 if (is_type)
2151 if (!is_type)
2175 if (!is_type)
2203 if (!is_type)
2231 if (!is_type)
2244 if (!is_type)
2250 if (!is_type)
2274 if (is_type && remember)
2086 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py91 if entry.is_type:

Completed in 394 milliseconds