OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:querytype
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java
224
int
queryType
;
227
public QuerySpec(int
queryType
) {
228
this.
queryType
=
queryType
;
238
result = prime * result +
queryType
;
258
||
queryType
!= other.
queryType
|| start != other.start
717
private DayAdapterInfo pruneAdapterInfo(int
queryType
) {
722
if (
queryType
== QUERY_TYPE_NEWER) {
724
} else if (
queryType
== QUERY_TYPE_OLDER)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
164
EVT
QueryType
;
219
QueryType
= Node->getValueType(0);
222
QueryType
= cast<VTSDNode>(Node->getOperand(1))->getVT();
226
QueryType
= Node->getOperand(0).getValueType();
230
switch (TLI.getOperationAction(Node->getOpcode(),
QueryType
)) {
/external/esd/include/
audiofile.h
400
AUpvlist afQuery (int
querytype
, int arg1, int arg2, int arg3, int arg4);
401
long afQueryLong (int
querytype
, int arg1, int arg2, int arg3, int arg4);
402
double afQueryDouble (int
querytype
, int arg1, int arg2, int arg3, int arg4);
403
void *afQueryPointer (int
querytype
, int arg1, int arg2, int arg3, int arg4);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla
493
querytype
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h
400
AUpvlist afQuery (int
querytype
, int arg1, int arg2, int arg3, int arg4);
401
long afQueryLong (int
querytype
, int arg1, int arg2, int arg3, int arg4);
402
double afQueryDouble (int
querytype
, int arg1, int arg2, int arg3, int arg4);
403
void *afQueryPointer (int
querytype
, int arg1, int arg2, int arg3, int arg4);
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java
317
private void setModelIfDone(int
queryType
) {
319
mOutstandingQueries &= ~
queryType
;
[
all
...]
Completed in 282 milliseconds