OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_attrs
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
classinit.py
6
def __new__(meta, class_name, bases,
new_attrs
):
7
cls = type.__new__(meta, class_name, bases,
new_attrs
)
8
if (
new_attrs
.has_key('__classinit__')
13
cls.__classinit__(cls,
new_attrs
)
16
def build_properties(cls,
new_attrs
):
22
for name, value in
new_attrs
.items():
/external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp
897
AttributeSet
new_attrs
= toReplace->getAttributes();
local
955
AttributeSet
new_attrs
= toReplace->getAttributes();
local
[
all
...]
RewriteStatepointsForGC.cpp
[
all
...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
url.py
113
new_attrs
= self.attrs.copy()
114
new_attrs
.update(kw)
116
attrs=
new_attrs
,
Completed in 183 milliseconds