OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextId
(Results
1 - 12
of
12
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
ExpiresParser.java
72
String
nextId
= lexer.getNextId();
75
int delta = Integer.parseInt(
nextId
);
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java
47
String
nextId
= lexer.getNextId();
49
int delta = Integer.parseInt(
nextId
);
SessionExpiresParser.java
43
String
nextId
= lexer.getNextId();
46
int delta = Integer.parseInt(
nextId
);
/external/srec/tools/grxmlcompile/
sub_base.cpp
177
int rix,
nextId
, nextInp;
187
nextId
= arc[backwardList[rix]]->GetFromId();
189
if (
nextId
>= 0 && nextInp != DISCARD_LABEL)
190
ReverseDepthData (
nextId
, depthMap, depth+1);
198
int rix,
nextId
, nextInp;
208
nextId
= arc[forwardList[rix]]->GetToId();
210
if (
nextId
>= 0 && nextInp != DISCARD_LABEL)
211
ForwardDepthData (
nextId
, depthMap, depth+1);
sub_grph.cpp
494
int rix,
nextId
;
508
nextId
= arc[forwardList[rix]]->GetToId();
509
if (
nextId
>= 0 &&
nextId
!= finalId && checkEntry (nodeList, currNum,
nextId
) < 0
510
&& visitMark[
nextId
] == 0)
511
ProcessBegins (
nextId
, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum);
566
int rix,
nextId
;
579
nextId
= arc[backwardList[rix]]->GetFromId();
580
if (
nextId
!= initialId && checkEntry (nodeList, currNum, nextId) <
[
all
...]
sub_min.cpp
159
int rix, rixBegin,
nextId
;
167
nextId
= arc[forwardList[rix]]->GetToId();
168
if (
nextId
>= 0 && mapList[
nextId
] !=
nextId
) {
170
arc[forwardList[rix]]->AssignToId(mapList[
nextId
]);
sub_phon.cpp
33
int ii, wordId, phoneId, currId, newId,
nextId
, arcCount;
62
nextId
= NewVertexId();
64
arcOne= CreateArc (-wordId, wordId, newId,
nextId
);
67
arcOne= CreateArc (WB_LABEL, NONE_LABEL,
nextId
, arc[ii]->GetToId());
/libcore/luni/src/main/java/java/util/
Timer.java
344
private synchronized static long
nextId
() {
387
this("Timer-" + Timer.
nextId
(), isDaemon);
/packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java
69
private int
nextId
= NOT_FETCHED;
450
int id =
nextId
();
452
nextId
= NOT_FETCHED;
462
id =
nextId
();
464
nextId
= NOT_FETCHED;
532
private int
nextId
() throws IOException {
533
if (
nextId
== NOT_FETCHED) {
534
nextId
= read();
536
return
nextId
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
553
String
nextId
= mRefactoring.ensureHasId(mRootEdit, nextChild, null);
554
if (
nextId
!= null) {
556
childView.addVerticalConstraint(ATTR_LAYOUT_ABOVE,
nextId
);
558
childView.addHorizConstraint(ATTR_LAYOUT_TO_LEFT_OF,
nextId
);
[
all
...]
/prebuilt/common/kxml2/
kxml2-2.3.0.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 1696 milliseconds