OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_count
(Results
1 - 5
of
5
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java
90
new int[NameLookupType.
TYPE_COUNT
* NameLookupType.
TYPE_COUNT
];
92
new int[NameLookupType.
TYPE_COUNT
* NameLookupType.
TYPE_COUNT
];
135
int index = nameType * NameLookupType.
TYPE_COUNT
+ candidateNameType;
145
int index = nameType * NameLookupType.
TYPE_COUNT
+ candidateNameType;
154
int index = nameType * NameLookupType.
TYPE_COUNT
+ candidateNameType;
ContactsDatabaseHelper.java
452
public static final int
TYPE_COUNT
= 5;
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/
shell_dialogs_mac.mm
313
size_t
type_count
= file_types->extensions.size();
314
for (size_t type = 0; type<
type_count
; ++type) {
/external/icu4c/tools/toolutil/
package.cpp
78
enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E,
TYPE_COUNT
};
644
UDataSwapper *dsLocalToOut, *ds[
TYPE_COUNT
];
681
// open (
TYPE_COUNT
-2) swappers
694
for(i=0; i<
TYPE_COUNT
; ++i) {
838
for(i=0; i<
TYPE_COUNT
; ++i) {
[
all
...]
/external/llvm/include/llvm/Analysis/
DebugInfo.h
779
unsigned
type_count
() const { return TYs.size(); }
function in class:llvm::DebugInfoFinder
Completed in 569 milliseconds