Searched defs:targetIndex (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/layout/
H A DContextualGlyphInsertionProc2.cpp58 le_int16 targetIndex = 0; local
61 insertGlyphs[targetIndex++] = glyphStorage[atGlyph];
68 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp142 size_t targetIndex = 0; local
144 if (keyframes[i]->offset() != keyframes[targetIndex]->offset())
145 targetIndex++;
146 if (targetIndex != i)
147 keyframes[targetIndex] = keyframes[i];
149 keyframes.shrink(targetIndex + 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFace.cpp200 size_t targetIndex = 0; local
205 m_ranges[targetIndex++] = UnicodeRange(from, to);
210 m_ranges[targetIndex++] = UnicodeRange(from, to);
211 m_ranges.shrink(targetIndex);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateOptions.java190 private boolean canSetLanguage(int sourceIndex, int targetIndex) { argument
191 if (sourceIndex == targetIndex)
193 return checkLanguageBoundaries(sourceIndex) && checkLanguageBoundaries(targetIndex);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp382 int targetIndex = mapTargetToIndex(target); local
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/
H A Ducnvhz.c39 #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; member in struct:__anon11986
121 ((UConverterDataHZ*)cnv->extraInfo)->targetIndex = 0;
/external/icu/icu4c/source/common/
H A Ducnvhz.c39 #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; member in struct:__anon21774
121 ((UConverterDataHZ*)cnv->extraInfo)->targetIndex = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c1185 GLint targetIndex; local
1192 targetIndex = target_enum_to_index(ctx, target);
1193 if (targetIndex < 0) {
1197 assert(targetIndex < NUM_TEXTURE_TARGETS);
1204 newTexObj = ctx->Shared->DefaultTex[targetIndex];
1251 && (newTexObj == texUnit->CurrentTex[targetIndex]));
1265 _mesa_reference_texobj(&texUnit->CurrentTex[targetIndex], newTexObj);
1266 ASSERT(texUnit->CurrentTex[targetIndex]);
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1185 GLint targetIndex; local
1192 targetIndex = target_enum_to_index(ctx, target);
1193 if (targetIndex < 0) {
1197 assert(targetIndex < NUM_TEXTURE_TARGETS);
1204 newTexObj = ctx->Shared->DefaultTex[targetIndex];
1251 && (newTexObj == texUnit->CurrentTex[targetIndex]));
1265 _mesa_reference_texobj(&texUnit->CurrentTex[targetIndex], newTexObj);
1266 ASSERT(texUnit->CurrentTex[targetIndex]);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp667 int targetIndex = m_selectedIndex + delta; local
668 targetIndex = std::min(std::max(targetIndex, 0), numItems() - 1);
669 if (!isSelectableItem(targetIndex)) {
681 if (testIndex == targetIndex)
690 targetIndex = bestIndex;
696 selectIndex(targetIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 297 milliseconds