HomeSort by relevance Sort by last modified time
    Searched full:stree (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/org/apache/xpath/
SourceTreeManager.java 96 SourceTree sTree = (SourceTree) m_sourceTree.elementAt(i);
98 if (owner == sTree.m_root)
99 return sTree.m_url;
213 SourceTree sTree = (SourceTree) m_sourceTree.elementAt(i);
216 // System.out.println("getNode - sTree.m_url: "+sTree.m_url);
217 if (url.equals(sTree.m_url))
218 return sTree.m_root;
  /external/chromium/third_party/zlib/
trees.c 487 * The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree; local
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree; local
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 487 * The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree; local
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree; local
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/zlib/
trees.c 491 * The length opt_len is updated; static_len is also updated if stree is
500 const ct_data *stree = desc->stat_desc->static_tree; local
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
621 * also updated if stree is not null. The field max_code is set.
628 const ct_data *stree = desc->stat_desc->static_tree; local
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /libcore/luni/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 29 * Note that Stree and DTM used a single FastStringBuffer as a string pool,
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbitblb.cpp 138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) {
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) {
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 626 // the transform thread spawned by the STree handler.
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]

Completed in 575 milliseconds