OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callTypes
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java
42
public final int[]
callTypes
;
70
int[]
callTypes
, long date, long duration) {
72
callTypes
, date, duration, "", 0, "", null, null, 0);
78
int[]
callTypes
, long date, long duration, CharSequence name,
86
this.
callTypes
=
callTypes
;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
652
std::vector<Type *>
callTypes
;
653
callTypes
.push_back(aType);
654
callTypes
.push_back(aType);
655
callTypes
.push_back(aType);
656
callTypes
.push_back(aType);
657
FunctionType *funcType = FunctionType::get(aType,
callTypes
, false);
813
std::vector<Type *>
callTypes
;
814
callTypes
.push_back(aType);
815
callTypes
.push_back(aType);
816
callTypes
.push_back(aType)
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
652
std::vector<Type *>
callTypes
;
653
callTypes
.push_back(aType);
654
callTypes
.push_back(aType);
655
callTypes
.push_back(aType);
656
callTypes
.push_back(aType);
657
FunctionType *funcType = FunctionType::get(aType,
callTypes
, false);
813
std::vector<Type *>
callTypes
;
814
callTypes
.push_back(aType);
815
callTypes
.push_back(aType);
816
callTypes
.push_back(aType)
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java
616
final int[]
callTypes
= getCallTypes(c, count);
623
formattedNumber, countryIso, geocode,
callTypes
, date,
627
formattedNumber, countryIso, geocode,
callTypes
, date,
[
all
...]
Completed in 1087 milliseconds