HomeSort by relevance Sort by last modified time
    Searched refs:stringIndex (Results 1 - 16 of 16) sorted by null

  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 192 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
194 char c = string.charAt(stringIndex);
208 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
210 char c = string.charAt(stringIndex);
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 52 for (var stringIndex = 0; stringIndex < strings.length; ++stringIndex) {
53 var match = /^(\d+) total leaks found!$/.exec(strings[stringIndex]);
  /frameworks/base/tools/aapt/
printapk.cpp 107 for (size_t stringIndex=0; stringIndex<stringCount; stringIndex++) {
109 const char16_t* ch = strings->stringAt(stringIndex, &len);
111 printf(" [%3d] %s\n", (int)stringIndex, s.string());
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 116 int stringIndex = 0;
119 stringIds.add(stringIndex);
121 stringIndex++;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 112 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon)
115 if (stringIndex < 0 || static_cast<unsigned>(stringIndex) >= info->length)
118 *charCount = info->length - stringIndex;
120 return info->cp + stringIndex;
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackGraphs.java 248 for (int stringIndex = 0; stringIndex < strings.size(); stringIndex++) {
249 int yPos = LABELOFFSET + stringIndex * PlaybackView.TILE_SCALE / 2;
250 canvas.drawText(strings.get(stringIndex), 0, yPos, whiteLabels);
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 101 public int adjustString(int stringIndex) {
102 return stringIndex == ClassDef.NO_INDEX ? ClassDef.NO_INDEX : stringIds[stringIndex];
DexMerger.java 405 int stringIndex = in.readInt();
406 return indexMap.adjustString(stringIndex);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 127 CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
129 CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
WebCoreSystemInterface.h 202 extern CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
204 extern CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 280 int stringIndex = bytes.getUnsignedShort(at + 1);
281 cst = parse0(stringIndex, wasUtf8);
  /external/icu4c/common/unicode/
ures.h 652 * @param stringIndex An index to the wanted string.
681 int32_t stringIndex,
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 174 CTLineRef WKCreateCTLineWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
176 CTTypesetterRef WKCreateCTTypesetterWithUniCharProviderAndOptions(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
  /external/icu4c/test/cintltst/
cbiditst.c 92 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 2409 milliseconds