OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eltname
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
C_P_A_L_.py
93
def fromXML(self,
eltname
, attrs, content, ttFont):
C_O_L_R_.py
154
def fromXML(self,
eltname
, attrs, content, ttFont):
/external/scapy/scapy/
packet.py
802
eltname
= todo.pop()
803
elt = self.getfieldval(
eltname
)
805
if self.get_field(
eltname
).islist:
810
done[
eltname
]=e
[
all
...]
Completed in 267 milliseconds