OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxId
(Results
1 - 12
of
12
) 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
49
status_t registerListener(int32_t minId, int32_t
maxId
,
52
status_t removeListener(int32_t minId, int32_t
maxId
,
67
int32_t
maxId
;
FrameProcessorBase.cpp
40
int32_t
maxId
, wp<FilteredListener> listener, bool quirkSendPartials) {
43
__FUNCTION__, minId,
maxId
);
44
RangeListener rListener = { minId,
maxId
, listener, quirkSendPartials };
50
int32_t
maxId
,
56
item->
maxId
==
maxId
&&
173
requestId < item->
maxId
&&
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h
120
status_t registerFrameListener(int32_t minId, int32_t
maxId
,
122
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
482
long
maxId
= Directory.LOCAL_INVISIBLE;
487
if (id >
maxId
) {
488
maxId
= id;
498
mFirstExtendedDirectoryId =
maxId
+ 1;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js
173
var
maxId
= event.data.
maxId
;
176
this.constructorsDataGrid.setSelectionRange(minId,
maxId
);
[
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
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 105 milliseconds