OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aprefix
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py
641
aprefix
, key = res.group('prefix', 'local')
644
if
aprefix
is not None:
647
if
aprefix
in d:
648
ans = d[
aprefix
]
650
ans = self.__namespaces.get(
aprefix
)
654
key =
aprefix
+ ':' + key
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py
641
aprefix
, key = res.group('prefix', 'local')
644
if
aprefix
is not None:
647
if
aprefix
in d:
648
ans = d[
aprefix
]
650
ans = self.__namespaces.get(
aprefix
)
654
key =
aprefix
+ ':' + key
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
printf.c
96
etByte prefix; /* Offset into
aPrefix
[] of the prefix string */
112
static const char
aPrefix
[] = "-x0\000X0";
458
pre = &
aPrefix
[infop->prefix];
[
all
...]
/external/chromium_org/third_party/libxml/src/
parser.c
8830
const xmlChar *
aprefix
;
local
[
all
...]
/external/libxml2/
parser.c
8867
const xmlChar *
aprefix
;
local
[
all
...]
Completed in 340 milliseconds