OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toId
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/grxmlcompile/
netw_arc.h
54
toId
= to;
68
toId
= arcsrc->
toId
;
85
if (arcsrc->
toId
== endId && newEndId >= 0)
86
toId
= newEndId;
88
toId
= arcsrc->
toId
+ offset;
106
toId
= Id;
146
int GetToId() { return
toId
; };
178
else if (
toId
> test->toId
[
all
...]
sub_base.cpp
293
int ii, fromId,
toId
;
300
toId
= arc[ii]->GetToId();
301
if (
toId
>= 0)
302
if (equivMap[
toId
] !=
toId
)
303
arc[ii]->AssignToId (equivMap[
toId
]);
/frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java
[
all
...]
Completed in 43 milliseconds