HomeSort by relevance Sort by last modified time
    Searched refs:tagIndex (Results 1 - 25 of 26) sorted by null

1 2

  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 154 int tagIndex = 1;
157 && tagIndex < tagSubtags.length) {
160 } else if (rangeSubtags[rangeIndex].equals(tagSubtags[tagIndex])) {
162 tagIndex++;
163 } else if (tagSubtags[tagIndex].length() == 1
164 && !tagSubtags[tagIndex].equals("*")) {
167 tagIndex++;
  /external/dng_sdk/source/
dng_info.cpp 666 uint32 tagIndex;
697 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++)
700 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12 + 2);
735 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++)
738 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12);
751 uint64 tagOffset = ifdOffset + 2 + tagIndex * 12 + 8
    [all...]
  /external/skia/experimental/svg/model/
SkSVGDOM.cpp 388 const int tagIndex = SkStrSearch(&gTagFactories[0].fKey,
391 if (tagIndex < 0) {
398 SkASSERT(SkTo<size_t>(tagIndex) < SK_ARRAY_COUNT(gTagFactories));
399 sk_sp<SkSVGNode> node = gTagFactories[tagIndex].fValue();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 248 Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode
284 private static int calcTagOffset(int ifdOffset, int tagIndex) {
285 return ifdOffset + 2 + 12 * tagIndex;
  /system/core/liblog/
event_tag_map.cpp 256 uint32_t tagIndex = val;
257 if (tagIndex != val) {
320 if (map->emplaceUnique(tagIndex,
329 tagIndex,
logprint.c 981 uint32_t tagIndex;
1017 tagIndex = get4LE(eventData);
1025 entry->tag = android_lookupEventTag_len(map, &entry->tagLen, tagIndex);
1037 tagLen = snprintf(messageBuf, messageBufLen, "[%" PRIu32 "]", tagIndex);
1054 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex);
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 658 int tagIndex = (int) tag->length();
675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
961 int tagIndex = (int) tag->length();
1028 const char* tagloc = tag->c_str() + tagIndex;
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 635 int tagIndex = (int) tag->length();
652 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
943 int tagIndex = (int) tag->length();
999 const char* tagloc = tag->c_str() + tagIndex;
    [all...]
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java     [all...]
  /external/swiftshader/src/Shader/
VertexRoutine.cpp 57 UInt tagIndex = index & 0x0000003C;
60 If(*Pointer<UInt>(tagCache + tagIndex) != indexQ)
62 *Pointer<UInt>(tagCache + tagIndex) = indexQ;
69 Pointer<Byte> cacheLine0 = vertexCache + tagIndex * UInt((int)sizeof(Vertex));
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 

Completed in 989 milliseconds

1 2