OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_special
(Results
1 - 10
of
10
) sorted by null
/external/lldb/examples/python/
diagnose_nsstring.py
113
is_special
= (nsstring.GetDynamicValue(lldb.eDynamicCanRunTarget).GetTypeName() == "NSPathStore2")
117
(info_bits, "yes" if is_mutable else "no","yes" if is_inline else "no","yes" if has_explicit_length else "no","yes" if is_unicode else "no","yes" if
is_special
else "no","yes" if has_null else "no")
121
if not has_null and has_explicit_length and not
is_special
:
142
elif is_inline and has_explicit_length and not is_unicode and not
is_special
and not is_mutable:
153
elif
is_special
:
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_symrec.py
75
self.assertEquals(self.declsym.
is_special
, False)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py
91
is_special
= False
120
is_special
= True
131
if not
is_special
:
AutoDocTransforms.py
157
if node.entry.
is_special
:
FlowControl.py
939
is_special
= False
[
all
...]
Symtab.py
105
#
is_special
boolean Is a special method or property accessor
173
is_special
= 0
variable in class:Entry
[
all
...]
Code.py
[
all
...]
ModuleNode.py
[
all
...]
Nodes.py
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi
83
property
is_special
:
Completed in 452 milliseconds