OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetIndex
(Results
1 - 15
of
15
) sorted by null
/external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.cpp
58
le_int16
targetIndex
= 0;
61
insertGlyphs[
targetIndex
++] = glyphStorage[atGlyph];
68
insertGlyphs[
targetIndex
++] = insertionTable.getObject(index++, success);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
142
size_t
targetIndex
= 0;
144
if (keyframes[i]->offset() != keyframes[
targetIndex
]->offset())
145
targetIndex
++;
146
if (
targetIndex
!= i)
147
keyframes[
targetIndex
] = keyframes[i];
149
keyframes.shrink(
targetIndex
+ 1);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp
200
size_t
targetIndex
= 0;
205
m_ranges[
targetIndex
++] = UnicodeRange(from, to);
210
m_ranges[
targetIndex
++] = UnicodeRange(from, to);
211
m_ranges.shrink(
targetIndex
);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp
382
int
targetIndex
= mapTargetToIndex(target);
383
if (
targetIndex
< 0 ||
targetIndex
>= static_cast<int>(m_info.size()))
385
if (level < 0 || level >= static_cast<GLint>(m_info[
targetIndex
].size()))
387
return &(m_info[
targetIndex
][level]);
/external/chromium_org/third_party/icu/source/common/
ucnvhz.c
39
#define CONCAT_ESCAPE_MACRO( args,
targetIndex
,targetLength,strToAppend, err, len,sourceIndex){ \
41
if(
targetIndex
< targetLength){ \
42
args->target[
targetIndex
] = (unsigned char) *strToAppend; \
46
targetIndex
++; \
59
int32_t
targetIndex
;
121
((UConverterDataHZ*)cnv->extraInfo)->
targetIndex
= 0;
/external/icu/icu4c/source/common/
ucnvhz.c
39
#define CONCAT_ESCAPE_MACRO( args,
targetIndex
,targetLength,strToAppend, err, len,sourceIndex){ \
41
if(
targetIndex
< targetLength){ \
42
args->target[
targetIndex
] = (unsigned char) *strToAppend; \
46
targetIndex
++; \
59
int32_t
targetIndex
;
121
((UConverterDataHZ*)cnv->extraInfo)->
targetIndex
= 0;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c
[
all
...]
/external/mesa3d/src/mesa/main/
texobj.c
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp
667
int
targetIndex
= m_selectedIndex + delta;
668
targetIndex
= std::min(std::max(
targetIndex
, 0), numItems() - 1);
669
if (!isSelectableItem(
targetIndex
)) {
681
if (testIndex ==
targetIndex
)
690
targetIndex
= bestIndex;
696
selectIndex(
targetIndex
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 317 milliseconds