OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_names
(Results
1 - 3
of
3
) 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/
ldscript.y
661
newp->
global_names
= global;
672
assert (two->local_names == NULL || two->
global_names
== NULL);
686
if (one->
global_names
== NULL)
687
one->
global_names
= two->
global_names
;
690
two->
global_names
->next = one->
global_names
->next;
691
one->
global_names
= one->
global_names
->next = two->
global_names
;
[
all
...]
ld.h
647
struct id_list *
global_names
;
member in struct:version
[
all
...]
Completed in 224 milliseconds