Home
last modified time | relevance | path

Searched defs:nextId (Results 1 – 19 of 19) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DIProbeIdGenerator.java24 int nextId(); in nextId() method
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRegion.java11 public static long nextId = 1; field in ShadowRegion
DShadowDisplayManagerGlobal.java99 int nextId = nextDisplayId++; in addDisplay() local
123 private void notifyListeners(int nextId, int event) { in notifyListeners()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DExpiresParser.java72 String nextId = lexer.getNextId(); in parse() local
/external/skqp/src/sksl/lex/
DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
/external/skia/src/sksl/lex/
DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DSessionExpiresParser.java43 String nextId = lexer.getNextId(); in parse() local
DMinSEParser.java47 String nextId = lexer.getNextId(); in parse() local
/external/perfetto/ui/src/common/
Dactions.ts34 const nextId = state.nextId; constant
Dstate.ts123 nextId: number; property
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DNativeObjRegistry.java25 private long nextId = INITIAL_ID; field in NativeObjRegistry
/external/guice/core/test/com/google/inject/
DCircularDependencyTest.java146 static int nextId; field in CircularDependencyTest.AImpl
198 static int nextId; field in CircularDependencyTest.BImpl
DBinderTestSuite.java707 static final AtomicInteger nextId = new AtomicInteger(); field in BinderTestSuite
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java453 public int nextId() { in nextId() method in MethodProbesAdapterTest
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java56 public int nextId() { in nextId() method in MethodAnalyzerTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSetTest.java222 static int nextId; field in ImmutableSortedSetTest.Impl
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java348 static int nextId; field in ImmutableSortedSetTest.Impl
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp372 SpvId SPIRVCodeGenerator::nextId() { in nextId() function in SkSL::SPIRVCodeGenerator
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp373 SpvId SPIRVCodeGenerator::nextId() { in nextId() function in SkSL::SPIRVCodeGenerator