OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_names
(Results
1 - 2
of
2
) sorted by null
/development/scripts/app_engine_server/gae_shell/
shell.py
84
global_names
list properties. (They're parallel lists to work around the
101
global_names
= db.ListProperty(db.Text)
variable in class:Session
117
if name in self.
global_names
:
118
index = self.
global_names
.index(name)
121
self.
global_names
.append(db.Text(name))
132
if name in self.
global_names
:
133
index = self.
global_names
.index(name)
134
del self.
global_names
[index]
141
for name, val in zip(self.
global_names
, self.globals))
/external/elfutils/src/
ld.h
647
struct id_list *
global_names
;
member in struct:version
[
all
...]
Completed in 74 milliseconds