OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clusters
(Results
1 - 6
of
6
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CommonNicknameCache.java
101
String[]
clusters
= null;
local
108
clusters
= ref.get();
112
if (
clusters
== null) {
113
clusters
= loadNicknameClusters(normalizedName);
114
ref =
clusters
== null ? null : new SoftReference<String[]>(
clusters
);
119
return
clusters
;
133
String[]
clusters
= null;
local
140
clusters
= new String[count];
143
clusters
[i] = cursor.getString(NicknameLookupQuery.CLUSTER)
[
all
...]
NameLookupBuilder.java
89
*
clusters
, e.g. Leo could be Leonard or Leopold.
134
// Phase I: insert all variants not involving nickname
clusters
280
* For all tokens that correspond to nickname
clusters
, substitutes each cluster key
286
String[]
clusters
= mNicknameClusters[i];
local
287
if (
clusters
!= null) {
289
for (int j = 0; j <
clusters
.length; j++) {
290
mNames[i] =
clusters
[j];
295
// Repeat recursively for other nickname
clusters
/external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp
222
Vector<WORD>
clusters
;
local
224
clusters
.resize(len);
232
if (!shape(str, len, item, fontData, glyphs,
clusters
, visualAttributes))
277
glyphs[
clusters
[k]] = fontData->spaceGlyph();
278
advances[
clusters
[k]] = logicalSpaceWidth;
279
spaceCharacters[
clusters
[k]] = m_currentCharacter + k + item.iCharPos;
283
roundingHackCharacters[
clusters
[k]] = m_currentCharacter + k + item.iCharPos;
288
roundingHackWordBoundaries[
clusters
[k]] = boundary;
385
ScriptXtoCP(m_offsetX - leftEdge,
clusters
.size(), glyphs.size(),
clusters
.data(), visualAttributes.data()
[
all
...]
/packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java
216
ArrayList<Cluster>
clusters
= null;
local
220
clusters
= mediaClustering.getClusters();
223
return
clusters
;
358
final ArrayList<Cluster>
clusters
= clustering.getClustersForDisplay();
local
359
int numClusters =
clusters
.size();
363
size +=
clusters
.get(i).getItems().size();
402
ArrayList<MediaClustering.Cluster>
clusters
= clustering.getClustersForDisplay();
local
403
if (
clusters
.size() > slotIndex) {
404
MediaClustering.Cluster cluster =
clusters
.get(slotIndex);
691
ArrayList<Cluster>
clusters
= clustering.getClustersForDisplay()
local
[
all
...]
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 96 milliseconds