HomeSort by relevance Sort by last modified time
    Searched defs:nextId (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
IProbeIdGenerator.java 24 int nextId();
MethodProbesAdapter.java 91 probesVisitor.visitProbe(idGenerator.nextId());
106 probesVisitor.visitInsnWithProbe(opcode, idGenerator.nextId());
118 idGenerator.nextId(), frame(jumpPopCount(opcode)));
168 LabelInfo.setProbeId(dflt, idGenerator.nextId());
174 LabelInfo.setProbeId(l, idGenerator.nextId());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRegion.java 10 public static int nextId = 1;
14 return nextId++;
ShadowDisplayManagerGlobal.java 92 int nextId = nextDisplayId++;
93 displayInfos.put(nextId, displayInfo);
94 notifyListeners(nextId, DisplayManagerGlobal.EVENT_DISPLAY_ADDED);
95 return nextId;
116 private void notifyListeners(int nextId, int event) {
119 callback.onDisplayEvent(nextId, event);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ExpiresParser.java 72 String nextId = lexer.getNextId();
75 int delta = Integer.parseInt(nextId);
  /frameworks/minikin/libs/minikin/
LocaleListCache.cpp 121 const uint32_t nextId = mLocaleLists.size();
127 mLocaleListLookupTable.insert(std::make_pair(locales, nextId));
128 return nextId;
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
IdGenerator.java 55 int id = nextId(NEXT_JOB_SCHEDULER_ID_KEY);
70 return nextId(NEXT_FIREBASE_ALARM_ID_KEY);
79 return nextId(NEXT_ALARM_MANAGER_ID_KEY);
89 private int nextId(String key) {
91 int nextId = (id == Integer.MAX_VALUE) ? INITIAL_ID : id + 1;
92 update(key, 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);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerServiceIdRecyclingTest.java 86 int nextId = mUserManagerService.getNextAvailableId();
87 assertEquals(startFrom, nextId);
  /system/netd/server/dns/
DnsTlsQueryMap.cpp 90 uint16_t nextId = 0;
93 if (id != nextId) {
95 return nextId;
97 nextId = id + 1;
  /frameworks/base/libs/hwui/debug/
NullGlesDriver.cpp 33 static GLuint nextId = 0;
36 buffers[i] = ++nextId;
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
IdGeneratorTest.java 64 int nextId = mIdGenerator.nextJobSchedulerIdWithRange(INITIAL_ID, MAX_VALUE);
65 assertThat(nextId, is(INITIAL_ID));
72 int nextId = mIdGenerator.nextJobSchedulerIdWithRange(INITIAL_ID, MAX_VALUE);
73 assertThat(nextId, is(expectedId));
80 int nextId = mIdGenerator.nextJobSchedulerIdWithRange(INITIAL_ID, MAX_VALUE);
81 assertThat(nextId, is(MAX_VALUE));
82 nextId = mIdGenerator.nextJobSchedulerIdWithRange(INITIAL_ID, MAX_VALUE);
83 assertThat(nextId, is(INITIAL_ID));
113 * @param nextId The next ID to store in {@link SharedPreferences}.
115 private void storeNextIdInSharedPrefs(int nextId) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 52 final int nextId = prefs.getInt(PREF_KEY_LAST_USER_ID, 0) + 1;
53 prefs.edit().putInt(PREF_KEY_LAST_USER_ID, nextId).apply();
55 return "User-" + nextId;
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
PlatformKeyManager.java 173 int nextId;
175 nextId = 1;
178 nextId = generationId + 1;
180 generateAndLoadKey(userId, nextId);
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 37 static volatile int32_t nextId = 0;
39 id |= static_cast<uint32_t>(android_atomic_inc(&nextId));
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.cpp 238 static volatile int32_t nextId = 0;
257 id | static_cast<uint32_t>(android_atomic_inc(&nextId));
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
AddWorkspaceItemsTaskTest.java 72 int nextId = setupWorkspaceWithHoles(1, 1, new Rect(2, 2, 3, 3));
75 setupWorkspaceWithHoles(nextId, 2, new Rect(2, 0, 5, 2), new Rect(0, 2, 2, 5));
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 372 Integer nextId = sCodeEntryCounter++;
373 if (nextId >= SESSION_ID_ROLLOVER_THRESHOLD) {
375 nextId = sCodeEntryCounter++;
377 return getBase64Encoding(nextId);
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 163 var nextId typeId // incremented for each new type we build
184 nextId++
185 typ.setId(nextId)
186 idToType[nextId] = typ
279 if nextId > firstUserId {
280 panic(fmt.Sprintln("nextId too large:", nextId))
282 nextId = firstUserId
623 checkId(expect, nextId)
625 return nextId
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 163 var nextId typeId // incremented for each new type we build
184 nextId++
185 typ.setId(nextId)
186 idToType[nextId] = typ
279 if nextId > firstUserId {
280 panic(fmt.Sprintln("nextId too large:", nextId))
282 nextId = firstUserId
623 checkId(expect, nextId)
625 return nextId
    [all...]
  /external/guice/core/test/com/google/inject/
BinderTestSuite.java 399 nextId.set(101);
405 nextId.set(201);
411 nextId.set(201);
417 nextId.set(201);
423 nextId.set(201);
430 nextId.set(201);
438 nextId.set(201);
441 nextId.set(201);
572 nextId.set(-1);
585 nextId.set(-1)
    [all...]
CircularDependencyTest.java 42 AImpl.nextId = 0;
43 BImpl.nextId = 0;
112 assertEquals(1, AImpl.nextId);
113 assertEquals(1, BImpl.nextId);
125 static int nextId;
126 int id = nextId++;
167 static int nextId;
168 int id = nextId++;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 56 public int nextId() {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
MethodProbesAdapterTest.java 453 public int nextId() {

Completed in 1117 milliseconds

1 2 3 4 5 6 7