HomeSort by relevance Sort by last modified time
    Searched refs:maxId (Results 1 - 17 of 17) sorted by null

  /external/tcpdump/
packetdat.awk 25 if (maxId < id)
26 maxId = id
45 print "# " maxId " chunks. " totalPackets " packets sent. " \
49 for (i = maxId-1; i > 0; --i)
55 for (i = 1; i <= maxId; i++)
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 46 // Register a listener for a range of IDs [minId, maxId). Multiple listeners
50 status_t registerListener(int32_t minId, int32_t maxId,
53 status_t removeListener(int32_t minId, int32_t maxId,
68 int32_t maxId;
FrameProcessorBase.cpp 50 int32_t maxId, wp<FilteredListener> listener, bool sendPartials) {
55 item->maxId == maxId &&
65 __FUNCTION__, minId, maxId);
66 RangeListener rListener = { minId, maxId, listener, sendPartials };
72 int32_t maxId,
78 item->maxId == maxId &&
205 if (requestId >= item->minId && requestId < item->maxId &&
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 124 status_t registerFrameListener(int32_t minId, int32_t maxId,
127 status_t removeFrameListener(int32_t minId, int32_t maxId,
Camera2Client.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 133 private ArrayList<Integer> queryExistingIds(Uri uri, int minId, int maxId) {
135 if (minId == Integer.MAX_VALUE || maxId == Integer.MIN_VALUE) return ids;
137 String[] selectionArgs = {String.valueOf(minId), String.valueOf(maxId)};
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 384 long maxId = -Long.MAX_VALUE;
387 if (id > maxId) {
388 maxId = id;
424 sNextId = maxId + 1;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 531 long maxId = Directory.LOCAL_INVISIBLE;
536 if (id > maxId) {
537 maxId = id;
547 mFirstExtendedDirectoryId = maxId + 1;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 279 final int[] maxId = new int[1];
280 maxId[0] = -1;
286 if (maxId[0] > 0 && mAdapter.getItemAt(position).mId > maxId[0]) {
298 maxId[0] = mAdapter.getItemAt(mAdapter.getItemCount() - 1).mId;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 476 // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
    [all...]
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 630 static const int maxId = 16;
631 for (int patternId = 0; patternId < maxId; ++patternId) {
639 for (int fontId = 0; fontId < maxId; ++fontId) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1229 milliseconds