Home
last modified time | relevance | path

Searched defs:nextId (Results 1 – 24 of 24) 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/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/
DExpiresParser.java72 String nextId = lexer.getNextId(); in parse() local
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DMinSEParser.java47 String nextId = lexer.getNextId(); in parse() local
DSessionExpiresParser.java43 String nextId = lexer.getNextId(); in parse() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdWithUnwrapping1298.java16 private static Long nextId = 1L; field in TestObjectIdWithUnwrapping1298
/external/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp97 static std::atomic<int> nextId; member
DVkTimelineSemaphore.cpp91 std::atomic<int> TimelineSemaphore::Shared::nextId; member in vk::TimelineSemaphore::Shared
/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/perfetto/ui/src/common/
Dactions.ts86 const nextId = state.nextId; constant
Dstate.ts274 nextId: number; property
/external/llvm-project/lld/COFF/
DICF.cpp250 uint32_t nextId = 1; in run() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java60 public int nextId() { in nextId() method in MethodAnalyzerTest
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp393 uint32_t nextId; member in ParserPrivate::DeviceListSection
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java371 static int nextId; field in ImmutableSortedSetTest.Impl
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java375 static int nextId; field in ImmutableSortedSetTest.Impl
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp399 SpvId SPIRVCodeGenerator::nextId(const Type* type) { in nextId() function in SkSL::SPIRVCodeGenerator
405 SpvId SPIRVCodeGenerator::nextId(Precision precision) { in nextId() function in SkSL::SPIRVCodeGenerator
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp373 SpvId SPIRVCodeGenerator::nextId() { in nextId() function in SkSL::SPIRVCodeGenerator